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
9cb75cca
Kaydet (Commit)
9cb75cca
authored
Nis 23, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removed unused static data
üst
1b662532
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
vbacombobox.cxx
vbahelper/source/msforms/vbacombobox.cxx
+0
-1
vbaimage.cxx
vbahelper/source/msforms/vbaimage.cxx
+0
-1
vbascrollbar.cxx
vbahelper/source/msforms/vbascrollbar.cxx
+0
-1
vbaspinbutton.cxx
vbahelper/source/msforms/vbaspinbutton.cxx
+0
-1
vbacommandbarhelper.hxx
vbahelper/source/vbahelper/vbacommandbarhelper.hxx
+0
-1
No files found.
vbahelper/source/msforms/vbacombobox.cxx
Dosyayı görüntüle @
9cb75cca
...
...
@@ -47,7 +47,6 @@ using namespace ooo::vba;
//StringItemList list of items
const
static
rtl
::
OUString
TEXT
(
RTL_CONSTASCII_USTRINGPARAM
(
"Text"
)
);
const
static
rtl
::
OUString
SELECTEDITEMS
(
RTL_CONSTASCII_USTRINGPARAM
(
"SelectedItems"
)
);
const
static
rtl
::
OUString
ITEMS
(
RTL_CONSTASCII_USTRINGPARAM
(
"StringItemList"
)
);
const
static
rtl
::
OUString
CONTROLSOURCEPROP
(
RTL_CONSTASCII_USTRINGPARAM
(
"DataFieldProperty"
)
);
...
...
vbahelper/source/msforms/vbaimage.cxx
Dosyayı görüntüle @
9cb75cca
...
...
@@ -32,7 +32,6 @@ using namespace com::sun::star;
using
namespace
ooo
::
vba
;
const
static
rtl
::
OUString
LABEL
(
RTL_CONSTASCII_USTRINGPARAM
(
"Label"
)
);
ScVbaImage
::
ScVbaImage
(
const
uno
::
Reference
<
XHelperInterface
>&
xParent
,
const
uno
::
Reference
<
uno
::
XComponentContext
>&
xContext
,
const
uno
::
Reference
<
uno
::
XInterface
>&
xControl
,
const
uno
::
Reference
<
frame
::
XModel
>&
xModel
,
AbstractGeometryAttributes
*
pGeomHelper
)
:
ImageImpl_BASE
(
xParent
,
xContext
,
xControl
,
xModel
,
pGeomHelper
)
{
}
...
...
vbahelper/source/msforms/vbascrollbar.cxx
Dosyayı görüntüle @
9cb75cca
...
...
@@ -34,7 +34,6 @@ using namespace ooo::vba;
const
static
rtl
::
OUString
LARGECHANGE
(
RTL_CONSTASCII_USTRINGPARAM
(
"BlockIncrement"
)
);
const
static
rtl
::
OUString
SMALLCHANGE
(
RTL_CONSTASCII_USTRINGPARAM
(
"LineIncrement"
)
);
const
static
rtl
::
OUString
ORIENTATION
(
RTL_CONSTASCII_USTRINGPARAM
(
"Orientation"
)
);
const
static
rtl
::
OUString
SCROLLVALUE
(
RTL_CONSTASCII_USTRINGPARAM
(
"ScrollValue"
)
);
const
static
rtl
::
OUString
SCROLLMAX
(
RTL_CONSTASCII_USTRINGPARAM
(
"ScrollValueMax"
)
);
const
static
rtl
::
OUString
SCROLLMIN
(
RTL_CONSTASCII_USTRINGPARAM
(
"ScrollValueMin"
)
);
...
...
vbahelper/source/msforms/vbaspinbutton.cxx
Dosyayı görüntüle @
9cb75cca
...
...
@@ -32,7 +32,6 @@ using namespace com::sun::star;
using
namespace
ooo
::
vba
;
const
static
rtl
::
OUString
ORIENTATION
(
RTL_CONSTASCII_USTRINGPARAM
(
"Orientation"
)
);
const
static
rtl
::
OUString
SPINVALUE
(
RTL_CONSTASCII_USTRINGPARAM
(
"SpinValue"
)
);
const
static
rtl
::
OUString
SPINMAX
(
RTL_CONSTASCII_USTRINGPARAM
(
"SpinValueMax"
)
);
const
static
rtl
::
OUString
SPINMIN
(
RTL_CONSTASCII_USTRINGPARAM
(
"SpinValueMin"
)
);
...
...
vbahelper/source/vbahelper/vbacommandbarhelper.hxx
Dosyayı görüntüle @
9cb75cca
...
...
@@ -46,7 +46,6 @@ static const char ITEM_DESCRIPTOR_LABEL[] = "Label";
static
const
char
ITEM_DESCRIPTOR_TYPE
[]
=
"Type"
;
static
const
char
ITEM_DESCRIPTOR_STYLE
[]
=
"Style"
;
static
const
char
ITEM_DESCRIPTOR_ISVISIBLE
[]
=
"IsVisible"
;
static
const
char
ITEM_DESCRIPTOR_RESOURCEURL
[]
=
"ResourceURL"
;
static
const
char
ITEM_DESCRIPTOR_UINAME
[]
=
"UIName"
;
static
const
char
ITEM_DESCRIPTOR_ENABLED
[]
=
"Enabled"
;
...
...
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