Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/tests/java/ifc/drawing/
H A D_XShapeDescriptor.java58 String stype = oObj.getShapeType(); in _getShapeType() local
59 log.println("Current Shape Type is " + stype); in _getShapeType()
69 if (serviceNames[i].equals(stype)) in _getShapeType()
76 if (stype.equals("com.sun.star.chart.ChartObject")) result=true; in _getShapeType()
77 if (stype.equals("com.sun.star.drawing.ControlShape")) result=true; in _getShapeType()
78 if (stype.equals("com.sun.star.drawing.ClosedBezierShape")) result=true; in _getShapeType()
79 if (stype.equals("com.sun.star.drawing.CaptionShape")) result=true; in _getShapeType()
82 if (stype.equals("FrameShape")) result=true; in _getShapeType()
85 log.println("Service " + stype + " not supported in the object."); in _getShapeType()
/aoo42x/main/qadevOOo/tests/java/ifc/chart/
H A D_XDiagram.java78 String stype = oObj.getDiagramType(); in _getDiagramType() local
79 log.println("Current Diagram Type is " + stype); in _getDiagramType()
80 result = (stype.startsWith("com.sun.star.chart.")); in _getDiagramType()
/aoo42x/main/unodevtools/source/skeletonmaker/
H A Dcpptypemaker.cxx473 OString stype(codemaker::convertString(super.getTypeName())); in printMethods() local

Completed in 32 milliseconds