Lines Matching refs:pArray
196 beans::PropertyValue* pArray = new beans::PropertyValue[nProps]; in getNumberingRuleByIndex() local
202 pArray[nIdx++] = aAlignProp; in getNumberingRuleByIndex()
208 …pArray[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()
239 …pArray[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()
265 …pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_START_WI… in getNumberingRuleByIndex()
268 …pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_LEFT_MAR… in getNumberingRuleByIndex()
271 …pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_FIRST_LI… in getNumberingRuleByIndex()
273 …pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("SymbolTextDistance")),… in getNumberingRuleByIndex()
276 …pArray[nIdx++] = beans::PropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_BULLET_C… in getNumberingRuleByIndex()
279 …pArray[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()