Home
last modified time | relevance | path

Searched refs:nChk (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sw/source/core/text/
H A Dwrong.cxx182 xub_StrLen SwWrongList::NextWrong( xub_StrLen nChk ) const in NextWrong()
185 xub_StrLen nPos = GetWrongPos( nChk ); in NextWrong()
189 if( nRet < nChk && nRet + Len( nPos ) <= nChk ) in NextWrong()
199 if( nRet > GetBeginInv() && nChk < GetEndInv() ) in NextWrong()
200 nRet = nChk > GetBeginInv() ? nChk : GetBeginInv(); in NextWrong()
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx221 inline sal_Bool InsideInvalid( xub_StrLen nChk ) const in InsideInvalid()
222 { return nChk >= nBeginInvalid && nChk <= nEndInvalid; } in InsideInvalid()
233 xub_StrLen NextWrong( xub_StrLen nChk ) const;
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2480 int nChk = 0; in IsSelObjProtected() local
2490 nChk |= ( pObj->IsMoveProtect() ? FLYPROTECT_POS : 0 ) | in IsSelObjProtected()
2497 nChk |= FLYPROTECT_CONTENT; in IsSelObjProtected()
2509 nChk |= FLYPROTECT_SIZE; in IsSelObjProtected()
2510 nChk |= FLYPROTECT_FIXED; in IsSelObjProtected()
2518 nChk |= FLYPROTECT_POS; in IsSelObjProtected()
2522 nChk &= eType; in IsSelObjProtected()
2523 if( nChk == eType ) in IsSelObjProtected()
2538 return static_cast<sal_uInt8>(nChk); in IsSelObjProtected()

Completed in 34 milliseconds