Lines Matching refs:XMLPropertyState

108 typedef std::list<XMLPropertyState> XMLPropertyStateList_Impl;
117 void AddPropertyState(const XMLPropertyState& rPropState);
118 void FillPropertyStateVector(std::vector<XMLPropertyState>& rVector);
129 const XMLPropertyState& rPropState) in AddPropertyState()
158 std::vector<XMLPropertyState>& rVector) in FillPropertyStateVector()
162 rVector.resize(nCount, XMLPropertyState(-1)); in FillPropertyStateVector()
223 vector< XMLPropertyState >& rPropStates,
341 vector< XMLPropertyState >& rPropStates, in FillPropertyStateArray()
361 XMLPropertyState aNewProperty( -1 ); in FillPropertyStateArray()
391 XMLPropertyState aNewProperty( -1 ); in FillPropertyStateArray()
474 XMLPropertyState aNewProperty( -1 ); in FillPropertyStateArray()
504 XMLPropertyState aNewProperty( -1 ); in FillPropertyStateArray()
530 XMLPropertyState aNewProperty( -1 ); in FillPropertyStateArray()
619 vector< XMLPropertyState > SvXMLExportPropertyMapper::_Filter( in _Filter()
623 vector< XMLPropertyState > aPropStateArray; in _Filter()
741 vector< XMLPropertyState >& rProperties, in ContextFilter()
757 const vector< XMLPropertyState >& aProperties1, in Equals()
758 const vector< XMLPropertyState >& aProperties2 ) const in Equals()
768 const XMLPropertyState& rProp1 = aProperties1[ nIndex ]; in Equals()
769 const XMLPropertyState& rProp2 = aProperties2[ nIndex ]; in Equals()
827 const XMLPropertyState& rProperty, in exportXML()
840 const ::std::vector< XMLPropertyState >& rProperties, in exportXML()
848 const ::std::vector< XMLPropertyState >& rProperties, in exportXML()
886 const XMLPropertyState& rProperty, in handleSpecialItem()
889 const ::std::vector< XMLPropertyState > *pProperties, in handleSpecialItem()
902 const XMLPropertyState& rProperty, in handleElementItem()
904 const ::std::vector< XMLPropertyState > *pProperties, in handleElementItem()
922 const ::std::vector< XMLPropertyState >& rProperties, in _exportXML()
972 const XMLPropertyState& rProperty, in _exportXML()
976 const ::std::vector< XMLPropertyState > *pProperties, in _exportXML()
1118 const ::std::vector< XMLPropertyState >& rProperties, in exportElementItems()