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()
2492 void RtfAttributeOutput::WriteTextFootnoteNumStr(const SwFmtFtn& rFootnote) in WriteTextFootnoteNumStr() argument2494 if (!rFootnote.GetNumStr().Len()) in WriteTextFootnoteNumStr()2497 …m_aRun.getOStringBuffer().append(m_rExport.OutString(rFootnote.GetNumStr(), m_rExport.eCurrentEnco… in WriteTextFootnoteNumStr()2500 void RtfAttributeOutput::TextFootnote_Impl( const SwFmtFtn& rFootnote ) in TextFootnote_Impl() argument2505 WriteTextFootnoteNumStr(rFootnote); in TextFootnote_Impl()2507 if( rFootnote.IsEndNote() ) in TextFootnote_Impl()2510 WriteTextFootnoteNumStr(rFootnote); in TextFootnote_Impl()2517 const SwNodeIndex* pIndex = rFootnote.GetTxtFtn()->GetStartNode(); in TextFootnote_Impl()2524 !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 74 milliseconds