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
47f16670
Kaydet (Commit)
47f16670
authored
Şub 01, 2012
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
VCL_DLLPUBLIC was missing for some *Value types
üst
150befe0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
salnativewidgets.hxx
vcl/inc/vcl/salnativewidgets.hxx
+4
-4
No files found.
vcl/inc/vcl/salnativewidgets.hxx
Dosyayı görüntüle @
47f16670
...
...
@@ -418,7 +418,7 @@ class VCL_DLLPUBLIC SpinbuttonValue : public ImplControlValue
*
* Value container for toolbars detailing the grip position
*/
class
ToolbarValue
:
public
ImplControlValue
class
VCL_DLLPUBLIC
ToolbarValue
:
public
ImplControlValue
{
public
:
ToolbarValue
()
:
ImplControlValue
(
CTRL_TOOLBAR
,
BUTTONVALUE_DONTKNOW
,
0
)
...
...
@@ -434,7 +434,7 @@ public:
*
* Value container for menubars specifying height of adjacent docking area
*/
class
MenubarValue
:
public
ImplControlValue
class
VCL_DLLPUBLIC
MenubarValue
:
public
ImplControlValue
{
public
:
MenubarValue
()
:
ImplControlValue
(
CTRL_MENUBAR
,
BUTTONVALUE_DONTKNOW
,
0
)
...
...
@@ -449,7 +449,7 @@ public:
* Value container for menu items; specifies the rectangle for the whole item which
* may be useful when drawing parts with a smaller rectangle.
*/
class
MenupopupValue
:
public
ImplControlValue
class
VCL_DLLPUBLIC
MenupopupValue
:
public
ImplControlValue
{
public
:
MenupopupValue
()
:
ImplControlValue
(
CTRL_MENU_POPUP
,
BUTTONVALUE_DONTKNOW
,
0
)
...
...
@@ -467,7 +467,7 @@ public:
*
* Value container for pushbuttons specifying additional drawing hints
*/
class
PushButtonValue
:
public
ImplControlValue
class
VCL_DLLPUBLIC
PushButtonValue
:
public
ImplControlValue
{
public
:
PushButtonValue
()
...
...
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