Searched refs:pFootnote (Results 1 – 4 of 4) sorted by relevance
71 SwDoc *const pDoc, SwFmtFtn const*const pFootnote, in Impl() argument79 , m_bIsDescriptor((0 == pFootnote) ? true : false) in Impl()80 , m_pFmtFtn(pFootnote) in Impl()89 SwFmtFtn const*const pFootnote( GetFootnoteFormat() ); in GetFootnoteFormatOrThrow() local90 if (!pFootnote) { in GetFootnoteFormatOrThrow()94 return *pFootnote; in GetFootnoteFormatOrThrow()
74 const SwFmtFtn *pFootnote = m_aFootnotes[m_nCurrent]; in getCurrent() local77 return pFootnote; in getCurrent()
2698 const SwFmtFtn *pFootnote = m_pFootnotesList->getCurrent( nId ); in FootnoteEndnoteReference() local2701 if ( !pFootnote ) in FootnoteEndnoteReference()2702 pFootnote = m_pEndnotesList->getCurrent( nId ); in FootnoteEndnoteReference()2704 if ( !pFootnote ) in FootnoteEndnoteReference()2707 sal_Int32 nToken = pFootnote->IsEndNote()? XML_endnoteReference: XML_footnoteReference; in FootnoteEndnoteReference()2710 if ( pFootnote->GetNumStr().Len() == 0 ) in FootnoteEndnoteReference()2725 RunText( pFootnote->GetNumStr() ); in FootnoteEndnoteReference()
1758 pFootnote(pIt->getSubDocument()); in resolve() local1760 if (pFootnote.get() != NULL) in resolve()1765 rStream.substream(NS_rtf::LN_footnote, pFootnote); in resolve()
Completed in 59 milliseconds