Lines Matching refs:aVal

198 	Any aVal;  in getNumberingRuleByIndex()  local
200 aVal <<= rFmt.GetNumberingType(); in getNumberingRuleByIndex()
201 … OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_NUMBERINGTYPE)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
207 aVal <<= ConvertUnoAdjust(eAdj); in getNumberingRuleByIndex()
208 …yValue( OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_ADJUST)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
212 aVal <<= OUString(rFmt.GetPrefix()); in getNumberingRuleByIndex()
213 …ixProp( OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_PREFIX)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
218 aVal <<= OUString(rFmt.GetSuffix()); in getNumberingRuleByIndex()
219 …ixProp( OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_SUFFIX)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
228 aVal <<= aStr; in getNumberingRuleByIndex()
229 …beans::PropertyValue aBulletProp( OUString(RTL_CONSTASCII_USTRINGPARAM("BulletChar")), -1, aVal, b… in getNumberingRuleByIndex()
238 aVal.setValue(&aDesc, ::getCppuType((const awt::FontDescriptor*)0)); in getNumberingRuleByIndex()
239 …e( OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_BULLET_FONT)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
250 aVal <<= aURL; in getNumberingRuleByIndex()
251 …ue aGraphicProp( OUString(RTL_CONSTASCII_USTRINGPARAM("GraphicURL")), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
259 aVal <<= aUnoSize; in getNumberingRuleByIndex()
260 …GraphicSizeProp(OUString(RTL_CONSTASCII_USTRINGPARAM("GraphicSize")), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
264 aVal <<= (sal_Int16)rFmt.GetStart(); in getNumberingRuleByIndex()
265 …lue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_START_WITH)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
267 aVal <<= (sal_Int32)rFmt.GetAbsLSpace(); in getNumberingRuleByIndex()
268 …ue(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_LEFT_MARGIN)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
270 aVal <<= (sal_Int32)rFmt.GetFirstLineOffset(); in getNumberingRuleByIndex()
271 …tring(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_FIRST_LINE_OFFSET)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
273 …rtyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("SymbolTextDistance")), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
275 aVal <<= (sal_Int32)rFmt.GetBulletColor().GetColor(); in getNumberingRuleByIndex()
276 …e(OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_BULLET_COLOR)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
278 aVal <<= (sal_Int16)rFmt.GetBulletRelSize(); in getNumberingRuleByIndex()
279 …OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_BULLET_RELSIZE)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex()
297 const Any& aVal = rProp.Value; in setNumberingRuleByIndex() local
302 aVal >>= nSet; in setNumberingRuleByIndex()
314 if( aVal >>= aPrefix ) in setNumberingRuleByIndex()
323 if( aVal >>= aSuffix ) in setNumberingRuleByIndex()
332 if( aVal >>= nSet ) in setNumberingRuleByIndex()
344 if( aVal >>= aStr ) in setNumberingRuleByIndex()
360 if( aVal >>= nAdjust ) in setNumberingRuleByIndex()
369 if( aVal >>= aDesc ) in setNumberingRuleByIndex()
380 if( aVal >>= xBmp ) in setNumberingRuleByIndex()
391 if( aVal >>= aURL ) in setNumberingRuleByIndex()
402 if( aVal >>= aUnoSize ) in setNumberingRuleByIndex()
411 if( aVal >>= nStart ) in setNumberingRuleByIndex()
420 if( aVal >>= nMargin ) in setNumberingRuleByIndex()
429 if( aVal >>= nMargin ) in setNumberingRuleByIndex()
438 if( aVal >>= nTextDistance ) in setNumberingRuleByIndex()
447 if( aVal >>= nColor ) in setNumberingRuleByIndex()
456 if( aVal >>= nSize ) in setNumberingRuleByIndex()