Home
last modified time | relevance | path

Searched refs:GetMaximumWidth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx255 sal_Int32 CellDescriptor::GetMaximumWidth (void) const in GetMaximumWidth() function in sfx2::sidebar::CellDescriptor
406 if (iCellDescriptor->GetMaximumWidth() > 0) in LayoutColumn()
407 if (nCellWidth > iCellDescriptor->GetMaximumWidth()) in LayoutColumn()
408 nCellWidth = iCellDescriptor->GetMaximumWidth(); in LayoutColumn()
465 if (rDescriptor.GetMaximumWidth()>0) in DistributeWidth()
511 if (nMinimumWidth > rDescriptor.GetMaximumWidth() && rDescriptor.GetMaximumWidth()>0) in GetMinimumColumnWidth()
512 nMinimumWidth = rDescriptor.GetMaximumWidth(); in GetMinimumColumnWidth()
683 sal_Int32 ColumnDescriptor::GetMaximumWidth (void) const in GetMaximumWidth() function in sfx2::sidebar::ColumnDescriptor
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DGridLayouter.hxx126 sal_Int32 GetMaximumWidth (void) const;
176 sal_Int32 GetMaximumWidth (void) const;

Completed in 17 milliseconds