Searched refs:pImplementationId (Results 1 – 4 of 4) sorted by relevance
100 pImplementationId(NULL), in ScShapeObj()1334 if( !pImplementationId && mxShapeAgg.is()) in getImplementationId()1350 pImplementationId = new uno::Sequence< sal_Int8 >( 16 ); in getImplementationId()1351 rtl_createUuid( (sal_uInt8 *) pImplementationId->getArray(), 0, sal_True ); in getImplementationId()1352 aImplementationIdMap[ aShapeType ] = pImplementationId; in getImplementationId()1357 pImplementationId = (*aIter).second; in getImplementationId()1361 if( NULL == pImplementationId ) in getImplementationId()1368 return *pImplementationId; in getImplementationId()
938 pImplementationId(0), in SwXShape()1074 if( !pImplementationId && xShapeAgg.is()) in getImplementationId()1090 pImplementationId = new uno::Sequence< sal_Int8 >( 16 ); in getImplementationId()1091 rtl_createUuid( (sal_uInt8 *) pImplementationId->getArray(), 0, sal_True ); in getImplementationId()1092 aImplementationIdMap[ aShapeType ] = pImplementationId; in getImplementationId()1097 pImplementationId = (*aIter).second; in getImplementationId()1101 if( NULL == pImplementationId ) in getImplementationId()1108 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
Completed in 45 milliseconds