Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8ac571d4
Kaydet (Commit)
8ac571d4
authored
May 02, 2017
tarafından
Maxim Monastirsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sc: Remove some dead slots
Change-Id: I92cfd5043c084d64fdfba3a1df817ee035388797
üst
81c4d3bd
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
348 deletions
+0
-348
constantfunction.cxx
compilerplugins/clang/store/constantfunction.cxx
+0
-8
Library_sc.mk
sc/Library_sc.mk
+0
-1
sc.hrc
sc/inc/sc.hrc
+0
-16
docsh.sdi
sc/sdi/docsh.sdi
+0
-14
scalc.sdi
sc/sdi/scalc.sdi
+0
-238
tabvwsh.sdi
sc/sdi/tabvwsh.sdi
+0
-6
docsh4.cxx
sc/source/ui/docshell/docsh4.cxx
+0
-19
docsh7.cxx
sc/source/ui/docshell/docsh7.cxx
+0
-27
docsh.hxx
sc/source/ui/inc/docsh.hxx
+0
-3
tabvwsh.hxx
sc/source/ui/inc/tabvwsh.hxx
+0
-3
tabvwshh.cxx
sc/source/ui/view/tabvwshh.cxx
+0
-13
No files found.
compilerplugins/clang/store/constantfunction.cxx
Dosyayı görüntüle @
8ac571d4
...
@@ -350,18 +350,10 @@ bool ConstantFunction::VisitFunctionDecl(const FunctionDecl * pFunctionDecl) {
...
@@ -350,18 +350,10 @@ bool ConstantFunction::VisitFunctionDecl(const FunctionDecl * pFunctionDecl) {
if
(
startsWith
(
aFunctionName
,
"sc::(anonymous namespace)::CSVHandler::"
))
{
if
(
startsWith
(
aFunctionName
,
"sc::(anonymous namespace)::CSVHandler::"
))
{
return
true
;
return
true
;
}
}
// called from SDI file, I don't know what that stuff is about, sc/source/ui/docshell/docsh7.cxx
if
(
aFunctionName
==
"ScDocShell::GetDrawObjState"
)
{
return
true
;
}
// called from SDI file, I don't know what that stuff is about, sc/source/ui/view/cellsh4.cxx
// called from SDI file, I don't know what that stuff is about, sc/source/ui/view/cellsh4.cxx
if
(
aFunctionName
==
"ScCellShell::GetStateCursor"
)
{
if
(
aFunctionName
==
"ScCellShell::GetStateCursor"
)
{
return
true
;
return
true
;
}
}
// called from SDI file, I don't know what that stuff is about, sc/source/ui/view/tabvwshh.cxx
if
(
aFunctionName
==
"ScTabViewShell::ExecuteSbx"
||
aFunctionName
==
"ScTabViewShell::GetSbxState"
)
{
return
true
;
}
// template magic, sc/source/filter/excel/xepivot.cxx
// template magic, sc/source/filter/excel/xepivot.cxx
if
(
aFunctionName
==
"XclExpPivotCache::SaveXml"
)
{
if
(
aFunctionName
==
"XclExpPivotCache::SaveXml"
)
{
return
true
;
return
true
;
...
...
sc/Library_sc.mk
Dosyayı görüntüle @
8ac571d4
...
@@ -412,7 +412,6 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
...
@@ -412,7 +412,6 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/ui/docshell/docsh4 \
sc/source/ui/docshell/docsh4 \
sc/source/ui/docshell/docsh5 \
sc/source/ui/docshell/docsh5 \
sc/source/ui/docshell/docsh6 \
sc/source/ui/docshell/docsh6 \
sc/source/ui/docshell/docsh7 \
sc/source/ui/docshell/docsh8 \
sc/source/ui/docshell/docsh8 \
sc/source/ui/docshell/documentlinkmgr \
sc/source/ui/docshell/documentlinkmgr \
sc/source/ui/docshell/editable \
sc/source/ui/docshell/editable \
...
...
sc/inc/sc.hrc
Dosyayı görüntüle @
8ac571d4
...
@@ -531,18 +531,10 @@
...
@@ -531,18 +531,10 @@
#define SID_NEW_SLOTS (SID_KEYFUNC_END)
#define SID_NEW_SLOTS (SID_KEYFUNC_END)
#define SID_NEW_TABLENAME (SID_NEW_SLOTS+1)
#define SID_NEW_TABLENAME (SID_NEW_SLOTS+1)
#define SID_EXPORT_AS_GRAPHIC (SID_NEW_SLOTS+2)
#define SID_EXPORT_AS_GRAPHIC (SID_NEW_SLOTS+2)
#define FID_MERGE_TOGGLE (SID_NEW_SLOTS+10)
#define FID_MERGE_TOGGLE (SID_NEW_SLOTS+10)
#define SID_SC_CELLS (SID_NEW_SLOTS+13)
#define SID_SC_RANGE (SID_NEW_SLOTS+14)
#define SID_SC_SELECTION (SID_NEW_SLOTS+15)
#define SID_SC_CELLTEXT (SID_NEW_SLOTS+16)
#define SID_SC_ACTIVECELL (SID_NEW_SLOTS+18)
#define SID_SC_ACTIVETAB (SID_NEW_SLOTS+19)
#define SID_RANGE_ROW (SID_NEW_SLOTS+20)
#define SID_RANGE_ROW (SID_NEW_SLOTS+20)
#define SID_RANGE_COL (SID_NEW_SLOTS+21)
#define SID_RANGE_COL (SID_NEW_SLOTS+21)
#define SID_RANGE_TABLE (SID_NEW_SLOTS+22)
#define SID_RANGE_TABLE (SID_NEW_SLOTS+22)
...
@@ -550,14 +542,12 @@
...
@@ -550,14 +542,12 @@
#define SID_RANGE_FORMULA (SID_NEW_SLOTS+24)
#define SID_RANGE_FORMULA (SID_NEW_SLOTS+24)
#define SID_RANGE_TEXTVALUE (SID_NEW_SLOTS+26)
#define SID_RANGE_TEXTVALUE (SID_NEW_SLOTS+26)
#define SID_TABLE_ACTIVATE (SID_NEW_SLOTS+27)
#define SID_TABLE_ACTIVATE (SID_NEW_SLOTS+27)
#define SID_TABLES_GET (SID_NEW_SLOTS+28)
#define SID_DEFINE_PRINTAREA (SID_NEW_SLOTS+31)
#define SID_DEFINE_PRINTAREA (SID_NEW_SLOTS+31)
#define SID_DELETE_PRINTAREA (SID_NEW_SLOTS+32)
#define SID_DELETE_PRINTAREA (SID_NEW_SLOTS+32)
#define SID_CHANGE_PRINTAREA (SID_NEW_SLOTS+33)
#define SID_CHANGE_PRINTAREA (SID_NEW_SLOTS+33)
#define SID_OPENDLG_EDIT_PRINTAREA (SID_NEW_SLOTS+34)
#define SID_OPENDLG_EDIT_PRINTAREA (SID_NEW_SLOTS+34)
#define SID_OLE_OBJECT (SID_NEW_SLOTS+35)
#define SID_OLE_ACTIVATE (SID_NEW_SLOTS+36)
#define SID_OLE_ACTIVATE (SID_NEW_SLOTS+36)
#define SID_OLE_DEACTIVATE (SID_NEW_SLOTS+37)
#define SID_OLE_DEACTIVATE (SID_NEW_SLOTS+37)
...
@@ -574,11 +564,9 @@
...
@@ -574,11 +564,9 @@
#define SID_SC_SETTEXT (SID_NEW_SLOTS+46)
#define SID_SC_SETTEXT (SID_NEW_SLOTS+46)
#define SID_RANGE_ADDRESS (SID_NEW_SLOTS+47)
#define SID_RANGE_ADDRESS (SID_NEW_SLOTS+47)
#define SID_RANGE_OFFSET (SID_NEW_SLOTS+48)
#define SID_NUMBER_FORMAT (SID_NEW_SLOTS+49)
#define SID_NUMBER_FORMAT (SID_NEW_SLOTS+49)
#define SID_OLE_SELECT (SID_NEW_SLOTS+50)
#define SID_OLE_SELECT (SID_NEW_SLOTS+50)
#define SID_SC_ACTIVEOBJECT (SID_NEW_SLOTS+51)
#define SID_RANGE_NOTETEXT (SID_NEW_SLOTS+52)
#define SID_RANGE_NOTETEXT (SID_NEW_SLOTS+52)
#define FID_INSERT_FILE (SID_NEW_SLOTS+53)
#define FID_INSERT_FILE (SID_NEW_SLOTS+53)
...
@@ -608,7 +596,6 @@
...
@@ -608,7 +596,6 @@
#define FID_VALID_ERRTEXT (SID_NEW_SLOTS+71)
#define FID_VALID_ERRTEXT (SID_NEW_SLOTS+71)
#define SID_REFRESH_DBAREA (SID_NEW_SLOTS+72)
#define SID_REFRESH_DBAREA (SID_NEW_SLOTS+72)
#define SID_RANGE_REGION (SID_NEW_SLOTS+73)
#define FID_FOCUS_POSWND (SID_NEW_SLOTS+74)
#define FID_FOCUS_POSWND (SID_NEW_SLOTS+74)
...
@@ -630,9 +617,6 @@
...
@@ -630,9 +617,6 @@
#define SID_OBJECT_WIDTH (SID_NEW_SLOTS+87)
#define SID_OBJECT_WIDTH (SID_NEW_SLOTS+87)
#define SID_OBJECT_HEIGHT (SID_NEW_SLOTS+88)
#define SID_OBJECT_HEIGHT (SID_NEW_SLOTS+88)
#define SID_PIVOT_CREATE (SID_NEW_SLOTS+89)
#define SID_PIVOT_GET (SID_NEW_SLOTS+94)
#define SID_DELETE_SCENARIO (SID_NEW_SLOTS+95)
#define SID_DELETE_SCENARIO (SID_NEW_SLOTS+95)
#define SID_EDIT_SCENARIO (SID_NEW_SLOTS+96)
#define SID_EDIT_SCENARIO (SID_NEW_SLOTS+96)
#define SID_INSERT_FIELD_SHEET (SID_NEW_SLOTS+97)
#define SID_INSERT_FIELD_SHEET (SID_NEW_SLOTS+97)
...
...
sc/sdi/docsh.sdi
Dosyayı görüntüle @
8ac571d4
...
@@ -24,11 +24,6 @@ interface TableSelection
...
@@ -24,11 +24,6 @@ interface TableSelection
SID_CHANGE_PRINTAREA [ ExecMethod = Execute; ]
SID_CHANGE_PRINTAREA [ ExecMethod = Execute; ]
FID_DEL_MANUALBREAKS [ ExecMethod = Execute; StateMethod = GetState; ]
FID_DEL_MANUALBREAKS [ ExecMethod = Execute; StateMethod = GetState; ]
FID_RESET_PRINTZOOM [ ExecMethod = Execute; StateMethod = GetState; ]
FID_RESET_PRINTZOOM [ ExecMethod = Execute; StateMethod = GetState; ]
SbxObject Cells SID_SC_CELLS
(
INT16 Column SID_SC_CELLS,
INT32 Row FN_PARAM_1
)
UINT16 Index FID_TAB_INDEX ()
UINT16 Index FID_TAB_INDEX ()
FID_PROTECT_TABLE [ ExecMethod = Execute; StateMethod = GetState; ]
FID_PROTECT_TABLE [ ExecMethod = Execute; StateMethod = GetState; ]
FID_PROTECT_DOC [ ExecMethod = Execute; StateMethod = GetState; ]
FID_PROTECT_DOC [ ExecMethod = Execute; StateMethod = GetState; ]
...
@@ -55,17 +50,8 @@ interface TableDocument
...
@@ -55,17 +50,8 @@ interface TableDocument
{
{
SID_OPEN_CALC [ ExecMethod = Execute; StateMethod = GetState; ]
SID_OPEN_CALC [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SBA_IMPORT [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SBA_IMPORT [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SC_CELLS [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SC_CELLTEXT [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SC_SETTEXT [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SC_SETTEXT [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SC_RANGE [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SC_SELECTION [ StateMethod = GetSbxState; ]
SID_SC_ACTIVECELL [ StateMethod = GetSbxState; ]
SID_SC_ACTIVETAB [ StateMethod = GetSbxState; ]
SID_TABLES_GET [ StateMethod = GetSbxState; ]
SID_TABLES_COUNT [ StateMethod = GetState; ]
SID_TABLES_COUNT [ StateMethod = GetState; ]
SID_PIVOT_GET [ StateMethod = GetSbxState; ]
SID_SC_ACTIVEOBJECT [ StateMethod = GetDrawObjState; ]
SID_ATTR_YEAR2000 [ StateMethod = GetState; ExecMethod = Execute; ]
SID_ATTR_YEAR2000 [ StateMethod = GetState; ExecMethod = Execute; ]
SID_CHART_SOURCE [ ExecMethod = Execute; ]
SID_CHART_SOURCE [ ExecMethod = Execute; ]
SID_CHART_ADDSOURCE [ ExecMethod = Execute; ]
SID_CHART_ADDSOURCE [ ExecMethod = Execute; ]
...
...
sc/sdi/scalc.sdi
Dosyayı görüntüle @
8ac571d4
...
@@ -70,40 +70,6 @@ SfxVoidItem ActivateTable SID_TABLE_ACTIVATE
...
@@ -70,40 +70,6 @@ SfxVoidItem ActivateTable SID_TABLE_ACTIVATE
]
]
SfxObjectItem ActiveCell SID_SC_ACTIVECELL
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_INTERN;
]
SfxObjectItem ActiveTable SID_SC_ACTIVETAB
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_INTERN;
]
SfxVoidItem Add FID_TAB_APPEND
SfxVoidItem Add FID_TAB_APPEND
(SfxStringItem Name FID_TAB_APPEND)
(SfxStringItem Name FID_TAB_APPEND)
[
[
...
@@ -518,42 +484,6 @@ SfxVoidItem Cancel SID_CANCEL
...
@@ -518,42 +484,6 @@ SfxVoidItem Cancel SID_CANCEL
]
]
SfxVoidItem Cells SID_SC_CELLS
(SfxInt16Item Column SID_SC_CELLS,SfxInt32Item Row FN_PARAM_1,SfxInt16Item Table FN_PARAM_2)
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_INTERN;
]
SfxVoidItem CellText SID_SC_CELLTEXT
(SfxInt16Item Column SID_SC_CELLTEXT,SfxInt32Item Row FN_PARAM_1,SfxInt16Item Table FN_PARAM_2)
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_INTERN;
]
SfxVoidItem ChangeChartData SID_CHART_SOURCE
SfxVoidItem ChangeChartData SID_CHART_SOURCE
(SfxStringItem Name SID_CHART_NAME,SfxStringItem Range SID_CHART_SOURCE,SfxBoolItem ColHeaders FN_PARAM_1,SfxBoolItem RowHeaders FN_PARAM_2)
(SfxStringItem Name SID_CHART_NAME,SfxStringItem Range SID_CHART_SOURCE,SfxBoolItem ColHeaders FN_PARAM_1,SfxBoolItem RowHeaders FN_PARAM_2)
[
[
...
@@ -930,25 +860,6 @@ SfxVoidItem ColumnOperations SID_COLUMN_OPERATIONS
...
@@ -930,25 +860,6 @@ SfxVoidItem ColumnOperations SID_COLUMN_OPERATIONS
GroupId = GID_OPTIONS;
GroupId = GID_OPTIONS;
]
]
SfxObjectItem CurrentRegion SID_RANGE_REGION
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = ;
]
SfxVoidItem DataAreaRefresh SID_REFRESH_DBAREA
SfxVoidItem DataAreaRefresh SID_REFRESH_DBAREA
()
()
[
[
...
@@ -1093,24 +1004,6 @@ SfxVoidItem DataFilterStandardFilter SID_FILTER
...
@@ -1093,24 +1004,6 @@ SfxVoidItem DataFilterStandardFilter SID_FILTER
]
]
SfxVoidItem DataPilotCreate SID_PIVOT_CREATE
(SfxStringItem Destination FN_PARAM_1,SfxStringItem Name FN_PARAM_2,SfxBoolItem TotalCol FN_PARAM_3,SfxBoolItem TotalRow FN_PARAM_4)
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_INTERN;
]
SfxVoidItem DataPilotExec SID_PIVOT_TABLE
SfxVoidItem DataPilotExec SID_PIVOT_TABLE
()
()
[
[
...
@@ -1129,25 +1022,6 @@ SfxVoidItem DataPilotExec SID_PIVOT_TABLE
...
@@ -1129,25 +1022,6 @@ SfxVoidItem DataPilotExec SID_PIVOT_TABLE
]
]
SfxObjectItem DataPilotTables SID_PIVOT_GET
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_INTERN;
]
SfxVoidItem DataReImport SID_REIMPORT_DATA
SfxVoidItem DataReImport SID_REIMPORT_DATA
()
()
[
[
...
@@ -3961,43 +3835,6 @@ SfxInt32Item ObjectWidth SID_OBJECT_WIDTH
...
@@ -3961,43 +3835,6 @@ SfxInt32Item ObjectWidth SID_OBJECT_WIDTH
]
]
SfxVoidItem Offset SID_RANGE_OFFSET
(SfxInt16Item Column FN_PARAM_1,SfxInt32Item Row FN_PARAM_2,SfxInt16Item Table FN_PARAM_3)
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_INTERN;
]
SfxObjectItem OleObject SID_OLE_OBJECT
[
AutoUpdate = FALSE,
FastCall = TRUE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_EDIT;
]
SfxVoidItem OriginalSize SID_ORIGINALSIZE
SfxVoidItem OriginalSize SID_ORIGINALSIZE
()
()
[
[
...
@@ -4144,24 +3981,6 @@ SfxVoidItem PutCell SID_SC_SETTEXT
...
@@ -4144,24 +3981,6 @@ SfxVoidItem PutCell SID_SC_SETTEXT
]
]
SfxVoidItem Range SID_SC_RANGE
(SfxStringItem Range SID_SC_RANGE,SfxBoolItem KeepSelect FN_PARAM_1)
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_INTERN;
]
SfxVoidItem RecalcPivotTable SID_PIVOT_RECALC
SfxVoidItem RecalcPivotTable SID_PIVOT_RECALC
()
()
[
[
...
@@ -4649,25 +4468,6 @@ SfxVoidItem ManageXMLSource SID_MANAGE_XML_SOURCE
...
@@ -4649,25 +4468,6 @@ SfxVoidItem ManageXMLSource SID_MANAGE_XML_SOURCE
GroupId = GID_DATA;
GroupId = GID_DATA;
]
]
SfxObjectItem SelectedObject SID_SC_ACTIVEOBJECT
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_INTERN;
]
SfxStringItem SelectedObjectName SID_ACTIVE_OBJ_NAME
SfxStringItem SelectedObjectName SID_ACTIVE_OBJ_NAME
[
[
...
@@ -4687,25 +4487,6 @@ SfxStringItem SelectedObjectName SID_ACTIVE_OBJ_NAME
...
@@ -4687,25 +4487,6 @@ SfxStringItem SelectedObjectName SID_ACTIVE_OBJ_NAME
]
]
SfxObjectItem Selection SID_SC_SELECTION
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_INTERN;
]
SfxVoidItem SelectRow SID_SELECT_ROW
SfxVoidItem SelectRow SID_SELECT_ROW
(SfxInt32Item Row FN_PARAM_1,SfxInt16Item Modifier FN_PARAM_2)
(SfxInt32Item Row FN_PARAM_1,SfxInt16Item Modifier FN_PARAM_2)
[
[
...
@@ -5438,25 +5219,6 @@ SfxVoidItem RenameTable FID_TAB_MENU_RENAME
...
@@ -5438,25 +5219,6 @@ SfxVoidItem RenameTable FID_TAB_MENU_RENAME
]
]
SfxObjectItem Tables SID_TABLES_GET
[
AutoUpdate = FALSE,
FastCall = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_VIEW;
]
SfxVoidItem TableSelectAll FID_TAB_SELECTALL
SfxVoidItem TableSelectAll FID_TAB_SELECTALL
()
()
[
[
...
...
sc/sdi/tabvwsh.sdi
Dosyayı görüntüle @
8ac571d4
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
interface TableOLEObject
interface TableOLEObject
{
{
SID_ACTIVE_OBJ_NAME [ StateMethod = GetObjectState; ]
SID_ACTIVE_OBJ_NAME [ StateMethod = GetObjectState; ]
SID_OLE_OBJECT [ StateMethod = GetObjectState; ]
SID_OLE_ACTIVATE [ ExecMethod = ExecuteObject; ]
SID_OLE_ACTIVATE [ ExecMethod = ExecuteObject; ]
SID_OLE_DEACTIVATE [ ExecMethod = ExecuteObject; ]
SID_OLE_DEACTIVATE [ ExecMethod = ExecuteObject; ]
SID_OLE_SELECT [ ExecMethod = ExecuteObject; ] // api:
SID_OLE_SELECT [ ExecMethod = ExecuteObject; ] // api:
...
@@ -72,11 +71,6 @@ interface BaseSelection
...
@@ -72,11 +71,6 @@ interface BaseSelection
Asynchron ;
Asynchron ;
]
]
SID_PIVOT_CREATE [ ExecMethod = ExecuteSbx; StateMethod = GetSbxState; ]
SID_RANGE_OFFSET [ ExecMethod = ExecuteSbx; ]
SID_RANGE_REGION [ StateMethod = GetSbxState; ]
SID_INSERT_SMATH [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ]
SID_INSERT_SMATH [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ]
SID_GALLERY_FORMATS [ ExecMethod = ExecGallery; ]
SID_GALLERY_FORMATS [ ExecMethod = ExecGallery; ]
SID_GALLERY [ ExecMethod = ExecChildWin; ]
SID_GALLERY [ ExecMethod = ExecChildWin; ]
...
...
sc/source/ui/docshell/docsh4.cxx
Dosyayı görüntüle @
8ac571d4
...
@@ -110,10 +110,6 @@ using namespace ::com::sun::star;
...
@@ -110,10 +110,6 @@ using namespace ::com::sun::star;
void
ScDocShell
::
Execute
(
SfxRequest
&
rReq
)
void
ScDocShell
::
Execute
(
SfxRequest
&
rReq
)
{
{
// SID_SC_RANGE (Range),
// SID_SC_CELLTEXT (CellText),
// SID_SC_CELLS (Cells) - removed (old Basic)
const
SfxItemSet
*
pReqArgs
=
rReq
.
GetArgs
();
const
SfxItemSet
*
pReqArgs
=
rReq
.
GetArgs
();
SfxBindings
*
pBindings
=
GetViewBindings
();
SfxBindings
*
pBindings
=
GetViewBindings
();
bool
bUndo
(
aDocument
.
IsUndoEnabled
());
bool
bUndo
(
aDocument
.
IsUndoEnabled
());
...
@@ -1891,21 +1887,6 @@ void ScDocShell::GetState( SfxItemSet &rSet )
...
@@ -1891,21 +1887,6 @@ void ScDocShell::GetState( SfxItemSet &rSet )
}
}
}
}
void
ScDocShell
::
GetSbxState
(
SfxItemSet
&
rSet
)
{
// SID_SC_SELECTION (Selection),
// SID_SC_ACTIVECELL (ActiveCell),
// SID_SC_ACTIVETAB (ActiveTable),
// SID_TABLES_GET (Tables),
// SID_PIVOT_GET (DataPilotTables) - removed (old Basic)
// If slots from the view shell are executed here, the GetState must also be forwarded!
ScTabViewShell
*
pVisibleSh
=
GetBestViewShell
();
// visible view
if
(
pVisibleSh
)
pVisibleSh
->
GetState
(
rSet
);
}
void
ScDocShell
::
Draw
(
OutputDevice
*
pDev
,
const
JobSetup
&
/* rSetup */
,
sal_uInt16
nAspect
)
void
ScDocShell
::
Draw
(
OutputDevice
*
pDev
,
const
JobSetup
&
/* rSetup */
,
sal_uInt16
nAspect
)
{
{
...
...
sc/source/ui/docshell/docsh7.cxx
deleted
100644 → 0
Dosyayı görüntüle @
81c4d3bd
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "docsh.hxx"
void
ScDocShell
::
GetDrawObjState
(
SfxItemSet
&
/* rSet */
)
{
// SID_SC_ACTIVEOBJECT (SelectedObject) - removed (old Basic)
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sc/source/ui/inc/docsh.hxx
Dosyayı görüntüle @
8ac571d4
...
@@ -225,9 +225,6 @@ public:
...
@@ -225,9 +225,6 @@ public:
void
AsciiSave
(
SvStream
&
rStream
,
const
ScImportOptions
&
rOpt
);
void
AsciiSave
(
SvStream
&
rStream
,
const
ScImportOptions
&
rOpt
);
void
GetSbxState
(
SfxItemSet
&
rSet
);
static
void
GetDrawObjState
(
SfxItemSet
&
rSet
);
void
Execute
(
SfxRequest
&
rReq
);
void
Execute
(
SfxRequest
&
rReq
);
void
GetState
(
SfxItemSet
&
rSet
);
void
GetState
(
SfxItemSet
&
rSet
);
void
ExecutePageStyle
(
SfxViewShell
&
rCaller
,
SfxRequest
&
rReq
,
SCTAB
nCurTab
);
void
ExecutePageStyle
(
SfxViewShell
&
rCaller
,
SfxRequest
&
rReq
,
SCTAB
nCurTab
);
...
...
sc/source/ui/inc/tabvwsh.hxx
Dosyayı görüntüle @
8ac571d4
...
@@ -273,9 +273,6 @@ public:
...
@@ -273,9 +273,6 @@ public:
void
ExecuteUndo
(
SfxRequest
&
rReq
);
void
ExecuteUndo
(
SfxRequest
&
rReq
);
void
GetUndoState
(
SfxItemSet
&
rSet
);
void
GetUndoState
(
SfxItemSet
&
rSet
);
static
void
ExecuteSbx
(
SfxRequest
&
rReq
);
static
void
GetSbxState
(
SfxItemSet
&
rSet
);
void
ExecuteObject
(
SfxRequest
&
rReq
);
void
ExecuteObject
(
SfxRequest
&
rReq
);
void
GetObjectState
(
SfxItemSet
&
rSet
);
void
GetObjectState
(
SfxItemSet
&
rSet
);
...
...
sc/source/ui/view/tabvwshh.cxx
Dosyayı görüntüle @
8ac571d4
...
@@ -40,17 +40,6 @@
...
@@ -40,17 +40,6 @@
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
;
void
ScTabViewShell
::
ExecuteSbx
(
SfxRequest
&
/* rReq */
)
{
// SID_RANGE_OFFSET (Offset),
// SID_PIVOT_CREATE (DataPilotCreate) - removed (old Basic)
}
void
ScTabViewShell
::
GetSbxState
(
SfxItemSet
&
/* rSet */
)
{
// SID_RANGE_REGION (CurrentRegion) - removed (old Basic)
}
void
ScTabViewShell
::
ExecuteObject
(
SfxRequest
&
rReq
)
void
ScTabViewShell
::
ExecuteObject
(
SfxRequest
&
rReq
)
{
{
sal_uInt16
nSlotId
=
rReq
.
GetSlot
();
sal_uInt16
nSlotId
=
rReq
.
GetSlot
();
...
@@ -163,8 +152,6 @@ static uno::Reference < embed::XEmbeddedObject > lcl_GetSelectedObj( SdrView* pD
...
@@ -163,8 +152,6 @@ static uno::Reference < embed::XEmbeddedObject > lcl_GetSelectedObj( SdrView* pD
void
ScTabViewShell
::
GetObjectState
(
SfxItemSet
&
rSet
)
void
ScTabViewShell
::
GetObjectState
(
SfxItemSet
&
rSet
)
{
{
// SID_OLE_OBJECT - removed (old Basic)
SfxWhichIter
aIter
(
rSet
);
SfxWhichIter
aIter
(
rSet
);
sal_uInt16
nWhich
=
aIter
.
FirstWhich
();
sal_uInt16
nWhich
=
aIter
.
FirstWhich
();
while
(
nWhich
)
while
(
nWhich
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment