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
ce97f3a3
Kaydet (Commit)
ce97f3a3
authored
Şub 04, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove commented out stuff from .SDI files
Change-Id: I1e893afcd33bf9a5cf934a021fe40548ddc33699
üst
11490409
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
3 additions
and
241 deletions
+3
-241
drawsh.sdi
sc/sdi/drawsh.sdi
+0
-23
tabvwsh.sdi
sc/sdi/tabvwsh.sdi
+0
-1
_drvwsh.sdi
sd/sdi/_drvwsh.sdi
+0
-25
outlnvsh.sdi
sd/sdi/outlnvsh.sdi
+0
-14
frmslots.sdi
sfx2/sdi/frmslots.sdi
+0
-101
svxslots.sdi
svx/sdi/svxslots.sdi
+0
-23
_viewsh.sdi
sw/sdi/_viewsh.sdi
+2
-3
swslots.sdi
sw/sdi/swslots.sdi
+1
-19
tabsh.sdi
sw/sdi/tabsh.sdi
+0
-14
textsh.sdi
sw/sdi/textsh.sdi
+0
-8
viewsh.sdi
sw/sdi/viewsh.sdi
+0
-5
wviewsh.sdi
sw/sdi/wviewsh.sdi
+0
-5
No files found.
sc/sdi/drawsh.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -36,8 +36,6 @@ interface TableDraw
...
@@ -36,8 +36,6 @@ interface TableDraw
SID_OPENDLG_EDIT_PRINTAREA [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_OPENDLG_EDIT_PRINTAREA [ StateMethod = StateDisableItems; Export = FALSE; ]
// andere:
// andere:
SID_DRAW_CHART [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_DRAW_CHART [ StateMethod = StateDisableItems; Export = FALSE; ]
//! SID_STYLE_DESIGNER [ StateMethod = StateDisableItems; Export = FALSE; ]
//! SID_OPENDLG_FUNCTION[ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY2 [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY2 [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY4 [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY4 [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_APPLY [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_APPLY [ StateMethod = StateDisableItems; Export = FALSE; ]
...
@@ -120,10 +118,8 @@ interface TableDraw
...
@@ -120,10 +118,8 @@ interface TableDraw
//! PseudoSlots gibt Aerger mit Referenz-Dialogen ???
//! PseudoSlots gibt Aerger mit Referenz-Dialogen ???
SID_OBJECT_ALIGN
SID_OBJECT_ALIGN
[
[
// PseudoSlots = TRUE;
PseudoSlots = FALSE ;
PseudoSlots = FALSE ;
Export = FALSE ;
Export = FALSE ;
// PseudoPrefix = SID_OBJECT_ALIGN;
ExecMethod = ExecDrawFunc ;
ExecMethod = ExecDrawFunc ;
StateMethod = GetDrawFuncState ;
StateMethod = GetDrawFuncState ;
GroupId = GID_FORMAT ;
GroupId = GID_FORMAT ;
...
@@ -158,16 +154,6 @@ interface TableDraw
...
@@ -158,16 +154,6 @@ interface TableDraw
// !!! special
// !!! special
SID_DELETE [ExecMethod = ExecDrawFunc ;StateMethod = GetDrawFuncState; Export = FALSE ;]
SID_DELETE [ExecMethod = ExecDrawFunc ;StateMethod = GetDrawFuncState; Export = FALSE ;]
/*
SfxVoidItem Delete SID_DELETE ( )
[
ExecMethod = ExecDrawFunc ;
StateMethod = GetDrawFuncState ;
Export = FALSE ;
GroupId = GID_EDIT ;
ToolBoxConfig , MenuConfig , AccelConfig ;
]
*/
SID_DELETE_CONTENTS [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_DELETE_CONTENTS [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_CUT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_CUT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_COPY [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_COPY [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
...
@@ -177,15 +163,6 @@ interface TableDraw
...
@@ -177,15 +163,6 @@ interface TableDraw
SID_OBJECT_MIRROR [ ExecMethod = ExecDrawFunc; StateMethod = GetState; Export = FALSE; ]
SID_OBJECT_MIRROR [ ExecMethod = ExecDrawFunc; StateMethod = GetState; Export = FALSE; ]
SID_BEZIER_EDIT [ ExecMethod = ExecDrawFunc; StateMethod = GetState; Export = FALSE; ]
SID_BEZIER_EDIT [ ExecMethod = ExecDrawFunc; StateMethod = GetState; Export = FALSE; ]
SID_MIRROR_HORIZONTAL[ ExecMethod = ExecDrawFunc;StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_MIRROR_HORIZONTAL[ ExecMethod = ExecDrawFunc;StateMethod = GetDrawFuncState; Export = FALSE; ]
/*
SfxVoidItem ObjectMirrorHorizontal SID_MIRROR_HORIZONTAL ( )
[
StateMethod = GetDrawFuncState ;
Export = FALSE ;
GroupId = GID_FORMAT ;
MenuConfig ; //FS
]
*/
SID_MIRROR_VERTICAL [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_MIRROR_VERTICAL [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_FLIP_HORIZONTAL [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_FLIP_HORIZONTAL [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_FLIP_VERTICAL [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_FLIP_VERTICAL [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
...
...
sc/sdi/tabvwsh.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -86,7 +86,6 @@ interface BaseSelection
...
@@ -86,7 +86,6 @@ interface BaseSelection
SID_DRAW_NOTEEDIT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_DRAW_NOTEEDIT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_OBJECTRESIZE [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ]
SID_OBJECTRESIZE [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ]
//SID_CHOOSE_CONTROLS [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_OBJECT_SELECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_OBJECT_SELECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_DRAW_LINE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_DRAW_LINE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_DRAW_RECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_DRAW_RECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
...
...
sd/sdi/_drvwsh.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -284,13 +284,6 @@ interface DrawView
...
@@ -284,13 +284,6 @@ interface DrawView
ExecMethod = FuTemporary ;
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
StateMethod = GetMenuState ;
]
]
/* -> SVX
SID_PARA_DLG // ole : no, status : ?
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
*/
SID_PARA_DLG // ole : no, status : ?
SID_PARA_DLG // ole : no, status : ?
[
[
...
@@ -781,13 +774,6 @@ interface DrawView
...
@@ -781,13 +774,6 @@ interface DrawView
StateMethod = GetMenuState ;
StateMethod = GetMenuState ;
]
]
/* -> SVX
SID_OBJECT_ROTATE // ole : no, status : ?
[
ExecMethod = FuPermanent ;
StateMethod = GetMenuState ;
]
*/
SID_OBJECT_ROTATE // ole : no, status : ?
SID_OBJECT_ROTATE // ole : no, status : ?
[
[
...
@@ -802,13 +788,6 @@ interface DrawView
...
@@ -802,13 +788,6 @@ interface DrawView
ExecMethod = FuPermanent ;
ExecMethod = FuPermanent ;
StateMethod = GetMenuState ;
StateMethod = GetMenuState ;
]
]
/* -> DB
SID_OBJECT_MIRROR // ole : no, status : play rec
[
ExecMethod = FuPermanent ;
StateMethod = GetMenuState ;
]
*/
SID_OBJECT_MIRROR // ole : no, status : play rec
SID_OBJECT_MIRROR // ole : no, status : play rec
[
[
...
@@ -2127,15 +2106,11 @@ interface DrawView
...
@@ -2127,15 +2106,11 @@ interface DrawView
[
[
ExecMethod = ExecOptionsBar ;
ExecMethod = ExecOptionsBar ;
StateMethod = GetOptionsBarState ;
StateMethod = GetOptionsBarState ;
//ExecMethod = FuTemporary ;
//StateMethod = GetMenuState ;
]
]
SID_HELPLINES_VISIBLE // ole : no, status : ?
SID_HELPLINES_VISIBLE // ole : no, status : ?
[
[
ExecMethod = ExecOptionsBar ;
ExecMethod = ExecOptionsBar ;
StateMethod = GetOptionsBarState ;
StateMethod = GetOptionsBarState ;
//ExecMethod = FuTemporary ;
//StateMethod = GetMenuState ;
]
]
SID_SOLID_CREATE // ole : ?, status : ?
SID_SOLID_CREATE // ole : ?, status : ?
[
[
...
...
sd/sdi/outlnvsh.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -427,20 +427,6 @@ interface OutlineView
...
@@ -427,20 +427,6 @@ interface OutlineView
ExecMethod = FuTemporaryModify ;
ExecMethod = FuTemporaryModify ;
StateMethod = GetMenuState ;
StateMethod = GetMenuState ;
]
]
/*
SID_PRINTDOC // ole : no, status : ?
[
StateMethod = GetMenuState ;
]
SID_PRINTDOCDIRECT // ole : no, status : ?
[
StateMethod = GetMenuState ;
]
SID_SETUPPRINTER // ole : no, status : ?
[
StateMethod = GetMenuState ;
]
*/
SID_MAIL_SCROLLBODY_PAGEDOWN // ole : no, status : ?
SID_MAIL_SCROLLBODY_PAGEDOWN // ole : no, status : ?
[
[
...
...
sfx2/sdi/frmslots.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -155,107 +155,6 @@ interface Window
...
@@ -155,107 +155,6 @@ interface Window
- sfx2/source/dialog/dockwin.cxx
- sfx2/source/dialog/dockwin.cxx
- sfx2/sdi/frmslots.sdi
- sfx2/sdi/frmslots.sdi
- sfx2/inc/sfx2/sfxsids.hrc
- sfx2/inc/sfx2/sfxsids.hrc
SID_DOCKWIN_10
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_11
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_12
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_13
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_14
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_15
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_16
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_17
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_18
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_19
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_20
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_21
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_22
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_23
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_24
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_25
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_26
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_27
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_28
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
SID_DOCKWIN_29
[
ExecMethod = ChildWindowExecute ;
StateMethod = ChildWindowState ;
]
*/
*/
// Window.GetFrameWindow( "Name" )
// Window.GetFrameWindow( "Name" )
SID_FILLFRAME
SID_FILLFRAME
...
...
svx/sdi/svxslots.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -25,7 +25,6 @@ SlotIdFile( "svxslots.hrc" )
...
@@ -25,7 +25,6 @@ SlotIdFile( "svxslots.hrc" )
]
]
{
{
include "sfxitems.sdi"
include "sfxitems.sdi"
include "sfx.sdi"
include "sfx.sdi"
include "svxitems.sdi"
include "svxitems.sdi"
...
@@ -33,27 +32,5 @@ SlotIdFile( "svxslots.hrc" )
...
@@ -33,27 +32,5 @@ SlotIdFile( "svxslots.hrc" )
include "svx.sdi"
include "svx.sdi"
include "fmslots.sdi"
include "fmslots.sdi"
/* interface SearchSettings: Object
{
SID_SEARCH_ITEM
[
ExecMethod = _ExecSearch;
StateMethod = _StateSearch;
]
}
interface Interior : Object
{
SID_ATTR_BRUSH // status(final|play)
[
ExecMethod = ExecBckCol ;
StateMethod = GetBckColState ;
]
}
interface OLEObjects : Collection
{
}
*/
}
}
sw/sdi/_viewsh.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -472,9 +472,8 @@ interface BaseTextEditView
...
@@ -472,9 +472,8 @@ interface BaseTextEditView
StateMethod = GetState ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
]
/*
search and replace
/* search and replace */
*/
SID_SEARCH_ITEM // status()
SID_SEARCH_ITEM // status()
[
[
...
...
sw/sdi/swslots.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -33,25 +33,7 @@ ModulePrefix( "Sw" )
...
@@ -33,25 +33,7 @@ ModulePrefix( "Sw" )
include "svx.sdi"
include "svx.sdi"
item String TbxDummyItem;
item String TbxDummyItem;
/*
item String XFillAttrSetItem;
item String XFillBitmapItem;
item String XFillColorItem;
item String XFillGradientItem;
item String XFillHatchItem;
item String XFillStyleItem;
item String XLineAttrSetItem;
item String XLineColorItem;
item String XLineDashItem;
item String XLineEndItem;
item String XLineEndWidthItem;
item String XLineEndCenterItem;
item String XLineStartItem;
item String XLineStartWidthItem;
item String XLineStartCenterItem;
item String XLineStyleItem;
item String XLineWidthItem;
*/
include "switems.sdi"
include "switems.sdi"
include "swriter.sdi"
include "swriter.sdi"
...
...
sw/sdi/tabsh.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -29,20 +29,6 @@ interface TextTable : BaseTextTable
...
@@ -29,20 +29,6 @@ interface TextTable : BaseTextTable
StateMethod = NoState;
StateMethod = NoState;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
]
/*
SvxFormatSplitItem TableSplit SID_ATTR_PARA_SPLIT // status(final|play)
[
ExecMethod = Execute;
StateMethod = GetState;
GroupId = GID_TABLE ;
]
SvxFormatKeepItem TableKeepTogether SID_ATTR_PARA_KEEP // status(final|play)
[
ExecMethod = Execute;
StateMethod = GetState;
GroupId = GID_TABLE ;
]
*/
}
}
shell SwTableShell : SwBaseShell
shell SwTableShell : SwBaseShell
...
...
sw/sdi/textsh.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -37,14 +37,6 @@ interface Text : BaseText
...
@@ -37,14 +37,6 @@ interface Text : BaseText
ReadOnlyDoc = FALSE ;
ReadOnlyDoc = FALSE ;
]
]
/*
enum TOXTypes
{
TOX_INDEX,
TOX_USER,
TOX_CONTENT
};
*/
FN_INSERT_IDX_ENTRY_DLG // status(final|play)
FN_INSERT_IDX_ENTRY_DLG // status(final|play)
[
[
...
...
sw/sdi/viewsh.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -195,13 +195,8 @@ interface TextEditView : BaseTextEditView
...
@@ -195,13 +195,8 @@ interface TextEditView : BaseTextEditView
}
}
shell SwView
shell SwView
{
{
import TextEditView;
import TextEditView;
// import TextPage "Page";
// import SearchSettings;
// import SearchAttributes;
// import ReplaceAttributes;
}
}
interface TextPrintPreview
interface TextPrintPreview
...
...
sw/sdi/wviewsh.sdi
Dosyayı görüntüle @
ce97f3a3
...
@@ -48,11 +48,6 @@ interface WebEditView : BaseTextEditView
...
@@ -48,11 +48,6 @@ interface WebEditView : BaseTextEditView
shell SwWebView
shell SwWebView
{
{
import WebEditView;
import WebEditView;
// import SearchSettings;
// import TextPage "Page";
// import SearchAttributes;
// import ReplaceAttributes;
}
}
interface WebSourceView
interface WebSourceView
...
...
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