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
86dcf8e1
Kaydet (Commit)
86dcf8e1
authored
Eyl 19, 2018
tarafından
Tomaž Vajngerl
Kaydeden (comit)
Jan Holesovsky
Kas 09, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
custom widgets: comment unused params. to avoid compile warnings
Change-Id: I45b7ffdce2d470ed2f30b5408d8d861deb00514a
üst
b838e7e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
salnativewidgets-none.cxx
vcl/source/gdi/salnativewidgets-none.cxx
+15
-15
No files found.
vcl/source/gdi/salnativewidgets-none.cxx
Dosyayı görüntüle @
86dcf8e1
...
@@ -19,33 +19,33 @@
...
@@ -19,33 +19,33 @@
#include <salgdi.hxx>
#include <salgdi.hxx>
bool
SalGraphics
::
IsNativeControlSupported
(
ControlType
eType
,
ControlPart
ePart
)
bool
SalGraphics
::
IsNativeControlSupported
(
ControlType
/*eType*/
,
ControlPart
/*ePart*/
)
{
{
return
false
;
return
false
;
}
}
bool
SalGraphics
::
hitTestNativeControl
(
ControlType
eType
,
ControlPart
ePart
,
bool
SalGraphics
::
hitTestNativeControl
(
ControlType
/*eType*/
,
ControlPart
/*ePart*/
,
const
tools
::
Rectangle
&
rBoundingControlRegion
,
const
tools
::
Rectangle
&
/*rBoundingControlRegion*/
,
const
Point
&
rPosition
,
bool
&
rIsInside
)
const
Point
&
/*rPosition*/
,
bool
&
/*rIsInside*/
)
{
{
return
false
;
return
false
;
}
}
bool
SalGraphics
::
drawNativeControl
(
ControlType
eType
,
ControlPart
ePart
,
bool
SalGraphics
::
drawNativeControl
(
ControlType
/*eType*/
,
ControlPart
/*ePart*/
,
const
tools
::
Rectangle
&
rBoundingControlRegion
,
const
tools
::
Rectangle
&
/*rBoundingControlRegion*/
,
ControlState
eState
,
const
ImplControlValue
&
aValue
,
ControlState
/*eState*/
,
const
ImplControlValue
&
/*aValue*/
,
const
OUString
&
aCaptions
)
const
OUString
&
/*aCaptions*/
)
{
{
return
false
;
return
false
;
}
}
bool
SalGraphics
::
getNativeControlRegion
(
ControlType
eType
,
ControlPart
ePart
,
bool
SalGraphics
::
getNativeControlRegion
(
ControlType
/*eType*/
,
ControlPart
/*ePart*/
,
const
tools
::
Rectangle
&
rBoundingControlRegion
,
const
tools
::
Rectangle
&
/*rBoundingControlRegion*/
,
ControlState
eState
,
ControlState
/*eState*/
,
const
ImplControlValue
&
aValue
,
const
ImplControlValue
&
/*aValue*/
,
const
OUString
&
aCaption
,
const
OUString
&
/*aCaption*/
,
tools
::
Rectangle
&
rNativeBoundingRegion
,
tools
::
Rectangle
&
/*rNativeBoundingRegion*/
,
tools
::
Rectangle
&
rNativeContentRegion
)
tools
::
Rectangle
&
/*rNativeContentRegion*/
)
{
{
return
false
;
return
false
;
}
}
...
...
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