Home
last modified time | relevance | path

Searched refs:classId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/ole/
H A Dservprov.cxx557 CLSID classId; in createInstance() local
563 &classId); //Pointer to the CLSID in createInstance()
569 classId, //Class identifier (CLSID) of the object in createInstance()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1677 … final String classId = (String) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "class-id"); in startChartProcessing() local
1685 oleList.setAttribute(OfficeNamespaces.DRAWING_NS, "class-id", classId); in startChartProcessing()