Lines Matching refs:Annotation

58 class Annotation : private ::cppu::BaseMutex,  class
63 explicit Annotation( const Reference< XComponentContext >& context, SdPage* pPage );
95 Annotation(const Annotation &); // not defined
96 Annotation& operator=(const Annotation &); // not defined
121 UndoInsertOrRemoveAnnotation( Annotation& rAnnotation, bool bInsert );
127 rtl::Reference< Annotation > mxAnnotation;
139 void get( const rtl::Reference< Annotation >& xAnnotation ) in get()
147 void set( const rtl::Reference< Annotation >& xAnnotation ) in set()
159 UndoAnnotation( Annotation& rAnnotation );
165 rtl::Reference< Annotation > mxAnnotation;
173 xAnnotation.set( new Annotation(xContext, pPage) ); in createAnnotation()
177 Annotation::Annotation( const Reference< XComponentContext >& context, SdPage* pPage ) in Annotation() function in sd::Annotation
188 void SAL_CALL Annotation::disposing() in disposing()
198 Any Annotation::queryInterface(Type const & type) throw (RuntimeException) in queryInterface()
204 Reference< XPropertySetInfo > SAL_CALL Annotation::getPropertySetInfo() throw (RuntimeException) in getPropertySetInfo()
209 void SAL_CALL Annotation::setPropertyValue(const OUString & aPropertyName, const Any & aValue) thro… in setPropertyValue()
214 Any SAL_CALL Annotation::getPropertyValue(const OUString & aPropertyName) throw (RuntimeException, … in getPropertyValue()
219 void SAL_CALL Annotation::addPropertyChangeListener(const OUString & aPropertyName, const Reference… in addPropertyChangeListener()
224 void SAL_CALL Annotation::removePropertyChangeListener(const OUString & aPropertyName, const Refere… in removePropertyChangeListener()
229 void SAL_CALL Annotation::addVetoableChangeListener(const OUString & aPropertyName, const Reference… in addVetoableChangeListener()
234 void SAL_CALL Annotation::removeVetoableChangeListener(const OUString & aPropertyName, const Refere… in removeVetoableChangeListener()
239 Any SAL_CALL Annotation::getAnchor() throw (RuntimeException) in getAnchor()
252 RealPoint2D SAL_CALL Annotation::getPosition() throw (RuntimeException) in getPosition()
258 void SAL_CALL Annotation::setPosition(const RealPoint2D & the_value) throw (RuntimeException) in setPosition()
271 RealSize2D SAL_CALL Annotation::getSize() throw (RuntimeException) in getSize()
277 void SAL_CALL Annotation::setSize(const RealSize2D & the_value) throw (RuntimeException) in setSize()
289 OUString SAL_CALL Annotation::getAuthor() throw (RuntimeException) in getAuthor()
295 void SAL_CALL Annotation::setAuthor(const OUString & the_value) throw (RuntimeException) in setAuthor()
307 util::DateTime SAL_CALL Annotation::getDateTime() throw (RuntimeException) in getDateTime()
313 void SAL_CALL Annotation::setDateTime(const util::DateTime & the_value) throw (RuntimeException) in setDateTime()
325 void Annotation::createChangeUndo() in createChangeUndo()
339 Reference< XText > SAL_CALL Annotation::getTextRange() throw (RuntimeException) in getTextRange()
351 Annotation* pAnnotation = dynamic_cast< Annotation* >( xAnnotation.get() ); in CreateUndoInsertOrRemoveAnnotation()
362 UndoInsertOrRemoveAnnotation::UndoInsertOrRemoveAnnotation( Annotation& rAnnotation, bool bInsert ) in UndoInsertOrRemoveAnnotation()
421 UndoAnnotation::UndoAnnotation( Annotation& rAnnotation ) in UndoAnnotation()