/aoo42x/main/extensions/source/oooimprovement/ |
H A D | myconfigurationhelper.cxx | 114 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 D | myconfigurationhelper.hxx | 123 const ::rtl::OUString& sRelPath, 154 const ::rtl::OUString& sRelPath, 186 const ::rtl::OUString& sRelPath, 203 const ::rtl::OUString& sRelPath,
|
/aoo42x/main/comphelper/source/misc/ |
H A D | configurationhelper.cxx | 93 … 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()
|
/aoo42x/main/framework/qa/complex/framework/autosave/ |
H A D | ConfigHelper.java | 69 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()
|
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | ConfigHelper.java | 134 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()
|
/aoo42x/main/framework/source/accelerators/ |
H A D | storageholder.cxx | 163 ::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 D | presethandler.cxx | 756 …::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()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | configurationhelper.hxx | 137 const ::rtl::OUString& sRelPath, 167 const ::rtl::OUString& sRelPath, 231 … const ::rtl::OUString& sRelPath, 247 … const ::rtl::OUString& sRelPath,
|
/aoo42x/main/framework/source/helper/ |
H A D | persistentwindowstate.cxx | 232 ::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()
|
/aoo42x/main/framework/source/inc/pattern/ |
H A D | configuration.hxx | 116 … const ::rtl::OUString& sRelPath , in openConfig() 131 sPath.append(sRelPath ); in openConfig()
|
/aoo42x/main/xmloff/source/transform/ |
H A D | TransformerBase.cxx | 466 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()
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmlimp.cxx | 1043 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 D | xmlexp.cxx | 839 OUString sRelPath; in initialize() local 844 aAny >>= sRelPath; in initialize() 856 if( sRelPath.getLength() ) in initialize() 857 aBaseURL.insertName( sRelPath ); in initialize()
|
/aoo42x/main/registry/source/ |
H A D | regimpl.cxx | 1348 OUString sRelPath(pSourceKey->getName().copy(nCut)); in loadAndSaveKeys() local 1353 sFullPath += sRelPath; in loadAndSaveKeys() 1354 if (sRelPath.getLength() > 1 || sFullPath.getLength() == 0) in loadAndSaveKeys()
|
/aoo42x/main/framework/source/services/ |
H A D | backingwindow.cxx | 908 ::rtl::OUString sRelPath = ::rtl::OUString::createFromAscii("L10N"); in IMPL_LINK() 915 sRelPath, in IMPL_LINK()
|