/aoo42x/main/framework/source/fwi/classes/ |
H A D | propertysethelper.cxx | 108 PropertySetHelper::TPropInfoHash::iterator pIt = m_lProps.find(sProperty); in impl_removePropertyInfo() 207 void SAL_CALL PropertySetHelper::setPropertyValue(const ::rtl::OUString& sProperty, in setPropertyValue() argument 222 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(sProperty); in setPropertyValue() 283 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(sProperty); in getPropertyValue() 312 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(sProperty); in addPropertyChangeListener() 319 m_lSimpleChangeListener.addInterface(sProperty, xListener); in addPropertyChangeListener() 334 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(sProperty); in removePropertyChangeListener() 341 m_lSimpleChangeListener.removeInterface(sProperty, xListener); in removePropertyChangeListener() 356 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(sProperty); in addVetoableChangeListener() 363 m_lVetoChangeListener.addInterface(sProperty, xListener); in addVetoableChangeListener() [all …]
|
/aoo42x/main/unotools/source/config/ |
H A D | configmgr.cxx | 539 OUString sProperty; in GetDirectConfigProperty() local 542 case LOCALE: sProperty = C2U("ooLocale"); break; in GetDirectConfigProperty() 543 case PRODUCTNAME: sProperty = C2U("ooName"); break; in GetDirectConfigProperty() 553 case WRITERCOMPATIBILITYVERSIONOOO11: sProperty = C2U("OOo11"); break; in GetDirectConfigProperty() 559 aRet = xDirectAccess->getByName(sProperty); in GetDirectConfigProperty() 691 OUString sNode, sProperty; in GetLocalProperty() local 692 OSL_VERIFY( splitLastFromConfigurationPath(sPath, sNode, sProperty) ); in GetLocalProperty() 699 aRet = xAccess->getByName(sProperty); in GetLocalProperty() 723 OUString sNode, sProperty; in PutLocalProperty() local 724 OSL_VERIFY( splitLastFromConfigurationPath(sPath, sNode, sProperty) ); in PutLocalProperty() [all …]
|
H A D | configitem.cxx | 326 OUString sProperty(rSubTree); in lcl_IsLocalProperty() local 327 sProperty += C2U("/"); in lcl_IsLocalProperty() 328 sProperty += rProperty; in lcl_IsLocalProperty() 521 OUString sProperty; in GetReadOnlyStates() local 591 OUString sProperty(sSubTree); in GetProperties() local 592 sProperty += C2U("/"); in GetProperties() 593 sProperty += pNames[i]; in GetProperties() 674 OUString sProperty(sSubTree); in PutProperties() local 675 sProperty += C2U("/"); in PutProperties() 676 sProperty += pNames[i]; in PutProperties() [all …]
|
/aoo42x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | respintest.cxx | 52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() argument 58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty() 63 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 69 inline bool IsSetMsiProperty(MSIHANDLE handle, const string& sProperty) in IsSetMsiProperty() argument 71 return (GetMsiProperty(handle, sProperty).length() > 0); in IsSetMsiProperty() 74 inline void UnsetMsiProperty(MSIHANDLE handle, const string& sProperty) in UnsetMsiProperty() argument 76 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 79 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string&) in SetMsiProperty() argument 81 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
|
H A D | checkrunningofficelanguagepack.cxx | 72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() argument 92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty() 96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() argument 98 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() argument 103 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
|
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | upgrade.cxx | 118 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() argument 124 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty() 129 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 135 inline bool IsSetMsiProperty(MSIHANDLE handle, const string& sProperty) in IsSetMsiProperty() argument 137 return (GetMsiProperty(handle, sProperty).length() > 0); in IsSetMsiProperty() 140 inline void UnsetMsiProperty(MSIHANDLE handle, const string& sProperty) in UnsetMsiProperty() argument 142 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 145 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty) in SetMsiProperty() argument 147 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
|
H A D | layerlinks.cxx | 52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() argument 58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty() 63 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 69 inline bool IsSetMsiProperty(MSIHANDLE handle, const string& sProperty) in IsSetMsiProperty() argument 71 return (GetMsiProperty(handle, sProperty).length() > 0); in IsSetMsiProperty() 74 inline void UnsetMsiProperty(MSIHANDLE handle, const string& sProperty) in UnsetMsiProperty() argument 76 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 79 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string&) in SetMsiProperty() argument 81 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
|
H A D | checkrunningoffice.cxx | 72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() argument 92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty() 96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() argument 98 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() argument 103 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
|
H A D | checkdirectory.cxx | 53 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 59 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 64 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 71 static void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() argument 73 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 76 static void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty, const std::_tstring&) in SetMsiProperty() argument 78 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
|
H A D | checkpatches.cxx | 70 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 76 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 81 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 88 static void SetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in SetMsiProperty() argument 90 MsiSetProperty( handle, sProperty.c_str(), TEXT("1") ); in SetMsiProperty()
|
H A D | dotnetcheck.cxx | 52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() argument 58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty() 63 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 69 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string& sValue) in SetMsiProperty() argument 71 MsiSetProperty(handle, sProperty.c_str(), sValue.c_str()); in SetMsiProperty()
|
H A D | startmenuicon.cxx | 48 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 59 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
|
H A D | copyextensiondata.cxx | 55 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 61 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 66 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
|
H A D | migrateinstallpath.cxx | 50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 61 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
|
H A D | completeinstallpath.cxx | 50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 61 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
|
H A D | postuninstall.cxx | 48 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 59 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
|
H A D | vistaspecial.cxx | 72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
|
H A D | registerextensions.cxx | 166 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 172 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 177 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
|
/aoo42x/main/framework/inc/classes/ |
H A D | propertysethelper.hxx | 163 virtual void SAL_CALL impl_removePropertyInfo(const ::rtl::OUString& sProperty) 180 virtual void SAL_CALL impl_setPropertyValue(const ::rtl::OUString& sProperty, 184 virtual css::uno::Any SAL_CALL impl_getPropertyValue(const ::rtl::OUString& sProperty, 195 virtual void SAL_CALL setPropertyValue(const ::rtl::OUString& sProperty, 203 virtual css::uno::Any SAL_CALL getPropertyValue(const ::rtl::OUString& sProperty) 208 …PropertyChangeListener(const ::rtl::OUString& sProperty, 214 …PropertyChangeListener(const ::rtl::OUString& sProperty, 220 …VetoableChangeListener(const ::rtl::OUString& sProperty, 226 …VetoableChangeListener(const ::rtl::OUString& sProperty,
|
/aoo42x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 159 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() argument 161 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty() 165 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() argument 167 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 170 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() argument 172 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
|
/aoo42x/main/filter/source/config/cache/ |
H A D | cacheupdatelistener.cxx | 154 ::rtl::OUString sProperty; in changesOccurred() 170 if ( ! ::utl::splitLastFromConfigurationPath(sOrgPath, sTempPath, sProperty)) in changesOccurred() 173 sProperty = ::rtl::OUString(); in changesOccurred() 181 sNode = sProperty; in changesOccurred() 182 sProperty = sLocale; in changesOccurred()
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLIndexMarkExport.cxx | 194 const OUString sProperty, in lcl_ExportPropertyString() argument 198 rAny = rPropSet->getPropertyValue( sProperty ); in lcl_ExportPropertyString() 212 const OUString sProperty, in lcl_ExportPropertyBool() argument 216 rAny = rPropSet->getPropertyValue( sProperty ); in lcl_ExportPropertyBool()
|
/aoo42x/main/stoc/source/javavm/ |
H A D | javavm.cxx | 499 rtl::OUString sProperty( RTL_CONSTASCII_USTRINGPARAM("appletviewer.security.mode=")); in getJavaPropsFromSafetySettings() local 500 sProperty= sProperty + sVal; in getJavaPropsFromSafetySettings() 501 pjvm->pushProp(sProperty); in getJavaPropsFromSafetySettings() 508 rtl::OUString sProperty(RTL_CONSTASCII_USTRINGPARAM("stardiv.security.disableSecurity=")); in getJavaPropsFromSafetySettings() local 510 sProperty= sProperty + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("false")); in getJavaPropsFromSafetySettings() 512 sProperty= sProperty + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("true")); in getJavaPropsFromSafetySettings() 513 pjvm->pushProp( sProperty); in getJavaPropsFromSafetySettings()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLTableShapeResizer.cxx | 264 rtl::OUString sProperty; in ResizeShapes() local 271 sProperty = sEndPosition; in ResizeShapes() 279 sProperty = sStartPosition; in ResizeShapes() 281 … xShapeProps->setPropertyValue(sProperty, uno::makeAny(aPoint)); in ResizeShapes()
|
/aoo42x/main/setup_native/source/win32/customactions/rebase/ |
H A D | rebase.cxx | 70 static std::string GetMsiProperty(MSIHANDLE handle, const std::string& sProperty) in GetMsiProperty() argument 76 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty() 81 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
|