Lines Matching refs:GalleryPreview
53 DBG_NAME(GalleryPreview) in DBG_NAME() argument
55 GalleryPreview::GalleryPreview( GalleryBrowser2* pParent, GalleryTheme* pTheme ) : in DBG_NAME()
61 DBG_CTOR(GalleryPreview,NULL); in DBG_NAME()
69 GalleryPreview::GalleryPreview( Window* pParent, const ResId & rResId ) : in GalleryPreview() function in GalleryPreview
75 DBG_CTOR(GalleryPreview,NULL); in GalleryPreview()
83 GalleryPreview::~GalleryPreview() in ~GalleryPreview()
86 DBG_DTOR(GalleryPreview,NULL); in ~GalleryPreview()
90 bool GalleryPreview::SetGraphic( const INetURLObject& _aURL ) in SetGraphic()
113 void GalleryPreview::InitSettings() in InitSettings()
122 void GalleryPreview::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
132 sal_Bool GalleryPreview::ImplGetGraphicCenterRect( const Graphic& rGraphic, Rectangle& rResultRect … in ImplGetGraphicCenterRect()
167 void GalleryPreview::Paint( const Rectangle& rRect ) in Paint()
185 void GalleryPreview::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
193 void GalleryPreview::Command(const CommandEvent& rCEvt ) in Command()
204 void GalleryPreview::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
248 sal_Int8 GalleryPreview::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop()
262 sal_Int8 GalleryPreview::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop()
276 void GalleryPreview::StartDrag( sal_Int8, const Point& ) in StartDrag()
284 void GalleryPreview::PreviewMedia( const INetURLObject& rURL ) in PreviewMedia()