Lines Matching refs:xLayout

556     boost::shared_ptr<vcl::RowOrColumn> xLayout =  in setupLayout()  local
563 xLayout->addWindow( &maNupLine ); in setupLayout()
564 boost::shared_ptr< vcl::RowOrColumn > xRow( new vcl::RowOrColumn( xLayout.get(), false ) ); in setupLayout()
565 xLayout->addChild( xRow ); in setupLayout()
687 boost::shared_ptr<vcl::RowOrColumn> xLayout = in setupLayout() local
691 xLayout->addWindow( &maPrinterFL ); in setupLayout()
693 xLayout->addWindow( &maPrinters, 3 ); in setupLayout()
696 boost::shared_ptr< vcl::RowOrColumn > xDetRow( new vcl::RowOrColumn( xLayout.get(), false ) ); in setupLayout()
697 xLayout->addChild( xDetRow ); in setupLayout()
703 boost::shared_ptr< vcl::Indenter > xIndent( new vcl::Indenter( xLayout.get() ) ); in setupLayout()
704 xLayout->addChild( xIndent ); in setupLayout()
715 xLayout->addWindow( &maCopies ); in setupLayout()
716 boost::shared_ptr< vcl::RowOrColumn > xRangeRow( new vcl::RowOrColumn( xLayout.get(), false ) ); in setupLayout()
717 xLayout->addChild( xRangeRow ); in setupLayout()
801 boost::shared_ptr<vcl::RowOrColumn> xLayout = in setupLayout() local
804 xLayout->addWindow( &maOptionsLine ); in setupLayout()
805 boost::shared_ptr<vcl::Indenter> xIndent( new vcl::Indenter( xLayout.get(), -1 ) ); in setupLayout()
806 xLayout->addChild( xIndent ); in setupLayout()
1032 boost::shared_ptr<vcl::RowOrColumn> xLayout = in setupLayout() local
1034 xLayout->setOuterBorder( 0 ); in setupLayout()
1037 …boost::shared_ptr< vcl::RowOrColumn > xPreviewAndTab( new vcl::RowOrColumn( xLayout.get(), false )… in setupLayout()
1038 size_t nIndex = xLayout->addChild( xPreviewAndTab, 5 ); in setupLayout()
1039 xLayout->setBorders( nIndex, -1, -1, -1, 0 ); in setupLayout()
1063 xLayout->addWindow( &maButtonLine ); in setupLayout()
1066 boost::shared_ptr< vcl::RowOrColumn > xButtons( new vcl::RowOrColumn( xLayout.get(), false ) ); in setupLayout()
1067 nIndex = xLayout->addChild( xButtons ); in setupLayout()
1068 xLayout->setBorders( nIndex, -1, 0, -1, -1 ); in setupLayout()