Searched refs:EE_CNTRL_NOCOLORS (Results 1 – 9 of 9) sorted by relevance
264 if ( !(nCntrl & EE_CNTRL_NOCOLORS) ) in FuTemporary()267 pOutl->SetControlWord(nCntrl | EE_CNTRL_NOCOLORS); in FuTemporary()272 pOutl->SetControlWord(nCntrl & ~EE_CNTRL_NOCOLORS); in FuTemporary()
865 if (nCntrl & EE_CNTRL_NOCOLORS) in GetMenuState()1341 pOutl->SetControlWord(nCntrl | EE_CNTRL_NOCOLORS); // Farbansicht ausschalten in ReadFrameViewData()1343 pOutl->SetControlWord(nCntrl & ~EE_CNTRL_NOCOLORS); // Farbansicht einschalten in ReadFrameViewData()1364 if (nCntrl & EE_CNTRL_NOCOLORS) in WriteFrameViewData()
254 mpOutliner->SetControlWord(nCntrl & ~EE_CNTRL_NOCOLORS); in ~OutlineView()
79 { return ( ( nControlBits & EE_CNTRL_NOCOLORS ) != 0 ); } in DoNotUseColors()
1767 ( nChanges & EE_CNTRL_NOCOLORS ) || in SetControlWord()
38 #define EE_CNTRL_NOCOLORS 0x00000100 // Engine: Keine Farben macro
609 aToolBox.CheckItem( TB_COLORS, ( nControl & EE_CNTRL_NOCOLORS ) ? FALSE : TRUE ); in UpdateToolBox()775 nControl = nControl | EE_CNTRL_NOCOLORS; in IMPL_LINK()777 nControl = nControl & ~EE_CNTRL_NOCOLORS; in IMPL_LINK()
368 nCntrl |= EE_CNTRL_PASTESPECIAL | EE_CNTRL_AUTOCORRECT | EV_CNTRL_AUTOSCROLL | EE_CNTRL_NOCOLORS; in InitControls()
994 if( !pEditEngine->IsFlatMode() && !( pEditEngine->GetControlWord() & EE_CNTRL_NOCOLORS ) ) in ImpCalcBulletFont()
Completed in 115 milliseconds