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
8a79d044
Kaydet (Commit)
8a79d044
authored
Şub 08, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused HelpText attribute from *.sdi files
Change-Id: I21bcf66c552cd38eaae1bdc85626aa9bd1782ebd
üst
aa9b67dd
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
2 additions
and
42 deletions
+2
-42
basslots.sdi
basctl/sdi/basslots.sdi
+0
-1
basobj.hxx
idl/inc/basobj.hxx
+0
-10
bastype.hxx
idl/inc/bastype.hxx
+0
-8
globals.hxx
idl/inc/globals.hxx
+0
-2
basobj.cxx
idl/source/objects/basobj.cxx
+2
-3
bastype.cxx
idl/source/objects/bastype.cxx
+0
-5
globals.cxx
idl/source/prj/globals.cxx
+0
-1
scslots.sdi
sc/sdi/scslots.sdi
+0
-1
tabvwsh.sdi
sc/sdi/tabvwsh.sdi
+0
-5
sdgslots.sdi
sd/sdi/sdgslots.sdi
+0
-1
sdslots.sdi
sd/sdi/sdslots.sdi
+0
-1
sfxslots.sdi
sfx2/sdi/sfxslots.sdi
+0
-1
smslots.sdi
starmath/sdi/smslots.sdi
+0
-1
svxslots.sdi
svx/sdi/svxslots.sdi
+0
-1
swslots.sdi
sw/sdi/swslots.sdi
+0
-1
No files found.
basctl/sdi/basslots.sdi
Dosyayı görüntüle @
8a79d044
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
module
module
BasicIDE
BasicIDE
[
[
HelpText( "BasicIDE" )
SlotIdFile( "basslots.hrc" )
SlotIdFile( "basslots.hrc" )
]
]
{
{
...
...
idl/inc/basobj.hxx
Dosyayı görüntüle @
8a79d044
...
@@ -86,7 +86,6 @@ class SvMetaObject : public SvRttiBase
...
@@ -86,7 +86,6 @@ class SvMetaObject : public SvRttiBase
{
{
protected
:
protected
:
SvString
aName
;
SvString
aName
;
SvHelpText
aHelpText
;
bool
ReadNameSvIdl
(
SvTokenStream
&
rInStm
);
bool
ReadNameSvIdl
(
SvTokenStream
&
rInStm
);
void
DoReadContextSvIdl
(
SvIdlDataBase
&
,
SvTokenStream
&
rInStm
);
void
DoReadContextSvIdl
(
SvIdlDataBase
&
,
SvTokenStream
&
rInStm
);
...
@@ -102,7 +101,6 @@ public:
...
@@ -102,7 +101,6 @@ public:
void
SetName
(
const
OString
&
rName
);
void
SetName
(
const
OString
&
rName
);
virtual
const
SvString
&
GetName
()
const
{
return
aName
;
}
virtual
const
SvString
&
GetName
()
const
{
return
aName
;
}
virtual
const
SvString
&
GetHelpText
()
const
{
return
aHelpText
;
}
virtual
bool
Test
(
SvIdlDataBase
&
,
SvTokenStream
&
rInStm
);
virtual
bool
Test
(
SvIdlDataBase
&
,
SvTokenStream
&
rInStm
);
virtual
bool
ReadSvIdl
(
SvIdlDataBase
&
,
SvTokenStream
&
rInStm
);
virtual
bool
ReadSvIdl
(
SvIdlDataBase
&
,
SvTokenStream
&
rInStm
);
...
@@ -145,14 +143,6 @@ public:
...
@@ -145,14 +143,6 @@ public:
:
aRef
->
GetName
();
:
aRef
->
GetName
();
}
}
const
SvString
&
GetHelpText
()
const
override
{
return
(
!
aRef
.
Is
()
||
!
SvMetaObject
::
GetHelpText
().
getString
().
isEmpty
()
)
?
SvMetaObject
::
GetHelpText
()
:
aRef
->
GetHelpText
();
}
SvMetaReference
*
GetRef
()
const
{
return
aRef
;
}
SvMetaReference
*
GetRef
()
const
{
return
aRef
;
}
void
SetRef
(
SvMetaReference
*
pRef
)
void
SetRef
(
SvMetaReference
*
pRef
)
{
aRef
=
pRef
;
}
{
aRef
=
pRef
;
}
...
...
idl/inc/bastype.hxx
Dosyayı görüntüle @
8a79d044
...
@@ -86,14 +86,6 @@ public:
...
@@ -86,14 +86,6 @@ public:
};
};
class
SvHelpText
:
public
SvString
{
public
:
SvHelpText
()
{}
void
ReadSvIdl
(
SvIdlDataBase
&
,
SvTokenStream
&
rInStm
);
};
#endif // INCLUDED_IDL_INC_BASTYPE_HXX
#endif // INCLUDED_IDL_INC_BASTYPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/inc/globals.hxx
Dosyayı görüntüle @
8a79d044
...
@@ -30,7 +30,6 @@ struct SvGlobalHashNames
...
@@ -30,7 +30,6 @@ struct SvGlobalHashNames
SvStringHashEntryRef
MM_module
;
SvStringHashEntryRef
MM_module
;
SvStringHashEntryRef
MM_interface
;
SvStringHashEntryRef
MM_interface
;
SvStringHashEntryRef
MM_String
;
SvStringHashEntryRef
MM_String
;
SvStringHashEntryRef
MM_HelpText
;
SvStringHashEntryRef
MM_void
;
SvStringHashEntryRef
MM_void
;
SvStringHashEntryRef
MM_shell
;
SvStringHashEntryRef
MM_shell
;
SvStringHashEntryRef
MM_Toggle
;
SvStringHashEntryRef
MM_Toggle
;
...
@@ -99,7 +98,6 @@ inline SvStringHashEntry * SvHash_##Name() \
...
@@ -99,7 +98,6 @@ inline SvStringHashEntry * SvHash_##Name() \
HASH_INLINE
(
module
)
HASH_INLINE
(
module
)
HASH_INLINE
(
interface
)
HASH_INLINE
(
interface
)
HASH_INLINE
(
HelpText
)
HASH_INLINE
(
shell
)
HASH_INLINE
(
shell
)
HASH_INLINE
(
Toggle
)
HASH_INLINE
(
Toggle
)
HASH_INLINE
(
AutoUpdate
)
HASH_INLINE
(
AutoUpdate
)
...
...
idl/source/objects/basobj.cxx
Dosyayı görüntüle @
8a79d044
...
@@ -87,10 +87,9 @@ bool SvMetaObject::ReadNameSvIdl( SvTokenStream & rInStm )
...
@@ -87,10 +87,9 @@ bool SvMetaObject::ReadNameSvIdl( SvTokenStream & rInStm )
return
false
;
return
false
;
}
}
void
SvMetaObject
::
ReadAttributesSvIdl
(
SvIdlDataBase
&
rBase
,
void
SvMetaObject
::
ReadAttributesSvIdl
(
SvIdlDataBase
&
,
SvTokenStream
&
rInStm
)
SvTokenStream
&
)
{
{
aHelpText
.
ReadSvIdl
(
rBase
,
rInStm
);
}
}
void
SvMetaObject
::
DoReadContextSvIdl
(
SvIdlDataBase
&
rBase
,
void
SvMetaObject
::
DoReadContextSvIdl
(
SvIdlDataBase
&
rBase
,
...
...
idl/source/objects/bastype.cxx
Dosyayı görüntüle @
8a79d044
...
@@ -138,9 +138,4 @@ bool SvString::ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm )
...
@@ -138,9 +138,4 @@ bool SvString::ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm )
return
false
;
return
false
;
}
}
void
SvHelpText
::
ReadSvIdl
(
SvIdlDataBase
&
,
SvTokenStream
&
rInStm
)
{
SvString
::
ReadSvIdl
(
SvHash_HelpText
(),
rInStm
);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
idl/source/prj/globals.cxx
Dosyayı görüntüle @
8a79d044
...
@@ -57,7 +57,6 @@ SvGlobalHashNames::SvGlobalHashNames()
...
@@ -57,7 +57,6 @@ SvGlobalHashNames::SvGlobalHashNames()
:
MM_module
(
INS
(
"module"
)
)
:
MM_module
(
INS
(
"module"
)
)
,
MM_interface
(
INS
(
"interface"
)
)
,
MM_interface
(
INS
(
"interface"
)
)
,
MM_String
(
INS
(
"String"
)
)
,
MM_String
(
INS
(
"String"
)
)
,
MM_HelpText
(
INS
(
"HelpText"
)
)
,
MM_void
(
INS
(
"void"
)
)
,
MM_void
(
INS
(
"void"
)
)
,
MM_shell
(
INS
(
"shell"
)
)
,
MM_shell
(
INS
(
"shell"
)
)
,
MM_Toggle
(
INS
(
"Toggle"
)
)
,
MM_Toggle
(
INS
(
"Toggle"
)
)
...
...
sc/sdi/scslots.sdi
Dosyayı görüntüle @
8a79d044
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
module
module
StarCalc
StarCalc
[
[
HelpText( "StarDivision StarCalc" ),
SlotIdFile( "scslots.hrc" )
SlotIdFile( "scslots.hrc" )
ModulePrefix( "Sc" )
ModulePrefix( "Sc" )
]
]
...
...
sc/sdi/tabvwsh.sdi
Dosyayı görüntüle @
8a79d044
...
@@ -223,7 +223,6 @@ interface DataPilotTables
...
@@ -223,7 +223,6 @@ interface DataPilotTables
interface DataPilotTable
interface DataPilotTable
{
{
SbxObject DataPilotFields SID_PIVOT_FIELDS
SbxObject DataPilotFields SID_PIVOT_FIELDS
[ HelpText = "" ; ]
}
}
interface DataPilotFields
interface DataPilotFields
...
@@ -233,11 +232,8 @@ interface DataPilotFields
...
@@ -233,11 +232,8 @@ interface DataPilotFields
interface DataPilotField
interface DataPilotField
{
{
String FieldName SID_PFIELD_NAME
String FieldName SID_PFIELD_NAME
[ HelpText = "" ; ]
UINT16 Orientation SID_PFIELD_ORIENTATION
UINT16 Orientation SID_PFIELD_ORIENTATION
[ HelpText = "" ; ]
UINT16 Function SID_PFIELD_FUNCTION
UINT16 Function SID_PFIELD_FUNCTION
[ HelpText = "" ; ]
}
}
...
@@ -248,7 +244,6 @@ shell ScTabViewShell
...
@@ -248,7 +244,6 @@ shell ScTabViewShell
import Tables "ActiveDocument.Tables";
import Tables "ActiveDocument.Tables";
import BaseSelection;
import BaseSelection;
import TableEditView;
import TableEditView;
// import SearchSettings;
SID_STATUS_PAGESTYLE [ ExecMethod = Execute; StateMethod = GetState; ]
SID_STATUS_PAGESTYLE [ ExecMethod = Execute; StateMethod = GetState; ]
...
...
sd/sdi/sdgslots.sdi
Dosyayı görüntüle @
8a79d044
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
module
module
StarDraw
StarDraw
[
[
HelpText( "StarDraw Application" )
SlotIdFile( "sdslots.hrc" )
SlotIdFile( "sdslots.hrc" )
ModulePrefix( "Sd" )
ModulePrefix( "Sd" )
]
]
...
...
sd/sdi/sdslots.sdi
Dosyayı görüntüle @
8a79d044
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
module
module
StarDraw
StarDraw
[
[
HelpText( "StarDraw Application" )
SlotIdFile( "sdslots.hrc" )
SlotIdFile( "sdslots.hrc" )
ModulePrefix( "Sd" )
ModulePrefix( "Sd" )
]
]
...
...
sfx2/sdi/sfxslots.sdi
Dosyayı görüntüle @
8a79d044
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
module
module
StarApplicationFrame
StarApplicationFrame
[
[
HelpText( "StarDivision Application Framework" ),
SlotIdFile( "sfx2/sfx.hrc" )
SlotIdFile( "sfx2/sfx.hrc" )
]
]
{
{
...
...
starmath/sdi/smslots.sdi
Dosyayı görüntüle @
8a79d044
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
module
module
StarMath
StarMath
[
[
HelpText ( "StarMath Application" )
SlotIdFile ( "starmath.hrc" )
SlotIdFile ( "starmath.hrc" )
SlotIdFile ( "editeng/editids.hrc" )
SlotIdFile ( "editeng/editids.hrc" )
SlotIdFile ( "sfx2/sfxsids.hrc" )
SlotIdFile ( "sfx2/sfxsids.hrc" )
...
...
svx/sdi/svxslots.sdi
Dosyayı görüntüle @
8a79d044
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
module
module
SvxItems
SvxItems
[
[
HelpText( "Svx-Items" )
SlotIdFile( "svxslots.hrc" )
SlotIdFile( "svxslots.hrc" )
]
]
{
{
...
...
sw/sdi/swslots.sdi
Dosyayı görüntüle @
8a79d044
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
module
module
StarWriter
StarWriter
[
[
HelpText( "StarWriter Application" )
SlotIdFile( "swslots.hrc" )
SlotIdFile( "swslots.hrc" )
ModulePrefix( "Sw" )
ModulePrefix( "Sw" )
]
]
...
...
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