Lines Matching refs:Layouter
42 using ::sfx2::sidebar::Layouter;
104 Layouter::PrepareForLayouting(*mpFTLeftIndent); in AlignmentPropertyPanel()
105 Layouter::PrepareForLayouting(*mpFtRotate); in AlignmentPropertyPanel()
106 Layouter::PrepareForLayouting(*mpCBXWrapText); in AlignmentPropertyPanel()
107 Layouter::PrepareForLayouting(*mpCBXMergeCell); in AlignmentPropertyPanel()
108 Layouter::PrepareForLayouting(*mpCbStacked); in AlignmentPropertyPanel()
647 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize()
648 Layouter::SetRight(*mpFtRotate, nRight); in Resize()
649 Layouter::SetRight(*mpCBXWrapText, nRight); in Resize()
650 Layouter::SetRight(*mpCBXMergeCell, nRight); in Resize()
651 Layouter::SetRight(*mpCbStacked, nRight); in Resize()