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()
682 maPageObjectSize = mpPageObjectLayouter->GetSize( in Rearrange()
705 const sal_Int32 nRowOffset (maPageObjectSize.Height() + mnVerticalGap); in GetRowAtPosition()
710 const sal_Int32 nDistanceIntoGap ((nY - nRow*nRowOffset) - maPageObjectSize.Height()); in GetRowAtPosition()
744 const sal_Int32 nColumnOffset (maPageObjectSize.Width() + mnHorizontalGap); in GetColumnAtPosition()
753 const sal_Int32 nDistanceIntoGap ((nX - nColumn*nColumnOffset) - maPageObjectSize.Width()); in GetColumnAtPosition()
1110 + nColumn * maPageObjectSize.Width() in GetPageObjectBox()
[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