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()
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()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx936 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()
/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

Completed in 39 milliseconds