Searched refs:rTxtFtn (Results 1 – 3 of 3) sorted by relevance
334 const SwTxtFtn& rTxtFtn ) in FindSectNdWithEndAttr() argument336 sal_uInt16 nWh = static_cast<sal_uInt16>( rTxtFtn.GetFtn().IsEndNote() ? in FindSectNdWithEndAttr()339 const SwSectionNode* pNd = rTxtFtn.GetTxtNode().FindSectionNode(); in FindSectNdWithEndAttr()349 sal_uInt16 SwUpdFtnEndNtAtEnd::GetNumber( const SwTxtFtn& rTxtFtn, in GetNumber() argument355 if( rTxtFtn.GetFtn().IsEndNote() ) in GetNumber()387 sal_uInt16 SwUpdFtnEndNtAtEnd::ChkNumber( const SwTxtFtn& rTxtFtn ) in ChkNumber() argument389 const SwSectionNode* pSectNd = FindSectNdWithEndAttr( rTxtFtn ); in ChkNumber()390 return pSectNd ? GetNumber( rTxtFtn, *pSectNd ) : 0; in ChkNumber()
66 const SwTxtFtn& rTxtFtn );68 sal_uInt16 GetNumber( const SwTxtFtn& rTxtFtn, const SwSectionNode& rNd );69 sal_uInt16 ChkNumber( const SwTxtFtn& rTxtFtn );
460 SwHistorySetFootnote::SwHistorySetFootnote( const SwTxtFtn &rTxtFtn ) in SwHistorySetFootnote() argument463 , m_FootnoteNumber( rTxtFtn.GetFtn().GetNumStr() ) in SwHistorySetFootnote()464 , m_nNodeIndex( _SwTxtFtn_GetIndex( (&rTxtFtn) ) ) in SwHistorySetFootnote()465 , m_nStart( *rTxtFtn.GetStart() ) in SwHistorySetFootnote()466 , m_bEndNote( rTxtFtn.GetFtn().IsEndNote() ) in SwHistorySetFootnote()468 ASSERT( rTxtFtn.GetStartNode(), in SwHistorySetFootnote()
Completed in 13 milliseconds