LibreOffice Module sw (master) 1
|
#include <unoatxt.hxx>
Public Member Functions | |
SwXAutoTextContainer () | |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 nIndex) 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::text::XAutoTextGroup > SAL_CALL | insertNewByName (const OUString &aGroupName) override |
virtual void SAL_CALL | removeByName (const OUString &aGroupName) 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 Member Functions | |
virtual | ~SwXAutoTextContainer () override |
Private Attributes | |
SwGlossaries * | m_pGlossaries |
Definition at line 49 of file unoatxt.hxx.
|
overrideprivatevirtual |
Definition at line 67 of file unoatxt.cxx.
SwXAutoTextContainer::SwXAutoTextContainer | ( | ) |
Definition at line 61 of file unoatxt.cxx.
References GetGlossaries(), and m_pGlossaries.
|
overridevirtual |
Definition at line 79 of file unoatxt.cxx.
References getByName(), SwGlossaries::GetGroupCnt(), SwGlossaries::GetGroupName(), m_pGlossaries, o3tl::make_unsigned(), nCount, and nIndex.
|
overridevirtual |
Definition at line 100 of file unoatxt.cxx.
References SwGlossaries::GetAutoTextGroup(), GroupName, hasByName(), and m_pGlossaries.
Referenced by getByIndex().
|
overridevirtual |
Definition at line 72 of file unoatxt.cxx.
References SwGlossaries::GetGroupCnt(), m_pGlossaries, o3tl::make_unsigned(), and SAL_MAX_INT32.
|
overridevirtual |
Definition at line 115 of file unoatxt.cxx.
References SwGlossaries::GetGroupCnt(), SwGlossaries::GetGroupName(), GLOS_DELIM, i, m_pGlossaries, o3tl::make_unsigned(), nCount, and SAL_MAX_INT32.
|
overridevirtual |
Definition at line 88 of file unoatxt.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 193 of file unoatxt.cxx.
|
overridevirtual |
Definition at line 203 of file unoatxt.cxx.
|
overridevirtual |
Definition at line 133 of file unoatxt.cxx.
References SwGlossaries::GetCompleteGroupName(), m_pGlossaries, and Name.
Referenced by getByName(), and insertNewByName().
|
overridevirtual |
Definition at line 94 of file unoatxt.cxx.
|
overridevirtual |
Definition at line 142 of file unoatxt.cxx.
References SwGlossaries::GetAutoTextGroup(), GLOS_DELIM, hasByName(), m_pGlossaries, SwGlossaries::NewGroupDoc(), and nPos.
|
overridevirtual |
Definition at line 183 of file unoatxt.cxx.
References SwGlossaries::DelGroupDoc(), SwGlossaries::GetCompleteGroupName(), and m_pGlossaries.
|
overridevirtual |
Definition at line 198 of file unoatxt.cxx.
References cppu::supportsService().
|
private |
Definition at line 55 of file unoatxt.hxx.
Referenced by getByIndex(), getByName(), getCount(), getElementNames(), hasByName(), insertNewByName(), removeByName(), and SwXAutoTextContainer().