Lines Matching refs:EditBrowseBox

98 			sal_uInt32 nAutoWidth = ((EditBrowseBox*)GetParent())->GetAutoColumnWidth(nColId);  in DoubleClick()
99 if (nAutoWidth != ((EditBrowseBox*)GetParent())->GetColumnWidth(nColId)) in DoubleClick()
101 ((EditBrowseBox*)GetParent())->SetColumnWidth(nColId, nAutoWidth); in DoubleClick()
102 ((EditBrowseBox*)GetParent())->ColumnResized(nColId); in DoubleClick()
112 void EditBrowseBox::BrowserMouseEventPtr::Clear() in Clear()
118 void EditBrowseBox::BrowserMouseEventPtr::Set(const BrowserMouseEvent* pEvt, sal_Bool bIsDown) in Set()
139 DBG_NAME(EditBrowseBox);
140 void EditBrowseBox::impl_construct() in impl_construct()
156EditBrowseBox::EditBrowseBox(Window* pParent, const ResId& rId, sal_Int32 nBrowserFlags, BrowserMo… in EditBrowseBox() function in svt::EditBrowseBox
171 DBG_CTOR(EditBrowseBox,NULL); in EditBrowseBox()
177EditBrowseBox::EditBrowseBox( Window* pParent, sal_Int32 nBrowserFlags, WinBits nBits, BrowserMode… in EditBrowseBox() function in svt::EditBrowseBox
193 DBG_CTOR(EditBrowseBox,NULL); in EditBrowseBox()
199 void EditBrowseBox::Init() in Init()
205 EditBrowseBox::~EditBrowseBox() in ~EditBrowseBox()
216 DBG_DTOR(EditBrowseBox,NULL); in ~EditBrowseBox()
220 void EditBrowseBox::RemoveRows() in RemoveRows()
228 BrowserHeader* EditBrowseBox::CreateHeaderBar(BrowseBox* pParent) in CreateHeaderBar()
237 BrowserHeader* EditBrowseBox::imp_CreateHeaderBar(BrowseBox* pParent) in imp_CreateHeaderBar()
243 void EditBrowseBox::LoseFocus() in LoseFocus()
250 void EditBrowseBox::GetFocus() in GetFocus()
263 sal_Bool EditBrowseBox::SeekRow(long nRow) in SeekRow()
270 IMPL_LINK(EditBrowseBox, StartEditHdl, void*, EMPTYARG) in IMPL_LINK() argument
283 void EditBrowseBox::PaintField( OutputDevice& rDev, const Rectangle& rRect, in PaintField()
306 Image EditBrowseBox::GetImage(RowStatus eStatus) const in GetImage()
312 …const_cast<EditBrowseBox*>(this)->m_aStatusImages = ImageList(SvtResId(bHiContrast ? RID_SVTOOLS_I… in GetImage()
360 void EditBrowseBox::PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const in PaintStatusCell()
407 void EditBrowseBox::ImplStartTracking() in ImplStartTracking()
420 void EditBrowseBox::ImplTracking() in ImplTracking()
426 void EditBrowseBox::ImplEndTracking() in ImplEndTracking()
436 void EditBrowseBox::RowHeightChanged() in RowHeightChanged()
450 EditBrowseBox::RowStatus EditBrowseBox::GetRowStatus(long) const in GetRowStatus()
456 void EditBrowseBox::KeyInput( const KeyEvent& rEvt ) in KeyInput()
499 void EditBrowseBox::MouseButtonDown(const BrowserMouseEvent& rEvt) in MouseButtonDown()
522 LINK( this, EditBrowseBox, CellModifiedHdl ).Call( NULL ); in MouseButtonDown()
547 void EditBrowseBox::MouseButtonUp( const BrowserMouseEvent& rEvt ) in MouseButtonUp()
563 void EditBrowseBox::implActivateCellOnMouseEvent(const BrowserMouseEvent& _rEvt, sal_Bool _bUp) in implActivateCellOnMouseEvent()
613 void EditBrowseBox::Dispatch( sal_uInt16 _nId ) in Dispatch()
637 long EditBrowseBox::PreNotify(NotifyEvent& rEvt) in PreNotify()
674 if (IsEditing() && aController->IsModified() && !((EditBrowseBox *) this)->SaveModified()) in PreNotify()
735 if (IsEditing() && aController->IsModified() && !((EditBrowseBox *) this)->SaveModified()) in PreNotify()
756 sal_Bool EditBrowseBox::IsTabAllowed(sal_Bool) const in IsTabAllowed()
762 long EditBrowseBox::Notify(NotifyEvent& rEvt) in Notify()
778 void EditBrowseBox::StateChanged( StateChangedType nType ) in StateChanged()
826 void EditBrowseBox::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
840 void EditBrowseBox::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings()
890 sal_Bool EditBrowseBox::IsCursorMoveAllowed(long nNewRow, sal_uInt16 nNewColId) const in IsCursorMoveAllowed()
908 if (IsEditing() && aController->IsModified() && !((EditBrowseBox *) this)->SaveModified()) in IsCursorMoveAllowed()
916 EditBrowseBox * pTHIS = (EditBrowseBox *) this; in IsCursorMoveAllowed()
980 void EditBrowseBox::ColumnMoved(sal_uInt16 nId) in ColumnMoved()
993 sal_Bool EditBrowseBox::SaveRow() in SaveRow()
999 sal_Bool EditBrowseBox::CursorMoving(long, sal_uInt16) in CursorMoving()
1001 ((EditBrowseBox *) this)->DeactivateCell(sal_False); in CursorMoving()
1006 void EditBrowseBox::CursorMoved() in CursorMoved()
1022 void EditBrowseBox::EndScroll() in EndScroll()
1034 void EditBrowseBox::ActivateCell(long nRow, sal_uInt16 nCol, sal_Bool bCellFocus) in ActivateCell()
1058 aController->SetModifyHdl(LINK(this,EditBrowseBox,ModifyHdl)); in ActivateCell()
1084 void EditBrowseBox::DeactivateCell(sal_Bool bUpdate) in DeactivateCell()
1115 nEndEvent = Application::PostUserEvent(LINK(this,EditBrowseBox,EndEditHdl)); in DeactivateCell()
1120 Rectangle EditBrowseBox::GetCellRect(long nRow, sal_uInt16 nColId, sal_Bool bRel) const in GetCellRect()
1132 IMPL_LINK(EditBrowseBox, EndEditHdl, void*, EMPTYARG) in IMPL_LINK() argument
1145 IMPL_LINK(EditBrowseBox, ModifyHdl, void*, EMPTYARG) in IMPL_LINK() argument
1149 nCellModifiedEvent = Application::PostUserEvent(LINK(this,EditBrowseBox,CellModifiedHdl)); in IMPL_LINK()
1154 IMPL_LINK(EditBrowseBox, CellModifiedHdl, void*, EMPTYARG) in IMPL_LINK() argument
1162 void EditBrowseBox::ColumnResized( sal_uInt16 ) in ColumnResized()
1174 …sal_uInt16 EditBrowseBox::AppendColumn(const String& rName, sal_uInt16 nWidth, sal_uInt16 nPos, sa… in AppendColumn()
1202 void EditBrowseBox::Resize() in Resize()
1224 void EditBrowseBox::ArrangeControls(sal_uInt16&, sal_uInt16) in ArrangeControls()
1229 CellController* EditBrowseBox::GetController(long, sal_uInt16) in GetController()
1235 void EditBrowseBox::ResizeController(CellControllerRef& rController, const Rectangle& rRect) in ResizeController()
1241 void EditBrowseBox::InitController(CellControllerRef&, long, sal_uInt16) in InitController()
1246 void EditBrowseBox::ReleaseController(CellControllerRef&, long, sal_uInt16) in ReleaseController()
1251 void EditBrowseBox::CellModified() in CellModified()
1257 sal_Bool EditBrowseBox::SaveModified() in SaveModified()
1263 void EditBrowseBox::DoubleClick(const BrowserMouseEvent& rEvt) in DoubleClick()
1272 sal_uInt32 EditBrowseBox::GetAutoColumnWidth(sal_uInt16 nColId) in GetAutoColumnWidth()
1294 sal_uInt32 EditBrowseBox::GetTotalCellWidth(long, sal_uInt16) in GetTotalCellWidth()
1300 void EditBrowseBox::InvalidateHandleColumn() in InvalidateHandleColumn()
1309 …void EditBrowseBox::PaintTristate(OutputDevice&, const Rectangle& rRect,const TriState& eState,sal… in PaintTristate()
1330 void EditBrowseBox::AsynchGetFocus() in AsynchGetFocus()
1336 nStartEvent = Application::PostUserEvent(LINK(this,EditBrowseBox,StartEditHdl)); in AsynchGetFocus()
1340 void EditBrowseBox::SetBrowserFlags(sal_Int32 nFlags) in SetBrowserFlags()
1353 inline void EditBrowseBox::HideAndDisable(CellControllerRef& rController) in HideAndDisable()
1358 inline void EditBrowseBox::EnableAndShow() const in EnableAndShow()