Home
last modified time | relevance | path

Searched refs:RowOrColumn (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/svtools/source/filter/
H A Dexportdialog.cxx740 void ExportDialog::createSizeControls( vcl::RowOrColumn& rLayout ) in createSizeControls()
756 …boost::shared_ptr< vcl::RowOrColumn > xColumn( new vcl::RowOrColumn( xSizeColumns.get(), false ) )… in createSizeControls()
765 …xColumn = boost::shared_ptr< vcl::RowOrColumn >( new vcl::RowOrColumn( xSizeColumns.get(), false )… in createSizeControls()
775 …xColumn = boost::shared_ptr< vcl::RowOrColumn >( new vcl::RowOrColumn( xSizeColumns.get(), false )… in createSizeControls()
817 void ExportDialog::createColorDepthControls( vcl::RowOrColumn& rLayout ) in createColorDepthControls()
823 boost::shared_ptr< vcl::RowOrColumn > xRow( new vcl::RowOrColumn( &rLayout, false ) ); in createColorDepthControls()
827 xRow = boost::shared_ptr< vcl::RowOrColumn >( new vcl::RowOrColumn( &rLayout, false ) ); in createColorDepthControls()
831 boost::shared_ptr< vcl::RowOrColumn > xRows( new vcl::RowOrColumn( &rLayout, true ) ); in createColorDepthControls()
839 void ExportDialog::createScrollBar( vcl::RowOrColumn& rLayout ) in createScrollBar()
841 boost::shared_ptr< vcl::RowOrColumn > xRow( new vcl::RowOrColumn( &rLayout, false ) ); in createScrollBar()
[all …]
H A Dexportdialog.hxx126 vcl::RowOrColumn maLayout;
178 void createSizeControls( vcl::RowOrColumn& );
179 void createColorDepthControls( vcl::RowOrColumn& );
180 void createFilterOptions( vcl::RowOrColumn& );
181 void createButtons( vcl::RowOrColumn& );
182 void createScrollBar( vcl::RowOrColumn& );
/AOO41X/main/vcl/source/window/
H A Dprintdlg.cxx556 boost::shared_ptr<vcl::RowOrColumn> xLayout = in setupLayout()
557 boost::dynamic_pointer_cast<vcl::RowOrColumn>( getLayout() ); in setupLayout()
564 boost::shared_ptr< vcl::RowOrColumn > xRow( new vcl::RowOrColumn( xLayout.get(), false ) ); in setupLayout()
569 boost::shared_ptr< vcl::RowOrColumn > xShowNupCol( new vcl::RowOrColumn( xRow.get() ) ); in setupLayout()
581 xRow.reset( new vcl::RowOrColumn( xMainCol.get(), false ) ); in setupLayout()
604 xRow.reset( new vcl::RowOrColumn( xMainCol.get(), false ) ); in setupLayout()
687 boost::shared_ptr<vcl::RowOrColumn> xLayout = in setupLayout()
688 boost::dynamic_pointer_cast<vcl::RowOrColumn>( getLayout() ); in setupLayout()
696 boost::shared_ptr< vcl::RowOrColumn > xDetRow( new vcl::RowOrColumn( xLayout.get(), false ) ); in setupLayout()
716 boost::shared_ptr< vcl::RowOrColumn > xRangeRow( new vcl::RowOrColumn( xLayout.get(), false ) ); in setupLayout()
[all …]
H A Darrange.cxx279 RowOrColumn::~RowOrColumn() in ~RowOrColumn()
288 Size RowOrColumn::getOptimalSize( WindowSizeType i_eType ) const in getOptimalSize()
337 void RowOrColumn::distributeRowWidth( std::vector<Size>& io_rSizes, long /*i_nUsedWidth*/, long i_n… in distributeRowWidth()
377 void RowOrColumn::distributeColumnHeight( std::vector<Size>& io_rSizes, long /*i_nUsedHeight*/, lon… in distributeColumnHeight()
417 void RowOrColumn::resize() in resize()
487 size_t RowOrColumn::addWindow( Window* i_pWindow, sal_Int32 i_nExpandPrio, const Size& i_rMinSize, … in addWindow()
505 size_t RowOrColumn::addChild( boost::shared_ptr<WindowArranger> const & i_pChild, sal_Int32 i_nExpa… in addChild()
523 void RowOrColumn::remove( Window* i_pWindow ) in remove()
539 void RowOrColumn::remove( boost::shared_ptr<WindowArranger> const & i_pChild ) in remove()
753 RowOrColumn::resize(); in resize()
/AOO41X/main/sfx2/source/dialog/
H A Dpasswd.cxx128 boost::shared_ptr<vcl::RowOrColumn> xLayout = in SfxPasswordDialog()
129 boost::dynamic_pointer_cast<vcl::RowOrColumn>( getLayout() ); in SfxPasswordDialog()
169 boost::shared_ptr<vcl::RowOrColumn> xButtons( new vcl::RowOrColumn( xLayout.get(), false ) ); in SfxPasswordDialog()
245 boost::shared_ptr<vcl::RowOrColumn> xLayout = in Execute()
246 boost::dynamic_pointer_cast<vcl::RowOrColumn>( getLayout() ); in Execute()
/AOO41X/main/vcl/inc/vcl/
H A Darrange.hxx219 class VCL_DLLPUBLIC RowOrColumn : public WindowArranger class
233 RowOrColumn( WindowArranger* i_pParent = NULL, in RowOrColumn() function in vcl::RowOrColumn
240 virtual ~RowOrColumn();
304 class VCL_DLLPUBLIC LabelColumn : public RowOrColumn
309 : RowOrColumn( i_pParent, true, i_nBorderWidth ) in LabelColumn()
/AOO41X/main/vcl/inc/
H A Dprintdlg.hxx131 boost::shared_ptr< vcl::RowOrColumn > mxBrochureDep;
179 boost::shared_ptr<vcl::RowOrColumn> mxPrintRange;
200 boost::shared_ptr<vcl::RowOrColumn> mxOptGroup;
253 boost::shared_ptr<vcl::RowOrColumn> mxPreviewCtrls;