Home
last modified time | relevance | path

Searched refs:rFootnote (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/text/
H A Dtxtftne.cxx164 const Reference<XFootnote> & rFootnote, in exportTextFootnoteHelper() argument
178 Reference<XPropertySet> xPropSet(rFootnote, UNO_QUERY); in exportTextFootnoteHelper()
195 OUString sLabel = rFootnote->getLabel(); in exportTextFootnoteHelper()
/trunk/main/sw/source/filter/ww8/
H A Ddocxfootnotes.hxx54 void add( const SwFmtFtn& rFootnote ) in add() argument
56 m_aFootnotes.push_back( &rFootnote ); in add()
H A Drtfattributeoutput.cxx2513 void RtfAttributeOutput::WriteTextFootnoteNumStr(const SwFmtFtn& rFootnote) in WriteTextFootnoteNumStr() argument
2515 if (!rFootnote.GetNumStr().Len()) in WriteTextFootnoteNumStr()
2518 …m_aRun.getOStringBuffer().append(m_rExport.OutString(rFootnote.GetNumStr(), m_rExport.eCurrentEnco… in WriteTextFootnoteNumStr()
2521 void RtfAttributeOutput::TextFootnote_Impl( const SwFmtFtn& rFootnote ) in TextFootnote_Impl() argument
2526 WriteTextFootnoteNumStr(rFootnote); in TextFootnote_Impl()
2528 if( rFootnote.IsEndNote() ) in TextFootnote_Impl()
2531 WriteTextFootnoteNumStr(rFootnote); in TextFootnote_Impl()
2538 const SwNodeIndex* pIndex = rFootnote.GetTxtFtn()->GetStartNode(); in TextFootnote_Impl()
2545 !rFootnote.IsEndNote() ? TXT_FTN : TXT_EDN); in TextFootnote_Impl()
H A Ddocxattributeoutput.cxx2673 void DocxAttributeOutput::TextFootnote_Impl( const SwFmtFtn& rFootnote ) in TextFootnote_Impl() argument
2675 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()
H A Drtfattributeoutput.hxx488 void WriteTextFootnoteNumStr(const SwFmtFtn& rFootnote);

Completed in 58 milliseconds