Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/sw/source/core/unocore/
H A Dunodraw.cxx938 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()
/aoo41x/main/sc/inc/
H A Dshapeuno.hxx78 com::sun::star::uno::Sequence< sal_Int8 >* pImplementationId; member in ScShapeObj
/aoo41x/main/sw/inc/
H A Dunodraw.hxx163 com::sun::star::uno::Sequence< sal_Int8 >* pImplementationId; member in SwXShape

Completed in 36 milliseconds