Searched refs:_rPropName (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/extensions/source/propctrlr/ |
H A D | fontdialog.cxx | 103 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 D | propertyhandler.cxx | 290 …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 D | propertyhandler.hxx | 145 void firePropertyChange( const ::rtl::OUString& _rPropName, PropertyId _nPropId, 292 bool impl_componentHasProperty_throw( const ::rtl::OUString& _rPropName ) const;
|
H A D | propcontroller.hxx | 297 sal_uInt32 GetPropertyPos(const ::rtl::OUString& _rPropName);
|
/aoo41x/main/xmloff/source/forms/ |
H A D | officeforms.cxx | 73 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 D | officeforms.hxx | 64 const ::rtl::OUString& _rPropName, 89 const ::rtl::OUString& _rPropName,
|
/aoo41x/main/comphelper/source/property/ |
H A D | property.cxx | 172 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()
|
/aoo41x/main/svx/source/form/ |
H A D | fmobjfac.cxx | 132 void lcl_initProperty( FmFormObj* _pObject, const ::rtl::OUString& _rPropName, const Any& _rValue ) in lcl_initProperty() argument 138 xModelSet->setPropertyValue( _rPropName, _rValue ); in lcl_initProperty()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | property.hxx | 113 …emoveProperty(staruno::Sequence<starbeans::Property>& seqProps, const ::rtl::OUString& _rPropName);
|
Completed in 28 milliseconds