Searched refs:mpId (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgnode.cxx | 155 mpId(0), in SvgNode() 186 if(mpId) delete mpId; in ~SvgNode() 540 if(mpId) in setId() 542 mrDocument.removeSvgNodeFromMapper(*mpId); in setId() 543 delete mpId; in setId() 544 mpId = 0; in setId() 549 mpId = new rtl::OUString(*pfId); in setId() 550 mrDocument.addSvgNodeToMapper(*mpId, *this); in setId()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLParagraphContext.cxx | 44 mpId( pOutId ) in SchXMLParagraphContext() 55 if( mpId ) in StartElement() 71 (*mpId) = xAttrList->getValueByIndex( i ); in StartElement() 78 (*mpId) = xAttrList->getValueByIndex( i ); in StartElement()
|
H A D | SchXMLParagraphContext.hxx | 40 ::rtl::OUString* mpId;
|
/aoo41x/main/svgio/inc/svgio/svgreader/ |
H A D | svgnode.hxx | 103 rtl::OUString* mpId; member in svgio::svgreader::SvgNode 148 const rtl::OUString* getId() const { return mpId; } in getId()
|
/aoo41x/main/animations/source/animcore/ |
H A D | animcore.cxx | 302 static Sequence< sal_Int8 >* mpId[12]; member in animcore::AnimationNode 412 Sequence< sal_Int8 >* AnimationNode::mpId[] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NUL… member in animcore::AnimationNode 644 mpId[nNodeType] = new Sequence< sal_Int8 >( 16 ); in initTypeProvider() 645 rtl_createUuid( (sal_uInt8 *)mpId[nNodeType]->getArray(), 0, sal_True ); in initTypeProvider() 728 if (! mpId[mnNodeType]) in getImplementationId() 730 return *mpId[mnNodeType]; in getImplementationId()
|
Completed in 51 milliseconds