Lines Matching refs:Layouter

43 class Layouter::Implementation
93 const Layouter::Orientation eOrientation);
95 virtual Layouter::Orientation GetOrientation (void) const = 0;
240 class VerticalImplementation : public Layouter::Implementation
248 virtual Layouter::Orientation GetOrientation (void) const;
266 class HorizontalImplementation : public Layouter::Implementation
274 virtual Layouter::Orientation GetOrientation (void) const;
293 class GridImplementation : public Layouter::Implementation
301 virtual Layouter::Orientation GetOrientation (void) const;
320 Layouter::Layouter ( in Layouter() function in sd::slidesorter::view::Layouter
331 Layouter::~Layouter (void) in ~Layouter()
338 ::boost::shared_ptr<PageObjectLayouter> Layouter::GetPageObjectLayouter (void) const in GetPageObjectLayouter()
346 void Layouter::SetBorders ( in SetBorders()
365 void Layouter::SetColumnCount ( in SetColumnCount()
379 bool Layouter::Rearrange ( in Rearrange()
396 void Layouter::_SetZoom (double nZoomFactor) in _SetZoom()
404 void Layouter::_SetZoom (Fraction nZoomFactor) in _SetZoom()
417 sal_Int32 Layouter::GetColumnCount (void) const in GetColumnCount()
425 sal_Int32 Layouter::GetRowCount (void) const in GetRowCount()
433 sal_Int32 Layouter::GetRow (const sal_Int32 nIndex) const in GetRow()
441 sal_Int32 Layouter::GetColumn (const sal_Int32 nIndex) const in GetColumn()
449 sal_Int32 Layouter::GetIndex (const sal_Int32 nRow, const sal_Int32 nColumn) const in GetIndex()
457 Size Layouter::GetPageObjectSize (void) const in GetPageObjectSize()
465 Rectangle Layouter::GetPageObjectBox ( in GetPageObjectBox()
475 Rectangle Layouter::GetTotalBoundingBox (void) const in GetTotalBoundingBox()
483 InsertPosition Layouter::GetInsertPosition ( in GetInsertPosition()
503 Range Layouter::GetValidHorizontalSizeRange (void) const in GetValidHorizontalSizeRange()
511 Range Layouter::GetValidVerticalSizeRange (void) const in GetValidVerticalSizeRange()
519 Range Layouter::GetRangeOfVisiblePageObjects (const Rectangle& aVisibleArea) const in GetRangeOfVisiblePageObjects()
527 sal_Int32 Layouter::GetIndexAtPoint ( in GetIndexAtPoint()
551 Layouter::Implementation* Layouter::Implementation::Create ( in Create()
553 const Layouter::Orientation eOrientation) in Create()
567 Layouter::Implementation::Implementation ( in Implementation()
600 Layouter::Implementation::Implementation (const Implementation& rImplementation) in Implementation()
631 Layouter::Implementation::~Implementation (void) in ~Implementation()
638 bool Layouter::Implementation::Rearrange ( in Rearrange()
694 sal_Int32 Layouter::Implementation::GetRowAtPosition ( in GetRowAtPosition()
733 sal_Int32 Layouter::Implementation::GetColumnAtPosition ( in GetColumnAtPosition()
776 sal_Int32 Layouter::Implementation::ResolvePositionInGap ( in ResolvePositionInGap()
833 void Layouter::Implementation::CalculateGeometricPosition ( in CalculateGeometricPosition()
953 Rectangle Layouter::Implementation::GetInnerBoundingBox ( in GetInnerBoundingBox()
977 Range Layouter::Implementation::GetValidHorizontalSizeRange (void) const in GetValidHorizontalSizeRange()
987 Range Layouter::Implementation::GetValidVerticalSizeRange (void) const in GetValidVerticalSizeRange()
997 Range Layouter::Implementation::GetRangeOfVisiblePageObjects (const Rectangle& aVisibleArea) const in GetRangeOfVisiblePageObjects()
1012 Size Layouter::Implementation::GetTargetSize ( in GetTargetSize()
1062 sal_Int32 Layouter::Implementation::GetIndex ( in GetIndex()
1087 Rectangle Layouter::Implementation::GetPageObjectBox ( in GetPageObjectBox()
1104 Rectangle Layouter::Implementation::GetPageObjectBox ( in GetPageObjectBox()
1122 Rectangle Layouter::Implementation::AddBorderAndGap ( in AddBorderAndGap()
1151 Rectangle Layouter::Implementation::GetTotalBoundingBox (void) const in GetTotalBoundingBox()
1181 void Layouter::Implementation::CalculateVerticalLogicalInsertPosition ( in CalculateVerticalLogicalInsertPosition()
1220 Layouter::Orientation HorizontalImplementation::GetOrientation (void) const in GetOrientation()
1222 return Layouter::HORIZONTAL; in GetOrientation()
1299 Layouter::Orientation VerticalImplementation::GetOrientation (void) const in GetOrientation()
1301 return Layouter::VERTICAL; in GetOrientation()
1370 Layouter::Orientation GridImplementation::GetOrientation (void) const in GetOrientation()
1372 return Layouter::GRID; in GetOrientation()