Home
last modified time | relevance | path

Searched refs:_rPropName (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/extensions/source/propctrlr/
H A Dfontdialog.cxx103 sal_Int16 getInt16FontProperty(const ::rtl::OUString& _rPropName, const sal_Int16 _nDefault);
104 sal_Int32 getInt32FontProperty(const ::rtl::OUString& _rPropName, const sal_Int32 _nDefault);
105 float getFloatFontProperty(const ::rtl::OUString& _rPropName, const float _nDefault);
108 const ::rtl::OUString& _rPropName,
125 _rValue = m_xPropValueAccess->getPropertyValue(_rPropName); in getCheckFontProperty()
127 return PropertyState_DEFAULT_VALUE == m_xPropStateAccess->getPropertyState(_rPropName); in getCheckFontProperty()
136 if (getCheckFontProperty(_rPropName, aValue)) in getStringFontProperty()
146 if (getCheckFontProperty(_rPropName, aValue)) in getInt16FontProperty()
158 if (getCheckFontProperty(_rPropName, aValue)) in getInt32FontProperty()
170 if (getCheckFontProperty(_rPropName, aValue)) in getFloatFontProperty()
[all …]
H A Dpropertyhandler.cxx290 …void PropertyHandler::firePropertyChange( const ::rtl::OUString& _rPropName, PropertyId _nPropId, … in firePropertyChange() argument
295 aEvent.PropertyName = _rPropName; in firePropertyChange()
371 bool PropertyHandler::impl_componentHasProperty_throw( const ::rtl::OUString& _rPropName ) const in impl_componentHasProperty_throw()
373 … return m_xComponentPropertyInfo.is() && m_xComponentPropertyInfo->hasPropertyByName( _rPropName ); in impl_componentHasProperty_throw()
H A Dpropertyhandler.hxx145 void firePropertyChange( const ::rtl::OUString& _rPropName, PropertyId _nPropId,
292 bool impl_componentHasProperty_throw( const ::rtl::OUString& _rPropName ) const;
H A Dpropcontroller.hxx297 sal_uInt32 GetPropertyPos(const ::rtl::OUString& _rPropName);
/aoo42x/main/xmloff/source/forms/
H A Dofficeforms.cxx73 const ::rtl::OUString& _rPropName, sal_Bool _bDefault) in implImportBool()
86 if (_rxPropInfo->hasPropertyByName(_rPropName)) in implImportBool()
87 _rxProps->setPropertyValue(_rPropName, ::cppu::bool2any(bValue)); in implImportBool()
144 const ::rtl::OUString& _rPropName, sal_Bool _bDefault) in implExportBool()
148 if (_rxPropInfo->hasPropertyByName(_rPropName)) in implExportBool()
149 bValue = ::cppu::any2bool(_rxProps->getPropertyValue(_rPropName)); in implExportBool()
H A Dofficeforms.hxx64 const ::rtl::OUString& _rPropName,
89 const ::rtl::OUString& _rPropName,
/aoo42x/main/comphelper/source/property/
H A Dproperty.cxx172 void RemoveProperty(Sequence<Property>& _rProps, const rtl::OUString& _rPropName) in RemoveProperty() argument
178 …const Property* pResult = ::std::lower_bound(pProperties, pProperties + nLen, _rPropName,PropertyS… in RemoveProperty()
181 if ( pResult && (pResult != pProperties + nLen) && (pResult->Name == _rPropName) ) in RemoveProperty()
183 OSL_ENSURE(pResult->Name.equals(_rPropName), "::RemoveProperty Properties nicht sortiert"); in RemoveProperty()
/aoo42x/main/svx/source/form/
H A Dfmobjfac.cxx132 void lcl_initProperty( FmFormObj* _pObject, const ::rtl::OUString& _rPropName, const Any& _rValue ) in lcl_initProperty() argument
138 xModelSet->setPropertyValue( _rPropName, _rValue ); in lcl_initProperty()
/aoo42x/main/comphelper/inc/comphelper/
H A Dproperty.hxx113 …emoveProperty(staruno::Sequence<starbeans::Property>& seqProps, const ::rtl::OUString& _rPropName);

Completed in 41 milliseconds