Lines Matching refs:rPropVal

2028                 PropertyValue rPropVal;  in _getDefaultAttributesImpl()  local
2029 rPropVal.Name = aPropIt->sName; in _getDefaultAttributesImpl()
2030 rPropVal.Value = aVal; in _getDefaultAttributesImpl()
2031 rPropVal.Handle = -1; in _getDefaultAttributesImpl()
2032 rPropVal.State = beans::PropertyState_DEFAULT_VALUE; in _getDefaultAttributesImpl()
2034 aDefAttrSeq[rPropVal.Name] = rPropVal; in _getDefaultAttributesImpl()
2048 PropertyValue rPropVal; in _getDefaultAttributesImpl() local
2049 rPropVal.Name = sParaStyleName; in _getDefaultAttributesImpl()
2051 rPropVal.Value = aVal; in _getDefaultAttributesImpl()
2052 rPropVal.Handle = -1; in _getDefaultAttributesImpl()
2053 rPropVal.State = beans::PropertyState_DEFAULT_VALUE; in _getDefaultAttributesImpl()
2055 aDefAttrSeq[rPropVal.Name] = rPropVal; in _getDefaultAttributesImpl()
2070 PropertyValue rPropVal( aIter->second ); in _getDefaultAttributesImpl() local
2071 sal_Int16 nVal = rPropVal.Value.get<sal_Int16>(); in _getDefaultAttributesImpl()
2092 rPropVal.Value <<= nVal; in _getDefaultAttributesImpl()
2093 aDefAttrSeq[rPropVal.Name] = rPropVal; in _getDefaultAttributesImpl()
2178 PropertyValue rPropVal; in getDefaultAttributes() local
2179 rPropVal.Name = sMMToPixelRatio; in getDefaultAttributes()
2183 rPropVal.Value = uno::makeAny( fRatio ); in getDefaultAttributes()
2184 rPropVal.Handle = -1; in getDefaultAttributes()
2185 rPropVal.State = beans::PropertyState_DEFAULT_VALUE; in getDefaultAttributes()
2186 pValues[ aValues.getLength() - 1 ] = rPropVal; in getDefaultAttributes()
2269 PropertyValue rPropVal; in _getRunAttributesImpl() local
2270 rPropVal.Name = aPropIt->sName; in _getRunAttributesImpl()
2271 rPropVal.Value = aVal; in _getRunAttributesImpl()
2272 rPropVal.Handle = -1; in _getRunAttributesImpl()
2273 rPropVal.State = PropertyState_DIRECT_VALUE; in _getRunAttributesImpl()
2276 aDefAttrSeq.find( rPropVal.Name ); in _getRunAttributesImpl()
2278 rPropVal.Value != aDefIter->second.Value ) in _getRunAttributesImpl()
2280 aRunAttrSeq[rPropVal.Name] = rPropVal; in _getRunAttributesImpl()
2381 PropertyValue rPropVal; in _getSupplementalAttributesImpl() local
2382 rPropVal.Name = OUString::createFromAscii( pPropMap->pName ); in _getSupplementalAttributesImpl()
2383 rPropVal.Value = aVal; in _getSupplementalAttributesImpl()
2384 rPropVal.Handle = -1; in _getSupplementalAttributesImpl()
2385 rPropVal.State = beans::PropertyState_DEFAULT_VALUE; in _getSupplementalAttributesImpl()
2387 aSupplementalAttrSeq[rPropVal.Name] = rPropVal; in _getSupplementalAttributesImpl()