Lines Matching refs:AnnotationManagerImpl
185 AnnotationManagerImpl::AnnotationManagerImpl( ViewShellBase& rViewShellBase ) in AnnotationManagerImpl() function in sd::AnnotationManagerImpl
199 void AnnotationManagerImpl::init() in init()
227 void SAL_CALL AnnotationManagerImpl::disposing () in disposing()
255 void SAL_CALL AnnotationManagerImpl::notifyEvent( const ::com::sun::star::document::EventObject& aE… in notifyEvent()
265 void SAL_CALL AnnotationManagerImpl::disposing( const ::com::sun::star::lang::EventObject& /*Source… in disposing()
269 void AnnotationManagerImpl::ShowAnnotations( bool bShow ) in ShowAnnotations()
286 void AnnotationManagerImpl::ExecuteAnnotation(SfxRequest& rReq ) in ExecuteAnnotation()
313 void AnnotationManagerImpl::ExecuteInsertAnnotation(SfxRequest& /*rReq*/) in ExecuteInsertAnnotation()
321 void AnnotationManagerImpl::ExecuteDeleteAnnotation(SfxRequest& rReq) in ExecuteDeleteAnnotation()
370 void AnnotationManagerImpl::InsertAnnotation() in InsertAnnotation()
449 void AnnotationManagerImpl::ExecuteReplyToAnnotation( SfxRequest& rReq ) in ExecuteReplyToAnnotation()
519 void AnnotationManagerImpl::DeleteAnnotation( Reference< XAnnotation > xAnnotation ) in DeleteAnnotation()
537 void AnnotationManagerImpl::DeleteAnnotationsByAuthor( const rtl::OUString& sAuthor ) in DeleteAnnotationsByAuthor()
567 void AnnotationManagerImpl::DeleteAllAnnotations() in DeleteAllAnnotations()
597 void AnnotationManagerImpl::GetAnnotationState(SfxItemSet& rSet) in GetAnnotationState()
643 void AnnotationManagerImpl::SelectNextAnnotation(bool bForeward) in SelectNextAnnotation()
756 void AnnotationManagerImpl::onTagSelected( AnnotationTag& rTag ) in onTagSelected()
764 void AnnotationManagerImpl::onTagDeselected( AnnotationTag& rTag ) in onTagDeselected()
775 void AnnotationManagerImpl::SelectAnnotation( ::com::sun::star::uno::Reference< ::com::sun::star::o… in SelectAnnotation()
793 void AnnotationManagerImpl::GetSelectedAnnotation( ::com::sun::star::uno::Reference< ::com::sun::st… in GetSelectedAnnotation()
798 void AnnotationManagerImpl::invalidateSlots() in invalidateSlots()
815 void AnnotationManagerImpl::onSelectionChanged() in onSelectionChanged()
834 void AnnotationManagerImpl::UpdateTags( bool bSynchron ) in UpdateTags()
846 …mnUpdateTagsEvent = Application::PostUserEvent( LINK( this, AnnotationManagerImpl, UpdateTagsHdl )… in UpdateTags()
850 IMPL_LINK(AnnotationManagerImpl,UpdateTagsHdl, void *, EMPTYARG) in IMPL_LINK() argument
866 void AnnotationManagerImpl::CreateTags() in CreateTags()
909 void AnnotationManagerImpl::DisposeTags() in DisposeTags()
926 void AnnotationManagerImpl::addListener() in addListener()
928 Link aLink( LINK(this,AnnotationManagerImpl,EventMultiplexerListener) ); in addListener()
939 void AnnotationManagerImpl::removeListener() in removeListener()
941 Link aLink( LINK(this,AnnotationManagerImpl,EventMultiplexerListener) ); in removeListener()
947 IMPL_LINK(AnnotationManagerImpl,EventMultiplexerListener, in IMPL_LINK() argument
970 OUString AnnotationManagerImpl::GetHelpText( ::com::sun::star::uno::Reference< ::com::sun::star::of…
994 void AnnotationManagerImpl::ExecuteAnnotationContextMenu( Reference< XAnnotation > xAnnotation, ::W… in ExecuteAnnotationContextMenu()
1127 Color AnnotationManagerImpl::GetColor(sal_uInt16 aAuthorIndex) in GetColor()
1142 Color AnnotationManagerImpl::GetColorLight(sal_uInt16 aAuthorIndex) in GetColorLight()
1157 Color AnnotationManagerImpl::GetColorDark(sal_uInt16 aAuthorIndex) in GetColorDark()
1172 SdPage* AnnotationManagerImpl::GetNextPage( SdPage* pPage, bool bForeward ) in GetNextPage()
1224 SdPage* AnnotationManagerImpl::GetFirstPage() in GetFirstPage()
1230 SdPage* AnnotationManagerImpl::GetLastPage() in GetLastPage()
1235 SdPage* AnnotationManagerImpl::GetCurrentPage() in GetCurrentPage()
1248 : mxImpl( new AnnotationManagerImpl( rViewShellBase ) ) in AnnotationManager()