Searched refs:xButtons (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sfx2/source/dialog/ |
H A D | passwd.cxx | 169 boost::shared_ptr<vcl::RowOrColumn> xButtons( new vcl::RowOrColumn( xLayout.get(), false ) ); in SfxPasswordDialog() local 170 nChildIndex = xLayout->addChild( xButtons ); in SfxPasswordDialog() 173 size_t nBtnIndex = xButtons->addWindow( &maHelpBtn, 0, aBtnSize ); in SfxPasswordDialog() 174 xButtons->addChild( new vcl::Spacer( xButtons.get() ) ); in SfxPasswordDialog() 175 nBtnIndex = xButtons->addWindow( &maOKBtn, 0, aBtnSize ); in SfxPasswordDialog() 176 nBtnIndex = xButtons->addWindow( &maCancelBtn, 0, aBtnSize ); in SfxPasswordDialog()
|
/trunk/main/svtools/source/filter/ |
H A D | exportdialog.cxx | 1107 boost::shared_ptr< vcl::RowOrColumn > xButtons( new vcl::RowOrColumn( &rLayout, false ) ); in createButtons() local 1108 size_t nIndex = rLayout.addChild( xButtons ); in createButtons() 1113 xButtons->setMinimumSize( xButtons->addWindow( &maBtnHelp ), aMinSize ); in createButtons() 1117 xSpacer.reset( new vcl::Spacer( xButtons.get(), 2 ) ); in createButtons() 1118 xButtons->addChild( xSpacer ); in createButtons() 1119 xButtons->setMinimumSize( xButtons->addWindow( &maBtnOK ), aMinSize ); in createButtons() 1120 xButtons->setMinimumSize( xButtons->addWindow( &maBtnCancel ), aMinSize ); in createButtons()
|
/trunk/main/vcl/source/window/ |
H A D | printdlg.cxx | 1066 boost::shared_ptr< vcl::RowOrColumn > xButtons( new vcl::RowOrColumn( xLayout.get(), false ) ); in setupLayout() local 1067 nIndex = xLayout->addChild( xButtons ); in setupLayout() 1072 xButtons->setMinimumSize( xButtons->addWindow( &maHelpButton ), aMinSize ); in setupLayout() 1074 xSpacer.reset( new vcl::Spacer( xButtons.get(), 2 ) ); in setupLayout() 1075 xButtons->addChild( xSpacer ); in setupLayout() 1076 xButtons->setMinimumSize( xButtons->addWindow( &maOKButton ), aMinSize ); in setupLayout() 1077 xButtons->setMinimumSize( xButtons->addWindow( &maCancelButton ), aMinSize ); in setupLayout()
|
Completed in 34 milliseconds