Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx69 const SelectionType SEL_OLE = CNT_OLE; // OLE 0x0010
342 sal_Bool IsOLEObj() const { return GetCntType() == CNT_OLE;} in IsOLEObj()
/trunk/main/sw/inc/
H A Deditsh.hxx148 #define CNT_OLE 0x0010 macro
152 #define CNT_HasOLE(USH) ((USH)&CNT_OLE)
/trunk/main/sw/source/core/frmedt/
H A Dfeflyole.cxx131 if( CNT_OLE == GetCntType() ) in FinishOLEObj()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtundo.cxx95 else if( (CNT_GRF | CNT_OLE ) & GetCntType() ) in Do()
H A Dwrtsh1.cxx634 if ( GetCntType() == CNT_OLE && in LaunchOLEObj()
1543 if ( !(nCnt & (CNT_GRF | CNT_OLE)) ) in GetSelectionType()
H A Dselect.cxx1054 else if( (CNT_GRF | CNT_OLE ) & GetCntType() ) in SelectNextPrevHyperlink()
/trunk/main/sw/source/core/edit/
H A Dedws.cxx171 case ND_OLENODE: nRet = CNT_OLE; break; in GetCntType()
H A Deditsh.cxx455 ASSERT( CNT_OLE == GetCntType(), "GetOLEObj: kein OLENode." ); in GetOLEObject()

Completed in 53 milliseconds