Home
last modified time | relevance | path

Searched refs:StringSet (Results 1 – 22 of 22) sorted by relevance

/trunk/main/svl/source/passwordcontainer/
H A Dsyscreds.cxx133 … bool findURL( StringSet const & rContainer, rtl::OUString const & aURL, rtl::OUString & aResult ) in findURL()
145 StringSet::const_iterator aIter = rContainer.find( aUrl ); in findURL()
200 StringSet::const_iterator it = m_aCfgContainer.begin(); in writeCfg()
201 const StringSet::const_iterator end = m_aCfgContainer.end(); in writeCfg()
266 StringSet::const_iterator it = m_aCfgContainer.begin(); in list()
267 StringSet::const_iterator end = m_aCfgContainer.end(); in list()
H A Dsyscreds.hxx63 typedef std::set< rtl::OUString > StringSet; typedef
82 StringSet m_aMemContainer;
83 StringSet m_aCfgContainer;
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbmaker.cxx62 StringSet filterTypes;
134 StringSet::iterator iter = filterTypes.begin(); in checkFilterTypes()
248 StringSet& filterTypes2) in produceAllTypes()
H A Drdbtype.cxx63 StringSet& filterTypes) in produceDependedTypes()
111 StringSet& filterTypes, in produceType()
H A Drdbtype.hxx43 StringSet& filterTypes,
/trunk/main/registry/tools/
H A Dregcompare.cxx46 typedef std::set< rtl::OUString > StringSet; typedef
80 StringSet m_excludeKeys;
277 StringSet::const_iterator first = m_excludeKeys.begin(), last = m_excludeKeys.end(); in matchedWithExcludeKey()
1720 RegistryKey& key, StringSet& keys, in checkDifferences()
1910 StringSet keys; in compareKeys()
1913 StringSet::iterator iter = keys.begin(); in compareKeys()
1914 StringSet::iterator end = keys.end(); in compareKeys()
/trunk/main/rdbmaker/source/codemaker/
H A Dglobal.cxx58 static StringSet aGlobalMap; in inGlobalSet()
59 StringSet::iterator iter = aGlobalMap.find( sValue ); in inGlobalSet()
/trunk/main/idlc/inc/idlc/
H A Didlc.hxx112 StringSet* getIncludes() in getIncludes()
136 StringSet m_includes;
H A Didlctypes.hxx63 typedef ::std::set< ::rtl::OString, LessString > StringSet; typedef
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.hxx65 DECLARE_STL_STDKEY_SET(::rtl::OUString, StringSet);
66 StringSet m_aRemainingProps;
H A Dpropertyimport.hxx81 DECLARE_STL_STDKEY_SET( ::rtl::OUString, StringSet );
82 StringSet m_aEncounteredAttributes;
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.hxx97 typedef ::std::set< ::rtl::OUString > StringSet; typedef in dbaui::ODbDataSourceAdministrationHelper
98 typedef StringSet::const_iterator ConstStringSetIterator;
H A DDbAdminImpl.cxx836 StringSet aIndirectProps; in fillDatasourceInfo()
839 ::std::insert_iterator<StringSet>(aIndirectProps,aIndirectProps.begin()), in fillDatasourceInfo()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.hxx172 void dumpAttributesCppuDecl(FileStream& o, StringSet* pFinishedTypes, CunoTypeDecl eDeclFlag);
173 void dumpMethodsCppuDecl(FileStream& o, StringSet* pFinishedTypes, CunoTypeDecl eDeclFlag );
H A Dcunotype.cxx616 StringSet generatedTypeSet; in dumpGetCunoType()
617 StringSet::iterator findIter; in dumpGetCunoType()
826 StringSet aFinishedTypes; in dumpCppuGetTypeMemberDecl()
2058 StringSet aTypes; in dumpCGetCunoType()
2439 void InterfaceType::dumpAttributesCppuDecl(FileStream& o, StringSet* pFinishedTypes, CunoTypeDecl e… in dumpAttributesCppuDecl()
2464 void InterfaceType::dumpMethodsCppuDecl(FileStream& o, StringSet* pFinishedTypes, CunoTypeDecl eDec… in dumpMethodsCppuDecl()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx175 void dumpAttributesCppuDecl(FileStream& o, StringSet* pFinishedTypes, CppuTypeDecl eDeclFlag);
176 void dumpMethodsCppuDecl(FileStream& o, StringSet* pFinishedTypes, CppuTypeDecl eDeclFlag );
H A Dcpputype.cxx518 StringSet generatedTypeSet; in dumpNormalGetCppuType()
519 StringSet::iterator findIter; in dumpNormalGetCppuType()
700 StringSet aFinishedTypes; in dumpCppuGetTypeMemberDecl()
1598 StringSet aTypes; in dumpComprehensiveGetCppuType()
1970 void InterfaceType::dumpAttributesCppuDecl(FileStream& o, StringSet* pFinishedTypes, CppuTypeDecl e… in dumpAttributesCppuDecl()
1997 void InterfaceType::dumpMethodsCppuDecl(FileStream& o, StringSet* pFinishedTypes, CppuTypeDecl eDec… in dumpMethodsCppuDecl()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontentcaps.cxx309 typedef std::set< rtl::OUString > StringSet; in getProperties() typedef
310 StringSet aPropSet; in getProperties()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx934 typedef ::std::set< ::rtl::OUString > StringSet; in lcl_setPropertyValues_resetOrRemoveOther() typedef
935 StringSet aToBeSetPropertyNames; in lcl_setPropertyValues_resetOrRemoveOther()
939 … ::std::insert_iterator< StringSet >( aToBeSetPropertyNames, aToBeSetPropertyNames.end() ), in lcl_setPropertyValues_resetOrRemoveOther()
/trunk/main/rdbmaker/inc/codemaker/
H A Dglobal.hxx66 typedef ::std::set< ::rtl::OString, LessString > StringSet; typedef
/trunk/main/sc/source/filter/xml/
H A Dxmldpimp.hxx78 typedef ::std::hash_set< ::rtl::OUString, ::rtl::OUStringHash > StringSet; typedef in ScXMLDataPilotTableContext
79 StringSet maHiddenMemberFields;
/trunk/main/codemaker/inc/codemaker/
H A Dglobal.hxx68 typedef ::std::set< ::rtl::OString, LessString > StringSet; typedef

Completed in 102 milliseconds