Searched refs:bIsSpellWrong (Results 1 – 1 of 1) sorted by relevance
119 sal_Bool bIsSpellWrong = 0 != (nEvt & nSpellWrongFlags); in processDictionaryListEvent() local127 if (bIsSpellWrong || bIsSpellAll) in processDictionaryListEvent()128 SW_MOD()->CheckSpellChanges( sal_False, bIsSpellWrong, bIsSpellAll, sal_False ); in processDictionaryListEvent()137 sal_Bool bIsSpellWrong = 0 != (rLngSvcEvent.nEvent & SPELL_WRONG_WORDS_AGAIN); in processLinguServiceEvent() local140 bIsSpellWrong = bIsSpellAll = sal_True; // have all spelling and grammar checked... in processLinguServiceEvent()141 if (bIsSpellWrong || bIsSpellAll) in processLinguServiceEvent()143 SW_MOD()->CheckSpellChanges( sal_False, bIsSpellWrong, bIsSpellAll, sal_False ); in processLinguServiceEvent()