Lines Matching refs:SwEndNoteInfo
46 SwEndNoteInfo& SwEndNoteInfo::operator=(const SwEndNoteInfo& rInfo) in operator =()
79 sal_Bool SwEndNoteInfo::operator==( const SwEndNoteInfo& rInfo ) const in operator ==()
96 SwEndNoteInfo::SwEndNoteInfo(const SwEndNoteInfo& rInfo) : in SwEndNoteInfo() function in SwEndNoteInfo
118 SwEndNoteInfo::SwEndNoteInfo(SwTxtFmtColl *pFmt) : in SwEndNoteInfo() function in SwEndNoteInfo
129 SwPageDesc *SwEndNoteInfo::GetPageDesc( SwDoc &rDoc ) const in GetPageDesc()
141 bool SwEndNoteInfo::KnowsPageDesc() const in KnowsPageDesc()
146 bool SwEndNoteInfo::DependsOn( const SwPageDesc* pDesc ) const in DependsOn()
151 void SwEndNoteInfo::ChgPageDesc( SwPageDesc *pDesc ) in ChgPageDesc()
156 void SwEndNoteInfo::SetFtnTxtColl(SwTxtFmtColl& rFmt) in SetFtnTxtColl()
161 SwCharFmt* SwEndNoteInfo::GetCharFmt(SwDoc &rDoc) const in GetCharFmt()
172 void SwEndNoteInfo::SetCharFmt( SwCharFmt* pChFmt ) in SetCharFmt()
178 SwCharFmt* SwEndNoteInfo::GetAnchorCharFmt(SwDoc &rDoc) const in GetAnchorCharFmt()
189 void SwEndNoteInfo::SetAnchorCharFmt( SwCharFmt* pChFmt ) in SetAnchorCharFmt()
195 void SwEndNoteInfo::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify()
224 SwEndNoteInfo::operator=(rInfo); in operator =()
237 SwEndNoteInfo::operator==(rInfo) && in operator ==()
244 SwEndNoteInfo( rInfo ), in SwFtnInfo()
254 SwEndNoteInfo( pFmt ), in SwFtnInfo()
338 void SwDoc::SetEndNoteInfo(const SwEndNoteInfo& rInfo) in SetEndNoteInfo()