Home
last modified time | relevance | path

Searched refs:ExecuteDB (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/sdi/
H A Dcellsh.sdi38 SID_OPENDLG_PIVOTTABLE [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
40 SID_FILTER [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
41 SID_SPECIAL_FILTER [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
42 SID_DEFINE_DBNAME [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
44 SID_VIEW_DATA_SOURCE_BROWSER [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
52 SID_SORT_ASCENDING [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
53 SID_SORT_DESCENDING [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
54 SID_REIMPORT_DATA [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
55 SID_REFRESH_DBAREA [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
56 SID_SBA_BRW_INSERT [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dcellsh.hxx83 void ExecuteDB( SfxRequest& rReq );
/AOO41X/main/sc/source/ui/view/
H A Dcellsh2.cxx217 void ScCellShell::ExecuteDB( SfxRequest& rReq ) in ExecuteDB() function in ScCellShell