Home
last modified time | relevance | path

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

/trunk/main/l10ntools/inc/
H A Dgsicheck.hxx116 sal_Bool CheckSyntax( sal_uLong nLine, sal_Bool bRequireSourceLine, sal_Bool bFixTags );
118 void WriteError( LazySvFileStream &aErrOut, sal_Bool bRequireSourceLine );
119 void WriteCorrect( LazySvFileStream &aOkOut, sal_Bool bRequireSourceLine );
120 void WriteFixed( LazySvFileStream &aFixOut, sal_Bool bRequireSourceLine );
/trunk/main/l10ntools/source/
H A Dgsicheck.cxx579 sal_Bool GSIBlock::CheckSyntax( sal_uLong nLine, sal_Bool bRequireSourceLine, sal_Bool bFixTags ) in CheckSyntax() argument
587 if ( bRequireSourceLine ) in CheckSyntax()
655 void GSIBlock::WriteError( LazySvFileStream &aErrOut, sal_Bool bRequireSourceLine ) in WriteError() argument
661 …sal_Bool bCopyAll = ( !pSourceLine && bRequireSourceLine ) || ( pSourceLine && !pSourceLine->IsOK(… in WriteError()
680 void GSIBlock::WriteCorrect( LazySvFileStream &aOkOut, sal_Bool bRequireSourceLine ) in WriteCorrect() argument
682 …if ( ( !pSourceLine && bRequireSourceLine ) || ( pSourceLine && !pSourceLine->IsOK() && !bCheckTra… in WriteCorrect()

Completed in 15 milliseconds