Lines Matching refs:xLayout
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
247 SetSizePixel( xLayout->getOptimalSize( WINDOWSIZE_PREFERRED ) ); in Execute()