Home
last modified time | relevance | path

Searched refs:WW8_WrPlcFootnoteEdn (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtww8.hxx114 class WW8_WrPlcFootnoteEdn;
997 …std::unique_ptr<WW8_WrPlcFootnoteEdn> pFootnote; ///< Footnotes - structure to remember them, a…
998 …std::unique_ptr<WW8_WrPlcFootnoteEdn> pEdn; ///< Endnotes - structure to remember them, an…
1234 class WW8_WrPlcFootnoteEdn : public WW8_WrPlcSubDoc class
1239 WW8_WrPlcFootnoteEdn(const WW8_WrPlcFootnoteEdn&) = delete;
1240 WW8_WrPlcFootnoteEdn& operator=(WW8_WrPlcFootnoteEdn const &) = delete;
1242 explicit WW8_WrPlcFootnoteEdn( sal_uInt8 nTTyp ) : nTyp( nTTyp ) {} in WW8_WrPlcFootnoteEdn() function in WW8_WrPlcFootnoteEdn
H A Dwrtww8.cxx3501 pFootnote.reset(new WW8_WrPlcFootnoteEdn( TXT_FTN )); // Footnotes in ExportDocument_Impl()
3502 pEdn.reset(new WW8_WrPlcFootnoteEdn( TXT_EDN )); // Endnotes in ExportDocument_Impl()
3978 bool WW8_WrPlcFootnoteEdn::WriteText( WW8Export& rWrt ) in WriteText()
3997 void WW8_WrPlcFootnoteEdn::WritePlc( WW8Export& rWrt ) const in WritePlc()
H A Dwrtw8sty.cxx2124 void WW8_WrPlcFootnoteEdn::Append( WW8_CP nCp, const SwFormatFootnote& rFootnote ) in Append()
H A Dww8atr.cxx3540 WW8_WrPlcFootnoteEdn* pFootnoteEnd; in TextFootnote_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtww8.hxx111 class WW8_WrPlcFootnoteEdn;
1002 …std::unique_ptr<WW8_WrPlcFootnoteEdn> pFootnote; ///< Footnotes - structure to remember them, a…
1003 …std::unique_ptr<WW8_WrPlcFootnoteEdn> pEdn; ///< Endnotes - structure to remember them, an…
1239 class WW8_WrPlcFootnoteEdn : public WW8_WrPlcSubDoc class
1244 WW8_WrPlcFootnoteEdn(const WW8_WrPlcFootnoteEdn&) = delete;
1245 WW8_WrPlcFootnoteEdn& operator=(WW8_WrPlcFootnoteEdn const &) = delete;
1247 explicit WW8_WrPlcFootnoteEdn( sal_uInt8 nTTyp ) : nTyp( nTTyp ) {} in WW8_WrPlcFootnoteEdn() function in WW8_WrPlcFootnoteEdn
H A Dwrtww8.cxx3409 pFootnote.reset(new WW8_WrPlcFootnoteEdn( TXT_FTN )); // Footnotes in ExportDocument_Impl()
3410 pEdn.reset(new WW8_WrPlcFootnoteEdn( TXT_EDN )); // Endnotes in ExportDocument_Impl()
3787 bool WW8_WrPlcFootnoteEdn::WriteText( WW8Export& rWrt ) in WriteText()
3806 void WW8_WrPlcFootnoteEdn::WritePlc( WW8Export& rWrt ) const in WritePlc()
H A Dwrtw8sty.cxx1957 void WW8_WrPlcFootnoteEdn::Append( WW8_CP nCp, const SwFormatFootnote& rFootnote ) in Append()
H A Dww8atr.cxx3510 WW8_WrPlcFootnoteEdn* pFootnoteEnd; in TextFootnote_Impl()