Home
last modified time | relevance | path

Searched refs:rAnnotation (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sd/source/core/annotations/
H A DAnnotation.cxx121 UndoInsertOrRemoveAnnotation( Annotation& rAnnotation, bool bInsert );
159 UndoAnnotation( Annotation& rAnnotation );
362 UndoInsertOrRemoveAnnotation::UndoInsertOrRemoveAnnotation( Annotation& rAnnotation, bool bInsert ) in UndoInsertOrRemoveAnnotation() argument
363 : SdrUndoAction( *rAnnotation.GetModel() ) in UndoInsertOrRemoveAnnotation()
364 , mxAnnotation( &rAnnotation ) in UndoInsertOrRemoveAnnotation()
368 SdPage* pPage = rAnnotation.GetPage(); in UndoInsertOrRemoveAnnotation()
371 Reference< XAnnotation > xAnnotation( &rAnnotation ); in UndoInsertOrRemoveAnnotation()
421 UndoAnnotation::UndoAnnotation( Annotation& rAnnotation ) in UndoAnnotation() argument
422 : SdrUndoAction( *rAnnotation.GetModel() ) in UndoAnnotation()
423 , mxAnnotation( &rAnnotation ) in UndoAnnotation()

Completed in 13 milliseconds