LibreOffice Module editeng (master) 1
|
#include <unofield.hxx>
Public Member Functions | |
SvxUnoTextField (sal_Int32 nServiceId) noexcept | |
SvxUnoTextField (css::uno::Reference< css::text::XTextRange > xAnchor, const OUString &rPresentation, const SvxFieldData *pFieldData) noexcept | |
virtual | ~SvxUnoTextField () noexcept override |
std::unique_ptr< SvxFieldData > | CreateFieldData () const noexcept |
virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &rType) override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) override |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual OUString SAL_CALL | getPresentation (sal_Bool bShowCommand) override |
virtual void SAL_CALL | attach (const css::uno::Reference< css::text::XTextRange > &xTextRange) override |
virtual css::uno::Reference< css::text::XTextRange > SAL_CALL | getAnchor () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) 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 void SAL_CALL | disposing () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Public Member Functions inherited from cppu::OComponentHelper | |
OComponentHelper (::osl::Mutex &rMutex) | |
virtual | ~OComponentHelper () SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE=0 |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual void SAL_CALL | dispose () SAL_OVERRIDE |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) SAL_OVERRIDE |
Public Member Functions inherited from cppu::OWeakAggObject | |
OWeakAggObject () | |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | setDelegator (const css::uno::Reference< css::uno::XInterface > &Delegator) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &rType) SAL_OVERRIDE |
Public Member Functions inherited from cppu::OWeakObject | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Private Attributes | |
css::uno::Reference< css::text::XTextRange > | mxAnchor |
const SfxItemPropertySet * | mpPropSet |
sal_Int32 | mnServiceId |
std::unique_ptr< SvxUnoFieldData_Impl > | mpImpl |
css::uno::Sequence< css::uno::Type > | maTypeSequence |
Additional Inherited Members | |
virtual void SAL_CALL | disposing () |
Protected Member Functions inherited from cppu::OWeakAggObject | |
virtual | ~OWeakAggObject () SAL_OVERRIDE |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Protected Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
Protected Attributes inherited from cppu::OWeakAggObject | |
css::uno::WeakReferenceHelper | xDelegator |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
Definition at line 44 of file unofield.hxx.
|
noexcept |
Definition at line 226 of file unofield.cxx.
References FullName, ImplGetFieldItemPropertySet(), Repr, Standard, StdSmall, and Value.
|
noexcept |
|
overridevirtualnoexcept |
Definition at line 384 of file unofield.cxx.
|
overridevirtualnoexcept |
Reimplemented from cppu::OComponentHelper.
Definition at line 572 of file unofield.cxx.
|
overridevirtual |
Reimplemented from cppu::OComponentHelper.
Definition at line 655 of file unofield.cxx.
|
overridevirtual |
Definition at line 776 of file unofield.cxx.
|
overridevirtual |
Definition at line 778 of file unofield.cxx.
|
overridevirtual |
Definition at line 633 of file unofield.cxx.
References CreateFieldData(), and pData.
|
noexcept |
Definition at line 388 of file unofield.cxx.
References AppDefault, F, Fix, FullName, HH12_MM_SS_00_AMPM, mnServiceId, mpImpl, nPos, pData, Repr, Rotate90Blanks, setDate(), setFileNameDisplayFormat(), SetFormat(), setTime(), ShortName, Unit, Url, Value, and Var.
Referenced by attach().
|
overridevirtual |
Reimplemented from cppu::OComponentHelper.
Definition at line 650 of file unofield.cxx.
|
overridevirtual |
Reimplemented from cppu::OComponentHelper.
Definition at line 782 of file unofield.cxx.
|
overridevirtual |
Definition at line 644 of file unofield.cxx.
References mxAnchor.
|
overridevirtual |
Implements cppu::OComponentHelper.
Definition at line 562 of file unofield.cxx.
|
overridevirtual |
Definition at line 788 of file unofield.cxx.
|
overridevirtual |
Definition at line 583 of file unofield.cxx.
References mnServiceId, and mpImpl.
|
overridevirtual |
Definition at line 667 of file unofield.cxx.
References SfxItemPropertySet::getPropertySetInfo(), and mpPropSet.
|
overridevirtual |
Definition at line 729 of file unofield.cxx.
References SfxItemPropertyMap::getByName(), SfxItemPropertySet::getPropertyMap(), mnServiceId, mpImpl, mpPropSet, mxAnchor, SfxItemPropertyMapEntry::nWID, UNO_TC_PROP_ANCHOR, UNO_TC_PROP_TEXTFIELD_TYPE, WID_BOOL1, WID_BOOL2, WID_DATE, WID_INT16, WID_INT32, WID_STRING1, WID_STRING2, and WID_STRING3.
|
overridevirtual |
Definition at line 793 of file unofield.cxx.
References aSeq, and mnServiceId.
|
overridevirtual |
Reimplemented from cppu::OComponentHelper.
Definition at line 547 of file unofield.cxx.
References comphelper::concatSequences(), cppu::UnoType< typename T >::get(), and maTypeSequence.
|
overridevirtual |
Reimplemented from cppu::OComponentHelper.
Definition at line 531 of file unofield.cxx.
References QUERYINT.
|
overridevirtual |
Reimplemented from cppu::OComponentHelper.
Definition at line 567 of file unofield.cxx.
|
overridevirtualnoexcept |
Reimplemented from cppu::OComponentHelper.
Definition at line 577 of file unofield.cxx.
|
overridevirtual |
Reimplemented from cppu::OComponentHelper.
Definition at line 660 of file unofield.cxx.
|
overridevirtual |
Definition at line 777 of file unofield.cxx.
|
overridevirtual |
Definition at line 779 of file unofield.cxx.
|
overridevirtual |
Definition at line 673 of file unofield.cxx.
References SfxItemPropertyMap::getByName(), SfxItemPropertySet::getPropertyMap(), mpImpl, mpPropSet, mxAnchor, SfxItemPropertyMapEntry::nWID, UNO_TC_PROP_ANCHOR, WID_BOOL1, WID_BOOL2, WID_DATE, WID_INT16, WID_INT32, WID_STRING1, WID_STRING2, and WID_STRING3.
|
overridevirtual |
Definition at line 873 of file unofield.cxx.
References ServiceName, and cppu::supportsService().
|
private |
Definition at line 54 of file unofield.hxx.
Referenced by getTypes().
|
private |
Definition at line 52 of file unofield.hxx.
Referenced by CreateFieldData(), getPresentation(), getPropertyValue(), and getSupportedServiceNames().
|
private |
Definition at line 53 of file unofield.hxx.
Referenced by CreateFieldData(), getPresentation(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 51 of file unofield.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 50 of file unofield.hxx.
Referenced by getAnchor(), getPropertyValue(), and setPropertyValue().