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
03d92f1c
Kaydet (Commit)
03d92f1c
authored
Eyl 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svx: sal_Bool -> bool
Change-Id: I5b9b730d7060ec146ed0f54c7fe7eb0ca09f7d9c
üst
e333adb1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
pagectrl.hxx
include/svx/pagectrl.hxx
+2
-2
pagectrl.cxx
svx/source/dialog/pagectrl.cxx
+3
-3
formcontrolling.cxx
svx/source/form/formcontrolling.cxx
+1
-1
tbxform.cxx
svx/source/form/tbxform.cxx
+3
-3
tbxform.hxx
svx/source/inc/tbxform.hxx
+1
-1
No files found.
include/svx/pagectrl.hxx
Dosyayı görüntüle @
03d92f1c
...
@@ -41,8 +41,8 @@ private:
...
@@ -41,8 +41,8 @@ private:
long
nRight
;
long
nRight
;
SvxBoxItem
*
pBorder
;
SvxBoxItem
*
pBorder
;
sal_B
ool
bResetBackground
;
b
ool
bResetBackground
;
sal_B
ool
bFrameDirection
;
b
ool
bFrameDirection
;
sal_Int32
nFrameDirection
;
sal_Int32
nFrameDirection
;
long
nHdLeft
;
long
nHdLeft
;
...
...
svx/source/dialog/pagectrl.cxx
Dosyayı görüntüle @
03d92f1c
...
@@ -46,8 +46,8 @@ SvxPageWindow::SvxPageWindow(Window* pParent)
...
@@ -46,8 +46,8 @@ SvxPageWindow::SvxPageWindow(Window* pParent)
//UUUU
//UUUU
pBorder
(
0
),
pBorder
(
0
),
bResetBackground
(
sal_F
alse
),
bResetBackground
(
f
alse
),
bFrameDirection
(
sal_F
alse
),
bFrameDirection
(
f
alse
),
nFrameDirection
(
0
),
nFrameDirection
(
0
),
nHdLeft
(
0
),
nHdLeft
(
0
),
...
@@ -169,7 +169,7 @@ void SvxPageWindow::DrawPage(const Point& rOrg, const bool bSecond, const bool b
...
@@ -169,7 +169,7 @@ void SvxPageWindow::DrawPage(const Point& rOrg, const bool bSecond, const bool b
DrawRect
(
Rectangle
(
Point
(
0
,
0
),
winSize
));
DrawRect
(
Rectangle
(
Point
(
0
,
0
),
winSize
));
if
(
bResetBackground
)
if
(
bResetBackground
)
bResetBackground
=
sal_F
alse
;
bResetBackground
=
f
alse
;
}
}
SetLineColor
(
rFieldTextColor
);
SetLineColor
(
rFieldTextColor
);
// Shadow
// Shadow
...
...
svx/source/form/formcontrolling.cxx
Dosyayı görüntüle @
03d92f1c
...
@@ -341,7 +341,7 @@ namespace svx
...
@@ -341,7 +341,7 @@ namespace svx
case
COMMIT_RECORD
:
case
COMMIT_RECORD
:
{
{
sal_Bool
bDummy
(
sal_F
alse
);
sal_Bool
bDummy
(
f
alse
);
bSuccess
=
m_xFormOperations
->
commitCurrentRecord
(
bDummy
);
bSuccess
=
m_xFormOperations
->
commitCurrentRecord
(
bDummy
);
}
}
break
;
break
;
...
...
svx/source/form/tbxform.cxx
Dosyayı görüntüle @
03d92f1c
...
@@ -64,7 +64,7 @@ SvxFmAbsRecWin::~SvxFmAbsRecWin()
...
@@ -64,7 +64,7 @@ SvxFmAbsRecWin::~SvxFmAbsRecWin()
}
}
void
SvxFmAbsRecWin
::
FirePosition
(
sal_B
ool
_bForce
)
void
SvxFmAbsRecWin
::
FirePosition
(
b
ool
_bForce
)
{
{
if
(
_bForce
||
IsValueChangedFromSaved
()
)
if
(
_bForce
||
IsValueChangedFromSaved
()
)
{
{
...
@@ -92,14 +92,14 @@ void SvxFmAbsRecWin::FirePosition( sal_Bool _bForce )
...
@@ -92,14 +92,14 @@ void SvxFmAbsRecWin::FirePosition( sal_Bool _bForce )
void
SvxFmAbsRecWin
::
LoseFocus
()
void
SvxFmAbsRecWin
::
LoseFocus
()
{
{
FirePosition
(
sal_F
alse
);
FirePosition
(
f
alse
);
}
}
void
SvxFmAbsRecWin
::
KeyInput
(
const
KeyEvent
&
rKeyEvent
)
void
SvxFmAbsRecWin
::
KeyInput
(
const
KeyEvent
&
rKeyEvent
)
{
{
if
(
rKeyEvent
.
GetKeyCode
()
==
KEY_RETURN
&&
!
GetText
().
isEmpty
()
)
if
(
rKeyEvent
.
GetKeyCode
()
==
KEY_RETURN
&&
!
GetText
().
isEmpty
()
)
FirePosition
(
sal_T
rue
);
FirePosition
(
t
rue
);
else
else
NumericField
::
KeyInput
(
rKeyEvent
);
NumericField
::
KeyInput
(
rKeyEvent
);
}
}
...
...
svx/source/inc/tbxform.hxx
Dosyayı görüntüle @
03d92f1c
...
@@ -38,7 +38,7 @@ public:
...
@@ -38,7 +38,7 @@ public:
virtual
void
LoseFocus
()
SAL_OVERRIDE
;
virtual
void
LoseFocus
()
SAL_OVERRIDE
;
protected
:
protected
:
virtual
void
FirePosition
(
sal_B
ool
_bForce
);
virtual
void
FirePosition
(
b
ool
_bForce
);
};
};
...
...
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