Lines Matching refs:beans

86 using namespace ::com::sun::star::beans;
1444 …uno::Sequence< beans::PropertyValue > SAL_CALL AccessibleEditableTextPara::getCharacterAttributes(… in getCharacterAttributes()
1471 … uno::Sequence< beans::PropertyValue > aRunAttribs( getRunAttributes( nIndex, aPropertyNames ) ); in getCharacterAttributes()
1473 const beans::PropertyValue *pRunAttrib = aRunAttribs.getConstArray(); in getCharacterAttributes()
1476 const beans::PropertyValue &rRunAttrib = pRunAttrib[k]; in getCharacterAttributes()
1484 … const uno::Sequence< beans::PropertyValue > aAttribs( getRunAttributes( nIndex, aNames ) ); in getCharacterAttributes()
1485 const beans::PropertyValue *pAttribs = aAttribs.getConstArray(); in getCharacterAttributes()
1499 uno::Sequence< beans::PropertyValue > aRes; in getCharacterAttributes()
1506 beans::PropertyValue *pRes = aRes.getArray(); in getCharacterAttributes()
1509 beans::PropertyValue &rRes = pRes[i]; in getCharacterAttributes()
1526 beans::PropertyValue &rRes = pRes[nRes]; in getCharacterAttributes()
1541 beans::PropertyValue &rResField = pRes[nRes]; in getCharacterAttributes()
1542 beans::PropertyValue aFieldType; in getCharacterAttributes()
1551 const beans::PropertyValue* pPairs = aRes.getConstArray(); in getCharacterAttributes()
1558 uno::Sequence<beans::PropertyValue> aNewValues( nLength ); in getCharacterAttributes()
1559 beans::PropertyValue* pNewValues = aNewValues.getArray(); in getCharacterAttributes()
1762 beans::PropertyValue *pRes = rValues.getArray(); in _correctValues()
1765 beans::PropertyValue &rRes = pRes[i]; in _correctValues()
2693 …ributes( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const uno::Sequence< beans::PropertyValue >& … in setAttributes()
2727 const beans::PropertyValue* pPropArray = aAttributeSet.getConstArray(); in setAttributes()
2763 uno::Sequence< beans::PropertyValue > SAL_CALL AccessibleEditableTextPara::getDefaultAttributes( in getDefaultAttributes()
2787 uno::Reference< beans::XPropertySetInfo > xPropSetInfo = aPropSet.getPropertySetInfo(); in getDefaultAttributes()
2795 uno::Sequence< beans::Property > aProperties; in getDefaultAttributes()
2801 beans::Property *pProperties = aProperties.getArray(); in getDefaultAttributes()
2805 beans::Property aProp; in getDefaultAttributes()
2810 catch (beans::UnknownPropertyException &) in getDefaultAttributes()
2822 const beans::Property *pProperties = aProperties.getConstArray(); in getDefaultAttributes()
2825 uno::Sequence< beans::PropertyValue > aOutSequence( nLength ); in getDefaultAttributes()
2826 beans::PropertyValue* pOutSequence = aOutSequence.getArray(); in getDefaultAttributes()
2860 uno::Sequence< beans::PropertyValue > SAL_CALL AccessibleEditableTextPara::getRunAttributes( in getRunAttributes()
2889 uno::Reference< beans::XPropertySetInfo > xPropSetInfo = aPropSet.getPropertySetInfo(); in getRunAttributes()
2897 uno::Sequence< beans::Property > aProperties; in getRunAttributes()
2903 beans::Property *pProperties = aProperties.getArray(); in getRunAttributes()
2907 beans::Property aProp; in getRunAttributes()
2912 catch (beans::UnknownPropertyException &) in getRunAttributes()
2924 const beans::Property *pProperties = aProperties.getConstArray(); in getRunAttributes()
2927 uno::Sequence< beans::PropertyValue > aOutSequence( nLength ); in getRunAttributes()
2928 beans::PropertyValue* pOutSequence = aOutSequence.getArray(); in getRunAttributes()