Searched refs:ScLoadedNamespaceEntry (Results 1 – 2 of 2) sorted by relevance
96 struct ScLoadedNamespaceEntry struct102 …ScLoadedNamespaceEntry( const rtl::OUString& rPrefix, const rtl::OUString& rName, sal_uInt16 nKey … in ScLoadedNamespaceEntry() argument113 std::vector<ScLoadedNamespaceEntry> maLoadedNamespaces;
208 …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 12 milliseconds