Searched refs:EntryType (Results 1 – 18 of 18) sorted by relevance
57 if (!entry.EntryType.equals("component")) { in summary()70 out.write("Whole "+entry.EntryType+": "+entry.State+ls); in summary()72 out.write("Whole "+entry.EntryType+": "+entry.State+ls); in summary()92 System.out.println("Whole "+entry.EntryType+": "+entry.State); in summary_default()94 System.out.println("Whole "+entry.EntryType+": "+entry.State); in summary_default()
55 System.out.println("Whole "+entry.EntryType+": "+entry.State); in summary()57 System.out.println("Whole "+entry.EntryType+": "+entry.State); in summary()
89 println("Whole "+entry.EntryType+": "+entry.State); in summary()91 println("Whole "+entry.EntryType+": "+entry.State); in summary()
133 mSqlInput.put("EntryType", entry.EntryType); in insertEntry()158 if (entry.EntryType.equals(mWriteableEntryTypes[i])) { in isWriteableEntryType()
118 System.out.println("Whole "+entry.EntryType+": "+entry.State); in summary()120 System.out.println("Whole "+entry.EntryType+": "+entry.State); in summary()
89 else if (entry.EntryType.equals("component") && knownIssues > 0) in summarizeUp()
180 enum EntryType enum in dbaui::SbaTableQueryBrowser196 static sal_Int32 getDatabaseObjectType( EntryType _eType );371 …m::sun::star::container::XNameAccess>& _xNameAccess, SvLBoxEntry* _pParent, EntryType _eEntryType);393 EntryType getEntryType( SvLBoxEntry* _pEntry ) const;394 EntryType getChildType( SvLBoxEntry* _pEntry ) const;395 …sal_Bool isObject( EntryType _eType ) const { return ( etTableOrView== _eType ) || ( etQuery == _e… in isObject()396 …sal_Bool isContainer( EntryType _eType ) const { return (etTableContainer == _eType) || (etQueryCo… in isContainer()436 EntryType _eEntryType
114 EntryType eEntryType = getEntryType( pHitEntry ); in queryDrop()132 EntryType eEntryType = getEntryType( pHitEntry ); in executeDrop()199 EntryType eEntryType = getEntryType( pHitEntry ); in requestDrag()222 EntryType eType = getEntryType(_pEntry); in isEntryCopyAllowed()230 EntryType eType = getEntryType(_pEntry); in copyEntry()
64 SbaTableQueryBrowser::EntryType SbaTableQueryBrowser::getChildType( SvLBoxEntry* _pEntry ) const in getChildType()86 SbaTableQueryBrowser::EntryType SbaTableQueryBrowser::getEntryType( SvLBoxEntry* _pEntry ) const in getEntryType()203 sal_Int32 SbaTableQueryBrowser::getDatabaseObjectType( EntryType _eType ) in getDatabaseObjectType()
67 SbaTableQueryBrowser::EntryType eType;
1749 EntryType eType = getEntryType( pCurrentEntry ); in GetState()2178 EntryType _eEntryType) in populateTree()2212 …AppendEntry( SvLBoxEntry* _pParent, const String& _rName, void* _pUserData, EntryType _eEntryType ) in implAppendEntry()2338 EntryType eType = getEntryType( _pEntry ); in ensureEntryObject()3457 const EntryType eRight = getEntryType(pRHS); in IMPL_LINK()3464 EntryType eLeft = etTableContainer; in IMPL_LINK()
208 Entry.EntryType = "bugdoc"; in getDescriptionForSingleJob()362 ifcDesc.EntryType = entryType; in getSubEntries()447 methDesc.EntryType = "method"; in createDescEntry()452 methDesc.EntryType = "property"; in createDescEntry()560 theEntry.EntryType = "component"; in getFromClassPath()680 aEntry.EntryType = "component"; in getFromDirectory()
166 dEntry.EntryType = "unit"; in createTestDesc()177 aEntry.EntryType = "method"; in createTestDesc()
233 Entry.EntryType = "placebo"; in getManager()
63 public String EntryType; field in DescEntry
138 enum EntryType { FOLDER, DOCUMENT, LINK }; enum in UcbExplorerListBoxEntry141 EntryType m_eType;
114 String eType = xTestedEntry.EntryType; in run()
172 if (entry.EntryType.equals("service")) in run()
Completed in 87 milliseconds