Home
last modified time | relevance | path

Searched refs:maPageObjectSize (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx73 Size maPageObjectSize; member in sd::slidesorter::view::Layouter::Implementation
459 return mpImplementation->maPageObjectSize; in GetPageObjectSize()
591 maPageObjectSize(1,1), in Implementation()
622 maPageObjectSize(rImplementation.maPageObjectSize), in Implementation()
1110 + nColumn * maPageObjectSize.Width() in GetPageObjectBox()
1113 + nRow * maPageObjectSize.Height() in GetPageObjectBox()
1115 maPageObjectSize); in GetPageObjectBox()
1161 + mnColumnCount * maPageObjectSize.Width(); in GetTotalBoundingBox()
1167 + nRowCount * maPageObjectSize.Height(); in GetTotalBoundingBox()
1323 / (maPageObjectSize.Height() + mnVerticalGap); in CalculateMaxRowAndColumnCount()
[all …]
H A DSlsPageObjectLayouter.cxx51 maPageObjectSize(rPageObjectWindowSize.Width(), rPageObjectWindowSize.Height()), in PageObjectLayouter()
66 maPageObjectSize, in PageObjectLayouter()
70 maFocusIndicatorBoundingBox = Rectangle(Point(0,0), maPageObjectSize); in PageObjectLayouter()
76 maPageObjectSize.Width()-2*nFocusIndicatorWidth, in PageObjectLayouter()
77 maPageObjectSize.Height()-2*nFocusIndicatorWidth)); in PageObjectLayouter()
H A DSlsButtonBar.cxx192 maPageObjectSize(0,0), in ButtonBar()
526 maPageObjectSize = Size(0,0); in RequestLayout()
534 if (maPageObjectSize != aPageObjectSize) in LayoutButtons()
536 maPageObjectSize = aPageObjectSize; in LayoutButtons()
704 maPageObjectSize = Size(0,0); in HandleDataChangeEvent()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectLayouter.hxx120 Size maPageObjectSize; member in sd::slidesorter::view::PageObjectLayouter
H A DSlsButtonBar.hxx155 Size maPageObjectSize; member in sd::slidesorter::view::ButtonBar

Completed in 22 milliseconds