Searched refs:pImplementationId (Results 1 – 4 of 4) sorted by relevance
100 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()
931 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()
78 com::sun::star::uno::Sequence< sal_Int8 >* pImplementationId; member in ScShapeObj
163 com::sun::star::uno::Sequence< sal_Int8 >* pImplementationId; member in SwXShape