Home
last modified time | relevance | path

Searched refs:bHasBeenFixed (Results 1 – 4 of 4) sorted by relevance

/trunk/main/l10ntools/inc/
H A Dtagtest.hxx78 sal_Bool bHasBeenFixed; member in TokenInfo
87 …TokenInfo():bClosed(sal_False),bCloseTag(sal_False),bIsBroken(sal_False),bHasBeenFixed(sal_False),… in TokenInfo()
88 …t16 nP ):bClosed(sal_False),bCloseTag(sal_False),bIsBroken(sal_False),bHasBeenFixed(sal_False),bDo… in TokenInfo()
89 … paStr ):bClosed(sal_False),bCloseTag(sal_False),bIsBroken(sal_False),bHasBeenFixed(sal_False),bDo… in TokenInfo()
116 sal_Bool HasBeenFixed() const { return bHasBeenFixed; } in HasBeenFixed()
117 void SetHasBeenFixed( sal_Bool bNew = sal_True ) { bHasBeenFixed = bNew; } in SetHasBeenFixed()
H A Dgsicheck.hxx105 …ool bFixTags, sal_uInt16 &nErrorPos, ByteString &aErrorMsg, sal_Bool &bHasBeenFixed, ByteString &a…
/trunk/main/l10ntools/source/
H A Dgsicheck.cxx394 …ool bFixTags, sal_uInt16 &nErrorPos, ByteString &aErrorMsg, sal_Bool &bHasBeenFixed, ByteString &a… in IsUTF8() argument
416 bHasBeenFixed = sal_False; in IsUTF8()
498 bHasBeenFixed = sal_True; in IsUTF8()
518 sal_Bool bHasBeenFixed = sal_False; in TestUTF8() local
519 if ( !IsUTF8( pTestee->GetText(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed ) ) in TestUTF8()
524 if ( bHasBeenFixed ) in TestUTF8()
530 …if ( !IsUTF8( pTestee->GetQuickHelpText(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed )… in TestUTF8()
535 if ( bHasBeenFixed ) in TestUTF8()
541 if ( !IsUTF8( pTestee->GetTitle(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed ) ) in TestUTF8()
546 if ( bHasBeenFixed ) in TestUTF8()
H A Dtagtest.cxx45 , bHasBeenFixed(sal_False) in TokenInfo()

Completed in 38 milliseconds