Home
last modified time | relevance | path

Searched refs:xLayout (Results 1 – 11 of 11) sorted by path

/trunk/main/sdext/source/presenter/
H A DPresenterButton.cxx480 const Reference<rendering::XTextLayout> xLayout ( in RenderButton() local
482 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in RenderButton()
H A DPresenterCanvasHelper.cxx301 Reference<rendering::XTextLayout> xLayout ( in GetTextBoundingBox() local
303 return xLayout->queryTextBounds(); in GetTextBoundingBox()
H A DPresenterClock.cxx1310 Reference<rendering::XTextLayout> xLayout (mxFont->createTextLayout( in Paint() local
1314 if ( ! xLayout.is()) in Paint()
1316 geometry::RealRectangle2D aBox (xLayout->queryTextBounds()); in Paint()
1407 Reference<rendering::XTextLayout> xLayout (mxFont->createTextLayout( in CreateFont() local
1412 if ( ! xLayout.is()) in CreateFont()
1415 geometry::RealRectangle2D aBox (xLayout->queryTextBounds()); in CreateFont()
H A DPresenterController.cxx1350 Reference<rendering::XTextLayout> xLayout ( in UpdatePendingSlideNumber() local
H A DPresenterHelpView.cxx613 Reference<rendering::XTextLayout> xLayout ( in CalculateSize() local
615 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in CalculateSize()
H A DPresenterPaneBorderPainter.cxx604 Reference<rendering::XTextLayout> xLayout (xFont->createTextLayout( in PaintTitle() local
608 if ( ! xLayout.is()) in PaintTitle()
611 geometry::RealRectangle2D aBox (xLayout->queryTextBounds()); in PaintTitle()
H A DPresenterSlideSorter.cxx1888 const Reference<rendering::XTextLayout> xLayout (mpFont->mxFont->createTextLayout( in CreateBitmap() local
1890 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in CreateBitmap()
H A DPresenterTextView.cxx1343 Reference<rendering::XTextLayout> xLayout ( in SetupCellArray() local
1345 css::geometry::RealRectangle2D aCharacterBox (xLayout->queryTextBounds()); in SetupCellArray()
H A DPresenterToolBar.cxx2010 Reference<rendering::XTextLayout> xLayout ( in Paint() local
2016 geometry::RealRectangle2D aBox (xLayout->queryTextBounds()); in Paint()
2048 Reference<rendering::XTextLayout> xLayout ( in GetBoundingBox() local
2053 return xLayout->queryTextBounds(); in GetBoundingBox()
/trunk/main/sfx2/source/dialog/
H A Dpasswd.cxx128 boost::shared_ptr<vcl::RowOrColumn> xLayout = in SfxPasswordDialog() local
130 xLayout->setOuterBorder( 0 ); in SfxPasswordDialog()
136 boost::shared_ptr<vcl::LabelColumn> xEdits( new vcl::LabelColumn( xLayout.get() ) ); in SfxPasswordDialog()
137 size_t nChildIndex = xLayout->addChild( xEdits ); in SfxPasswordDialog()
138 xLayout->setBorders( nChildIndex, -2, -2, -2, 0 ); in SfxPasswordDialog()
165 xLayout->addWindow( pLine ); in SfxPasswordDialog()
169 boost::shared_ptr<vcl::RowOrColumn> xButtons( new vcl::RowOrColumn( xLayout.get(), false ) ); in SfxPasswordDialog()
170 nChildIndex = xLayout->addChild( xButtons ); in SfxPasswordDialog()
171 xLayout->setBorders( nChildIndex, -2, 0, -2, -2 ); in SfxPasswordDialog()
245 boost::shared_ptr<vcl::RowOrColumn> xLayout = in Execute() local
[all …]
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx563 xLayout->addWindow( &maNupLine ); in setupLayout()
565 xLayout->addChild( xRow ); in setupLayout()
691 xLayout->addWindow( &maPrinterFL ); in setupLayout()
693 xLayout->addWindow( &maPrinters, 3 ); in setupLayout()
697 xLayout->addChild( xDetRow ); in setupLayout()
704 xLayout->addChild( xIndent ); in setupLayout()
715 xLayout->addWindow( &maCopies ); in setupLayout()
717 xLayout->addChild( xRangeRow ); in setupLayout()
806 xLayout->addChild( xIndent ); in setupLayout()
1034 xLayout->setOuterBorder( 0 ); in setupLayout()
[all …]

Completed in 112 milliseconds