Home
last modified time | relevance | path

Searched refs:sProperty (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx108 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 …]
/trunk/main/unotools/source/config/
H A Dconfigmgr.cxx539 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 Dconfigitem.cxx326 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 …]
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Drespintest.cxx52 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 Dcheckrunningofficelanguagepack.cxx72 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()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dupgrade.cxx118 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 Dlayerlinks.cxx52 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 Dcheckrunningoffice.cxx72 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 Dcheckdirectory.cxx53 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 Dcheckpatches.cxx70 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 Ddotnetcheck.cxx52 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 Dstartmenuicon.cxx48 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 Dcopyextensiondata.cxx55 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 Dmigrateinstallpath.cxx50 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 Dcompleteinstallpath.cxx50 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 Dpostuninstall.cxx48 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 Dvistaspecial.cxx72 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 Dregisterextensions.cxx166 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()
/trunk/main/framework/inc/classes/
H A Dpropertysethelper.hxx163 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,
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx72 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()
/trunk/main/filter/source/config/cache/
H A Dcacheupdatelistener.cxx154 ::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()
/trunk/main/xmloff/source/text/
H A DXMLIndexMarkExport.cxx194 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()
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx499 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()
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx264 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()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx70 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()

Completed in 110 milliseconds

12