Searched refs:stype (Results 1 – 3 of 3) sorted by relevance
58 String stype = oObj.getShapeType(); in _getShapeType() local59 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()
78 String stype = oObj.getDiagramType(); in _getDiagramType() local79 log.println("Current Diagram Type is " + stype); in _getDiagramType()80 result = (stype.startsWith("com.sun.star.chart.")); in _getDiagramType()
473 OString stype(codemaker::convertString(super.getTypeName())); in printMethods() local
Completed in 19 milliseconds