Home
last modified time | relevance | path

Searched refs:isObject (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DList.java49 if (AnyConverter.isObject(any)) { in setActiveDescendant()
122 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
125 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
H A DButton.java67 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
71 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
H A DMenu.java157 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
161 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
H A DTable.java48 if (AnyConverter.isObject(any)) { in setActiveDescendant()
111 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
114 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
H A DTree.java49 if (AnyConverter.isObject(any)) { in setActiveDescendant()
106 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
109 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
H A DWindow.java263 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
265 } else if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
H A DDialog.java296 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
298 } else if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
H A DFrame.java273 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
275 } else if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
H A DContainer.java335 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
337 } else if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
H A DAccessibleTextImpl.java94 if (AnyConverter.isObject(any)) { in convertTextSegment()
/aoo4110/main/dbaccess/source/ui/browser/
H A DdsEntriesNoExp.cxx248 bool bIsFolder = !isObject( pData->eType ); in notifyHiContrastChanged()
H A DdsbrowserDnD.cxx200 if (!isObject(eEntryType)) in requestDrag()
/aoo4110/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java858 assure("", AnyConverter.isObject(aObj)); in test_isObject()
859 assure("", AnyConverter.isObject( new Any( XInterface.class, null))); in test_isObject()
860 assure("", !AnyConverter.isObject(new Object())); in test_isObject()
/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java162 static public boolean isObject(Object object) in isObject() method in AnyConverter
/aoo4110/main/accessibility/bridge/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java70 if (AnyConverter.isObject(any)) { in attach()
/aoo4110/main/dbaccess/source/ui/inc/
H A Dunodatbr.hxx395 …sal_Bool isObject( EntryType _eType ) const { return ( etTableOrView== _eType ) || ( etQuery == _e… in isObject() function in dbaui::SbaTableQueryBrowser
/aoo4110/main/framework/qa/complex/framework/autosave/
H A DProtocol.java952 if (com.sun.star.uno.AnyConverter.isObject(aAny)) in impl_logAny()
/aoo4110/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java467 if ( aAnyConv.isObject(aChild) && !aAnyConv.isArray(aChild) ) in browseElementRecursively()

Completed in 105 milliseconds