Home
last modified time | relevance | path

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

/AOO41X/main/sd/inc/ !
H A Ddrawdoc.hxx598 sal_uInt16 GetAnnotationAuthorIndex( const rtl::OUString& rAuthor );
/AOO41X/main/sd/source/core/ !
H A Ddrawdoc.cxx1052 sal_uInt16 SdDrawDocument::GetAnnotationAuthorIndex( const rtl::OUString& rAuthor ) in GetAnnotationAuthorIndex() function in SdDrawDocument
/AOO41X/main/sd/source/ui/annotations/ !
H A Dannotationwindow.cxx617 sal_uInt16 nAuthorIdx = mpDoc->GetAnnotationAuthorIndex( mxAnnotation->getAuthor() ); in SetColor()
H A Dannotationmanager.cxx880 … Color aColor( GetColorLight( mpDoc->GetAnnotationAuthorIndex( xAnnotation->getAuthor() ) ) ); in CreateTags()