1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include "PresenterHelpView.hxx"
#include "PresenterButton.hxx"
#include "PresenterCanvasHelper.hxx"
#include "PresenterGeometryHelper.hxx"
#include "PresenterHelper.hxx"
#include "PresenterWindowManager.hxx"
#include <com/sun/star/awt/XWindowPeer.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/drawing/framework/XConfigurationController.hpp>
#include <com/sun/star/drawing/framework/XControllerManager.hpp>
#include <com/sun/star/rendering/CompositeOperation.hpp>
#include <com/sun/star/rendering/TextDirection.hpp>
#include <com/sun/star/util/Color.hpp>
#include <algorithm>
#include <vector>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::drawing::framework;
using ::std::vector;
namespace sdext { namespace presenter {
namespace {
const static sal_Int32 gnHorizontalGap (20);
const static sal_Int32 gnVerticalBorder (30);
const static sal_Int32 gnVerticalButtonPadding (12);
class LineDescriptor
{
public:
LineDescriptor();
void AddPart (
const OUString& rsLine,
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont);
bool IsEmpty() const;
OUString msLine;
geometry::RealSize2D maSize;
double mnVerticalOffset;
void CalculateSize (const css::uno::Reference<css::rendering::XCanvasFont>& rxFont);
};
class LineDescriptorList
{
public:
LineDescriptorList (
const OUString& rsText,
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
const sal_Int32 nMaximalWidth);
void Update (
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
const sal_Int32 nMaximalWidth);
double Paint(
const Reference<rendering::XCanvas>& rxCanvas,
const geometry::RealRectangle2D& rBBox,
const bool bFlushLeft,
const rendering::ViewState& rViewState,
rendering::RenderState& rRenderState,
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont) const;
double GetHeight() const;
private:
const OUString msText;
std::shared_ptr<vector<LineDescriptor> > mpLineDescriptors;
static void SplitText (const OUString& rsText, vector<OUString>& rTextParts);
void FormatText (
const vector<OUString>& rTextParts,
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
const sal_Int32 nMaximalWidth);
};
class Block
{
public:
Block (
const OUString& rsLeftText,
const OUString& rsRightText,
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
const sal_Int32 nMaximalWidth);
Block(const Block&) = delete;
Block& operator=(const Block&) = delete;
void Update (
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
const sal_Int32 nMaximalWidth);
LineDescriptorList maLeft;
LineDescriptorList maRight;
};
} // end of anonymous namespace
class PresenterHelpView::TextContainer : public vector<std::shared_ptr<Block> >
{
};
PresenterHelpView::PresenterHelpView (
const Reference<uno::XComponentContext>& rxContext,
const Reference<XResourceId>& rxViewId,
const Reference<frame::XController>& rxController,
const ::rtl::Reference<PresenterController>& rpPresenterController)
: PresenterHelpViewInterfaceBase(m_aMutex),
mxComponentContext(rxContext),
mxViewId(rxViewId),
mxPane(),
mxWindow(),
mxCanvas(),
mpPresenterController(rpPresenterController),
mpFont(),
mpTextContainer(),
mpCloseButton(),
mnSeparatorY(0),
mnMaximalWidth(0)
{
try
{
// Get the content window via the pane anchor.
Reference<XControllerManager> xCM (rxController, UNO_QUERY_THROW);
Reference<XConfigurationController> xCC (
xCM->getConfigurationController(), UNO_QUERY_THROW);
mxPane.set(xCC->getResource(rxViewId->getAnchor()), UNO_QUERY_THROW);
mxWindow = mxPane->getWindow();
ProvideCanvas();
mxWindow->addWindowListener(this);
mxWindow->addPaintListener(this);
Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY);
if (xPeer.is())
xPeer->setBackground(util::Color(0xff000000));
mxWindow->setVisible(true);
if (mpPresenterController.is())
{
mpFont = mpPresenterController->GetViewFont(mxViewId->getResourceURL());
if (mpFont.get() != nullptr)
{
mpFont->PrepareFont(mxCanvas);
}
}
// Create the close button.
mpCloseButton = PresenterButton::Create(
mxComponentContext,
mpPresenterController,
mpPresenterController->GetTheme(),
mxWindow,
mxCanvas,
"HelpViewCloser");
ReadHelpStrings();
Resize();
}
catch (RuntimeException&)
{
mxViewId = nullptr;
mxWindow = nullptr;
throw;
}
}
PresenterHelpView::~PresenterHelpView()
{
}
void SAL_CALL PresenterHelpView::disposing()
{
mxViewId = nullptr;
if (mpCloseButton.is())
{
Reference<lang::XComponent> xComponent (
static_cast<XWeak*>(mpCloseButton.get()), UNO_QUERY);
mpCloseButton = nullptr;
if (xComponent.is())
xComponent->dispose();
}
if (mxWindow.is())
{
mxWindow->removeWindowListener(this);
mxWindow->removePaintListener(this);
}
}
//----- lang::XEventListener --------------------------------------------------
void SAL_CALL PresenterHelpView::disposing (const lang::EventObject& rEventObject)
throw (RuntimeException, std::exception)
{
if (rEventObject.Source == mxCanvas)
{
mxCanvas = nullptr;
}
else if (rEventObject.Source == mxWindow)
{
mxWindow = nullptr;
dispose();
}
}
//----- XWindowListener -------------------------------------------------------
void SAL_CALL PresenterHelpView::windowResized (const awt::WindowEvent& rEvent)
throw (uno::RuntimeException, std::exception)
{
(void)rEvent;
ThrowIfDisposed();
Resize();
}
void SAL_CALL PresenterHelpView::windowMoved (const awt::WindowEvent& rEvent)
throw (uno::RuntimeException, std::exception)
{
(void)rEvent;
ThrowIfDisposed();
}
void SAL_CALL PresenterHelpView::windowShown (const lang::EventObject& rEvent)
throw (uno::RuntimeException, std::exception)
{
(void)rEvent;
ThrowIfDisposed();
Resize();
}
void SAL_CALL PresenterHelpView::windowHidden (const lang::EventObject& rEvent)
throw (uno::RuntimeException, std::exception)
{
(void)rEvent;
ThrowIfDisposed();
}
//----- XPaintListener --------------------------------------------------------
void SAL_CALL PresenterHelpView::windowPaint (const css::awt::PaintEvent& rEvent)
throw (RuntimeException, std::exception)
{
Paint(rEvent.UpdateRect);
}
void PresenterHelpView::Paint (const awt::Rectangle& rUpdateBox)
{
ProvideCanvas();
if ( ! mxCanvas.is())
return;
// Clear background.
const awt::Rectangle aWindowBox (mxWindow->getPosSize());
mpPresenterController->GetCanvasHelper()->Paint(
mpPresenterController->GetViewBackground(mxViewId->getResourceURL()),
Reference<rendering::XCanvas>(mxCanvas, UNO_QUERY),
rUpdateBox,
awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height),
awt::Rectangle());
// Paint vertical divider.
rendering::ViewState aViewState(
geometry::AffineMatrix2D(1,0,0, 0,1,0),
PresenterGeometryHelper::CreatePolygon(rUpdateBox, mxCanvas->getDevice()));
rendering::RenderState aRenderState (
geometry::AffineMatrix2D(1,0,0, 0,1,0),
nullptr,
Sequence<double>(4),
rendering::CompositeOperation::SOURCE);
PresenterCanvasHelper::SetDeviceColor(aRenderState, mpFont->mnColor);
mxCanvas->drawLine(
geometry::RealPoint2D((aWindowBox.Width/2.0), gnVerticalBorder),
geometry::RealPoint2D((aWindowBox.Width/2.0), mnSeparatorY - gnVerticalBorder),
aViewState,
aRenderState);
// Paint the horizontal separator.
mxCanvas->drawLine(
geometry::RealPoint2D(0, mnSeparatorY),
geometry::RealPoint2D(aWindowBox.Width, mnSeparatorY),
aViewState,
aRenderState);
// Paint text.
double nY (gnVerticalBorder);
TextContainer::const_iterator iBlock (mpTextContainer->begin());
TextContainer::const_iterator iBlockEnd (mpTextContainer->end());
for ( ; iBlock!=iBlockEnd; ++iBlock)
{
sal_Int32 LeftX1 = gnHorizontalGap;
sal_Int32 LeftX2 = aWindowBox.Width/2 - gnHorizontalGap;
sal_Int32 RightX1 = aWindowBox.Width/2 + gnHorizontalGap;
sal_Int32 RightX2 = aWindowBox.Width - gnHorizontalGap;
/* check whether RTL interface or not
then replace the windowbox position */
if(AllSettings::GetLayoutRTL())
{
LeftX1 = aWindowBox.Width/2 + gnHorizontalGap;
LeftX2 = aWindowBox.Width - gnHorizontalGap;
RightX1 = gnHorizontalGap;
RightX2 = aWindowBox.Width/2 - gnHorizontalGap;
}
const double nLeftHeight (
(*iBlock)->maLeft.Paint(mxCanvas,
geometry::RealRectangle2D(
LeftX1,
nY,
LeftX2,
aWindowBox.Height - gnVerticalBorder),
false,
aViewState,
aRenderState,
mpFont->mxFont));
const double nRightHeight (
(*iBlock)->maRight.Paint(mxCanvas,
geometry::RealRectangle2D(
RightX1,
nY,
RightX2,
aWindowBox.Height - gnVerticalBorder),
true,
aViewState,
aRenderState,
mpFont->mxFont));
nY += ::std::max(nLeftHeight,nRightHeight);
}
Reference<rendering::XSpriteCanvas> xSpriteCanvas (mxCanvas, UNO_QUERY);
if (xSpriteCanvas.is())
xSpriteCanvas->updateScreen(false);
}
void PresenterHelpView::ReadHelpStrings()
{
mpTextContainer.reset(new TextContainer());
PresenterConfigurationAccess aConfiguration (
mxComponentContext,
OUString("/org.openoffice.Office.PresenterScreen/"),
PresenterConfigurationAccess::READ_ONLY);
Reference<container::XNameAccess> xStrings (
aConfiguration.GetConfigurationNode("PresenterScreenSettings/HelpView/HelpStrings"),
UNO_QUERY);
PresenterConfigurationAccess::ForAll(
xStrings,
[this](OUString const&, uno::Reference<beans::XPropertySet> const& xProps)
{
return this->ProcessString(xProps);
});
}
void PresenterHelpView::ProcessString (
const Reference<beans::XPropertySet>& rsProperties)
{
if ( ! rsProperties.is())
return;
OUString sLeftText;
PresenterConfigurationAccess::GetProperty(rsProperties, "Left") >>= sLeftText;
OUString sRightText;
PresenterConfigurationAccess::GetProperty(rsProperties, "Right") >>= sRightText;
mpTextContainer->push_back(
std::make_shared<Block>(
sLeftText, sRightText, mpFont->mxFont, mnMaximalWidth));
}
void PresenterHelpView::CheckFontSize()
{
if (mpFont.get() == nullptr)
return;
sal_Int32 nBestSize (6);
// Scaling down and then reformatting can cause the text to be too large
// still. So do this again and again until the text size is
// small enough. Restrict the number of loops.
for (int nLoopCount=0; nLoopCount<5; ++nLoopCount)
{
double nY (0.0);
TextContainer::iterator iBlock (mpTextContainer->begin());
TextContainer::const_iterator iBlockEnd (mpTextContainer->end());
for ( ; iBlock!=iBlockEnd; ++iBlock)
nY += ::std::max(
(*iBlock)->maLeft.GetHeight(),
(*iBlock)->maRight.GetHeight());
const double nHeightDifference (nY - (mnSeparatorY-gnVerticalBorder));
if (nHeightDifference <= 0 && nHeightDifference > -50)
{
// We have found a good font size that is large and leaves not
// too much space below the help text.
return;
}
// Use a simple linear transformation to calculate initial guess of
// a size that lets all help text be shown inside the window.
const double nScale (double(mnSeparatorY-gnVerticalBorder) / nY);
if (nScale > 1.0 && nScale < 1.05)
break;
sal_Int32 nFontSizeGuess (sal_Int32(mpFont->mnSize * nScale));
if (nHeightDifference<=0 && mpFont->mnSize>nBestSize)
nBestSize = mpFont->mnSize;
mpFont->mnSize = nFontSizeGuess;
mpFont->mxFont = nullptr;
mpFont->PrepareFont(mxCanvas);
// Reformat blocks.
for (iBlock=mpTextContainer->begin(); iBlock!=iBlockEnd; ++iBlock)
(*iBlock)->Update(mpFont->mxFont, mnMaximalWidth);
}
if (nBestSize != mpFont->mnSize)
{
mpFont->mnSize = nBestSize;
mpFont->mxFont = nullptr;
mpFont->PrepareFont(mxCanvas);
// Reformat blocks.
for (TextContainer::iterator
iBlock (mpTextContainer->begin()),
iEnd (mpTextContainer->end());
iBlock!=iEnd;
++iBlock)
{
(*iBlock)->Update(mpFont->mxFont, mnMaximalWidth);
}
}
}
//----- XResourceId -----------------------------------------------------------
Reference<XResourceId> SAL_CALL PresenterHelpView::getResourceId()
throw (RuntimeException, std::exception)
{
ThrowIfDisposed();
return mxViewId;
}
sal_Bool SAL_CALL PresenterHelpView::isAnchorOnly()
throw (RuntimeException, std::exception)
{
return false;
}
void PresenterHelpView::ProvideCanvas()
{
if ( ! mxCanvas.is() && mxPane.is())
{
mxCanvas = mxPane->getCanvas();
if ( ! mxCanvas.is())
return;
Reference<lang::XComponent> xComponent (mxCanvas, UNO_QUERY);
if (xComponent.is())
xComponent->addEventListener(static_cast<awt::XPaintListener*>(this));
if (mpCloseButton.is())
mpCloseButton->SetCanvas(mxCanvas, mxWindow);
}
}
void PresenterHelpView::Resize()
{
if (mpCloseButton.get() != nullptr && mxWindow.is())
{
const awt::Rectangle aWindowBox (mxWindow->getPosSize());
mnMaximalWidth = (mxWindow->getPosSize().Width - 4*gnHorizontalGap) / 2;
// Place vertical separator.
mnSeparatorY = aWindowBox.Height
- mpCloseButton->GetSize().Height - gnVerticalButtonPadding;
mpCloseButton->SetCenter(geometry::RealPoint2D(
aWindowBox.Width/2.0,
aWindowBox.Height - mpCloseButton->GetSize().Height/2.0));
CheckFontSize();
}
}
void PresenterHelpView::ThrowIfDisposed()
throw (lang::DisposedException)
{
if (rBHelper.bDisposed || rBHelper.bInDispose)
{
throw lang::DisposedException (
OUString( "PresenterHelpView has been already disposed"),
const_cast<uno::XWeak*>(static_cast<const uno::XWeak*>(this)));
}
}
//===== LineDescritor =========================================================
namespace {
LineDescriptor::LineDescriptor()
: msLine(),
maSize(0,0),
mnVerticalOffset(0)
{
}
void LineDescriptor::AddPart (
const OUString& rsLine,
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont)
{
msLine += rsLine;
CalculateSize(rxFont);
}
bool LineDescriptor::IsEmpty() const
{
return msLine.isEmpty();
}
void LineDescriptor::CalculateSize (
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont)
{
OSL_ASSERT(rxFont.is());
rendering::StringContext aContext (msLine, 0, msLine.getLength());
Reference<rendering::XTextLayout> xLayout (
rxFont->createTextLayout(aContext, rendering::TextDirection::WEAK_LEFT_TO_RIGHT, 0));
const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds());
maSize = css::geometry::RealSize2D(aTextBBox.X2 - aTextBBox.X1, aTextBBox.Y2 - aTextBBox.Y1);
mnVerticalOffset = aTextBBox.Y2;
}
} // end of anonymous namespace
//===== LineDescriptorList ====================================================
namespace {
LineDescriptorList::LineDescriptorList (
const OUString& rsText,
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
const sal_Int32 nMaximalWidth)
: msText(rsText)
{
Update(rxFont, nMaximalWidth);
}
double LineDescriptorList::Paint(
const Reference<rendering::XCanvas>& rxCanvas,
const geometry::RealRectangle2D& rBBox,
const bool bFlushLeft,
const rendering::ViewState& rViewState,
rendering::RenderState& rRenderState,
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont) const
{
if ( ! rxCanvas.is())
return 0;
double nY (rBBox.Y1);
vector<LineDescriptor>::const_iterator iLine (mpLineDescriptors->begin());
vector<LineDescriptor>::const_iterator iEnd (mpLineDescriptors->end());
for ( ; iLine!=iEnd; ++iLine)
{
double nX;
/// check whether RTL interface or not
if(!AllSettings::GetLayoutRTL())
{
nX = rBBox.X1;
if ( ! bFlushLeft)
nX = rBBox.X2 - iLine->maSize.Width;
}
else
{
nX=rBBox.X2 - iLine->maSize.Width;
if ( ! bFlushLeft)
nX = rBBox.X1;
}
rRenderState.AffineTransform.m02 = nX;
rRenderState.AffineTransform.m12 = nY + iLine->maSize.Height - iLine->mnVerticalOffset;
const rendering::StringContext aContext (iLine->msLine, 0, iLine->msLine.getLength());
Reference<rendering::XTextLayout> xLayout (
rxFont->createTextLayout(aContext, rendering::TextDirection::WEAK_LEFT_TO_RIGHT, 0));
rxCanvas->drawTextLayout (
xLayout,
rViewState,
rRenderState);
nY += iLine->maSize.Height * 1.2;
}
return nY - rBBox.Y1;
}
double LineDescriptorList::GetHeight() const
{
double nHeight (0);
vector<LineDescriptor>::const_iterator iLine (mpLineDescriptors->begin());
vector<LineDescriptor>::const_iterator iEnd (mpLineDescriptors->end());
for ( ; iLine!=iEnd; ++iLine)
nHeight += iLine->maSize.Height * 1.2;
return nHeight;
}
void LineDescriptorList::Update (
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
const sal_Int32 nMaximalWidth)
{
vector<OUString> aTextParts;
SplitText(msText, aTextParts);
FormatText(aTextParts, rxFont, nMaximalWidth);
}
void LineDescriptorList::SplitText (
const OUString& rsText,
vector<OUString>& rTextParts)
{
const sal_Char cQuote ('\'');
const sal_Char cSeparator (',');
sal_Int32 nIndex (0);
sal_Int32 nStart (0);
sal_Int32 nLength (rsText.getLength());
bool bIsQuoted (false);
while (nIndex < nLength)
{
const sal_Int32 nQuoteIndex (rsText.indexOf(cQuote, nIndex));
const sal_Int32 nSeparatorIndex (rsText.indexOf(cSeparator, nIndex));
if (nQuoteIndex>=0 && (nSeparatorIndex==-1 || nQuoteIndex<nSeparatorIndex))
{
bIsQuoted = !bIsQuoted;
nIndex = nQuoteIndex+1;
continue;
}
const sal_Int32 nNextIndex = nSeparatorIndex;
if (nNextIndex < 0)
{
break;
}
else if ( ! bIsQuoted)
{
rTextParts.push_back(rsText.copy(nStart, nNextIndex-nStart));
nStart = nNextIndex + 1;
}
nIndex = nNextIndex+1;
}
if (nStart < nLength)
rTextParts.push_back(rsText.copy(nStart, nLength-nStart));
}
void LineDescriptorList::FormatText (
const vector<OUString>& rTextParts,
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
const sal_Int32 nMaximalWidth)
{
LineDescriptor aLineDescriptor;
mpLineDescriptors.reset(new vector<LineDescriptor>());
vector<OUString>::const_iterator iPart (rTextParts.begin());
vector<OUString>::const_iterator iEnd (rTextParts.end());
while (iPart!=iEnd)
{
if (aLineDescriptor.IsEmpty())
{
// Avoid empty lines.
if (PresenterCanvasHelper::GetTextSize(
rxFont, *iPart).Width > nMaximalWidth)
{
const sal_Char cSpace (' ');
sal_Int32 nIndex (0);
sal_Int32 nStart (0);
sal_Int32 nLength (iPart->getLength());
while (nIndex < nLength)
{
sal_Int32 nSpaceIndex (iPart->indexOf(cSpace, nIndex));
while (nSpaceIndex >= 0 && PresenterCanvasHelper::GetTextSize(
rxFont, iPart->copy(nStart, nSpaceIndex-nStart)).Width <= nMaximalWidth)
{
nIndex = nSpaceIndex;
nSpaceIndex = iPart->indexOf(cSpace, nIndex+1);
}
if (nSpaceIndex < 0 && PresenterCanvasHelper::GetTextSize(
rxFont, iPart->copy(nStart, nLength-nStart)).Width <= nMaximalWidth)
{
nIndex = nLength;
}
if (nIndex == nStart)
{
nIndex = nLength;
}
aLineDescriptor.AddPart(iPart->copy(nStart, nIndex-nStart), rxFont);
if (nIndex != nLength)
{
mpLineDescriptors->push_back(aLineDescriptor);
aLineDescriptor = LineDescriptor();
}
nStart = nIndex;
}
}
else
{
aLineDescriptor.AddPart(*iPart, rxFont);
}
}
else if (PresenterCanvasHelper::GetTextSize(
rxFont, aLineDescriptor.msLine+", "+*iPart).Width > nMaximalWidth)
{
aLineDescriptor.AddPart(",", rxFont);
mpLineDescriptors->push_back(aLineDescriptor);
aLineDescriptor = LineDescriptor();
continue;
}
else
{
aLineDescriptor.AddPart(", "+*iPart, rxFont);
}
++iPart;
}
if ( ! aLineDescriptor.IsEmpty())
{
mpLineDescriptors->push_back(aLineDescriptor);
}
}
} // end of anonymous namespace
//===== Block =================================================================
namespace {
Block::Block (
const OUString& rsLeftText,
const OUString& rsRightText,
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
const sal_Int32 nMaximalWidth)
: maLeft(rsLeftText, rxFont, nMaximalWidth),
maRight(rsRightText, rxFont, nMaximalWidth)
{
}
void Block::Update (
const css::uno::Reference<css::rendering::XCanvasFont>& rxFont,
const sal_Int32 nMaximalWidth)
{
maLeft.Update(rxFont, nMaximalWidth);
maRight.Update(rxFont, nMaximalWidth);
}
} // end of anonymous namespace
} } // end of namespace ::sdext::presenter
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|