Home
last modified time | relevance | path

Searched refs:ScLoadedNamespaceEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/inc/
H A Dsheetdata.hxx96 struct ScLoadedNamespaceEntry struct
102ScLoadedNamespaceEntry( const rtl::OUString& rPrefix, const rtl::OUString& rName, sal_uInt16 nKey … in ScLoadedNamespaceEntry() argument
113 std::vector<ScLoadedNamespaceEntry> maLoadedNamespaces;
/trunk/main/sc/source/filter/xml/
H A Dsheetdata.cxx208 …maLoadedNamespaces.push_back( ScLoadedNamespaceEntry( rEntry.sPrefix, rEntry.sName, rEntry.nKey ) … in StoreLoadedNamespaces()
234 std::vector<ScLoadedNamespaceEntry>::const_iterator aIter = maLoadedNamespaces.begin(); in AddLoadedNamespaces()
235 std::vector<ScLoadedNamespaceEntry>::const_iterator aEnd = maLoadedNamespaces.end(); in AddLoadedNamespaces()

Completed in 13 milliseconds