Searched refs:_bExportContext (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 831 ,sal_Bool _bExportContext in exportCollection() argument 838 if ( _bExportContext ) in exportCollection() 846 if ( _bExportContext && XML_TABLE_REPRESENTATIONS != _eComponents ) in exportCollection() 851 exportCollection(xSub,_eSubComponents,_eSubComponents,_bExportContext,_aMemFunc); in exportCollection() 1101 void ODBExport::exportQueries(sal_Bool _bExportContext) in exportQueries() argument 1116 if ( _bExportContext ) in exportQueries() 1121 exportCollection(xCollection,XML_QUERIES,XML_QUERY_COLLECTION,_bExportContext,*pMemFunc); in exportQueries() 1127 void ODBExport::exportTables(sal_Bool _bExportContext) in exportTables() argument 1136 if ( _bExportContext ) in exportTables() 1140 …exportCollection(xCollection,XML_TABLE_REPRESENTATIONS,XML_TOKEN_INVALID,_bExportContext,*pMemFunc… in exportTables()
|
H A D | xmlExport.hxx | 180 void exportQueries(sal_Bool _bExportContext); 181 void exportTables(sal_Bool _bExportContext); 187 ,sal_Bool _bExportContext
|
Completed in 19 milliseconds