Home
last modified time | relevance | path

Searched refs:nObjIdentifier (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/ui/navipi/
H A Dcontent.cxx939 bool ScContentTree::IsPartOfType( sal_uInt16 nContentType, sal_uInt16 nObjIdentifier ) // static in IsPartOfType() argument
945 bRet = ( nObjIdentifier == OBJ_GRAF ); in IsPartOfType()
948 bRet = ( nObjIdentifier == OBJ_OLE2 ); in IsPartOfType()
951 … bRet = ( nObjIdentifier != OBJ_GRAF && nObjIdentifier != OBJ_OLE2 ); // everything else in IsPartOfType()
/aoo4110/main/sc/source/ui/inc/
H A Dcontent.hxx92 static bool IsPartOfType( sal_uInt16 nContentType, sal_uInt16 nObjIdentifier );

Completed in 34 milliseconds