Home
last modified time | relevance | path

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

/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx97 …Broadcast( GalleryHint( GALLERY_HINT_CLOSE_OBJECT, GetName(), reinterpret_cast< sal_uIntPtr >( pEn… in ~GalleryTheme()
99 …Broadcast( GalleryHint( GALLERY_HINT_OBJECT_REMOVED, GetName(), reinterpret_cast< sal_uIntPtr >( p… in ~GalleryTheme()
388 Broadcast( GalleryHint( GALLERY_HINT_THEME_UPDATEVIEW, GetName(), nUpdatePos ) ); in ImplBroadcast()
531 …Broadcast( GalleryHint( GALLERY_HINT_CLOSE_OBJECT, GetName(), reinterpret_cast< sal_uIntPtr >( pEn… in RemoveObject()
533 …Broadcast( GalleryHint( GALLERY_HINT_OBJECT_REMOVED, GetName(), reinterpret_cast< sal_uIntPtr >( p… in RemoveObject()
662 …Broadcast( GalleryHint( GALLERY_HINT_CLOSE_OBJECT, GetName(), reinterpret_cast< sal_uIntPtr >( pEn… in Actualize()
664 …Broadcast( GalleryHint( GALLERY_HINT_OBJECT_REMOVED, GetName(), reinterpret_cast< sal_uIntPtr >( p… in Actualize()
1501 …Broadcast( GalleryHint( GALLERY_HINT_CLOSE_OBJECT, GetName(), reinterpret_cast< sal_uIntPtr >( pOb… in ReadData()
1503 …Broadcast( GalleryHint( GALLERY_HINT_OBJECT_REMOVED, GetName(), reinterpret_cast< sal_uIntPtr >( p… in ReadData()
H A Dgallery1.cxx652 Broadcast( GalleryHint( GALLERY_HINT_THEME_CREATED, rThemeName ) ); in CreateTheme()
769 Broadcast( GalleryHint( GALLERY_HINT_THEME_RENAMED, aOldName, pThm->GetName() ) ); in RenameTheme()
787 Broadcast( GalleryHint( GALLERY_HINT_CLOSE_THEME, rThemeName ) ); in RemoveTheme()
819 Broadcast( GalleryHint( GALLERY_HINT_THEME_REMOVED, rThemeName ) ); in RemoveTheme()
H A Dgalbrws1.cxx537 const GalleryHint& rGalleryHint = (const GalleryHint&) rHint; in Notify()
H A Dgalbrws2.cxx610 const GalleryHint& rGalleryHint = (const GalleryHint&) rHint; in Notify()
/trunk/main/svx/inc/svx/
H A Dgalmisc.hxx233 class GalleryHint : public SfxHint class
245GalleryHint( sal_uIntPtr nType, const String& rThemeName, sal_uIntPtr nData1 = 0UL, sal_uIntPtr nD… in GalleryHint() function in GalleryHint
248GalleryHint( sal_uIntPtr nType, const String& rThemeName, const String& rStringData, sal_uIntPtr n… in GalleryHint() function in GalleryHint
/trunk/main/svx/source/unogallery/
H A Dunogaltheme.cxx383 const GalleryHint& rGalleryHint = static_cast< const GalleryHint& >( rHint ); in Notify()