Home
last modified time | relevance | path

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

/trunk/main/framework/inc/services/
H A Dpathsettings.hxx76 struct PathInfo struct in framework::PathSettings
80 PathInfo() in PathInfo() function
89 PathInfo(const PathInfo& rCopy) in PathInfo() argument
94 void takeOver(const PathInfo& rCopy) in takeOver() argument
123 typedef BaseHash< PathSettings::PathInfo > PathHash;
203 PathSettings::PathInfo impl_readNewFormat(const ::rtl::OUString& sPath);
209 void impl_mergeOldUserPaths( PathSettings::PathInfo& rPath,
226 void impl_subst(PathSettings::PathInfo& aPath ,
231 … ::rtl::OUString impl_convertPath2OldStyle(const PathSettings::PathInfo& rPath ) const;
238 void impl_purgeKnownPaths(const PathSettings::PathInfo& rPath,
[all …]
/trunk/main/framework/source/services/
H A Dpathsettings.cxx267 PathSettings::PathInfo PathSettings::impl_readNewFormat(const ::rtl::OUString& sPath) in impl_readNewFormat()
275 PathSettings::PathInfo aPathVal; in impl_readNewFormat()
310 void PathSettings::impl_storePath(const PathSettings::PathInfo& aPath) in impl_storePath()
321 PathInfo aResubstPath(aPath); in impl_storePath()
358 void PathSettings::impl_mergeOldUserPaths( PathSettings::PathInfo& rPath, in impl_mergeOldUserPaths()
395 PathSettings::PathInfo* pPathOld = 0; in impl_updatePath()
396 PathSettings::PathInfo* pPathNew = 0; in impl_updatePath()
398 PathSettings::PathInfo aPath; in impl_updatePath()
544 const PathSettings::PathInfo* pPathOld, in impl_notifyPropListener()
545 const PathSettings::PathInfo* pPathNew) in impl_notifyPropListener()
[all …]