Searched refs:oGroup (Results 1 – 5 of 5) sorted by relevance
74 XAutoTextGroup oGroup; field in SwXAutoTextEntry96 if ( oGroup.hasByName("NewEntryName") ) { in cleanup()98 oGroup.removeByName("NewEntryName"); in cleanup()159 oGroup = (XAutoTextGroup) UnoRuntime.queryInterface in createTestEnvironment()161 String[] oENames = oGroup.getElementNames(); in createTestEnvironment()170 if ( oGroup.hasByName("NewEntryName") ) { in createTestEnvironment()171 oGroup.removeByName("NewEntryName"); in createTestEnvironment()175 oGroup.insertNewByName("NewEntryName", "NewEntryTitle", oTextRange); in createTestEnvironment()177 new Type(XAutoTextEntry.class),oGroup.getByName("NewEntryName")); in createTestEnvironment()
52 protected XShape oGroup = null; field in _XShapeCombiner71 oGroup = oObj.combine(oShapes); in _combine()74 result = oGroup != null && countAfterComb == 1; in _combine()97 oObj.split(oGroup); in _split()
54 XShape oGroup = null; field in _XShapeGrouper72 oGroup = oObj.group(oShapes); in _group()75 result = oGroup != null ; in _group()95 oObj.ungroup((XShapeGroup)oGroup);
61 XAutoTextGroup oGroup = null; in _insertNewByName() local79 oGroup = oObj.insertNewByName(Name); in _insertNewByName()89 result &= ( oGroup != null ); in _insertNewByName()
192 XDrawPages oGroup = oMPS.getMasterPages(); in createTestEnvironment() local206 tEnv.addObjRelation("MasterPageSupplier",oGroup); in createTestEnvironment()
Completed in 24 milliseconds