Searched refs:EE_CNTRL_OUTLINER (Results 1 – 8 of 8) sorted by relevance
70 { return ( ( nControlBits & EE_CNTRL_OUTLINER ) != 0 ); } in IsOutliner()
690 if ( !bBullet && ( pImpEE->aStatus.GetControlWord() & EE_CNTRL_OUTLINER ) ) in GetPrevPara()
1766 ( nChanges & EE_CNTRL_OUTLINER ) || in SetControlWord()
39 #define EE_CNTRL_OUTLINER 0x00000200 // Sonderbehandlung Outliner/Gliederungsmodus macro
56 if( GetControlWord() & EE_CNTRL_OUTLINER ) in PaintingFirstLine()
237 nCtrl &= ~(EE_CNTRL_OUTLINER|EE_CNTRL_OUTLINER2); in Init()251 nCtrl |= EE_CNTRL_OUTLINER; in Init()1673 sal_Bool bOutlineMode = ( pEditEngine->GetControlWord() & EE_CNTRL_OUTLINER ) != 0; in ImpCalcBulletArea()
599 const bool bOutlinerView = pOwner->pEditEngine->GetControlWord() & EE_CNTRL_OUTLINER; in Indent()
607 aToolBox.CheckItem( TB_OUTL, ( nControl & EE_CNTRL_OUTLINER ) ? TRUE : FALSE ); in UpdateToolBox()786 nControl = nControl | EE_CNTRL_OUTLINER; in IMPL_LINK()788 nControl = nControl & ~EE_CNTRL_OUTLINER; in IMPL_LINK()
Completed in 74 milliseconds