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() 126 void ScDBFunc::RemoveOutline( sal_Bool bColumns, sal_Bool bRecord ) in RemoveOutline() 141 void ScDBFunc::TestRemoveOutline( sal_Bool& rCol, sal_Bool& rRow ) in TestRemoveOutline() 199 void ScDBFunc::RemoveAllOutlines( sal_Bool bRecord ) in RemoveAllOutlines() 215 void ScDBFunc::AutoOutline( sal_Bool bRecord ) in AutoOutline() 233 void ScDBFunc::SelectLevel( sal_Bool bColumns, sal_uInt16 nLevel, sal_Bool bRecord, sal_Bool bPaint… in SelectLevel() 249 void ScDBFunc::ShowOutline( sal_Bool bColumns, sal_uInt16 nLevel, sal_uInt16 nEntry, sal_Bool bReco… in ShowOutline() 265 void ScDBFunc::HideOutline( sal_Bool bColumns, sal_uInt16 nLevel, sal_uInt16 nEntry, sal_Bool bReco… in HideOutline() 281 sal_Bool ScDBFunc::OutlinePossible(sal_Bool bHide) in OutlinePossible() 355 void ScDBFunc::ShowMarkedOutlines( sal_Bool bRecord ) in ShowMarkedOutlines() [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()
|