Lines Matching refs:rProperties
113 vector< XMLPropertyState >& rProperties, in importXML()
119 importXML( rProperties, xAttrList, rUnitConverter, rNamespaceMap, in importXML()
125 vector< XMLPropertyState >& rProperties, in importXML()
195 const sal_Int32 nSize = rProperties.size(); in importXML()
198 sal_Int32 nRefIdx = rProperties[nReference].mnIndex; in importXML()
202 aNewProperty = rProperties[nReference]; in importXML()
221 sal_uInt32 nOldSize = rProperties.size(); in importXML()
223 bSet = handleSpecialItem( aNewProperty, rProperties, in importXML()
228 bNoWarning |= ( nOldSize != rProperties.size() ); in importXML()
239 rProperties.push_back( aNewProperty ); in importXML()
241 rProperties[nReference] = aNewProperty; in importXML()
309 rProperties.push_back( aNewProperty ); in importXML()
339 finished( rProperties, nStartIdx, nEndIdx ); in importXML()
355 vector< XMLPropertyState >& rProperties, in handleSpecialItem()
362 return mxNextMapper->handleSpecialItem( rProperty, rProperties, rValue, in handleSpecialItem()
369 const ::std::vector< XMLPropertyState >& rProperties, in FillPropertySequence()
373 sal_Int32 nCount = rProperties.size(); in FillPropertySequence()
379 const XMLPropertyState& rProp = rProperties[i]; in FillPropertySequence()
481 const vector<XMLPropertyState> & rProperties, in _FillPropertySet() argument
493 sal_Int32 nCount = rProperties.size(); in _FillPropertySet()
498 const XMLPropertyState& rProp = rProperties[i]; in _FillPropertySet()
600 const vector<XMLPropertyState> & rProperties, in _PrepareForMultiPropertySet() argument
607 sal_Int32 nCount = rProperties.size(); in _PrepareForMultiPropertySet()
617 const XMLPropertyState& rProp = rProperties[i]; in _PrepareForMultiPropertySet()
682 const vector<XMLPropertyState> & rProperties, in _FillMultiPropertySet() argument
696 _PrepareForMultiPropertySet(rProperties, rPropSetInfo, rPropMapper, pSpecialContextIds, in _FillMultiPropertySet()
714 const vector<XMLPropertyState> & rProperties, in _FillTolerantMultiPropertySet() argument
727 …_PrepareForMultiPropertySet(rProperties, Reference<XPropertySetInfo>(NULL), rPropMapper, pSpecialC… in _FillTolerantMultiPropertySet()
774 vector< XMLPropertyState >& rProperties, in finished()
779 mxNextMapper->finished( rProperties, nStartIndex, nEndIndex ); in finished()