Searched refs:MSWord_SdrAttrIter (Results 1 – 3 of 3) sorted by relevance
1030 MSWord_SdrAttrIter::MSWord_SdrAttrIter( MSWordExportBase& rWr, in MSWord_SdrAttrIter() function in MSWord_SdrAttrIter1039 void MSWord_SdrAttrIter::NextPara( sal_uInt16 nPar ) in NextPara()1062 rtl_TextEncoding MSWord_SdrAttrIter::GetNextCharSet() const in GetNextCharSet()1070 xub_StrLen MSWord_SdrAttrIter::SearchNext( xub_StrLen nStartPos ) in SearchNext()1109 void MSWord_SdrAttrIter::SetCharSet(const EECharAttrib& rAttr, bool bStart) in SetCharSet()1139 void MSWord_SdrAttrIter::OutEEField(const SfxPoolItem& rHt) in OutEEField()1158 void MSWord_SdrAttrIter::OutAttr( xub_StrLen nSwPos ) in OutAttr()1215 bool MSWord_SdrAttrIter::IsTxtAttr(xub_StrLen nSwPos) in IsTxtAttr()1240 const SfxPoolItem* MSWord_SdrAttrIter::HasTextItem(sal_uInt16 nWhich) const in HasTextItem()1265 const SfxPoolItem& MSWord_SdrAttrIter::GetItem( sal_uInt16 nWhich ) const in GetItem()[all …]
1416 class MSWord_SdrAttrIter : public MSWordAttrIter class1435 MSWord_SdrAttrIter(const MSWord_SdrAttrIter&);1436 MSWord_SdrAttrIter& operator=(const MSWord_SdrAttrIter&);1438 MSWord_SdrAttrIter( MSWordExportBase& rWr, const EditTextObject& rEditObj,
516 MSWord_SdrAttrIter aAttrIter( m_rExport, rEditObj, TXT_HFTXTBOX ); in WriteOutliner()