Searched refs:EE_CNTRL_OUTLINER2 (Results 1 – 4 of 4) sorted by relevance
73 { return ( ( nControlBits & EE_CNTRL_OUTLINER2 ) != 0 ); } in IsOutliner2()
1768 ( nChanges & EE_CNTRL_OUTLINER2 ) ) in SetControlWord()
40 #define EE_CNTRL_OUTLINER2 0x00000400 // Sonderbehandlung Outliner/Seite macro
237 nCtrl &= ~(EE_CNTRL_OUTLINER|EE_CNTRL_OUTLINER2); in Init()248 nCtrl |= EE_CNTRL_OUTLINER2; in Init()
Completed in 39 milliseconds