Home
last modified time | relevance | path

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

/aoo4110/main/l10ntools/source/
H A Dgsicheck.cxx657 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()
/aoo4110/main/l10ntools/inc/
H A Dgsicheck.hxx75 sal_Bool IsOK() const { return bOK; } in IsOK() function in GSILine

Completed in 26 milliseconds