Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx649 sal_Bool bOnlyWrong = bIsSpellWrongAgain && !bIsSpellAllAgain; in CheckSpellChanges() local
650 sal_Bool bInvalid = bOnlyWrong || bIsSpellAllAgain; in CheckSpellChanges()
661 pTmp->SpellItAgainSam( bInvalid, bOnlyWrong, bSmartTags ); in CheckSpellChanges()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2000 sal_Bool bOnlyWrong = *(sal_Bool*)pArgs; in lcl_SpellAndGrammarAgain() local
2003 if( bOnlyWrong ) in lcl_SpellAndGrammarAgain()
2055 void SwDoc::SpellItAgainSam( sal_Bool bInvalid, sal_Bool bOnlyWrong, sal_Bool bSmartTags ) in SpellItAgainSam() argument
2064 GetNodes().ForEach( lcl_CheckSmartTagsAgain, &bOnlyWrong ); in SpellItAgainSam()
2065 GetNodes().ForEach( lcl_SpellAndGrammarAgain, &bOnlyWrong ); in SpellItAgainSam()
/trunk/main/sw/inc/
H A Ddoc.hxx1873 void SpellItAgainSam( sal_Bool bInvalid, sal_Bool bOnlyWrong, sal_Bool bSmartTags );

Completed in 86 milliseconds