Home
last modified time | relevance | path

Searched refs:GetOutputSizeLevel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dolinewin.cxx137 Invalidate( GetRectangle( 0, nInvStart, GetOutputSizeLevel() - 1, nInvEnd ) ); in ScrollPixel()
149 Rectangle aRect( GetRectangle( 0, nEntryStart, GetOutputSizeLevel() - 1, nEntryEnd ) ); in ScrollRel()
230 long ScOutlineWindow::GetOutputSizeLevel() const in GetOutputSizeLevel() function in ScOutlineWindow
253 return mbMirrorLevels ? (GetOutputSizeLevel() - nPos - SC_OL_BITMAPSIZE) : nPos; in GetLevelPos()
258 if( mbMirrorLevels ) nLevelPos = GetOutputSizeLevel() - nLevelPos - 1; in GetLevelFromPos()
526 GetPoint( GetOutputSizeLevel() - 1, mnMainLastPos ) ) ); in SetEntryAreaClipRegion()
/trunk/main/sc/source/ui/inc/
H A Dolinewin.hxx117 long GetOutputSizeLevel() const;

Completed in 22 milliseconds