Home
last modified time | relevance | path

Searched refs:pFootnote (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunoftn.cxx71 SwDoc *const pDoc, SwFmtFtn const*const pFootnote, in Impl() argument
79 , m_bIsDescriptor((0 == pFootnote) ? true : false) in Impl()
80 , m_pFmtFtn(pFootnote) in Impl()
89 SwFmtFtn const*const pFootnote( GetFootnoteFormat() ); in GetFootnoteFormatOrThrow() local
90 if (!pFootnote) { in GetFootnoteFormatOrThrow()
94 return *pFootnote; in GetFootnoteFormatOrThrow()
/trunk/main/sw/source/filter/ww8/
H A Ddocxfootnotes.hxx74 const SwFmtFtn *pFootnote = m_aFootnotes[m_nCurrent]; in getCurrent() local
77 return pFootnote; in getCurrent()
H A Ddocxattributeoutput.cxx2698 const SwFmtFtn *pFootnote = m_pFootnotesList->getCurrent( nId ); in FootnoteEndnoteReference() local
2701 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()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx1758 pFootnote(pIt->getSubDocument()); in resolve() local
1760 if (pFootnote.get() != NULL) in resolve()
1765 rStream.substream(NS_rtf::LN_footnote, pFootnote); in resolve()

Completed in 47 milliseconds