LibreOffice Module sw (master) 1
|
#include <unotxdoc.hxx>
Public Member Functions | |
SwXLinkNameAccessWrapper (css::uno::Reference< css::container::XNameAccess > const &xAccess, const OUString &rLinkDisplayName, const OUString &sSuffix) | |
SwXLinkNameAccessWrapper (SwXTextDocument &rxDoc, const OUString &rLinkDisplayName, const 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 508 of file unotxdoc.hxx.
SwXLinkNameAccessWrapper::SwXLinkNameAccessWrapper | ( | css::uno::Reference< css::container::XNameAccess > const & | xAccess, |
const OUString & | rLinkDisplayName, | ||
const OUString & | sSuffix | ||
) |
SwXLinkNameAccessWrapper::SwXLinkNameAccessWrapper | ( | SwXTextDocument & | rxDoc, |
const OUString & | rLinkDisplayName, | ||
const OUString & | sSuffix | ||
) |
Definition at line 4106 of file unotxdoc.cxx.
References sSuffix.
|
overridevirtual |
Definition at line 4115 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4373 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4381 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4119 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 4194 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 4295 of file unotxdoc.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 4394 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4389 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4314 of file unotxdoc.cxx.
References SfxItemPropertySet::getPropertySetInfo(), and m_pPropSet.
|
overridevirtual |
Definition at line 4357 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 4404 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4243 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 4300 of file unotxdoc.cxx.
References m_pxDoc, and m_xRealAccess.
|
overridevirtual |
Definition at line 4377 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4385 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4320 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 4399 of file unotxdoc.cxx.
References cppu::supportsService().
|
private |
Definition at line 517 of file unotxdoc.hxx.
Referenced by getPropertySetInfo().
|
private |
Definition at line 520 of file unotxdoc.hxx.
Referenced by getByName(), getElementNames(), hasByName(), and hasElements().
|
private |
Definition at line 519 of file unotxdoc.hxx.
Referenced by getPropertyValue().
|
private |
Definition at line 518 of file unotxdoc.hxx.
Referenced by getByName(), getElementNames(), getPropertyValue(), and hasByName().
|
private |
Definition at line 516 of file unotxdoc.hxx.
Referenced by getByName(), getElementNames(), hasByName(), and hasElements().