Lines Matching refs:Layouter
63 using ::sfx2::sidebar::Layouter;
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()
282 Layouter::PrepareForLayouting(*mpFTWidth); in LinePropertyPanel()
283 Layouter::PrepareForLayouting(*mpFTColor); in LinePropertyPanel()
284 Layouter::PrepareForLayouting(*mpFTStyle); in LinePropertyPanel()
285 Layouter::PrepareForLayouting(*mpFTTrancparency); in LinePropertyPanel()
286 Layouter::PrepareForLayouting(*mpFTArrow); in LinePropertyPanel()
287 Layouter::PrepareForLayouting(*mpFTEdgeStyle); in LinePropertyPanel()
288 Layouter::PrepareForLayouting(*mpFTCapStyle); in LinePropertyPanel()