Home
last modified time | relevance | path

Searched refs:getPartById (Results 1 – 3 of 3) sorted by relevance

/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DPartManagerPrototype.java45 … final Part aPart = OOXMLPackage.Create(aOOXMLFile).getOfficeDocumentPart().getPartById("rId1"); in main()
H A DPart.java43 public Part getPartById (final String sId) in getPartById() method in Part
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/content/
H A DPresentationImporter.java73 aPart.getPartById(aReferenceId)); in CreateParser()