Lines Matching refs:aPropVal
1234 ::css::beans::PropertyValue aPropVal; in retrieveRunAttributesImpl()
1235 aPropVal.Name = in retrieveRunAttributesImpl()
1237 aPropVal.Handle = -1; in retrieveRunAttributesImpl()
1238 aPropVal.Value = mapFontColor( pColor->GetColor() ); in retrieveRunAttributesImpl()
1239 aPropVal.State = ::css::beans::PropertyState_DIRECT_VALUE; in retrieveRunAttributesImpl()
1240 aRunAttrSeq[ aPropVal.Name ] = aPropVal; in retrieveRunAttributesImpl()
1244 ::css::beans::PropertyValue aPropVal; in retrieveRunAttributesImpl()
1245 aPropVal.Name = in retrieveRunAttributesImpl()
1247 aPropVal.Handle = -1; in retrieveRunAttributesImpl()
1248 aPropVal.Value = mapFontWeight( pWeight->getFontWeight() ); in retrieveRunAttributesImpl()
1249 aPropVal.State = ::css::beans::PropertyState_DIRECT_VALUE; in retrieveRunAttributesImpl()
1250 aRunAttrSeq[ aPropVal.Name ] = aPropVal; in retrieveRunAttributesImpl()