Home
last modified time | relevance | path

Searched refs:ResultList (Results 1 – 12 of 12) sorted by relevance

/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_datasupplier.cxx70 typedef std::vector< ResultListEntry* > ResultList; typedef
81 ResultList m_aResults;
102 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()
103 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasupplier.cxx68 typedef std::vector< ResultListEntry* > ResultList; typedef
79 ResultList m_aResults;
103 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()
104 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_datasupplier.cxx76 typedef std::vector< ResultListEntry* > ResultList; typedef
87 ResultList m_aResults;
108 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()
109 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dmyucp_datasupplier.cxx93 typedef std::vector< ResultListEntry* > ResultList; typedef
104 ResultList m_aResults;
123 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()
124 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
/trunk/main/ucb/source/ucp/package/
H A Dpkgdatasupplier.cxx73 typedef std::vector< ResultListEntry* > ResultList; typedef
84 ResultList m_aResults;
106 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()
107 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.cxx69 typedef std::vector< ResultListEntry* > ResultList; typedef
80 ResultList m_aResults;
102 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()
103 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_directory.cxx102 typedef std::vector< ResultListEntry* > ResultList; typedef
113 ResultList m_aResults;
127 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()
128 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavdatasupplier.cxx74 typedef std::vector< ResultListEntry* > ResultList; typedef
85 ResultList m_aResults;
104 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()
105 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_datasupplier.cxx44 typedef std::vector< ResultListEntry* > ResultList; typedef
95 ResultList::const_iterator it = maResults.begin(); in ~DataSupplier()
96 ResultList::const_iterator end = maResults.end(); in ~DataSupplier()
H A Dgio_datasupplier.hxx55 typedef std::vector< ResultListEntry* > ResultList; typedef
65 ResultList maResults;
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java650 String[] ResultList = new String[MainList.length + 1]; in combineListboxList() local
651 System.arraycopy(FirstList, 0, ResultList, 0, 1); in combineListboxList()
652 System.arraycopy(MainList, 0, ResultList, 1, MainList.length); in combineListboxList()
653 return ResultList; in combineListboxList()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_datasupplier.cxx85 typedef ::std::vector< ResultListEntry > ResultList; typedef
93 ResultList m_aResults;

Completed in 45 milliseconds