Searched refs:nWantBig (Results 1 – 2 of 2) sorted by relevance
1083 sal_uLong nWantBig = bSpellErrors ? EE_CNTRL_ALLOWBIGOBJS : 0; in RemoveEditAttribs() local1084 if ( ( nCtrl & EE_CNTRL_ALLOWBIGOBJS ) != nWantBig ) in RemoveEditAttribs()1085 pEngine->SetControlWord( (nCtrl & ~EE_CNTRL_ALLOWBIGOBJS) | nWantBig ); in RemoveEditAttribs()
2596 sal_uLong nWantBig = bSpellErrors ? EE_CNTRL_ALLOWBIGOBJS : 0; in EnterHandler() local2597 if ( ( nCtrl & EE_CNTRL_ALLOWBIGOBJS ) != nWantBig ) in EnterHandler()2598 pEngine->SetControlWord( (nCtrl & ~EE_CNTRL_ALLOWBIGOBJS) | nWantBig ); in EnterHandler()
Completed in 39 milliseconds