Home
last modified time | relevance | path

Searched refs:MapWidth (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx115 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)); in GraphicPropertyPanel()
118 .SetMinimumWidth(Layouter::MapWidth(*this, MBOX_WIDTH - 10)); in GraphicPropertyPanel()
121 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in GraphicPropertyPanel()
126 .SetMinimumWidth(Layouter::MapWidth(*this, MBOX_WIDTH - 10)) in GraphicPropertyPanel()
127 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)); in GraphicPropertyPanel()
/AOO41X/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx228 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)); in PagePropertyPanel()
231 .SetMinimumWidth(Layouter::MapWidth(*this,MBOX_WIDTH/2)); in PagePropertyPanel()
234 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in PagePropertyPanel()
239 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in PagePropertyPanel()
240 .SetMinimumWidth(Layouter::MapWidth(*this,MBOX_WIDTH/2)); in PagePropertyPanel()
/AOO41X/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx216 …maLayouter.GetCell(0,0).SetControl(*mpFontNameBox).SetMinimumWidth(Layouter::MapWidth(*this,FONTNA… in TextPropertyPanel()
224 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)); in TextPropertyPanel()
227 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in TextPropertyPanel()
230 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)); in TextPropertyPanel()
/AOO41X/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx244 const sal_Int32 nMappedToolBoxWidth (Layouter::MapWidth(*this, TOOLBOX_WIDTH)); in LinePropertyPanel()
270 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in LinePropertyPanel()
274 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in LinePropertyPanel()
277 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in LinePropertyPanel()
/AOO41X/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx1687 const sal_Int32 nMappedImageOffset (Layouter::MapWidth(*this, -3)); in ParaPropertyPanel()
1688 const sal_Int32 nMappedToolBoxItemWidth (Layouter::MapWidth(*this, TOOLBOX_ITEM_WIDTH)); in ParaPropertyPanel()
1689 const sal_Int32 nMappedControlWidth (Layouter::MapWidth(*this, CONTROL_WIDTH -10)); in ParaPropertyPanel()
1716 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in ParaPropertyPanel()
1723 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in ParaPropertyPanel()
1729 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in ParaPropertyPanel()
/AOO41X/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx142 const sal_Int32 nMappedMboxWidth (Layouter::MapWidth(*this, MBOX_WIDTH)); in AreaPropertyPanel()
156 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in AreaPropertyPanel()
160 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in AreaPropertyPanel()
164 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)); in AreaPropertyPanel()
/AOO41X/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx139 const sal_Int32 nMappedMboxWidth (Layouter::MapWidth(*this, MBOX_WIDTH)); in PosSizePropertyPanel()
159 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in PosSizePropertyPanel()
163 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in PosSizePropertyPanel()
166 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in PosSizePropertyPanel()
/AOO41X/main/sfx2/inc/sfx2/sidebar/
H A DLayouter.hxx76 static sal_Int32 MapWidth (
/AOO41X/main/sfx2/source/sidebar/
H A DLayouter.cxx111 sal_Int32 Layouter::MapWidth ( in MapWidth() function in sfx2::sidebar::Layouter
/AOO41X/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx407 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize()
H A DAlignmentPropertyPanel.cxx647 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize()
H A DCellAppearancePropertyPanel.cxx887 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize()