Searched refs:SetMinimumWidth (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | GridLayouter.hxx | 114 CellDescriptor& SetMinimumWidth (const sal_Int32 nWidth); 149 ColumnDescriptor& SetMinimumWidth (
|
/trunk/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.cxx | 120 .SetMinimumWidth(Layouter::MapWidth(*this, MBOX_WIDTH - 10)); in GraphicPropertyPanel() 123 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in GraphicPropertyPanel() 128 .SetMinimumWidth(Layouter::MapWidth(*this, MBOX_WIDTH - 10)) in GraphicPropertyPanel()
|
/trunk/main/sw/source/ui/sidebar/ |
H A D | PagePropertyPanel.cxx | 233 .SetMinimumWidth(Layouter::MapWidth(*this,MBOX_WIDTH/2)); in PagePropertyPanel() 236 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in PagePropertyPanel() 242 .SetMinimumWidth(Layouter::MapWidth(*this,MBOX_WIDTH/2)); in PagePropertyPanel()
|
/trunk/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 223 CellDescriptor& CellDescriptor::SetMinimumWidth (const sal_Int32 nWidth) in SetMinimumWidth() function in sfx2::sidebar::CellDescriptor 628 ColumnDescriptor& ColumnDescriptor::SetMinimumWidth (const sal_Int32 nWidth) in SetMinimumWidth() function in sfx2::sidebar::ColumnDescriptor
|
/trunk/main/svx/source/sidebar/line/ |
H A D | LinePropertyPanel.cxx | 271 .SetMinimumWidth(nMappedToolBoxWidth); in LinePropertyPanel() 274 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in LinePropertyPanel() 278 .SetMinimumWidth(nMappedToolBoxWidth); in LinePropertyPanel()
|
/trunk/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 163 .SetMinimumWidth(nMappedMboxWidth); in PosSizePropertyPanel() 166 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in PosSizePropertyPanel() 170 .SetMinimumWidth(nMappedMboxWidth); in PosSizePropertyPanel()
|
/trunk/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.cxx | 159 .SetMinimumWidth(nMappedMboxWidth); in AreaPropertyPanel() 162 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in AreaPropertyPanel() 165 .SetMinimumWidth(nMappedMboxWidth) in AreaPropertyPanel()
|
/trunk/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.cxx | 216 …maLayouter.GetCell(0,0).SetControl(*mpFontNameBox).SetMinimumWidth(Layouter::MapWidth(*this,FONTNA… in TextPropertyPanel() 227 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in TextPropertyPanel()
|
/trunk/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.cxx | 1720 .SetMinimumWidth(nMappedControlWidth); in ParaPropertyPanel() 1723 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in ParaPropertyPanel() 1730 .SetMinimumWidth(nMappedControlWidth); in ParaPropertyPanel()
|
Completed in 156 milliseconds