Lines Matching refs:GalleryListView

596 DBG_NAME(GalleryListView)  in DBG_NAME()  argument
598 GalleryListView::GalleryListView( GalleryBrowser2* pParent, GalleryTheme* pTheme ) : in DBG_NAME()
604 DBG_CTOR(GalleryListView,NULL); in DBG_NAME()
618 GalleryListView::~GalleryListView() in ~GalleryListView()
621 DBG_DTOR(GalleryListView,NULL); in ~GalleryListView()
626 void GalleryListView::InitSettings() in InitSettings()
635 void GalleryListView::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
645 sal_Bool GalleryListView::SeekRow( long nRow ) in SeekRow()
653 String GalleryListView::GetCellText(long _nRow, sal_uInt16 nColumnId) const in GetCellText()
674 Rectangle GalleryListView::GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 … in GetFieldCharacterBounds()
693 sal_Int32 GalleryListView::GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& … in GetFieldIndexAtPoint()
708 void GalleryListView::PaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId … in PaintField()
887 void GalleryListView::Command( const CommandEvent& rCEvt ) in Command()
904 void GalleryListView::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
912 void GalleryListView::DoubleClick( const BrowserMouseEvent& rEvt ) in DoubleClick()
922 void GalleryListView::Select() in Select()
930 sal_Int8 GalleryListView::AcceptDrop( const BrowserAcceptDropEvent& ) in AcceptDrop()
947 sal_Int8 GalleryListView::ExecuteDrop( const BrowserExecuteDropEvent& rEvt ) in ExecuteDrop()
958 void GalleryListView::StartDrag( sal_Int8, const Point& rPosPixel ) in StartDrag()