Lines Matching refs:aProperties
2795 uno::Sequence< beans::Property > aProperties; in getDefaultAttributes() local
2800 aProperties.realloc( nLenReqAttr ); in getDefaultAttributes()
2801 beans::Property *pProperties = aProperties.getArray(); in getDefaultAttributes()
2816 aProperties.realloc( nCurLen ); in getDefaultAttributes()
2819 aProperties = xPropSetInfo->getProperties(); in getDefaultAttributes()
2821 sal_Int32 nLength = aProperties.getLength(); in getDefaultAttributes()
2822 const beans::Property *pProperties = aProperties.getConstArray(); in getDefaultAttributes()
2897 uno::Sequence< beans::Property > aProperties; in getRunAttributes() local
2902 aProperties.realloc( nLenReqAttr ); in getRunAttributes()
2903 beans::Property *pProperties = aProperties.getArray(); in getRunAttributes()
2918 aProperties.realloc( nCurLen ); in getRunAttributes()
2921 aProperties = xPropSetInfo->getProperties(); in getRunAttributes()
2923 sal_Int32 nLength = aProperties.getLength(); in getRunAttributes()
2924 const beans::Property *pProperties = aProperties.getConstArray(); in getRunAttributes()