Searched refs:ShellHash (Results 1 – 1 of 1) sorted by relevance
175 class ShellHash{public: size_t operator()(const SfxShell* p) const { return (size_t)p;} }; in operator ()() class in sd::ViewShellManager::Implementation176 typedef ::std::hash_multimap<const SfxShell*,SharedShellFactory,ShellHash>188 typedef ::std::hash_map<const SfxShell*,SubShellSubList,ShellHash> SubShellList;
Completed in 34 milliseconds