Searched refs:ResultListEntry (Results 1 – 11 of 11) sorted by relevance
36 struct ResultListEntry struct44 ResultListEntry( GFileInfo *pInInfo ) : pInfo(pInInfo) in ResultListEntry() function49 ~ResultListEntry() in ~ResultListEntry() argument55 typedef std::vector< ResultListEntry* > ResultList;
44 typedef std::vector< ResultListEntry* > ResultList;83 maResults.push_back( new ResultListEntry( pInfo ) ); in getData()
51 struct ResultListEntry struct59 ResultListEntry( const HierarchyEntryData& rEntry ) : aData( rEntry ) {} in ResultListEntry() argument68 typedef std::vector< ResultListEntry* > ResultList;265 m_pImpl->m_aResults.push_back( new ResultListEntry( rResult ) ); in getResult()312 m_pImpl->m_aResults.push_back( new ResultListEntry( rResult ) ); in totalCount()
76 struct ResultListEntry struct84 ResultListEntry( const ContentProperties& rEntry ) : rData( rEntry ) {} in ResultListEntry() function93 typedef std::vector< ResultListEntry* > ResultList;292 new ResultListEntry( m_pImpl->m_xContent->getContent(*pIter)->getContentProperties() ) ); in getResult()340 new ResultListEntry( m_pImpl->m_xContent->getContent(*pIter)->getContentProperties() ) ); in totalCount()
79 struct ResultListEntry struct87 ResultListEntry( const GnomeVFSFileInfo *fileInfo) in ResultListEntry() argument92 ~ResultListEntry() in ~ResultListEntry() argument104 typedef std::vector< ResultListEntry* > ResultList;382 m_pImpl->m_aResults.push_back( new ResultListEntry( fileInfo ) ); in getData()
57 struct ResultListEntry struct64 ResultListEntry( const rtl::OUString& rURL ) : aURL( rURL ) {} in ResultListEntry() function73 typedef std::vector< ResultListEntry* > ResultList;280 m_pImpl->m_aResults.push_back( new ResultListEntry( aURL ) ); in getResult()360 m_pImpl->m_aResults.push_back( new ResultListEntry( aURL ) ); in totalCount()
53 struct ResultListEntry struct60 ResultListEntry( const rtl::OUString& rURL ) : aURL( rURL ) {} in ResultListEntry() function69 typedef std::vector< ResultListEntry* > ResultList;272 m_pImpl->m_aResults.push_back( new ResultListEntry( aURL ) ); in getResult()333 m_pImpl->m_aResults.push_back( new ResultListEntry( aURL ) ); in totalCount()
56 struct ResultListEntry struct64 ResultListEntry( const ContentProperties* pEntry ) : pData( pEntry ) {}; in ResultListEntry() function65 ~ResultListEntry() { delete pData; } in ~ResultListEntry() argument74 typedef std::vector< ResultListEntry* > ResultList;492 new ResultListEntry( pContentProperties ) ); in getData()
59 struct ResultListEntry struct67 ResultListEntry( const ::rtl::Reference<ContentProperties>& rEntry ) : rData( rEntry ) {} in ResultListEntry() argument76 typedef std::vector< ResultListEntry* > ResultList;315 m_pImpl->m_aResults.push_back( new ResultListEntry(rProps)); in getResult()
77 struct ResultListEntry struct85 typedef ::std::vector< ResultListEntry > ResultList;166 ResultListEntry aEntry; in fetchData()186 ResultListEntry aEntry; in fetchData()
53 struct ResultListEntry struct61 ResultListEntry( const ContentProperties& rEntry ) : rData( rEntry ) {} in ResultListEntry() argument70 typedef std::vector< ResultListEntry* > ResultList;
Completed in 53 milliseconds