Searched refs:xLayout (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sfx2/source/dialog/ |
H A D | passwd.cxx | 128 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 D | printdlg.cxx | 563 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 …]
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterClock.cxx | 1310 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 D | PresenterCanvasHelper.cxx | 301 Reference<rendering::XTextLayout> xLayout ( in GetTextBoundingBox() local 303 return xLayout->queryTextBounds(); in GetTextBoundingBox()
|
H A D | PresenterPaneBorderPainter.cxx | 604 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 D | PresenterButton.cxx | 480 const Reference<rendering::XTextLayout> xLayout ( in RenderButton() local 482 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in RenderButton()
|
H A D | PresenterToolBar.cxx | 2010 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()
|
H A D | PresenterHelpView.cxx | 613 Reference<rendering::XTextLayout> xLayout ( in CalculateSize() local 615 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in CalculateSize()
|
H A D | PresenterTextView.cxx | 1343 Reference<rendering::XTextLayout> xLayout ( in SetupCellArray() local 1345 css::geometry::RealRectangle2D aCharacterBox (xLayout->queryTextBounds()); in SetupCellArray()
|
H A D | PresenterSlideSorter.cxx | 1888 const Reference<rendering::XTextLayout> xLayout (mpFont->mxFont->createTextLayout( in CreateBitmap() local 1890 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in CreateBitmap()
|
H A D | PresenterController.cxx | 1350 Reference<rendering::XTextLayout> xLayout ( in UpdatePendingSlideNumber() local
|
Completed in 89 milliseconds