Home
last modified time | relevance | path

Searched refs:getting (Results 26 – 50 of 104) sorted by relevance

12345

/aoo41x/main/qadevOOo/tests/java/mod/_toolkit/
H A DAccessibleList.java108 XDispatch getting = null; in createTestEnvironment() local
115 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
118 getting.dispatch(url[0], noArgs); in createTestEnvironment()
H A DAccessibleRadioButton.java198 XDispatch getting = null; in createTestEnvironment() local
205 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
208 getting.dispatch(url[0], noArgs); in createTestEnvironment()
H A DAccessibleTabPage.java198 XDispatch getting = null; in createTestEnvironment() local
205 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
208 getting.dispatch(url[0], noArgs); in createTestEnvironment()
/aoo41x/main/qadevOOo/tests/java/mod/_svtools/
H A DAccessibleIconChoiceCtrl.java181 XDispatch getting = null; in createTestEnvironment() local
188 getting = aProv.queryDispatch(url[0], "", 0); in createTestEnvironment()
191 getting.dispatch(url[0], noArgs); in createTestEnvironment()
/aoo41x/main/qadevOOo/tests/java/mod/_dbaccess/
H A DODatasourceBrowser.java227 XDispatch getting = null; in createTestEnvironment() local
233 getting = aProv.queryDispatch(the_url, "_beamer", 12); in createTestEnvironment()
236 getting.dispatch(the_url, noArgs); in createTestEnvironment()
H A DOQueryDesign.java84 XDispatch getting = null; in createTestEnvironment() local
130 getting = aProv.queryDispatch(the_url,"Query",12); in createTestEnvironment()
143 getting.dispatch(the_url,Args); in createTestEnvironment()
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/
H A D_XExtendedIndexEntrySupplier.java127 String getting = oObj.getPhoneticCandidate(new String(c), loc); in _getPhoneticCandidate() local
129 boolean locResult = getting.equals(UnicodeStringPair.getExpectedPhoneticString(i)); in _getPhoneticCandidate()
134 log.println("Getting " + getting); in _getPhoneticCandidate()
/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_XLineNumberingProperties.java51 XPropertySet getting = oObj.getLineNumberingProperties(); in _getLineNumberingProperties() local
52 tRes.tested("getLineNumberingProperties()",getting != null); in _getLineNumberingProperties()
/aoo41x/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java281 String getting = in checkType() local
284 if (!getting.equals(expected)) in checkType()
287 System.out.println("\t Getting: " + getting); in checkType()
/aoo41x/main/qadevOOo/tests/java/ifc/drawing/
H A D_AreaShapeDescriptor.java93 Object getting = oObj.getPropertyValue("FillBitmapMode"); in _FillBitmapMode() local
94 if (! (getting instanceof com.sun.star.drawing.BitmapMode)) { in _FillBitmapMode()
/aoo41x/main/offapi/com/sun/star/ucb/
H A DPersistentPropertySet.idl55 /** An interface for getting/setting the name (key) of the property set.
65 /** An interface for getting/setting multiple properties at once.
/aoo41x/main/qadevOOo/tests/java/ifc/linguistic2/
H A D_XDictionaryList.java210 XDictionary getting = oObj.getDictionaryByName("NegativDic"); in _getDictionaryByName() local
211 tRes.tested("getDictionaryByName()", getting != null ); in _getDictionaryByName()
/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XMultiHierarchicalPropertySet.java61 Object[] getting = oObj.getHierarchicalPropertyValues(pNames); in _getHierarchicalPropertyValues() local
62 res &= checkType(pNames, pTypes, getting); in _getHierarchicalPropertyValues()
/aoo41x/main/udkapi/com/sun/star/uno/
H A DXAggregation.idl62 destructor getting called.
107 on getting its own interface when it calls the method
/aoo41x/main/offapi/com/sun/star/sdb/
H A DXColumn.idl203 read prior to getting the value of any other column. The next
225 read prior to getting the value of any other column. The next
/aoo41x/main/udkapi/com/sun/star/security/
H A DPolicy.idl32 /** Service for getting sets of permissions reading from some persistent
H A DXPolicy.idl32 /** Interface for getting sets of permissions of a specified user or
/aoo41x/main/offapi/com/sun/star/drawing/
H A DXCustomShapeHandle.idl46 /** is getting the actual handle position
/aoo41x/main/offapi/com/sun/star/view/
H A DXPrintJobBroadcaster.idl39 /** allows for getting information about a print job.
H A DXPrintableBroadcaster.idl39 /** allows for getting information about a print job.
H A DXPrintJob.idl44 /** allows for getting information about a print job.
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXRow.idl228 read prior to getting the value of any other column. The next
254 read prior to getting the value of any other column. The next
/aoo41x/main/offapi/com/sun/star/script/provider/
H A DXScriptProvider.idl62 Framework error getting script for URI.
/aoo41x/main/offapi/com/sun/star/inspection/
H A DDefaultHelpProvider.idl43 of a <type>XPropertyControl</type> getting the focus, it will try to deduce
/aoo41x/main/offapi/com/sun/star/frame/
H A DXSynchronousDispatch.idl53 After getting a dispatch object as a result of a queryDispatch call, this interface can

Completed in 59 milliseconds

12345