Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Deditstt2.hxx70 { return ( ( nControlBits & EE_CNTRL_OUTLINER ) != 0 ); } in IsOutliner()
H A Dedtspell.cxx690 if ( !bBullet && ( pImpEE->aStatus.GetControlWord() & EE_CNTRL_OUTLINER ) ) in GetPrevPara()
H A Dediteng.cxx1766 ( nChanges & EE_CNTRL_OUTLINER ) || in SetControlWord()
/trunk/main/editeng/inc/editeng/
H A Deditstat.hxx39 #define EE_CNTRL_OUTLINER 0x00000200 // Sonderbehandlung Outliner/Gliederungsmodus macro
/trunk/main/editeng/source/outliner/
H A Doutleeng.cxx56 if( GetControlWord() & EE_CNTRL_OUTLINER ) in PaintingFirstLine()
H A Doutliner.cxx237 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()
H A Doutlvw.cxx599 const bool bOutlinerView = pOwner->pEditEngine->GetControlWord() & EE_CNTRL_OUTLINER; in Indent()
/trunk/main/svx/workben/
H A Dedittest.cxx607 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 93 milliseconds