Lines Matching refs:rExport

64 ,	rExport(rExp)  in XMLIndexMarkExport()
115 rExport.AddAttribute(XML_NAMESPACE_TEXT, XML_STRING_VALUE, sTmp); in ExportIndexMark()
126 rExport.AddAttribute(XML_NAMESPACE_TEXT, XML_ID, in ExportIndexMark()
171 SvXMLElementExport aElem(rExport, in ExportIndexMark()
188 rExport.AddAttribute(XML_NAMESPACE_TEXT, XML_OUTLINE_LEVEL, in ExportTOCMarkAttributes()
192 void lcl_ExportPropertyString( SvXMLExport& rExport, in lcl_ExportPropertyString() argument
205 rExport.AddAttribute( XML_NAMESPACE_TEXT, eToken, sValue ); in lcl_ExportPropertyString()
210 void lcl_ExportPropertyBool( SvXMLExport& rExport, in lcl_ExportPropertyBool() argument
223 rExport.AddAttribute( XML_NAMESPACE_TEXT, eToken, XML_TRUE ); in lcl_ExportPropertyBool()
234 lcl_ExportPropertyString( rExport, rPropSet, sUserIndexName, XML_INDEX_NAME, aAny ); in ExportUserIndexMarkAttributes()
245 lcl_ExportPropertyString( rExport, rPropSet, sTextReading, XML_STRING_VALUE_PHONETIC, aAny ); in ExportAlphabeticalIndexMarkAttributes()
246 lcl_ExportPropertyString( rExport, rPropSet, sPrimaryKey, XML_KEY1, aAny ); in ExportAlphabeticalIndexMarkAttributes()
247 lcl_ExportPropertyString( rExport, rPropSet, sPrimaryKeyReading, XML_KEY1_PHONETIC, aAny ); in ExportAlphabeticalIndexMarkAttributes()
248 lcl_ExportPropertyString( rExport, rPropSet, sSecondaryKey, XML_KEY2, aAny ); in ExportAlphabeticalIndexMarkAttributes()
249 lcl_ExportPropertyString( rExport, rPropSet, sSecondaryKeyReading, XML_KEY2_PHONETIC, aAny ); in ExportAlphabeticalIndexMarkAttributes()
250 lcl_ExportPropertyBool( rExport, rPropSet, sMainEntry, XML_MAIN_ENTRY, aAny ); in ExportAlphabeticalIndexMarkAttributes()