Searched refs:aPrevPos (Results 1 – 4 of 4) sorted by relevance
450 ::std::set< SdrView* >::const_iterator aPrevPos = aPreviouslyVisible.find( pView ); in NbcSetLayer()451 if ( aPreviouslyVisible.end() != aPrevPos ) in NbcSetLayer()455 aPreviouslyVisible.erase( aPrevPos ); in NbcSetLayer()
933 Point aCurPos, aPrevPos; in DoScroll() local944 aPrevPos = aCurPos; in DoScroll()1087 if( aCurPos.Y() != aPrevPos.Y() ) in DoScroll()1094 if( aCurPos.X() != aPrevPos.X() ) in DoScroll()
249 CompareNodeCntnt aPrevPos( 0, 0 ); in GotoTOXMark() local287 if ( (aAbsNew < aAbsIdx && aAbsNew > aPrevPos && in GotoTOXMark()288 aPrevPos != aAbsIdx && aAbsNew != aAbsIdx ) || in GotoTOXMark()292 (pNew && (aPrevPos < aAbsIdx || in GotoTOXMark()294 (aPrevPos == aAbsNew && aAbsIdx != aAbsNew && in GotoTOXMark()298 aPrevPos = aAbsNew; in GotoTOXMark()
7289 const Point aPrevPos = aMat.transform( rGlyphs[nPos-1].m_aPos ); in drawHorizontalGlyphs() local7290 double fAdvance = aThisPos.X() - aPrevPos.X(); in drawHorizontalGlyphs()
Completed in 96 milliseconds