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 74 of file txtparai.cxx.
|
inline |
Definition at line 105 of file txtparai.cxx.
References m_xCrossRefHeadingBookmark.
Referenced by XMLImpSpanContext_Impl::CreateSpanContext().
|
inline |
Definition at line 94 of file txtparai.cxx.
References m_Hints.
|
inline |
Definition at line 99 of file txtparai.cxx.
References m_IndexHintsById.
|
inline |
Definition at line 83 of file txtparai.cxx.
References m_Hints.
Referenced by XMLImpSpanContext_Impl::CreateSpanContext(), and XMLImpSpanContext_Impl::XMLImpSpanContext_Impl().
|
inline |
Definition at line 88 of file txtparai.cxx.
References m_Hints, and m_IndexHintsById.
|
private |
Definition at line 78 of file txtparai.cxx.
Referenced by GetHints(), and push_back().
|
private |
Definition at line 79 of file txtparai.cxx.
Referenced by GetIndexHintById(), and push_back().
|
private |
Definition at line 80 of file txtparai.cxx.
Referenced by GetCrossRefHeadingBookmark().