Home
last modified time | relevance | path

Searched refs:GetObjCntType (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sw/source/ui/docvw/
H A Dedtdd.cxx117 OBJCNT_NONE != rSh.GetObjCntType( aDocPos, pObj )) in StartDrag()
221 rSh.GetObjCntType( aDocPt, pObj ); in ExecuteDrop()
281 const ObjCntType eType = rSh.GetObjCntType( aDocPt, pObj ); in GetDropDestination()
H A Dedtwin.cxx277 switch( rSh.GetObjCntType( rPt, pObj )) in IsDrawObjSelectable()
/AOO42X/main/sw/source/core/frmedt/
H A Dfefly1.cxx1800 ObjCntType SwFEShell::GetObjCntType( const SdrObject& rObj ) const in GetObjCntType() function in SwFEShell
1880 ObjCntType SwFEShell::GetObjCntType( const Point &rPt, SdrObject *&rpObj ) const in GetObjCntType() function in SwFEShell
1896 eType = GetObjCntType( *(rpObj = pObj) ); in GetObjCntType()
1915 ObjCntType eTmp = GetObjCntType( *pObj ); in GetObjCntTypeOfSelection()
/AOO42X/main/sw/inc/
H A Dfesh.hxx210 SW_DLLPRIVATE ObjCntType GetObjCntType( const SdrObject& rObj ) const;
295 ObjCntType GetObjCntType( const Point &rPt, SdrObject *&rpObj ) const;
/AOO42X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1547 eOType = rSh.GetObjCntType( *pPt, pObj ); in GetSotDestination()