Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx823 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()
841 boost::shared_ptr< vcl::RowOrColumn > xRow( new vcl::RowOrColumn( &rLayout, false ) ); in createScrollBar()
876 boost::shared_ptr< vcl::RowOrColumn > xRows( new vcl::RowOrColumn( &rLayout, true ) ); in createFilterOptions()
908 boost::shared_ptr< vcl::RowOrColumn > xRows( new vcl::RowOrColumn( &rLayout, true ) ); in createFilterOptions()
971 boost::shared_ptr< vcl::RowOrColumn > xRows( new vcl::RowOrColumn( &rLayout, true ) ); in createFilterOptions()
985 boost::shared_ptr< vcl::RowOrColumn > xRows( new vcl::RowOrColumn( &rLayout, true ) ); in createFilterOptions()
1013 boost::shared_ptr< vcl::RowOrColumn > xRows( new vcl::RowOrColumn( &rLayout, true ) ); in createFilterOptions()
1029 boost::shared_ptr< vcl::RowOrColumn > xLeft( new vcl::RowOrColumn( &rLayout, true ) ); in createFilterOptions()
[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& );
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx564 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()
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()
724 … boost::shared_ptr< vcl::RowOrColumn > xCopyCollateCol( new vcl::RowOrColumn( xRangeRow.get() ) ); in setupLayout()
807 boost::shared_ptr<vcl::RowOrColumn> xCol( new vcl::RowOrColumn( xIndent.get() ) ); in setupLayout()
1037 …boost::shared_ptr< vcl::RowOrColumn > xPreviewAndTab( new vcl::RowOrColumn( xLayout.get(), false )… in setupLayout()
1042 boost::shared_ptr< vcl::RowOrColumn > xPreview( new vcl::RowOrColumn( xPreviewAndTab.get() ) ); in setupLayout()
1066 boost::shared_ptr< vcl::RowOrColumn > xButtons( new vcl::RowOrColumn( xLayout.get(), false ) ); in setupLayout()
1479 …boost::shared_ptr<vcl::RowOrColumn> pDependencyRow( new vcl::RowOrColumn( pCurColumn.get(), false … in setupOptionalUI()
[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()
/trunk/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()
/trunk/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()
/trunk/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;

Completed in 72 milliseconds