Home
last modified time | relevance | path

Searched refs:aPrevPos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdouno.cxx450 ::std::set< SdrView* >::const_iterator aPrevPos = aPreviouslyVisible.find( pView ); in NbcSetLayer()
451 if ( aPreviouslyVisible.end() != aPrevPos ) in NbcSetLayer()
455 aPreviouslyVisible.erase( aPrevPos ); in NbcSetLayer()
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx933 Point aCurPos, aPrevPos; in DoScroll() local
944 aPrevPos = aCurPos; in DoScroll()
1087 if( aCurPos.Y() != aPrevPos.Y() ) in DoScroll()
1094 if( aCurPos.X() != aPrevPos.X() ) in DoScroll()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx249 CompareNodeCntnt aPrevPos( 0, 0 ); in GotoTOXMark() local
287 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()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7289 const Point aPrevPos = aMat.transform( rGlyphs[nPos-1].m_aPos ); in drawHorizontalGlyphs() local
7290 double fAdvance = aThisPos.X() - aPrevPos.X(); in drawHorizontalGlyphs()

Completed in 93 milliseconds