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
a5d262df
Kaydet (Commit)
a5d262df
authored
Şub 18, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I2d5ee332adea2e7727717473e74288b9e59f4aa0
üst
3fc0be86
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sizedev.cxx
sc/source/ui/docshell/sizedev.cxx
+1
-1
sizedev.hxx
sc/source/ui/inc/sizedev.hxx
+2
-2
No files found.
sc/source/ui/docshell/sizedev.cxx
Dosyayı görüntüle @
a5d262df
...
@@ -43,7 +43,7 @@ ScSizeDeviceProvider::ScSizeDeviceProvider( ScDocShell* pDocSh )
...
@@ -43,7 +43,7 @@ ScSizeDeviceProvider::ScSizeDeviceProvider( ScDocShell* pDocSh )
{
{
pDevice
=
new
VirtualDevice
;
pDevice
=
new
VirtualDevice
;
pDevice
->
SetDigitLanguage
(
SC_MOD
()
->
GetOptDigitLanguage
()
);
pDevice
->
SetDigitLanguage
(
SC_MOD
()
->
GetOptDigitLanguage
()
);
bOwner
=
sal_T
rue
;
bOwner
=
t
rue
;
}
}
Point
aLogic
=
pDevice
->
LogicToPixel
(
Point
(
1000
,
1000
),
MAP_TWIP
);
Point
aLogic
=
pDevice
->
LogicToPixel
(
Point
(
1000
,
1000
),
MAP_TWIP
);
...
...
sc/source/ui/inc/sizedev.hxx
Dosyayı görüntüle @
a5d262df
...
@@ -28,7 +28,7 @@ class ScDocShell;
...
@@ -28,7 +28,7 @@ class ScDocShell;
class
ScSizeDeviceProvider
class
ScSizeDeviceProvider
{
{
OutputDevice
*
pDevice
;
OutputDevice
*
pDevice
;
sal_B
ool
bOwner
;
b
ool
bOwner
;
double
nPPTX
;
double
nPPTX
;
double
nPPTY
;
double
nPPTY
;
MapMode
aOldMapMode
;
MapMode
aOldMapMode
;
...
@@ -40,7 +40,7 @@ public:
...
@@ -40,7 +40,7 @@ public:
OutputDevice
*
GetDevice
()
const
{
return
pDevice
;
}
OutputDevice
*
GetDevice
()
const
{
return
pDevice
;
}
double
GetPPTX
()
const
{
return
nPPTX
;
}
double
GetPPTX
()
const
{
return
nPPTX
;
}
double
GetPPTY
()
const
{
return
nPPTY
;
}
double
GetPPTY
()
const
{
return
nPPTY
;
}
sal_B
ool
IsPrinter
()
const
{
return
!
bOwner
;
}
b
ool
IsPrinter
()
const
{
return
!
bOwner
;
}
};
};
#endif
#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