Home
last modified time | relevance | path

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

/trunk/main/svx/source/gallery2/
H A Dgalbrws1.cxx537 const GalleryHint& rGalleryHint = (const GalleryHint&) rHint; in Notify() local
539 switch( rGalleryHint.GetType() ) in Notify()
542 ImplInsertThemeEntry( mpGallery->GetThemeInfo( rGalleryHint.GetThemeName() ) ); in Notify()
548 const sal_uInt16 nRenameEntryPos = mpThemes->GetEntryPos( rGalleryHint.GetThemeName() ); in Notify()
550 mpThemes->RemoveEntry( rGalleryHint.GetThemeName() ); in Notify()
551 ImplInsertThemeEntry( mpGallery->GetThemeInfo( rGalleryHint.GetStringData() ) ); in Notify()
555 mpThemes->SelectEntry( rGalleryHint.GetStringData() ); in Notify()
563 mpThemes->RemoveEntry( rGalleryHint.GetThemeName() ); in Notify()
570 const sal_uInt16 nCloseEntryPos = mpThemes->GetEntryPos( rGalleryHint.GetThemeName() ); in Notify()
H A Dgalbrws2.cxx610 const GalleryHint& rGalleryHint = (const GalleryHint&) rHint; in Notify() local
612 switch( rGalleryHint.GetType() ) in Notify()
619 ImplUpdateViews( (sal_uInt16) rGalleryHint.GetData1() + 1 ); in Notify()
/trunk/main/svx/source/unogallery/
H A Dunogaltheme.cxx383 const GalleryHint& rGalleryHint = static_cast< const GalleryHint& >( rHint ); in Notify() local
385 switch( rGalleryHint.GetType() ) in Notify()
403 GalleryObject* pObj = reinterpret_cast< GalleryObject* >( rGalleryHint.GetData1() ); in Notify()

Completed in 21 milliseconds