Home
last modified time | relevance | path

Searched refs:Layouter (Results 1 – 25 of 28) sorted by relevance

12

/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx43 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 DSlideSorterView.cxx153 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 DSlsInsertAnimator.cxx73 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 DSlsInsertionIndicatorOverlay.cxx134 view::Layouter& rLayouter (mrSlideSorter.GetView().GetLayouter()); in Create()
/aoo42x/main/sfx2/source/sidebar/
H A DLayouter.cxx31 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()
/aoo42x/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx44 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 DAlignmentPropertyPanel.cxx42 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 DCellAppearancePropertyPanel.cxx52 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()
/aoo42x/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx41 using ::sfx2::sidebar::Layouter;
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()
133 Layouter::PrepareForLayouting(*mpFtBrightness); in GraphicPropertyPanel()
134 Layouter::PrepareForLayouting(*mpFtContrast); in GraphicPropertyPanel()
135 Layouter::PrepareForLayouting(*mpFtColorMode); in GraphicPropertyPanel()
136 Layouter::PrepareForLayouting(*mpFtTrans); in GraphicPropertyPanel()
/aoo42x/main/sd/source/ui/slidesorter/inc/view/
H A DSlideSorterView.hxx64 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 DSlsLayouter.hxx70 class Layouter class
75 Layouter (
78 ~Layouter (void);
H A DSlsPageObjectPainter.hxx40 class Layouter;
79 const Layouter& mrLayouter;
/aoo42x/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx63 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 …]
/aoo42x/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx230 .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()
246 Layouter::PrepareForLayouting(maFtOrientation); in PagePropertyPanel()
247 Layouter::PrepareForLayouting(maFtMargin); in PagePropertyPanel()
248 Layouter::PrepareForLayouting(maFtSize); in PagePropertyPanel()
249 Layouter::PrepareForLayouting(maFtColumn); in PagePropertyPanel()
/aoo42x/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx48 using ::sfx2::sidebar::Layouter;
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()
174 Layouter::PrepareForLayouting(*mpFtPosX); in PosSizePropertyPanel()
175 Layouter::PrepareForLayouting(*mpFtPosY); in PosSizePropertyPanel()
176 Layouter::PrepareForLayouting(*mpFtWidth); in PosSizePropertyPanel()
177 Layouter::PrepareForLayouting(*mpFtHeight); in PosSizePropertyPanel()
178 Layouter::PrepareForLayouting(*mpCbxScale); in PosSizePropertyPanel()
[all …]
/aoo42x/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx53 using ::sfx2::sidebar::Layouter;
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()
170 Layouter::PrepareForLayouting(*mpColorTextFT); in AreaPropertyPanel()
171 Layouter::PrepareForLayouting(*mpTrspTextFT); in AreaPropertyPanel()
/aoo42x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.cxx46 using ::sd::slidesorter::view::Layouter;
444 return mpSlideSorter->GetView().GetOrientation() != Layouter::HORIZONTAL; in getIsOrientationVertical()
456 ? Layouter::GRID in setIsOrientationVertical()
457 : Layouter::HORIZONTAL); in setIsOrientationVertical()
/aoo42x/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()
1734 sfx2::sidebar::Layouter::PrepareForLayouting(*mpFTUL); in ParaPropertyPanel()
1735 sfx2::sidebar::Layouter::PrepareForLayouting(*mpFTIndent); in ParaPropertyPanel()
/aoo42x/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx72 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()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx505 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 DSlsInsertionIndicatorHandler.cxx191 view::Layouter& rLayouter (mrSlideSorter.GetView().GetLayouter()); in SetPosition()
/aoo42x/main/wizards/
H A DZip_form.mk33 Layouter.xba \
/aoo42x/main/sfx2/inc/sfx2/sidebar/
H A DLayouter.hxx33 class SFX2_DLLPUBLIC Layouter class
/aoo42x/main/sfx2/
H A DPackage_inc.mk143 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sidebar/Layouter.hxx,sfx2/sidebar/Layouter.hxx))
H A DLibrary_sfx.mk248 sfx2/source/sidebar/Layouter \

Completed in 102 milliseconds

12