LibreOffice Module sw (master) 1
|
#include <unotxdoc.hxx>
Public Member Functions | |
SwXLinkNameAccessWrapper (css::uno::Reference< css::container::XNameAccess > const &xAccess, OUString aLinkDisplayName, OUString sSuffix) | |
SwXLinkNameAccessWrapper (SwXTextDocument &rxDoc, OUString aLinkDisplayName, OUString sSuffix) | |
virtual | ~SwXLinkNameAccessWrapper () override |
virtual css::uno::Any SAL_CALL | getByName (const OUString &Name) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
virtual sal_Bool SAL_CALL | hasByName (const OUString &Name) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getLinks () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Private Attributes | |
css::uno::Reference< css::container::XNameAccess > | m_xRealAccess |
const SfxItemPropertySet * | m_pPropSet |
const OUString | m_sLinkSuffix |
const OUString | m_sLinkDisplayName |
SwXTextDocument * | m_pxDoc |
Definition at line 524 of file unotxdoc.hxx.
SwXLinkNameAccessWrapper::SwXLinkNameAccessWrapper | ( | css::uno::Reference< css::container::XNameAccess > const & | xAccess, |
OUString | aLinkDisplayName, | ||
OUString | sSuffix | ||
) |
SwXLinkNameAccessWrapper::SwXLinkNameAccessWrapper | ( | SwXTextDocument & | rxDoc, |
OUString | aLinkDisplayName, | ||
OUString | sSuffix | ||
) |
Definition at line 4213 of file unotxdoc.cxx.
References sSuffix.
|
overridevirtual |
Definition at line 4222 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4480 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4488 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4226 of file unotxdoc.cxx.
References Any, SwDocShell::GetDoc(), SwDoc::GetDocShell(), SwXTextDocument::GetDocShell(), IDocumentDrawModelAccess::GetDrawModel(), SwDoc::getIDocumentDrawModelAccess(), SwDoc::getIDocumentOutlineNodes(), SwViewShell::GetLayout(), SdrObject::GetName(), SwDoc::GetNodes(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), IDocumentOutlineNodes::getOutlineLevel(), SwNodes::GetOutLineNds(), IDocumentOutlineNodes::getOutlineText(), SdrModel::GetPage(), SwDocShell::GetWrtShell(), i, lcl_CreateOutlineString(), m_pxDoc, m_sLinkSuffix, m_xRealAccess, o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::size(), and sSuffix.
|
overridevirtual |
Definition at line 4301 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), SwXTextDocument::GetDocShell(), IDocumentDrawModelAccess::GetDrawModel(), SwDoc::getIDocumentDrawModelAccess(), SdrObject::GetName(), SwDoc::GetNodes(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), SwNodes::GetOutLineNds(), SdrModel::GetPage(), i, lcl_CreateOutlineString(), m_pxDoc, m_sLinkSuffix, m_xRealAccess, and o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::size().
|
overridevirtual |
Definition at line 4402 of file unotxdoc.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 4501 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4496 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4421 of file unotxdoc.cxx.
References SfxItemPropertySet::getPropertySetInfo(), and m_pPropSet.
|
overridevirtual |
Definition at line 4464 of file unotxdoc.cxx.
References Any, lcl_GetDisplayBitmap(), m_sLinkDisplayName, m_sLinkSuffix, UNO_LINK_DISPLAY_BITMAP, and UNO_LINK_DISPLAY_NAME.
|
overridevirtual |
Definition at line 4511 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4350 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), SwXTextDocument::GetDocShell(), IDocumentDrawModelAccess::GetDrawModel(), SwDoc::getIDocumentDrawModelAccess(), SdrObject::GetName(), SwDoc::GetNodes(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), SwNodes::GetOutLineNds(), SdrModel::GetPage(), i, lcl_CreateOutlineString(), m_pxDoc, m_sLinkSuffix, m_xRealAccess, and o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::size().
|
overridevirtual |
Definition at line 4407 of file unotxdoc.cxx.
References m_pxDoc, and m_xRealAccess.
|
overridevirtual |
Definition at line 4484 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4492 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4427 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4506 of file unotxdoc.cxx.
References cppu::supportsService().
|
private |
Definition at line 533 of file unotxdoc.hxx.
Referenced by getPropertySetInfo().
|
private |
Definition at line 536 of file unotxdoc.hxx.
Referenced by getByName(), getElementNames(), hasByName(), and hasElements().
|
private |
Definition at line 535 of file unotxdoc.hxx.
Referenced by getPropertyValue().
|
private |
Definition at line 534 of file unotxdoc.hxx.
Referenced by getByName(), getElementNames(), getPropertyValue(), and hasByName().
|
private |
Definition at line 532 of file unotxdoc.hxx.
Referenced by getByName(), getElementNames(), hasByName(), and hasElements().