Lines Matching refs:pArray

196 	beans::PropertyValue* pArray = new beans::PropertyValue[nProps];  in getNumberingRuleByIndex()  local
202 pArray[nIdx++] = aAlignProp; in getNumberingRuleByIndex()
208pArray[nIdx++] = beans::PropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_ADJUST)… in getNumberingRuleByIndex()
214 pArray[nIdx++] = aPrefixProp; in getNumberingRuleByIndex()
220 pArray[nIdx++] = aSuffixProp; in getNumberingRuleByIndex()
230 pArray[nIdx++] = aBulletProp; in getNumberingRuleByIndex()
239pArray[nIdx++] = beans::PropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_BULLET_… in getNumberingRuleByIndex()
252 pArray[nIdx++] = aGraphicProp; in getNumberingRuleByIndex()
261 pArray[nIdx++] = aGraphicSizeProp; in getNumberingRuleByIndex()
265pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_START_WI… in getNumberingRuleByIndex()
268pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_LEFT_MAR… in getNumberingRuleByIndex()
271pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_FIRST_LI… in getNumberingRuleByIndex()
273pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("SymbolTextDistance")),… in getNumberingRuleByIndex()
276pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_BULLET_C… in getNumberingRuleByIndex()
279pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_BULLET_R… in getNumberingRuleByIndex()
282 Sequence< beans::PropertyValue> aSeq(pArray, nIdx); in getNumberingRuleByIndex()
284 delete [] pArray; in getNumberingRuleByIndex()