Home
last modified time | relevance | path

Searched refs:rWindowSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx98 const Size& rWindowSize,
221 virtual void CalculateRowAndColumnCount (const Size& rWindowSize) = 0;
222 virtual void CalculateMaxRowAndColumnCount (const Size& rWindowSize) = 0;
224 const Size& rWindowSize,
227 const Size& rWindowSize,
255 virtual void CalculateRowAndColumnCount (const Size& rWindowSize);
256 virtual void CalculateMaxRowAndColumnCount (const Size& rWindowSize);
258 const Size& rWindowSize,
281 virtual void CalculateRowAndColumnCount (const Size& rWindowSize);
282 virtual void CalculateMaxRowAndColumnCount (const Size& rWindowSize);
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx899 void AnalogDefaultPainter::Resize (const awt::Size& rWindowSize) in Resize() argument
901 maSize = rWindowSize; in Resize()
902 maCenter = geometry::RealPoint2D(rWindowSize.Width/2.0, rWindowSize.Height/2.0); in Resize()
903 mnOuterRadius = ::std::min(rWindowSize.Width, rWindowSize.Height) / 2.0 - 2; in Resize()
1004 void AnalogBitmapPainter::Resize (const awt::Size& rWindowSize) in Resize() argument
1006 maCenter = geometry::RealPoint2D(rWindowSize.Width/2.0, rWindowSize.Height/2.0); in Resize()
1007 mnOuterRadius = ::std::min(rWindowSize.Width, rWindowSize.Height) / 2.0 - 2; in Resize()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsLayouter.hxx133 const Size& rWindowSize,