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()
936 pImplementationId(0), in SwXShape()1072 if( !pImplementationId && xShapeAgg.is()) in getImplementationId()1088 pImplementationId = new uno::Sequence< sal_Int8 >( 16 ); in getImplementationId()1089 rtl_createUuid( (sal_uInt8 *) pImplementationId->getArray(), 0, sal_True ); in getImplementationId()1090 aImplementationIdMap[ aShapeType ] = pImplementationId; in getImplementationId()1095 pImplementationId = (*aIter).second; in getImplementationId()1099 if( NULL == pImplementationId ) in getImplementationId()1106 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 41 milliseconds