Lines Matching refs:aPropSet

112         static SvxItemPropertySet aPropSet( aPropMap, EditEngine::GetGlobalItemPool() );  in ImplGetSvxCharAndParaPropertiesSet()  local
113 return &aPropSet; in ImplGetSvxCharAndParaPropertiesSet()
1893 … SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), ImplGetSvxTextPortionSvxPropertySet() ); in _correctValues() local
1895 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in _correctValues()
1896 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1897 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
1916 … SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), ImplGetSvxTextPortionSvxPropertySet() ); in _correctValues() local
1917 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in _correctValues()
1918 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1919 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
2716 SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), in setAttributes() local
2722 aPropSet.SetSelection( MakeSelection(nStartIndex, nEndIndex) ); in setAttributes()
2731 aPropSet.setPropertyValue(pPropArray->Name, pPropArray->Value); in setAttributes()
2783 SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), in getDefaultAttributes() local
2785 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in getDefaultAttributes()
2786 uno::Reference< beans::XPropertySetInfo > xPropSetInfo = aPropSet.getPropertySetInfo(); in getDefaultAttributes()
2832 … PropertyState eState = aPropSet._getPropertyState( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes()
2845 … pOutSequence->Value = aPropSet._getPropertyValue( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes()
2885 SvxAccessibleTextPropertySet aPropSet( &GetEditSource(), in getRunAttributes() local
2887 aPropSet.SetSelection( MakeSelection( nIndex ) ); in getRunAttributes()
2888 uno::Reference< beans::XPropertySetInfo > xPropSetInfo = aPropSet.getPropertySetInfo(); in getRunAttributes()
2932 PropertyState eState = aPropSet.getPropertyState( pProperties->Name ); in getRunAttributes()
2937 pOutSequence->Value = aPropSet.getPropertyValue( pProperties->Name ); in getRunAttributes()