Home
last modified time | relevance | path

Searched refs:sRelPath (Results 1 – 15 of 15) sorted by relevance

/trunk/main/extensions/source/oooimprovement/
H A Dmyconfigurationhelper.cxx114 const OUString& sRelPath, in readRelativeKey() argument
120 xAccess->getByHierarchicalName(sRelPath) >>= xProps; in readRelativeKey()
123 noSuchElement(sRelPath), in readRelativeKey()
130 const OUString& sRelPath, in writeRelativeKey() argument
137 xAccess->getByHierarchicalName(sRelPath) >>= xProps; in writeRelativeKey()
140 noSuchElement(sRelPath), in writeRelativeKey()
148 const OUString& sRelPath, in readDirectKey() argument
153 return MyConfigurationHelper::readRelativeKey(xCFG, sRelPath, sKey); in readDirectKey()
159 const OUString& sRelPath, in writeDirectKey() argument
165 MyConfigurationHelper::writeRelativeKey(xCFG, sRelPath, sKey, aValue); in writeDirectKey()
H A Dmyconfigurationhelper.hxx123 const ::rtl::OUString& sRelPath,
154 const ::rtl::OUString& sRelPath,
186 const ::rtl::OUString& sRelPath,
203 const ::rtl::OUString& sRelPath,
/trunk/main/comphelper/source/misc/
H A Dconfigurationhelper.cxx93 … const ::rtl::OUString& sRelPath, in readRelativeKey()
99 xAccess->getByHierarchicalName(sRelPath) >>= xProps; in readRelativeKey()
104 sMsg.append (sRelPath ); in readRelativeKey()
116 … const ::rtl::OUString& sRelPath, in writeRelativeKey()
123 xAccess->getByHierarchicalName(sRelPath) >>= xProps; in writeRelativeKey()
128 sMsg.append (sRelPath ); in writeRelativeKey()
175 … const ::rtl::OUString& sRelPath, in readDirectKey()
180 return ConfigurationHelper::readRelativeKey(xCFG, sRelPath, sKey); in readDirectKey()
186 … const ::rtl::OUString& sRelPath, in writeDirectKey()
192 ConfigurationHelper::writeRelativeKey(xCFG, sRelPath, sKey, aValue); in writeDirectKey()
/trunk/main/framework/qa/complex/framework/autosave/
H A DConfigHelper.java69 public Object readRelativeKey(String sRelPath, in readRelativeKey() argument
75 …t xPath = UnoRuntime.queryInterface(XPropertySet.class, m_xConfig.getByHierarchicalName(sRelPath)); in readRelativeKey()
85 public void writeRelativeKey(String sRelPath, in writeRelativeKey() argument
92 …t xPath = UnoRuntime.queryInterface(XPropertySet.class, m_xConfig.getByHierarchicalName(sRelPath)); in writeRelativeKey()
116 String sRelPath , in readDirectKey() argument
121 return aConfig.readRelativeKey(sRelPath, sKey); in readDirectKey()
127 String sRelPath , in writeDirectKey() argument
133 aConfig.writeRelativeKey(sRelPath, sKey, aValue); in writeDirectKey()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java134 public Object readRelativeKey(String sRelPath, in readRelativeKey() argument
142 m_xConfig.getByHierarchicalName(sRelPath)); in readRelativeKey()
152 public void writeRelativeKey(String sRelPath, in writeRelativeKey() argument
161 m_xConfig.getByHierarchicalName(sRelPath)); in writeRelativeKey()
192 String sRelPath , in readDirectKey() argument
197 return aConfig.readRelativeKey(sRelPath, sKey); in readDirectKey()
203 String sRelPath , in writeDirectKey() argument
209 aConfig.writeRelativeKey(sRelPath, sKey, aValue); in writeDirectKey()
/trunk/main/framework/source/accelerators/
H A Dstorageholder.cxx163 ::rtl::OUString sRelPath; in openPath()
171 ::rtl::OUString sCheckPath (sRelPath); in openPath()
224 sRelPath += sChild; in openPath()
225 sRelPath += PATH_SEPERATOR; in openPath()
241 ::rtl::OUString sRelPath ; in getAllPathStorages()
252 ::rtl::OUString sCheckPath (sRelPath); in getAllPathStorages()
268 sRelPath += sChild; in getAllPathStorages()
269 sRelPath += PATH_SEPERATOR; in getAllPathStorages()
H A Dpresethandler.cxx756 …::rtl::OUString sRelPath = m_sRelPathUser; // use user path ... because we don't work directly on … in addStorageListener()
761 if (!sRelPath.getLength()) in addStorageListener()
769 m_aSharedStorages->m_lStoragesUser.addStorageListener(pListener, sRelPath); in addStorageListener()
775 m_lDocumentStorages.addStorageListener(pListener, sRelPath); in addStorageListener()
786 …::rtl::OUString sRelPath = m_sRelPathUser; // use user path ... because we don't work directly on … in removeStorageListener()
791 if (!sRelPath.getLength()) in removeStorageListener()
799 m_aSharedStorages->m_lStoragesUser.removeStorageListener(pListener, sRelPath); in removeStorageListener()
805 m_lDocumentStorages.removeStorageListener(pListener, sRelPath); in removeStorageListener()
/trunk/main/comphelper/inc/comphelper/
H A Dconfigurationhelper.hxx137 const ::rtl::OUString& sRelPath,
167 const ::rtl::OUString& sRelPath,
231 … const ::rtl::OUString& sRelPath,
247 … const ::rtl::OUString& sRelPath,
/trunk/main/framework/source/helper/
H A Dpersistentwindowstate.cxx232 ::rtl::OUString sRelPath = sRelPathBuf.makeStringAndClear(); in implst_getWindowStateFromConfig()
239 sRelPath, in implst_getWindowStateFromConfig()
262 ::rtl::OUString sRelPath = sRelPathBuf.makeStringAndClear(); in implst_setWindowStateOnConfig()
269 sRelPath, in implst_setWindowStateOnConfig()
/trunk/main/framework/source/inc/pattern/
H A Dconfiguration.hxx116 … const ::rtl::OUString& sRelPath , in openConfig()
131 sPath.append(sRelPath ); in openConfig()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx466 OUString sRelPath, sName; in initialize() local
473 aAny >>= sRelPath; in initialize()
489 if( sRelPath.getLength() ) in initialize()
491 sal_Int32 nColPos = sRelPath.indexOf( ':' ); in initialize()
502 nPos = sRelPath.indexOf( '/', nPos + 1 ); in initialize()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1043 OUString sRelPath; in initialize() local
1048 aAny >>= sRelPath; in initialize()
1059 if( sRelPath.getLength() ) in initialize()
1060 mpImpl->aBaseURL.insertName( sRelPath ); in initialize()
H A Dxmlexp.cxx839 OUString sRelPath; in initialize() local
844 aAny >>= sRelPath; in initialize()
856 if( sRelPath.getLength() ) in initialize()
857 aBaseURL.insertName( sRelPath ); in initialize()
/trunk/main/registry/source/
H A Dregimpl.cxx1348 OUString sRelPath(pSourceKey->getName().copy(nCut)); in loadAndSaveKeys() local
1353 sFullPath += sRelPath; in loadAndSaveKeys()
1354 if (sRelPath.getLength() > 1 || sFullPath.getLength() == 0) in loadAndSaveKeys()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx910 ::rtl::OUString sRelPath = ::rtl::OUString::createFromAscii("L10N"); in IMPL_LINK()
917 sRelPath, in IMPL_LINK()

Completed in 104 milliseconds