Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Ddlelstnr.cxx126 sal_Bool bIsSpellAll = 0 != (nEvt & nSpellAllFlags); in processDictionaryListEvent() local
128 if (bIsSpellWrong || bIsSpellAll) in processDictionaryListEvent()
129 SW_MOD()->CheckSpellChanges( sal_False, bIsSpellWrong, bIsSpellAll, sal_False ); in processDictionaryListEvent()
140 sal_Bool bIsSpellAll = 0 != (rLngSvcEvent.nEvent & SPELL_CORRECT_WORDS_AGAIN); in processLinguServiceEvent() local
142 bIsSpellWrong = bIsSpellAll = sal_True; // have all spelling and grammar checked... in processLinguServiceEvent()
143 if (bIsSpellWrong || bIsSpellAll) in processLinguServiceEvent()
145 SW_MOD()->CheckSpellChanges( sal_False, bIsSpellWrong, bIsSpellAll, sal_False ); in processLinguServiceEvent()

Completed in 20 milliseconds