Lines Matching refs:sPath
728 ::rtl::OUString sPath; in commitUserChanges()
735 sPath = m_aSharedStorages->m_lStoragesUser.getPathOfStorage(xWorking); in commitUserChanges()
736 m_aSharedStorages->m_lStoragesUser.commitPath(sPath); in commitUserChanges()
737 m_aSharedStorages->m_lStoragesUser.notifyPath(sPath); in commitUserChanges()
743 sPath = m_lDocumentStorages.getPathOfStorage(xWorking); in commitUserChanges()
744 m_lDocumentStorages.commitPath(sPath); in commitUserChanges()
745 m_lDocumentStorages.notifyPath(sPath); in commitUserChanges()
812 …e< css::embed::XStorage > PresetHandler::impl_openPathIgnoringErrors(const ::rtl::OUString& sPath , in impl_openPathIgnoringErrors() argument
820 xPath = m_aSharedStorages->m_lStoragesShare.openPath(sPath, eMode); in impl_openPathIgnoringErrors()
822 xPath = m_aSharedStorages->m_lStoragesUser.openPath(sPath, eMode); in impl_openPathIgnoringErrors()
865 …Storage > PresetHandler::impl_openLocalizedPathIgnoringErrors(::rtl::OUString& sPath , in impl_openLocalizedPathIgnoringErrors() argument
871 …nce< css::embed::XStorage > xPath = impl_openPathIgnoringErrors(sPath, eMode, bShare); in impl_openLocalizedPathIgnoringErrors()
886 sLocalizedPath = sPath; in impl_openLocalizedPathIgnoringErrors()
896 sPath = sLocalizedPath; in impl_openLocalizedPathIgnoringErrors()
898 sPath = ::rtl::OUString(); in impl_openLocalizedPathIgnoringErrors()