Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dftnidx.cxx334 const SwTxtFtn& rTxtFtn ) in FindSectNdWithEndAttr() argument
336 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() argument
355 if( rTxtFtn.GetFtn().IsEndNote() ) in GetNumber()
387 sal_uInt16 SwUpdFtnEndNtAtEnd::ChkNumber( const SwTxtFtn& rTxtFtn ) in ChkNumber() argument
389 const SwSectionNode* pSectNd = FindSectNdWithEndAttr( rTxtFtn ); in ChkNumber()
390 return pSectNd ? GetNumber( rTxtFtn, *pSectNd ) : 0; in ChkNumber()
/trunk/main/sw/inc/
H A Dftnidx.hxx66 const SwTxtFtn& rTxtFtn );
68 sal_uInt16 GetNumber( const SwTxtFtn& rTxtFtn, const SwSectionNode& rNd );
69 sal_uInt16 ChkNumber( const SwTxtFtn& rTxtFtn );
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx460 SwHistorySetFootnote::SwHistorySetFootnote( const SwTxtFtn &rTxtFtn ) in SwHistorySetFootnote() argument
463 , 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 18 milliseconds