Lines Matching refs:BrowseBox

41 DBG_NAME(BrowseBox)
60 void DoLog_Impl( const BrowseBox *pThis, const char *pWhat, const char *pWho ) in DoLog_Impl()
95 void BrowseBox::ConstructImpl( BrowserMode nMode ) in ConstructImpl()
137 aHScroll.SetScrollHdl( LINK( this, BrowseBox, ScrollHdl ) ); in ConstructImpl()
138 aHScroll.SetEndScrollHdl( LINK( this, BrowseBox, EndScrollHdl ) ); in ConstructImpl()
151 BrowseBox::BrowseBox( Window* pParent, WinBits nBits, BrowserMode nMode ) in BrowseBox() function in BrowseBox
157 DBG_CTOR( BrowseBox, NULL ); in BrowseBox()
163 BrowseBox::BrowseBox( Window* pParent, const ResId& rId, BrowserMode nMode ) in BrowseBox() function in BrowseBox
169 DBG_CTOR( BrowseBox, NULL ); in BrowseBox()
174 BrowseBox::~BrowseBox() in ~BrowseBox()
176 DBG_DTOR(BrowseBox,BrowseBoxCheckInvariants); in ~BrowseBox()
203 short BrowseBox::GetCursorHideCount() const in GetCursorHideCount()
210 void BrowseBox::DoShowCursor( const char * in DoShowCursor()
232 void BrowseBox::DoHideCursor( const char * in DoHideCursor()
254 void BrowseBox::SetRealRowCount( const String &rRealRowCount ) in SetRealRowCount()
261 void BrowseBox::SetFont( const Font& rNewFont ) in SetFont()
263 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SetFont()
270 sal_uLong BrowseBox::GetDefaultColumnWidth( const String& _rText ) const in GetDefaultColumnWidth()
277 void BrowseBox::InsertHandleColumn( sal_uLong nWidth ) in InsertHandleColumn()
279 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in InsertHandleColumn()
300 void BrowseBox::InsertDataColumn( sal_uInt16 nItemId, const Image& rImage, in InsertDataColumn()
303 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in InsertDataColumn()
323 void BrowseBox::InsertDataColumn( sal_uInt16 nItemId, const XubString& rText, in InsertDataColumn()
326 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in InsertDataColumn()
347 void BrowseBox::InsertDataColumn( sal_uInt16 nItemId, in InsertDataColumn()
352 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in InsertDataColumn()
376 sal_uInt16 BrowseBox::ToggleSelectedColumn() in ToggleSelectedColumn()
389 void BrowseBox::SetToggledSelectedColumn(sal_uInt16 _nSelectedColumnId) in SetToggledSelectedColumn()
400 void BrowseBox::FreezeColumn( sal_uInt16 nItemId, sal_Bool bFreeze ) in FreezeColumn()
402 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in FreezeColumn()
472 void BrowseBox::SetColumnPos( sal_uInt16 nColumnId, sal_uInt16 nPos ) in SetColumnPos()
587 void BrowseBox::SetColumnMode( sal_uInt16 nColumnId, BrowserColumnMode nFlags ) in SetColumnMode()
589 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SetColumnMode()
616 void BrowseBox::SetColumnTitle( sal_uInt16 nItemId, const String& rTitle ) in SetColumnTitle()
618 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SetColumnTitle()
663 void BrowseBox::SetColumnWidth( sal_uInt16 nItemId, sal_uLong nWidth ) in SetColumnWidth()
665 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SetColumnWidth()
781 void BrowseBox::AutoSizeLastColumn() in AutoSizeLastColumn()
794 void BrowseBox::RemoveColumn( sal_uInt16 nItemId ) in RemoveColumn()
796 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in RemoveColumn()
876 void BrowseBox::RemoveColumns() in RemoveColumns()
878 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in RemoveColumns()
946 String BrowseBox::GetColumnTitle( sal_uInt16 nId ) const in GetColumnTitle()
948 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GetColumnTitle()
958 long BrowseBox::GetRowCount() const in GetRowCount()
965 sal_uInt16 BrowseBox::ColCount() const in ColCount()
967 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in ColCount()
974 long BrowseBox::ImpGetDataRowHeight() const in ImpGetDataRowHeight()
976 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in ImpGetDataRowHeight()
978 BrowseBox *pThis = (BrowseBox*)this; in ImpGetDataRowHeight()
987 void BrowseBox::SetDataRowHeight( long nPixel ) in SetDataRowHeight()
989 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SetDataRowHeight()
998 void BrowseBox::SetTitleLines( sal_uInt16 nLines ) in SetTitleLines()
1000 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SetTitleLines()
1007 long BrowseBox::ScrollColumns( long nCols ) in ScrollColumns()
1009 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in ScrollColumns()
1152 long BrowseBox::ScrollRows( long nRows ) in ScrollRows()
1154 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in ScrollRows()
1210 long BrowseBox::ScrollPages( long ) in ScrollPages()
1212 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in ScrollPages()
1219 void BrowseBox::RowModified( long nRow, sal_uInt16 nColId ) in RowModified()
1221 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in RowModified()
1241 void BrowseBox::Clear() in Clear()
1243 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in Clear()
1300 void BrowseBox::RowInserted( long nRow, long nNumRows, sal_Bool bDoPaint, sal_Bool bKeepSelection ) in RowInserted()
1302 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in RowInserted()
1416 void BrowseBox::RowRemoved( long nRow, long nNumRows, sal_Bool bDoPaint ) in RowRemoved()
1418 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in RowRemoved()
1589 sal_Bool BrowseBox::GoToRow( long nRow) in GoToRow()
1596 sal_Bool BrowseBox::GoToRowAndDoNotModifySelection( long nRow ) in GoToRowAndDoNotModifySelection()
1602 sal_Bool BrowseBox::GoToRow( long nRow, sal_Bool bRowColMove, sal_Bool bKeepSelection ) in GoToRow()
1604 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GoToRow()
1690 sal_Bool BrowseBox::GoToColumnId( sal_uInt16 nColId) in GoToColumnId()
1696 sal_Bool BrowseBox::GoToColumnId( sal_uInt16 nColId, sal_Bool bMakeVisible, sal_Bool bRowColMove) in GoToColumnId()
1698 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GoToColumnId()
1742 sal_Bool BrowseBox::GoToRowColumnId( long nRow, sal_uInt16 nColId ) in GoToRowColumnId()
1744 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GoToRowColumnId()
1774 void BrowseBox::SetNoSelection() in SetNoSelection()
1776 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SetNoSelection()
1815 void BrowseBox::SetSelection( const MultiSelection &rSel ) in SetSelection()
1817 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SetSelection()
1852 void BrowseBox::SelectAll() in SelectAll()
1854 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SelectAll()
1919 void BrowseBox::SelectRow( long nRow, sal_Bool _bSelect, sal_Bool bExpand ) in SelectRow()
1921 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SelectRow()
1993 long BrowseBox::GetSelectRowCount() const in GetSelectRowCount()
1995 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GetSelectRowCount()
2003 void BrowseBox::SelectColumnPos( sal_uInt16 nNewColPos, sal_Bool _bSelect, sal_Bool bMakeVisible ) in SelectColumnPos()
2005 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SelectColumnPos()
2069 sal_uInt16 BrowseBox::GetSelectColumnCount() const in GetSelectColumnCount()
2071 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GetSelectColumnCount()
2079 long BrowseBox::FirstSelectedColumn( ) const in FirstSelectedColumn()
2085 long BrowseBox::NextSelectedColumn( ) const in NextSelectedColumn()
2092 long BrowseBox::FirstSelectedRow( sal_Bool bInverse ) in FirstSelectedRow()
2094 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in FirstSelectedRow()
2101 long BrowseBox::NextSelectedRow() in NextSelectedRow()
2103 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in NextSelectedRow()
2110 long BrowseBox::PrevSelectedRow() in PrevSelectedRow()
2112 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in PrevSelectedRow()
2119 long BrowseBox::LastSelectedRow() in LastSelectedRow()
2121 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in LastSelectedRow()
2128 bool BrowseBox::IsRowSelected( long nRow ) const in IsRowSelected()
2130 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in IsRowSelected()
2137 bool BrowseBox::IsColumnSelected( sal_uInt16 nColumnId ) const in IsColumnSelected()
2139 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in IsColumnSelected()
2147 sal_Bool BrowseBox::IsAllSelected() const in IsAllSelected()
2149 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in IsAllSelected()
2156 sal_Bool BrowseBox::MakeFieldVisible in MakeFieldVisible()
2237 sal_Bool BrowseBox::IsFieldVisible( long nRow, sal_uInt16 nColumnId, in IsFieldVisible()
2240 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in IsFieldVisible()
2264 Rectangle BrowseBox::GetFieldRectPixel( long nRow, sal_uInt16 nColumnId, in GetFieldRectPixel()
2267 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GetFieldRectPixel()
2287 Rectangle BrowseBox::GetRowRectPixel( long nRow, sal_Bool bRelToBrowser ) const in GetRowRectPixel()
2289 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GetRowRectPixel()
2316 Rectangle BrowseBox::ImplFieldRectPixel( long nRow, sal_uInt16 nColumnId ) const in ImplFieldRectPixel()
2318 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in ImplFieldRectPixel()
2347 long BrowseBox::GetRowAtYPosPixel( long nY, sal_Bool bRelToBrowser ) const in GetRowAtYPosPixel()
2349 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GetRowAtYPosPixel()
2368 Rectangle BrowseBox::GetFieldRect( sal_uInt16 nColumnId ) const in GetFieldRect()
2370 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GetFieldRect()
2377 sal_uInt16 BrowseBox::GetColumnAtXPosPixel( long nX, sal_Bool ) const in GetColumnAtXPosPixel()
2379 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GetColumnAtXPosPixel()
2399 void BrowseBox::ReserveControlArea( sal_uInt16 nWidth ) in ReserveControlArea()
2401 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in ReserveControlArea()
2413 Rectangle BrowseBox::GetControlArea() const in GetControlArea()
2415 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GetControlArea()
2425 void BrowseBox::SetMode( BrowserMode nMode ) in SetMode()
2427 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in SetMode()
2511 pVScroll->SetScrollHdl( LINK( this, BrowseBox, ScrollHdl ) ); in SetMode()
2512 pVScroll->SetEndScrollHdl( LINK( this, BrowseBox, EndScrollHdl ) ); in SetMode()
2576 void BrowseBox::VisibleRowsChanged( long, sal_uInt16 ) in VisibleRowsChanged()
2578 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in VisibleRowsChanged()
2593 sal_Bool BrowseBox::IsCursorMoveAllowed( long, sal_uInt16 ) const in IsCursorMoveAllowed()
2614 long BrowseBox::GetDataRowHeight() const in GetDataRowHeight()
2621 Window& BrowseBox::GetEventWindow() const in GetEventWindow()
2628 BrowserHeader* BrowseBox::CreateHeaderBar( BrowseBox* pParent ) in CreateHeaderBar()
2631 pNewBar->SetStartDragHdl( LINK( this, BrowseBox, StartDragHdl ) ); in CreateHeaderBar()
2635 void BrowseBox::SetHeaderBar( BrowserHeader* pHeaderBar ) in SetHeaderBar()
2639 …( (BrowserDataWin*)pDataWin )->pHeaderBar->SetStartDragHdl( LINK( this, BrowseBox, StartDragHdl ) … in SetHeaderBar()
2646 const BrowseBox * p = (const BrowseBox *)pVoid; in BrowseBoxCheckInvariants()
2663 long BrowseBox::GetTitleHeight() const in GetTitleHeight()
2678 long BrowseBox::CalcReverseZoom(long nVal) in CalcReverseZoom()
2693 HeaderBar* BrowseBox::GetHeaderBar() const in GetHeaderBar()
2699 void BrowseBox::CursorMoved() in CursorMoved()
2702 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in CursorMoved()
2714 void BrowseBox::LoseFocus() in LoseFocus()
2716 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in LoseFocus()
2737 void BrowseBox::GetFocus() in GetFocus()
2739 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); in GetFocus()