Lines Matching refs:aPropSet
112 static SvxItemPropertySet aPropSet( aPropMap, EditEngine::GetGlobalItemPool() ); in ImplGetSvxCharAndParaPropertiesSet() local
113 return &aPropSet; in ImplGetSvxCharAndParaPropertiesSet()
1894 … SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), ImplGetSvxTextPortionSvxPropertySet() ); in _correctValues() local
1896 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in _correctValues()
1897 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1898 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
1917 … SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), ImplGetSvxTextPortionSvxPropertySet() ); in _correctValues() local
1918 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in _correctValues()
1919 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1920 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
2717 SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), in setAttributes() local
2723 aPropSet.SetSelection( MakeSelection(nStartIndex, nEndIndex) ); in setAttributes()
2732 aPropSet.setPropertyValue(pPropArray->Name, pPropArray->Value); in setAttributes()
2784 SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), in getDefaultAttributes() local
2786 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in getDefaultAttributes()
2787 uno::Reference< beans::XPropertySetInfo > xPropSetInfo = aPropSet.getPropertySetInfo(); in getDefaultAttributes()
2833 … PropertyState eState = aPropSet._getPropertyState( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes()
2846 … pOutSequence->Value = aPropSet._getPropertyValue( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes()
2886 SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), in getRunAttributes() local
2888 aPropSet.SetSelection( MakeSelection( nIndex ) ); in getRunAttributes()
2889 uno::Reference< beans::XPropertySetInfo > xPropSetInfo = aPropSet.getPropertySetInfo(); in getRunAttributes()
2933 PropertyState eState = aPropSet.getPropertyState( pProperties->Name ); in getRunAttributes()
2938 pOutSequence->Value = aPropSet.getPropertyValue( pProperties->Name ); in getRunAttributes()