LibreOffice Module xmloff (master) 1
|
Public Member Functions | |
void | push_back (std::unique_ptr< XMLHint_Impl > pHint) |
void | push_back (std::unique_ptr< XMLIndexMarkHint_Impl > pHint) |
std::vector< std::unique_ptr< XMLHint_Impl > > const & | GetHints () const |
XMLIndexMarkHint_Impl * | GetIndexHintById (const OUString &sID) |
uno::Reference< uno::XInterface > & | GetCrossRefHeadingBookmark () |
Private Attributes | |
std::vector< std::unique_ptr< XMLHint_Impl > > | m_Hints |
std::unordered_map< OUString, XMLIndexMarkHint_Impl * > | m_IndexHintsById |
uno::Reference< uno::XInterface > | m_xCrossRefHeadingBookmark |
Definition at line 75 of file txtparai.cxx.
|
inline |
Definition at line 106 of file txtparai.cxx.
References m_xCrossRefHeadingBookmark.
Referenced by XMLImpSpanContext_Impl::CreateSpanContext().
|
inline |
Definition at line 95 of file txtparai.cxx.
References m_Hints.
|
inline |
Definition at line 100 of file txtparai.cxx.
References m_IndexHintsById.
|
inline |
Definition at line 84 of file txtparai.cxx.
References m_Hints.
Referenced by XMLImpSpanContext_Impl::CreateSpanContext(), and XMLImpSpanContext_Impl::XMLImpSpanContext_Impl().
|
inline |
Definition at line 89 of file txtparai.cxx.
References m_Hints, and m_IndexHintsById.
|
private |
Definition at line 79 of file txtparai.cxx.
Referenced by GetHints(), and push_back().
|
private |
Definition at line 80 of file txtparai.cxx.
Referenced by GetIndexHintById(), and push_back().
|
private |
Definition at line 81 of file txtparai.cxx.
Referenced by GetCrossRefHeadingBookmark().