Searched refs:ScDBFunc (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | dbfunc.cxx | 51 ScDBFunc::ScDBFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell ) : in ScDBFunc() function in ScDBFunc 61 ScDBFunc::~ScDBFunc() in ~ScDBFunc() 69 void ScDBFunc::GotoDBArea( const String& rDBName ) in GotoDBArea() 103 ScDBData* ScDBFunc::GetDBData( sal_Bool bMark, ScGetDBMode eMode, ScGetDBSelection eSel ) in GetDBData() 192 void ScDBFunc::NotifyCloseDbNameDlg( const ScDBCollection& rNewColl, const List& rDelAreaList ) in NotifyCloseDbNameDlg() 247 void ScDBFunc::UISort( const ScSortParam& rSortParam, sal_Bool bRecord ) in UISort() 274 void ScDBFunc::Sort( const ScSortParam& rSortParam, sal_Bool bRecord, sal_Bool bPaint ) in Sort() 293 void ScDBFunc::Query( const ScQueryParam& rQueryParam, const ScRange* pAdvSource, sal_Bool bRecord ) in Query() 330 void ScDBFunc::ToggleAutoFilter() in ToggleAutoFilter() 460 void ScDBFunc::HideAutoFilter() in HideAutoFilter() [all …]
|
H A D | dbfunc3.cxx | 111 void ScDBFunc::MakeOutline( sal_Bool bColumns, sal_Bool bRecord ) in MakeOutline() 199 void ScDBFunc::RemoveAllOutlines( sal_Bool bRecord ) in RemoveAllOutlines() 215 void ScDBFunc::AutoOutline( sal_Bool bRecord ) in AutoOutline() 281 sal_Bool ScDBFunc::OutlinePossible(sal_Bool bHide) in OutlinePossible() 355 void ScDBFunc::ShowMarkedOutlines( sal_Bool bRecord ) in ShowMarkedOutlines() 374 void ScDBFunc::HideMarkedOutlines( sal_Bool bRecord ) in HideMarkedOutlines() 680 void ScDBFunc::DeletePivotTable() in DeletePivotTable() 733 sal_uLong ScDBFunc::RecalcPivotTable() in RecalcPivotTable() 1188 void ScDBFunc::GroupDataPilot() in GroupDataPilot() 1332 void ScDBFunc::UngroupDataPilot() in UngroupDataPilot() [all …]
|
H A D | dbfunc2.cxx | 52 void ScDBFunc::UpdateCharts( sal_Bool bAllCharts ) in UpdateCharts()
|
H A D | dbfunc4.cxx | 52 sal_uInt16 ScDBFunc::DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc, sal_Bool bAllCharts ) in DoUpdateCharts()
|
H A D | olinewin.cxx | 468 ScDBFunc& rFunc = *mrViewData.GetView(); in DoFunction()
|
H A D | tabvwsh4.cxx | 1818 ScDBFunc( &pViewFrame->GetWindow(), (ScDocShell&)*pViewFrame->GetObjectShell(), this ), in ScTabViewShell()
|
H A D | gridwin.cxx | 2097 ScDBFunc* pView = pViewData->GetView(); in MouseButtonUp()
|
/trunk/main/sc/source/ui/inc/ |
H A D | dbfunc.hxx | 44 class ScDBFunc : public ScViewFunc class 50 ScDBFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell ); 52 virtual ~ScDBFunc();
|
H A D | viewdata.hxx | 87 class ScDBFunc; 163 ScDBFunc* pView; 235 ScDBFunc* GetView() const { return pView; } in GetView()
|
H A D | dbdocfun.hxx | 61 friend class ScDBFunc;
|
H A D | tabvwsh.hxx | 96 class ScTabViewShell: public SfxViewShell, public ScDBFunc
|
/trunk/main/sc/source/ui/app/ |
H A D | scmod.cxx | 1267 ScDBFunc::DoUpdateCharts( ScAddress(), pDoc, sal_True ); in ModifyOptions()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 1609 ScDBFunc* pView = pViewSh->GetViewData()->GetView(); in SetZoomType()
|
Completed in 82 milliseconds