LibreOffice Module svx (master)
1
|
#include <unoshape.hxx>
Public Member Functions | |
SvxShapeText (SdrObject *pObj) | |
SvxShapeText (SdrObject *pObject, const SfxItemPropertyMapEntry *pPropertyMap, const SvxItemPropertySet *pPropertySet) | |
virtual | ~SvxShapeText () override throw () |
virtual void | Create (SdrObject *pNewOpj, SvxDrawPage *pNewPage) override |
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 () override throw () |
virtual void SAL_CALL | release () override throw () |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Reference< css::text::XTextRange > SAL_CALL | getStart () override |
virtual css::uno::Reference< css::text::XTextRange > SAL_CALL | getEnd () override |
virtual OUString SAL_CALL | getString () override |
virtual void SAL_CALL | setString (const OUString &aString) override |
virtual sal_Int64 SAL_CALL | getSomething (const css::uno::Sequence< sal_Int8 > &aIdentifier) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
![]() | |
SvxShape (SdrObject *pObj) | |
SvxShape (SdrObject *pObject, const SfxItemPropertyMapEntry *pEntries, const SvxItemPropertySet *pPropertySet) | |
virtual | ~SvxShape () override throw () |
void | ObtainSettingsFromPropertySet (const SvxItemPropertySet &rPropSet) |
void | TakeSdrObjectOwnership () |
takes the ownership of the SdrObject. More... | |
bool | HasSdrObjectOwnership () const |
void | InvalidateSdrObject () |
SdrObject * | GetSdrObject () const |
bool | HasSdrObject () const |
void | SetShapeType (const OUString &ShapeType) |
css::uno::Any | GetBitmap (bool bMetaFile=false) const |
svx::PropertyChangeNotifier & | getShapePropertyChangeNotifier () |
void | setShapeKind (sal_uInt32 nKind) |
sal_uInt32 | getShapeKind () const |
css::uno::Reference< css::beans::XPropertySetInfo > const & | _getPropertySetInfo () |
same as SetFillAttribute but for property names instead of which ids, and the property found is returned instead of set at the object directly. More... | |
void | _setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) |
css::uno::Any | _getPropertyValue (const OUString &PropertyName) |
css::beans::PropertyState | _getPropertyState (const OUString &PropertyName) |
void | _setPropertyToDefault (const OUString &PropertyName) |
css::uno::Any | _getPropertyDefault (const OUString &aPropertyName) |
css::uno::Sequence< OUString > | _getSupportedServiceNames () |
css::uno::Sequence< css::uno::Type > const & | _getTypes () |
void | setMaster (SvxShapeMaster *pMaster) |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override throw () |
virtual OUString SAL_CALL | getName () override |
virtual void SAL_CALL | setName (const OUString &aName) override |
virtual OUString SAL_CALL | getShapeType () override |
virtual css::awt::Point SAL_CALL | getPosition () override |
virtual void SAL_CALL | setPosition (const css::awt::Point &aPosition) override |
virtual css::awt::Size SAL_CALL | getSize () override |
virtual void SAL_CALL | setSize (const css::awt::Size &aSize) 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 | setPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues) override |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames) override |
virtual void SAL_CALL | addPropertiesChangeListener (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | firePropertiesChangeEvent (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &PropertyName) override |
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName) override |
virtual void SAL_CALL | setPropertyToDefault (const OUString &PropertyName) override |
virtual css::uno::Any SAL_CALL | getPropertyDefault (const OUString &aPropertyName) override |
virtual void SAL_CALL | setAllPropertiesToDefault () override |
virtual void SAL_CALL | setPropertiesToDefault (const css::uno::Sequence< OUString > &aPropertyNames) override |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyDefaults (const css::uno::Sequence< OUString > &aPropertyNames) override |
virtual css::uno::Reference< css::container::XIndexContainer > SAL_CALL | getGluePoints () override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getParent () override |
virtual void SAL_CALL | setParent (const css::uno::Reference< css::uno::XInterface > &Parent) override |
virtual sal_Bool SAL_CALL | isActionLocked () override |
virtual void SAL_CALL | addActionLock () override |
virtual void SAL_CALL | removeActionLock () override |
virtual void SAL_CALL | setActionLocks (sal_Int16 nLock) override |
virtual sal_Int16 SAL_CALL | resetActionLocks () 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 |
![]() | |
OWeakAggObject () | |
virtual void SAL_CALL | setDelegator (const css::uno::Reference< css::uno::XInterface > &Delegator) SAL_OVERRIDE |
![]() | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
![]() | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
![]() | |
css::uno::Reference< css::text::XTextCursor > | createTextCursorBySelection (const ESelection &rSel) |
virtual css::uno::Reference< css::text::XTextCursor > SAL_CALL | createTextCursor () override |
virtual css::uno::Reference< css::text::XTextCursor > SAL_CALL | createTextCursorByRange (const css::uno::Reference< css::text::XTextRange > &aTextPosition) override |
virtual void SAL_CALL | insertString (const css::uno::Reference< css::text::XTextRange > &xRange, const OUString &aString, sal_Bool bAbsorb) override |
virtual void SAL_CALL | insertControlCharacter (const css::uno::Reference< css::text::XTextRange > &xRange, sal_Int16 nControlCharacter, sal_Bool bAbsorb) override |
virtual void SAL_CALL | insertTextContent (const css::uno::Reference< css::text::XTextRange > &xRange, const css::uno::Reference< css::text::XTextContent > &xContent, sal_Bool bAbsorb) override |
virtual void SAL_CALL | removeTextContent (const css::uno::Reference< css::text::XTextContent > &xContent) override |
virtual css::uno::Reference< css::text::XText > SAL_CALL | getText () override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual void SAL_CALL | moveTextRange (const css::uno::Reference< css::text::XTextRange > &xRange, sal_Int16 nParagraphs) override |
virtual css::uno::Reference< css::text::XTextRange > SAL_CALL | finishParagraph (const css::uno::Sequence< css::beans::PropertyValue > &CharacterAndParagraphProperties) override |
virtual css::uno::Reference< css::text::XTextRange > SAL_CALL | finishParagraphInsert (const css::uno::Sequence< css::beans::PropertyValue > &CharacterAndParagraphProperties, const css::uno::Reference< css::text::XTextRange > &xInsertPosition) override |
virtual css::uno::Reference< css::text::XTextRange > SAL_CALL | appendTextPortion (const OUString &Text, const css::uno::Sequence< css::beans::PropertyValue > &CharacterAndParagraphProperties) override |
virtual css::uno::Reference< css::text::XTextRange > SAL_CALL | insertTextPortion (const OUString &Text, const css::uno::Sequence< css::beans::PropertyValue > &CharacterAndParagraphProperties, const css::uno::Reference< css::text::XTextRange > &rTextRange) override |
virtual void SAL_CALL | copyText (const css::uno::Reference< css::text::XTextCopy > &xSource) override |
![]() | |
const ESelection & | GetSelection () const |
void | SetSelection (const ESelection &rSelection) |
void | CollapseToStart () |
void | CollapseToEnd () |
bool | IsCollapsed () |
bool | GoLeft (sal_Int16 nCount, bool Expand) |
bool | GoRight (sal_Int16 nCount, bool Expand) |
void | GotoStart (bool Expand) |
void | GotoEnd (bool Expand) |
const SvxItemPropertySet * | getPropertySet () const |
SvxEditSource * | GetEditSource () const |
void | attachField (std::unique_ptr< SvxFieldData > pData) |
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 | setPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues) override |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames) override |
virtual void SAL_CALL | addPropertiesChangeListener (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual void SAL_CALL | firePropertiesChangeEvent (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &PropertyName) override |
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName) override |
virtual void SAL_CALL | setPropertyToDefault (const OUString &PropertyName) override |
virtual css::uno::Any SAL_CALL | getPropertyDefault (const OUString &aPropertyName) override |
virtual void SAL_CALL | setAllPropertiesToDefault () override |
virtual void SAL_CALL | setPropertiesToDefault (const css::uno::Sequence< OUString > &aPropertyNames) override |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyDefaults (const css::uno::Sequence< OUString > &aPropertyNames) override |
virtual ::sal_Int16 SAL_CALL | compareRegionStarts (const css::uno::Reference< css::text::XTextRange > &xR1, const css::uno::Reference< css::text::XTextRange > &xR2) override |
virtual ::sal_Int16 SAL_CALL | compareRegionEnds (const css::uno::Reference< css::text::XTextRange > &xR1, const css::uno::Reference< css::text::XTextRange > &xR2) override |
Protected Member Functions | |
virtual void | lock () override |
called from the XActionLockable interface methods on initial locking More... | |
virtual void | unlock () override |
called from the XActionLockable interface methods on final unlock More... | |
virtual bool | setPropertyValueImpl (const OUString &rName, const SfxItemPropertySimpleEntry *pProperty, const css::uno::Any &rValue) override |
virtual bool | getPropertyValueImpl (const OUString &rName, const SfxItemPropertySimpleEntry *pProperty, css::uno::Any &rValue) override |
virtual bool | getPropertyStateImpl (const SfxItemPropertySimpleEntry *pProperty, css::beans::PropertyState &rState) override |
virtual bool | setPropertyToDefaultImpl (const SfxItemPropertySimpleEntry *pProperty) override |
![]() | |
void | ForceMetricToItemPoolMetric (Pair &rPoint) const throw () |
void | ForceMetricToItemPoolMetric (Point &rPoint) const throw () |
void | ForceMetricToItemPoolMetric (Size &rPoint) const throw () |
void | ForceMetricTo100th_mm (Pair &rPoint) const throw () |
void | ForceMetricTo100th_mm (Point &rPoint) const throw () |
void | ForceMetricTo100th_mm (Size &rPoint) const throw () |
void | ForceMetricToItemPoolMetric (basegfx::B2DPolyPolygon &rPolyPolygon) const throw () |
void | ForceMetricTo100th_mm (basegfx::B2DPolyPolygon &rPolyPolygon) const throw () |
void | ForceMetricToItemPoolMetric (basegfx::B2DHomMatrix &rB2DHomMatrix) const throw () |
void | ForceMetricTo100th_mm (basegfx::B2DHomMatrix &rB2DHomMatrix) const throw () |
css::uno::Any | GetAnyForItem (SfxItemSet const &aSet, const SfxItemPropertySimpleEntry *pMap) const |
bool | SetFillAttribute (sal_uInt16 nWID, const OUString &rName) |
const SfxItemPropertyMapEntry * | getPropertyMapEntries () const |
void | updateShapeKind () |
since polygon shapes can change their kind during editing, we have to recheck it here. More... | |
void | endSetPropertyValues () |
![]() | |
virtual | ~OWeakAggObject () SAL_OVERRIDE |
![]() | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
![]() | |
SvxUnoTextBase (const SvxItemPropertySet *_pSet) | |
SvxUnoTextBase (const SvxEditSource *pSource, const SvxItemPropertySet *_pSet, css::uno::Reference< css::text::XText > const &xParent) | |
SvxUnoTextBase (const SvxUnoTextBase &rText) | |
virtual | ~SvxUnoTextBase () override |
![]() | |
void | _setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue, sal_Int32 nPara=-1) |
css::uno::Any | _getPropertyValue (const OUString &PropertyName, sal_Int32 nPara=-1) |
void | _setPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues, sal_Int32 nPara=-1) |
css::uno::Sequence< css::uno::Any > | _getPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames, sal_Int32 nPara=-1) |
css::beans::PropertyState | _getPropertyState (const SfxItemPropertySimpleEntry *pMap, sal_Int32 nPara=-1) |
css::beans::PropertyState | _getPropertyState (std::u16string_view PropertyName, sal_Int32 nPara=-1) |
css::uno::Sequence< css::beans::PropertyState > | _getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName, sal_Int32 nPara=-1) |
void | _setPropertyToDefault (const OUString &PropertyName, sal_Int32 nPara=-1) |
void | _setPropertyToDefault (SvxTextForwarder *pForwarder, const SfxItemPropertySimpleEntry *pMap, sal_Int32 nPara) |
void | SetEditSource (SvxEditSource *_pEditSource) |
void | getPropertyValue (const SfxItemPropertySimpleEntry *pMap, css::uno::Any &rAny, const SfxItemSet &rSet) |
void | setPropertyValue (const SfxItemPropertySimpleEntry *pMap, const css::uno::Any &rValue, const ESelection &rSelection, const SfxItemSet &rOldSet, SfxItemSet &rNewSet) |
SvxUnoTextRangeBase (const SvxItemPropertySet *_pSet) | |
SvxUnoTextRangeBase (const SvxEditSource *pSource, const SvxItemPropertySet *_pSet) | |
SvxUnoTextRangeBase (const SvxUnoTextRangeBase &rRange) | |
virtual | ~SvxUnoTextRangeBase () |
Additional Inherited Members | |
![]() | |
static bool | SetFillAttribute (sal_uInt16 nWID, const OUString &rName, SfxItemSet &rSet, SdrModel const *pModel) |
static bool | SetFillAttribute (sal_uInt16 nWID, const OUString &rName, SfxItemSet &rSet) |
![]() | |
static css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames_Static () |
![]() | |
static bool | SetPropertyValueHelper (const SfxItemPropertySimpleEntry *pMap, const css::uno::Any &aValue, SfxItemSet &rNewSet, const ESelection *pSelection=nullptr, SvxEditSource *pEditSource=nullptr) |
static bool | GetPropertyValueHelper (SfxItemSet const &rSet, const SfxItemPropertySimpleEntry *pMap, css::uno::Any &aAny, const ESelection *pSelection=nullptr, SvxEditSource *pEditSource=nullptr) |
static css::uno::Sequence< OUString > | getSupportedServiceNames_Static () |
![]() | |
static bool | _getOnePropertyStates (const SfxItemSet *pSet, const SfxItemPropertySimpleEntry *pMap, css::beans::PropertyState &rState) |
![]() | |
const SvxItemPropertySet * | mpPropSet |
const SfxItemPropertyMapEntry * | maPropMapEntries |
sal_uInt16 | mnLockCount |
used from the XActionLockable interface More... | |
![]() | |
css::uno::WeakReferenceHelper | xDelegator |
![]() | |
oslInterlockedCount | m_refCount |
![]() | |
::osl::Mutex | maMutex |
![]() | |
std::unique_ptr< SvxEditSource > | mpEditSource |
ESelection | maSelection |
Definition at line 352 of file unoshape.hxx.
SvxShapeText::SvxShapeText | ( | SdrObject * | pObj | ) |
Definition at line 3743 of file unoshape.cxx.
References ImplGetSvxUnoOutlinerTextCursorSvxPropertySet(), and SvxUnoTextRangeBase::SetEditSource().
SvxShapeText::SvxShapeText | ( | SdrObject * | pObject, |
const SfxItemPropertyMapEntry * | pPropertyMap, | ||
const SvxItemPropertySet * | pPropertySet | ||
) |
Definition at line 3751 of file unoshape.cxx.
References ImplGetSvxUnoOutlinerTextCursorSvxPropertySet(), and SvxUnoTextRangeBase::SetEditSource().
|
overridevirtual |
Definition at line 3759 of file unoshape.cxx.
References DBG_ASSERT, SvxUnoTextRangeBase::GetEditSource(), and size.
|
inlineoverridevirtual |
Reimplemented from cppu::WeakAggImplHelper12< class, class, class, class, class, class, class, class, class, class, class, class >.
Reimplemented in SvxCustomShape, SvxShapeControl, SvxShapeConnector, and SvxShapeRect.
Definition at line 378 of file unoshape.hxx.
Referenced by SvxShapeConnector::acquire(), SvxShapeControl::acquire(), and SvxCustomShape::acquire().
|
overridevirtual |
Reimplemented from SvxShape.
Reimplemented in SvxFrameShape, SvxAppletShape, and SvxPluginShape.
Definition at line 3766 of file unoshape.cxx.
References SvxShape::Create(), SvxUnoTextRangeBase::GetEditSource(), and SvxUnoTextRangeBase::SetEditSource().
|
overridevirtual |
Reimplemented from SvxUnoTextBase.
Definition at line 3861 of file unoshape.cxx.
References SvxUnoTextBase::getEnd(), SvxUnoTextRangeBase::GetSelection(), SvxUnoTextRangeBase::maSelection, and SvxUnoTextRangeBase::mpEditSource.
|
overridevirtual |
Reimplemented from SvxUnoTextBase.
Reimplemented in SvxCustomShape, SvxShapeControl, and SvxShapeConnector.
Definition at line 3827 of file unoshape.cxx.
|
overridevirtual |
Reimplemented from SvxUnoTextBase.
Definition at line 3793 of file unoshape.cxx.
|
overrideprotectedvirtual |
css::beans::UnknownPropertyException | |
css::uno::RuntimeException |
Reimplemented from SvxShape.
Definition at line 3928 of file unoshape.cxx.
References SvxShape::getPropertyStateImpl().
|
overrideprotectedvirtual |
css::beans::UnknownPropertyException | |
css::lang::WrappedTargetException | |
css::uno::RuntimeException |
Reimplemented from SvxShape.
Reimplemented in SvxCustomShape, SvxGraphicObject, SvxShapePolyPolygon, SvxOle2Shape, SvxFrameShape, SvxAppletShape, and SvxPluginShape.
Definition at line 3913 of file unoshape.cxx.
References SvxShape::getPropertyValueImpl(), SvxShape::GetSdrObject(), SdrTextObj::IsVerticalWriting(), SfxItemPropertySimpleEntry::nWID, and SDRATTR_TEXTDIRECTION().
Referenced by SvxOle2Shape::getPropertyValueImpl(), SvxShapePolyPolygon::getPropertyValueImpl(), and SvxGraphicObject::getPropertyValueImpl().
|
overridevirtual |
Definition at line 3817 of file unoshape.cxx.
|
overridevirtual |
Reimplemented from SvxUnoTextBase.
Definition at line 3851 of file unoshape.cxx.
References SvxUnoTextRangeBase::GetSelection(), SvxUnoTextBase::getStart(), SvxUnoTextRangeBase::maSelection, and SvxUnoTextRangeBase::mpEditSource.
|
overridevirtual |
Reimplemented from SvxUnoTextBase.
Definition at line 3870 of file unoshape.cxx.
References SvxUnoTextRangeBase::GetSelection(), SvxUnoTextBase::getString(), SvxUnoTextRangeBase::maSelection, and SvxUnoTextRangeBase::mpEditSource.
|
overridevirtual |
Reimplemented from SvxUnoTextBase.
Reimplemented in SvxShapeRect.
Definition at line 3799 of file unoshape.cxx.
References SvxShape::getSupportedServiceNames().
|
overridevirtual |
Reimplemented from SvxUnoTextBase.
Reimplemented in SvxCustomShape, SvxShapeControl, and SvxShapeConnector.
Definition at line 3812 of file unoshape.cxx.
References SvxShape::getTypes().
Referenced by SvxCustomShape::getTypes().
|
overrideprotectedvirtual |
called from the XActionLockable interface methods on initial locking
Reimplemented from SvxShape.
Definition at line 3834 of file unoshape.cxx.
References SvxUnoTextRangeBase::GetEditSource(), and SvxTextEditSource::lock().
|
overridevirtual |
Reimplemented from SvxUnoTextBase.
Reimplemented in SvxCustomShape, SvxShapeControl, SvxShapeConnector, and SvxShapeRect.
Definition at line 3781 of file unoshape.cxx.
References uno::Any::hasValue(), SvxUnoTextBase::queryAggregation(), and SvxShape::queryAggregation().
Referenced by SvxShapeRect::queryAggregation(), SvxShapeConnector::queryAggregation(), SvxShapeControl::queryAggregation(), and SvxCustomShape::queryAggregation().
|
overridevirtual |
Reimplemented from cppu::OWeakAggObject.
Reimplemented in SvxCustomShape, SvxShapeControl, SvxShapeConnector, and SvxShapeRect.
Definition at line 3775 of file unoshape.cxx.
Referenced by SvxShapeRect::queryInterface(), SvxShapeConnector::queryInterface(), SvxShapeControl::queryInterface(), and SvxCustomShape::queryInterface().
|
inlineoverridevirtual |
Reimplemented from cppu::WeakAggImplHelper12< class, class, class, class, class, class, class, class, class, class, class, class >.
Reimplemented in SvxCustomShape, SvxShapeControl, SvxShapeConnector, and SvxShapeRect.
Definition at line 380 of file unoshape.hxx.
Referenced by SvxShapeConnector::release(), SvxShapeControl::release(), and SvxCustomShape::release().
|
overrideprotectedvirtual |
css::beans::UnknownPropertyException | |
css::uno::RuntimeException |
Reimplemented from SvxShape.
Definition at line 3933 of file unoshape.cxx.
References SvxShape::setPropertyToDefaultImpl().
|
overrideprotectedvirtual |
css::beans::UnknownPropertyException | |
css::beans::PropertyVetoException | |
css::lang::IllegalArgumentException | |
css::lang::WrappedTargetException | |
css::uno::RuntimeException |
Reimplemented from SvxShape.
Reimplemented in SvxGraphicObject, SvxShapePolyPolygon, SvxOle2Shape, SvxFrameShape, SvxAppletShape, and SvxPluginShape.
Definition at line 3890 of file unoshape.cxx.
References eMode, SvxShape::GetSdrObject(), SfxItemPropertySimpleEntry::nWID, SDRATTR_TEXTDIRECTION(), SvxShape::setPropertyValueImpl(), and SdrTextObj::SetVerticalWriting().
Referenced by SvxOle2Shape::setPropertyValueImpl(), SvxShapePolyPolygon::setPropertyValueImpl(), and SvxGraphicObject::setPropertyValueImpl().
|
overridevirtual |
Reimplemented from SvxUnoTextBase.
Definition at line 3880 of file unoshape.cxx.
References SvxUnoTextRangeBase::GetSelection(), SvxUnoTextRangeBase::maSelection, SvxUnoTextRangeBase::mpEditSource, and SvxUnoTextBase::setString().
|
overridevirtual |
Reimplemented from SvxShape.
Definition at line 3805 of file unoshape.cxx.
References cppu::supportsService().
|
overrideprotectedvirtual |
called from the XActionLockable interface methods on final unlock
Reimplemented from SvxShape.
Definition at line 3843 of file unoshape.cxx.
References SvxUnoTextRangeBase::GetEditSource(), and SvxTextEditSource::unlock().