Searched refs:aCmp (Results 1 – 2 of 2) sorted by relevance
500 _SetGetExpFld aCmp( *pTBox ); in GotoNxtPrvTblFormula() local501 aCmp.SetBodyPos( *pCFrm ); in GotoNxtPrvTblFormula()503 if( bNext ? ( aCurGEF < aCmp && aCmp < aFndGEF ) in GotoNxtPrvTblFormula()504 : ( aCmp < aCurGEF && aFndGEF < aCmp )) in GotoNxtPrvTblFormula()506 aFndGEF = aCmp; in GotoNxtPrvTblFormula()565 _SetGetExpFld aCmp( aNdIndex, *pTxtTOX, 0 ); in GotoNxtPrvTOXMark() local566 aCmp.SetBodyPos( *pCFrm ); in GotoNxtPrvTOXMark()568 if( bNext ? ( aCurGEF < aCmp && aCmp < aFndGEF ) in GotoNxtPrvTOXMark()569 : ( aCmp < aCurGEF && aFndGEF < aCmp )) in GotoNxtPrvTOXMark()571 aFndGEF = aCmp; in GotoNxtPrvTOXMark()
63 sal_Bool operator==(const CurTOXType aCmp) in operator ==()65 return eType == aCmp.eType && nIndex == aCmp.nIndex; in operator ==()
Completed in 28 milliseconds