Lines Matching refs:rProperty
827 const XMLPropertyState& rProperty, in exportXML() argument
832 if( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in exportXML()
834 _exportXML( rAttrList, rProperty, rUnitConverter, rNamespaceMap, in exportXML()
886 const XMLPropertyState& rProperty, in handleSpecialItem() argument
894 mxNextMapper->handleSpecialItem( rAttrList, rProperty, rUnitConverter, in handleSpecialItem()
902 const XMLPropertyState& rProperty, in handleElementItem() argument
909 mxNextMapper->handleElementItem( rExport, rProperty, nFlags, in handleElementItem()
972 const XMLPropertyState& rProperty, in _exportXML() argument
981 if ( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in _exportXML()
985 if( (rProperty.maValue >>= xAttrContainer) && xAttrContainer.is() ) in _exportXML()
1087 handleSpecialItem( rAttrList, rProperty, rUnitConverter, in _exportXML()
1091 else if ( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in _exportXML()
1096 maPropMapper->GetEntryNameSpace( rProperty.mnIndex ), in _exportXML()
1097 maPropMapper->GetEntryXMLName( rProperty.mnIndex ) ) ); in _exportXML()
1100 if( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in _exportXML()
1107 if( maPropMapper->exportXML( aValue, rProperty, rUnitConverter ) ) in _exportXML()