/aoo42x/main/comphelper/source/property/ |
H A D | propagg.cxx | 507 cppu::IPropertyArrayHelper& rPH = getInfoHelper(); in propertiesChange() local 514 sal_Int32 nHandle = rPH.getHandleByName( evt.PropertyName ); in propertiesChange() 534 sal_Int32 nHandle = rPH.getHandleByName(pEvents->PropertyName); in propertiesChange() 558 cppu::IPropertyArrayHelper& rPH = getInfoHelper(); in vetoableChange() local 560 sal_Int32 nHandle = rPH.getHandleByName(_rEvent.PropertyName); in vetoableChange() 638 rPH.fillAggregatePropertyInfoByHandle(NULL, &nOriginalHandle, nHandle); in getOriginalHandle() 647 OSL_VERIFY( rPH.getPropertyByHandle( _nHandle, aProperty ) ); in getPropertyName() 910 sal_Int32 nHandle = rPH.getHandleByName( _rPropertyName ); in getPropertyState() 935 sal_Int32 nHandle = rPH.getHandleByName(_rPropertyName); in setPropertyToDefault() 968 sal_Int32 nHandle = rPH.getHandleByName( aPropertyName ); in getPropertyDefault() [all …]
|
H A D | propstate.cxx | 97 cppu::IPropertyArrayHelper& rPH = getInfoHelper(); in getPropertyState() local 98 sal_Int32 nHandle = rPH.getHandleByName(_rsName); in getPropertyState() 109 cppu::IPropertyArrayHelper& rPH = getInfoHelper(); in setPropertyToDefault() local 110 sal_Int32 nHandle = rPH.getHandleByName(_rsName); in setPropertyToDefault() 121 cppu::IPropertyArrayHelper& rPH = getInfoHelper(); in getPropertyDefault() local 122 sal_Int32 nHandle = rPH.getHandleByName(_rsName); in getPropertyDefault()
|
H A D | propertystatecontainer.cxx | 79 ::cppu::IPropertyArrayHelper& rPH = getInfoHelper(); in IMPLEMENT_FORWARD_XTYPEPROVIDER2() 80 sal_Int32 nHandle = rPH.getHandleByName( _rPropertyName ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
|
/aoo42x/main/chart2/source/tools/ |
H A D | OPropertySet.cxx | 200 cppu::IPropertyArrayHelper & rPH = getInfoHelper(); in getPropertyState() local 203 rPH.getHandleByName( PropertyName )); in getPropertyState() 211 cppu::IPropertyArrayHelper & rPH = getInfoHelper(); in getPropertyStates() local 214 rPH.fillHandles( pHandles, aPropertyName ); in getPropertyStates() 227 cppu::IPropertyArrayHelper & rPH = getInfoHelper(); in setPropertyToDefault() local 239 cppu::IPropertyArrayHelper & rPH = getInfoHelper(); in getPropertyDefault() local 263 cppu::IPropertyArrayHelper & rPH = getInfoHelper(); in setPropertiesToDefault() local 266 rPH.fillHandles( pHandles, aPropertyNames ); in setPropertiesToDefault() 280 ::cppu::IPropertyArrayHelper & rPH = getInfoHelper(); in getPropertyDefaults() 290 rPH.getHandleByName( aPropertyNames[ nI ] )); in getPropertyDefaults() [all …]
|
/aoo42x/main/cppuhelper/source/ |
H A D | propshlp.cxx | 254 IPropertyArrayHelper & rPH = getInfoHelper(); in setPropertyValue() local 267 IPropertyArrayHelper & rPH = getInfoHelper(); in getPropertyValue() local 292 IPropertyArrayHelper & rPH = getInfoHelper(); in addPropertyChangeListener() local 338 IPropertyArrayHelper & rPH = getInfoHelper(); in removePropertyChangeListener() local 374 IPropertyArrayHelper & rPH = getInfoHelper(); in addVetoableChangeListener() local 418 IPropertyArrayHelper & rPH = getInfoHelper(); in removeVetoableChangeListener() local 847 IPropertyArrayHelper & rPH = getInfoHelper(); in setFastPropertyValues() local 946 IPropertyArrayHelper & rPH = getInfoHelper(); in getPropertyValues() local 948 rPH.fillHandles( pHandles, rPropertyNames ); in getPropertyValues() 986 IPropertyArrayHelper & rPH = getInfoHelper(); in firePropertiesChangeEvent() local [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | txthyph.cxx | 435 void SwHyphPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 438 rPH.Special( GetLen(), aString, GetWhichPor() ); in HandlePortion() 479 void SwHyphStrPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 481 rPH.Special( GetLen(), aExpand, GetWhichPor() ); in HandlePortion() 662 void SwSoftHyphPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 668 rPH.Special( GetLen(), aString, nWhich ); in HandlePortion()
|
H A D | porexp.cxx | 57 void SwExpandPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 60 rPH.Special( GetLen(), aString, GetWhichPor() ); in HandlePortion() 252 void SwBlankPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 255 rPH.Special( GetLen(), aString, GetWhichPor() ); in HandlePortion()
|
H A D | porhyph.hxx | 40 virtual void HandlePortion( SwPortionHandler& rPH ) const; 57 virtual void HandlePortion( SwPortionHandler& rPH ) const; 85 virtual void HandlePortion( SwPortionHandler& rPH ) const;
|
H A D | porref.cxx | 104 void SwIsoRefPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 107 rPH.Special( GetLen(), aString, GetWhichPor() ); in HandlePortion()
|
H A D | portox.cxx | 106 void SwIsoToxPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 109 rPH.Special( GetLen(), aString, GetWhichPor() ); in HandlePortion()
|
H A D | porexp.hxx | 44 virtual void HandlePortion( SwPortionHandler& rPH ) const; 75 virtual void HandlePortion( SwPortionHandler& rPH ) const;
|
H A D | portxt.hxx | 59 virtual void HandlePortion( SwPortionHandler& rPH ) const; 99 virtual void HandlePortion( SwPortionHandler& rPH ) const;
|
H A D | portxt.cxx | 713 void SwTxtPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 715 rPH.Text( GetLen(), GetWhichPor() ); in HandlePortion() 916 void SwHolePortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 918 rPH.Text( GetLen(), GetWhichPor() ); in HandlePortion()
|
H A D | porlin.cxx | 417 void SwLinePortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 420 rPH.Special( GetLen(), aString, GetWhichPor() ); in HandlePortion()
|
H A D | txtfrm.cxx | 2644 void SwTxtFrm::VisitPortions( SwPortionHandler& rPH ) const in VisitPortions() 2651 rPH.Skip( GetOfst() ); in VisitPortions() 2659 pPor->HandlePortion( rPH ); in VisitPortions() 2663 rPH.LineBreak(); in VisitPortions() 2668 rPH.Finish(); in VisitPortions()
|
H A D | porrst.cxx | 127 void SwBreakPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 129 rPH.Text( GetLen(), GetWhichPor() ); in HandlePortion()
|
H A D | txttab.cxx | 672 void SwTabPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 674 rPH.Text( GetLen(), GetWhichPor() ); in HandlePortion()
|
H A D | porfld.cxx | 468 void SwFldPortion::HandlePortion( SwPortionHandler& rPH ) const in HandlePortion() 470 rPH.Special( GetLen(), aExpand, GetWhichPor() ); in HandlePortion() 473 rPH.SetAttrFieldType(m_nAttrFldType); in HandlePortion()
|
H A D | porref.hxx | 56 virtual void HandlePortion( SwPortionHandler& rPH ) const;
|
H A D | portox.hxx | 58 virtual void HandlePortion( SwPortionHandler& rPH ) const;
|
H A D | porftn.hxx | 99 virtual void HandlePortion( SwPortionHandler& rPH ) const;
|
H A D | portab.hxx | 49 virtual void HandlePortion( SwPortionHandler& rPH ) const;
|
H A D | porrst.hxx | 61 virtual void HandlePortion( SwPortionHandler& rPH ) const;
|
/aoo42x/main/forms/source/component/ |
H A D | FormattedField.cxx | 524 OPropertyArrayAggregationHelper& rPH = m_aPropertyBagHelper.getInfoHelper(); in setPropertyToDefault() local 525 sal_Int32 nHandle = rPH.getHandleByName( aPropertyName ); in setPropertyToDefault() 548 OPropertyArrayAggregationHelper& rPH = m_aPropertyBagHelper.getInfoHelper(); in getPropertyDefault() local 549 sal_Int32 nHandle = rPH.getHandleByName( aPropertyName ); in getPropertyDefault()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | geometrycontrolmodel.cxx | 330 …OPropertyArrayAggregationHelper& rPH = static_cast<OPropertyArrayAggregationHelper&>(const_cast<OG… in getFastPropertyValue() local 334 if (rPH.fillAggregatePropertyInfoByHandle(&sPropName, &nOriginalHandle, _nHandle)) in getFastPropertyValue()
|