Home
last modified time | relevance | path

Searched refs:OBJ_MEDIA (Results 1 – 11 of 11) sorted by relevance

/trunk/main/svx/source/sidebar/ !
H A DSelectionAnalyzer.cxx240 case OBJ_MEDIA: in GetContextForObjectId_SC()
289 case OBJ_MEDIA: in GetContextForObjectId_SD()
/trunk/main/svx/source/unodraw/ !
H A Dunopage.cxx660 rType = OBJ_MEDIA; in GetTypeAndInventor()
854 case OBJ_MEDIA: in CreateShapeByTypeAndInventor()
H A Dunoshape.cxx814 case OBJ_MEDIA: in _getTypes()
3940 case OBJ_MEDIA: in _getSupportedServiceNames()
H A Dunoprov.cxx863 …HashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.MediaShape"), OBJ_MEDIA ),
/trunk/main/svx/source/svdraw/ !
H A Dsvdomedia.cxx104 return sal_uInt16( OBJ_MEDIA ); in GetObjIdentifier()
H A Dsvdobj.cxx3261 case sal_uInt16(OBJ_MEDIA ): pObj=new SdrMediaObj(); break; in MakeNewObject()
/trunk/main/sd/source/core/ !
H A Dsdpage.cxx1450 bFound = eSdrObjKind == OBJ_MEDIA; in findAutoLayoutShapesImpl()
1455 …(eSdrObjKind == OBJ_TABLE) || (eSdrObjKind == OBJ_MEDIA) || (eSdrObjKind == OBJ_GRAF) || (eSdrObjK… in findAutoLayoutShapesImpl()
2194 case OBJ_MEDIA: eObjKind = PRESOBJ_MEDIA; break; in convertPresentationObjectImpl()
/trunk/main/svx/inc/svx/ !
H A Dsvdobj.hxx136 OBJ_MEDIA =34, // Media shape enumerator
/trunk/main/sd/source/ui/view/ !
H A Ddrviews4.cxx782 case OBJ_MEDIA: in Command()
/trunk/main/sc/source/ui/view/ !
H A Ddrawview.cxx465 else if (pObj->GetObjIdentifier() == OBJ_MEDIA) in MarkListHasChanged()
/trunk/main/sd/source/ui/unoidl/ !
H A Dunomodel.cxx1113 nType = OBJ_MEDIA; in createInstance()