Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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;
/aoo41x/main/sw/source/core/frmedt/
H A Dfeshview.cxx2483 int nChk = 0; in IsSelObjProtected() local
2493 nChk |= ( pObj->IsMoveProtect() ? FLYPROTECT_POS : 0 ) | in IsSelObjProtected()
2500 nChk |= FLYPROTECT_CONTENT; in IsSelObjProtected()
2512 nChk |= FLYPROTECT_SIZE; in IsSelObjProtected()
2513 nChk |= FLYPROTECT_FIXED; in IsSelObjProtected()
2521 nChk |= FLYPROTECT_POS; in IsSelObjProtected()
2525 nChk &= eType; in IsSelObjProtected()
2526 if( nChk == eType ) in IsSelObjProtected()
2541 return static_cast<sal_uInt8>(nChk); in IsSelObjProtected()

Completed in 49 milliseconds