Lines Matching refs:addChild
565 xLayout->addChild( xRow ); in setupLayout()
567 xRow->addChild( xIndent ); in setupLayout()
570 xRow->addChild( xShowNupCol, -1 ); in setupLayout()
573 xShowNupCol->addChild( xSpacer ); in setupLayout()
602 xMainCol->addChild( xSpacer ); in setupLayout()
697 xLayout->addChild( xDetRow ); in setupLayout()
699 xDetRow->addChild( new vcl::Spacer( xDetRow.get(), 2 ) ); in setupLayout()
704 xLayout->addChild( xIndent ); in setupLayout()
717 xLayout->addChild( xRangeRow ); in setupLayout()
721 xRangeRow->addChild( mxPrintRange ); in setupLayout()
725 xRangeRow->addChild( xCopyCollateCol ); in setupLayout()
729 xCopyCollateCol->addChild( xCopiesRow ); in setupLayout()
733 xCopyCollateCol->addChild( xCollateRow ); in setupLayout()
806 xLayout->addChild( xIndent ); in setupLayout()
1038 size_t nIndex = xLayout->addChild( xPreviewAndTab, 5 ); in setupLayout()
1043 xPreviewAndTab->addChild( xPreview, 5 ); in setupLayout()
1047 nIndex = xPreview->addChild( mxPreviewCtrls ); in setupLayout()
1049 mxPreviewCtrls->addChild( xSpacer ); in setupLayout()
1053 mxPreviewCtrls->addChild( xSpacer ); in setupLayout()
1057 mxPreviewCtrls->addChild( xSpacer ); in setupLayout()
1067 nIndex = xLayout->addChild( xButtons ); in setupLayout()
1075 xButtons->addChild( xSpacer ); in setupLayout()
1404 pCurColumn->addChild( pIndent ); in setupOptionalUI()
1480 pCurColumn->addChild( pDependencyRow ); in setupOptionalUI()
1506 pCurColumn->addChild( pIndent ); in setupOptionalUI()
1519 pRadioColumn->addChild( pLabel ); in setupOptionalUI()
1552 pCurColumn->addChild( pFieldColumn ); in setupOptionalUI()
1566 pFieldColumn->addChild( pLabel ); in setupOptionalUI()
1700 maJobPage.mxPrintRange->addChild( pIndent ); in setupOptionalUI()