Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx463 _SetGetExpFld aFndGEF( aFndPos ), aCurGEF( rPos ); in GotoNxtPrvTblFormula() local
503 if( bNext ? ( aCurGEF < aCmp && aCmp < aFndGEF ) in GotoNxtPrvTblFormula()
504 : ( aCmp < aCurGEF && aFndGEF < aCmp )) in GotoNxtPrvTblFormula()
506 aFndGEF = aCmp; in GotoNxtPrvTblFormula()
519 aFndGEF.GetPosOfContent( rPos ); in GotoNxtPrvTblFormula()
543 _SetGetExpFld aFndGEF( aFndPos ), aCurGEF( rPos ); in GotoNxtPrvTOXMark() local
568 if( bNext ? ( aCurGEF < aCmp && aCmp < aFndGEF ) in GotoNxtPrvTOXMark()
569 : ( aCmp < aCurGEF && aFndGEF < aCmp )) in GotoNxtPrvTOXMark()
571 aFndGEF = aCmp; in GotoNxtPrvTOXMark()
583 aFndGEF.GetPosOfContent( rPos ); in GotoNxtPrvTOXMark()

Completed in 17 milliseconds