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
aacf7155
Kaydet (Commit)
aacf7155
authored
Ara 11, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
<vcl/spin.h> can be private to vcl
Change-Id: If723dd72479ab8d072581e9ffbf7a1462c5fecda
üst
d2df0ada
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
spin.hxx
vcl/inc/spin.hxx
+3
-3
spinbtn.cxx
vcl/source/control/spinbtn.cxx
+2
-1
spinfld.cxx
vcl/source/control/spinfld.cxx
+1
-1
toolbox.cxx
vcl/source/window/toolbox.cxx
+1
-1
No files found.
include/vcl/spin.h
→
vcl/inc/spin.hxx
Dosyayı görüntüle @
aacf7155
...
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_VCL_
SPIN_H
#define INCLUDED_VCL_
SPIN_H
#ifndef INCLUDED_VCL_
INC_SPIN_HXX
#define INCLUDED_VCL_
INC_SPIN_HXX
#include <vcl/window.hxx>
...
...
@@ -29,6 +29,6 @@ void ImplDrawSpinButton(vcl::RenderContext& rRenderContext, vcl::Window* pWindow
bool
bUpperIn
,
bool
bLowerIn
,
bool
bUpperEnabled
=
true
,
bool
bLowerEnabled
=
true
,
bool
bHorz
=
false
,
bool
bMirrorHorz
=
false
);
#endif // INCLUDED_VCL_
SPIN_H
#endif // INCLUDED_VCL_
INC_SPIN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/source/control/spinbtn.cxx
Dosyayı görüntüle @
aacf7155
...
...
@@ -18,11 +18,12 @@
*/
#include <tools/rcid.h>
#include <vcl/spin.h>
#include <vcl/event.hxx>
#include <vcl/spin.hxx>
#include <vcl/settings.hxx>
#include "spin.hxx"
void
SpinButton
::
ImplInit
(
vcl
::
Window
*
pParent
,
WinBits
nStyle
)
{
mbUpperIn
=
false
;
...
...
vcl/source/control/spinfld.cxx
Dosyayı görüntüle @
aacf7155
...
...
@@ -21,11 +21,11 @@
#include "vcl/event.hxx"
#include "vcl/decoview.hxx"
#include "vcl/spin.h"
#include "vcl/spinfld.hxx"
#include "vcl/settings.hxx"
#include "controldata.hxx"
#include "spin.hxx"
#include "svdata.hxx"
namespace
{
...
...
vcl/source/window/toolbox.cxx
Dosyayı görüntüle @
aacf7155
...
...
@@ -23,7 +23,6 @@
#include <vcl/accel.hxx>
#include <vcl/svapp.hxx>
#include <vcl/help.hxx>
#include <vcl/spin.h>
#include <vcl/bitmap.hxx>
#include <vcl/mnemonic.hxx>
#include <vcl/gradient.hxx>
...
...
@@ -41,6 +40,7 @@
#include <window.h>
#include <toolbox.h>
#include <salframe.hxx>
#include <spin.hxx>
#if defined WNT
#include <svsys.h>
#endif
...
...
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