Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.hxx106 class MSWordAttrIter;
502 MSWordAttrIter* pChpIter;
1399 class MSWordAttrIter class
1402 MSWordAttrIter* pOld;
1404 MSWordAttrIter(const MSWordAttrIter&);
1405 MSWordAttrIter& operator=(const MSWordAttrIter&);
1409 MSWordAttrIter( MSWordExportBase& rExport );
1410 virtual ~MSWordAttrIter();
1416 class MSWord_SdrAttrIter : public MSWordAttrIter
H A Dwrtw8nds.cxx156 MSWordAttrIter::MSWordAttrIter( MSWordExportBase& rExport ) in MSWordAttrIter() function in MSWordAttrIter
162 MSWordAttrIter::~MSWordAttrIter() in ~MSWordAttrIter()
177 class WW8SwAttrIter : public MSWordAttrIter
256 MSWordAttrIter(rWr), in WW8SwAttrIter()
H A Dwrtw8esh.cxx1032 : MSWordAttrIter( rWr ), pEditObj(&rEditObj), pEditPool(0), in MSWord_SdrAttrIter()