Searched refs:IsOK (Results 1 – 2 of 2) sorted by relevance
657 if ( pSourceLine && pSourceLine->IsOK() && bCheckSourceLang && !bHasBlockError ) in WriteError()661 …sal_Bool bCopyAll = ( !pSourceLine && bRequireSourceLine ) || ( pSourceLine && !pSourceLine->IsOK(… in WriteError()665 if ( !GetObject( i )->IsOK() || bCopyAll ) in WriteError()673 …if ( pSourceLine && ( bHasError || !pSourceLine->IsOK() ) && !( !bHasError && bCheckTranslationLan… in WriteError()682 …if ( ( !pSourceLine && bRequireSourceLine ) || ( pSourceLine && !pSourceLine->IsOK() && !bCheckTra… in WriteCorrect()689 if ( ( GetObject( i )->IsOK() || bCheckSourceLang ) && !bHasBlockError ) in WriteCorrect()697 …if ( ( pSourceLine && pSourceLine->IsOK() && ( Count() || !bCheckTranslationLang ) ) || ( bHasOK &… in WriteCorrect()
75 sal_Bool IsOK() const { return bOK; } in IsOK() function in GSILine
Completed in 42 milliseconds