Lines Matching refs:xMainCol
575 boost::shared_ptr< vcl::LabelColumn > xMainCol( new vcl::LabelColumn( xIndent.get() ) ); in setupLayout() local
576 xIndent->setChild( xMainCol ); in setupLayout()
578 size_t nPagesIndex = xMainCol->addRow( &maPagesBtn, &maNupPagesBox ); in setupLayout()
579 …mxPagesBtnLabel = boost::dynamic_pointer_cast<vcl::LabeledElement>( xMainCol->getChild( nPagesInde… in setupLayout()
581 xRow.reset( new vcl::RowOrColumn( xMainCol.get(), false ) ); in setupLayout()
582 xMainCol->addRow( &maNupNumPagesTxt, xRow, nIndent ); in setupLayout()
587 boost::shared_ptr< vcl::LabeledElement > xLab( new vcl::LabeledElement( xMainCol.get(), 2 ) ); in setupLayout()
590 xMainCol->addRow( &maPageMarginTxt1, xLab, nIndent ); in setupLayout()
592 xLab.reset( new vcl::LabeledElement( xMainCol.get(), 2 ) ); in setupLayout()
595 xMainCol->addRow( &maSheetMarginTxt1, xLab, nIndent ); in setupLayout()
597 xMainCol->addRow( &maNupOrientationTxt, &maNupOrientationBox, nIndent ); in setupLayout()
598 xMainCol->addRow( &maNupOrderTxt, &maNupOrderBox, nIndent ); in setupLayout()
599 xMainCol->setBorders( xMainCol->addWindow( &maBorderCB ), nIndent, 0, 0, 0 ); in setupLayout()
601 …xSpacer.reset( new vcl::Spacer( xMainCol.get(), 0, Size( 10, WindowArranger::getDefaultBorder() ) … in setupLayout()
602 xMainCol->addChild( xSpacer ); in setupLayout()
604 xRow.reset( new vcl::RowOrColumn( xMainCol.get(), false ) ); in setupLayout()
605 xMainCol->addRow( &maBrochureBtn, xRow ); in setupLayout()