/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsLayouter.cxx | 43 class Layouter::Implementation 320 Layouter::Layouter ( in Layouter() function in sd::slidesorter::view::Layouter 331 Layouter::~Layouter (void) in ~Layouter() 346 void Layouter::SetBorders ( in SetBorders() 365 void Layouter::SetColumnCount ( in SetColumnCount() 379 bool Layouter::Rearrange ( in Rearrange() 527 sal_Int32 Layouter::GetIndexAtPoint ( in GetIndexAtPoint() 551 Layouter::Implementation* Layouter::Implementation::Create ( in Create() 1222 return Layouter::HORIZONTAL; in GetOrientation() 1301 return Layouter::VERTICAL; in GetOrientation() [all …]
|
H A D | SlideSorterView.cxx | 153 mpLayouter (new Layouter(rSlideSorter.GetContentWindow(), rSlideSorter.GetTheme())), in SlideSorterView() 161 meOrientation(Layouter::GRID), in SlideSorterView() 262 Layouter& SlideSorterView::GetLayouter (void) in GetLayouter() 420 SetOrientation(Layouter::GRID); in UpdateOrientation() 439 if (SetOrientation(Layouter::HORIZONTAL)) in UpdateOrientation() 449 if (SetOrientation(Layouter::VERTICAL)) in UpdateOrientation() 459 if (SetOrientation(Layouter::GRID)) in UpdateOrientation() 478 SetOrientation(Layouter::GRID); in UpdateOrientation() 631 bool SlideSorterView::SetOrientation (const Layouter::Orientation eOrientation) in SetOrientation() 645 Layouter::Orientation SlideSorterView::GetOrientation (void) const in GetOrientation()
|
H A D | SlsInsertAnimator.cxx | 73 const view::Layouter& GetLayouter); 107 const view::Layouter& rLayouter, 154 view::Layouter& rLayouter, 242 view::Layouter& rLayouter, in GetRun() 382 const view::Layouter& rLayouter, in GetInnerBoundingBox() 407 const view::Layouter& rLayouter) in UpdateOffsets()
|
H A D | SlsInsertionIndicatorOverlay.cxx | 134 view::Layouter& rLayouter (mrSlideSorter.GetView().GetLayouter()); in Create()
|
/aoo4110/main/sfx2/source/sidebar/ |
H A D | Layouter.cxx | 31 void Layouter::EnlargeControlHorizontally ( in EnlargeControlHorizontally() 44 void Layouter::SetWidth ( in SetWidth() 57 void Layouter::SetRight ( in SetRight() 70 void Layouter::MoveControlHorizontally ( in MoveControlHorizontally() 82 void Layouter::SetHorizontalPosition ( in SetHorizontalPosition() 92 void Layouter::PrepareForLayouting ( in PrepareForLayouting() 101 sal_Int32 Layouter::MapX ( in MapX() 111 sal_Int32 Layouter::MapWidth ( in MapWidth()
|
/aoo4110/main/sc/source/ui/sidebar/ |
H A D | NumberFormatPropertyPanel.cxx | 44 using ::sfx2::sidebar::Layouter; 87 Layouter::PrepareForLayouting(*mpFtCategory); in NumberFormatPropertyPanel() 88 Layouter::PrepareForLayouting(*mpFtDecimals); in NumberFormatPropertyPanel() 89 Layouter::PrepareForLayouting(*mpFtLeadZeroes); in NumberFormatPropertyPanel() 407 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize() 408 Layouter::SetRight(*mpFtCategory, nRight); in Resize() 409 Layouter::SetRight(*mpFtLeadZeroes, nRight); in Resize() 410 Layouter::SetRight(*mpBtnNegRed, nRight); in Resize() 411 Layouter::SetRight(*mpBtnThousand, nRight); in Resize()
|
H A D | AlignmentPropertyPanel.cxx | 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() [all …]
|
H A D | CellAppearancePropertyPanel.cxx | 52 using ::sfx2::sidebar::Layouter; 254 Layouter::PrepareForLayouting(*mpFTFillColor); in CellAppearancePropertyPanel() 255 Layouter::PrepareForLayouting(*mpFTCellBorder); in CellAppearancePropertyPanel() 887 const sal_Int32 nRight (GetSizePixel().Width() - Layouter::MapWidth(*this, TB_BORDER)); in Resize() 888 Layouter::SetRight(*mpFTFillColor, nRight); in Resize() 889 Layouter::SetRight(*mpFTCellBorder, nRight); in Resize() 890 Layouter::SetRight(*mpCBXShowGrid, nRight); in Resize()
|
/aoo4110/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.cxx | 39 using ::sfx2::sidebar::Layouter; 115 .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() 131 Layouter::PrepareForLayouting(*mpFtBrightness); in GraphicPropertyPanel() 132 Layouter::PrepareForLayouting(*mpFtContrast); in GraphicPropertyPanel() 133 Layouter::PrepareForLayouting(*mpFtColorMode); in GraphicPropertyPanel() 134 Layouter::PrepareForLayouting(*mpFtTrans); in GraphicPropertyPanel()
|
/aoo4110/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlideSorterView.hxx | 64 class Layouter; 92 bool SetOrientation (const Layouter::Orientation eOrientation); 93 Layouter::Orientation GetOrientation (void) const; 111 view::Layouter& GetLayouter (void); 266 ::std::auto_ptr<Layouter> mpLayouter; 274 Layouter::Orientation meOrientation;
|
H A D | SlsLayouter.hxx | 70 class Layouter class 75 Layouter ( 78 ~Layouter (void);
|
H A D | SlsPageObjectPainter.hxx | 40 class Layouter; 79 const Layouter& mrLayouter;
|
/aoo4110/main/svx/source/sidebar/line/ |
H A D | LinePropertyPanel.cxx | 63 using ::sfx2::sidebar::Layouter; 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() [all …]
|
/aoo4110/main/sw/source/ui/sidebar/ |
H A D | PagePropertyPanel.cxx | 228 .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() 244 Layouter::PrepareForLayouting(maFtOrientation); in PagePropertyPanel() 245 Layouter::PrepareForLayouting(maFtMargin); in PagePropertyPanel() 246 Layouter::PrepareForLayouting(maFtSize); in PagePropertyPanel() 247 Layouter::PrepareForLayouting(maFtColumn); in PagePropertyPanel()
|
/aoo4110/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 48 using ::sfx2::sidebar::Layouter; 139 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() 171 Layouter::PrepareForLayouting(*mpFtPosX); in PosSizePropertyPanel() 172 Layouter::PrepareForLayouting(*mpFtPosY); in PosSizePropertyPanel() 173 Layouter::PrepareForLayouting(*mpFtWidth); in PosSizePropertyPanel() 174 Layouter::PrepareForLayouting(*mpFtHeight); in PosSizePropertyPanel() 175 Layouter::PrepareForLayouting(*mpCbxScale); in PosSizePropertyPanel() [all …]
|
/aoo4110/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorterService.cxx | 46 using ::sd::slidesorter::view::Layouter; 444 return mpSlideSorter->GetView().GetOrientation() != Layouter::HORIZONTAL; in getIsOrientationVertical() 456 ? Layouter::GRID in setIsOrientationVertical() 457 : Layouter::HORIZONTAL); in setIsOrientationVertical()
|
/aoo4110/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.cxx | 51 using ::sfx2::sidebar::Layouter; 142 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() 168 Layouter::PrepareForLayouting(*mpColorTextFT); in AreaPropertyPanel() 169 Layouter::PrepareForLayouting(*mpTrspTextFT); in AreaPropertyPanel()
|
/aoo4110/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() 1734 sfx2::sidebar::Layouter::PrepareForLayouting(*mpFTUL); in ParaPropertyPanel() 1735 sfx2::sidebar::Layouter::PrepareForLayouting(*mpFTIndent); in ParaPropertyPanel()
|
/aoo4110/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.cxx | 72 using ::sfx2::sidebar::Layouter; 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()
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlideSorterController.cxx | 505 if ((mrSlideSorter.GetView().GetOrientation()==view::Layouter::HORIZONTAL) in Command() 839 mrView.GetOrientation() != view::Layouter::VERTICAL, in Rearrange() 840 mrView.GetOrientation() != view::Layouter::HORIZONTAL); in Rearrange()
|
H A D | SlsInsertionIndicatorHandler.cxx | 191 view::Layouter& rLayouter (mrSlideSorter.GetView().GetLayouter()); in SetPosition()
|
/aoo4110/main/wizards/util/ |
H A D | soffice.lnk | 56 Layouter=formwiza/layout.mod 90 Layouter=groupwiz/layout.mod
|
/aoo4110/main/sfx2/inc/sfx2/sidebar/ |
H A D | Layouter.hxx | 33 class SFX2_DLLPUBLIC Layouter class
|
/aoo4110/main/sfx2/ |
H A D | Package_inc.mk | 142 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sidebar/Layouter.hxx,sfx2/sidebar/Layouter.hxx))
|
H A D | Library_sfx.mk | 244 sfx2/source/sidebar/Layouter \
|