Home
last modified time | relevance | path

Searched refs:pImplementationId (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx100 pImplementationId(NULL), in ScShapeObj()
1304 if( !pImplementationId && mxShapeAgg.is()) in getImplementationId()
1320 pImplementationId = new uno::Sequence< sal_Int8 >( 16 ); in getImplementationId()
1321 rtl_createUuid( (sal_uInt8 *) pImplementationId->getArray(), 0, sal_True ); in getImplementationId()
1322 aImplementationIdMap[ aShapeType ] = pImplementationId; in getImplementationId()
1327 pImplementationId = (*aIter).second; in getImplementationId()
1331 if( NULL == pImplementationId ) in getImplementationId()
1338 return *pImplementationId; in getImplementationId()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx931 pImplementationId(0), in SwXShape()
1067 if( !pImplementationId && xShapeAgg.is()) in getImplementationId()
1083 pImplementationId = new uno::Sequence< sal_Int8 >( 16 ); in getImplementationId()
1084 rtl_createUuid( (sal_uInt8 *) pImplementationId->getArray(), 0, sal_True ); in getImplementationId()
1085 aImplementationIdMap[ aShapeType ] = pImplementationId; in getImplementationId()
1090 pImplementationId = (*aIter).second; in getImplementationId()
1094 if( NULL == pImplementationId ) in getImplementationId()
1101 return *pImplementationId; in getImplementationId()
/trunk/main/sc/inc/
H A Dshapeuno.hxx78 com::sun::star::uno::Sequence< sal_Int8 >* pImplementationId; member in ScShapeObj
/trunk/main/sw/inc/
H A Dunodraw.hxx163 com::sun::star::uno::Sequence< sal_Int8 >* pImplementationId; member in SwXShape