Home
last modified time | relevance | path

Searched refs:aExportItems (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx536 sw::PoolItems aExportItems; in OutAttr() local
537 GetPoolItems( aExportSet, aExportItems, false ); in OutAttr()
541 aExportItems[aI->first] = aI->second; in OutAttr()
543 if ( !aExportItems.empty() ) in OutAttr()
549 m_rExport.ExportPoolItemsToCHP( aExportItems, GetScript() ); in OutAttr()