Searched refs:MapWidth (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.cxx | 117 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)); in GraphicPropertyPanel() 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() 129 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)); in GraphicPropertyPanel()
|
/aoo42x/main/sw/source/ui/sidebar/ |
H A D | PagePropertyPanel.cxx | 230 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)); in PagePropertyPanel() 233 .SetMinimumWidth(Layouter::MapWidth(*this,MBOX_WIDTH/2)); in PagePropertyPanel() 236 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in PagePropertyPanel() 241 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in PagePropertyPanel() 242 .SetMinimumWidth(Layouter::MapWidth(*this,MBOX_WIDTH/2)); in PagePropertyPanel()
|
/aoo42x/main/svx/source/sidebar/line/ |
H A D | LinePropertyPanel.cxx | 244 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()
|
/aoo42x/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.cxx | 216 …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()
|
/aoo42x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.cxx | 1687 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()
|
/aoo42x/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 142 const sal_Int32 nMappedMboxWidth (Layouter::MapWidth(*this, MBOX_WIDTH)); in PosSizePropertyPanel() 162 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in PosSizePropertyPanel() 166 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in PosSizePropertyPanel() 169 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in PosSizePropertyPanel()
|
/aoo42x/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.cxx | 144 const sal_Int32 nMappedMboxWidth (Layouter::MapWidth(*this, MBOX_WIDTH)); in AreaPropertyPanel() 158 .SetLeftPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)) in AreaPropertyPanel() 162 .SetMinimumWidth(Layouter::MapWidth(*this, CONTROL_SPACING_HORIZONTAL)); in AreaPropertyPanel() 166 .SetRightPadding(Layouter::MapWidth(*this,SECTIONPAGE_MARGIN_HORIZONTAL)); in AreaPropertyPanel()
|
/aoo42x/main/sfx2/inc/sfx2/sidebar/ |
H A D | Layouter.hxx | 76 static sal_Int32 MapWidth (
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | Layouter.cxx | 111 sal_Int32 Layouter::MapWidth ( in MapWidth() function in sfx2::sidebar::Layouter
|
/aoo42x/main/sc/source/ui/sidebar/ |
H A D | NumberFormatPropertyPanel.cxx | 407 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize()
|
H A D | AlignmentPropertyPanel.cxx | 647 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize()
|
H A D | CellAppearancePropertyPanel.cxx | 887 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize()
|
Completed in 80 milliseconds