Searched refs:rFootnote (Results 1 – 5 of 5) sorted by relevance
164 const Reference<XFootnote> & rFootnote, in exportTextFootnoteHelper() argument178 Reference<XPropertySet> xPropSet(rFootnote, UNO_QUERY); in exportTextFootnoteHelper()195 OUString sLabel = rFootnote->getLabel(); in exportTextFootnoteHelper()
54 void add( const SwFmtFtn& rFootnote ) in add() argument56 m_aFootnotes.push_back( &rFootnote ); in add()
2521 void RtfAttributeOutput::WriteTextFootnoteNumStr(const SwFmtFtn& rFootnote) in WriteTextFootnoteNumStr() argument2523 if (!rFootnote.GetNumStr().Len()) in WriteTextFootnoteNumStr()2526 …m_aRun.getOStringBuffer().append(m_rExport.OutString(rFootnote.GetNumStr(), m_rExport.eCurrentEnco… in WriteTextFootnoteNumStr()2529 void RtfAttributeOutput::TextFootnote_Impl( const SwFmtFtn& rFootnote ) in TextFootnote_Impl() argument2534 WriteTextFootnoteNumStr(rFootnote); in TextFootnote_Impl()2536 if( rFootnote.IsEndNote() ) in TextFootnote_Impl()2539 WriteTextFootnoteNumStr(rFootnote); in TextFootnote_Impl()2546 const SwNodeIndex* pIndex = rFootnote.GetTxtFtn()->GetStartNode(); in TextFootnote_Impl()2553 !rFootnote.IsEndNote() ? TXT_FTN : TXT_EDN); in TextFootnote_Impl()
2673 void DocxAttributeOutput::TextFootnote_Impl( const SwFmtFtn& rFootnote ) in TextFootnote_Impl() argument2675 const SwEndNoteInfo& rInfo = rFootnote.IsEndNote()? in TextFootnote_Impl()2689 if ( !rFootnote.IsEndNote() ) in TextFootnote_Impl()2690 m_pFootnotesList->add( rFootnote ); in TextFootnote_Impl()2692 m_pEndnotesList->add( rFootnote ); in TextFootnote_Impl()
488 void WriteTextFootnoteNumStr(const SwFmtFtn& rFootnote);
Completed in 60 milliseconds