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
04935907
Kaydet (Commit)
04935907
authored
Şub 11, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I5b36c8dbefb63ee84d33e9bf1a472c2bbb8b34f0
üst
c04fa61c
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
editutil.hxx
sc/inc/editutil.hxx
+1
-1
stlpool.cxx
sc/source/core/data/stlpool.cxx
+1
-1
editutil.cxx
sc/source/core/tool/editutil.cxx
+1
-1
xlroot.cxx
sc/source/filter/excel/xlroot.cxx
+1
-1
AccessibleText.cxx
sc/source/ui/Accessibility/AccessibleText.cxx
+1
-1
tphfedit.cxx
sc/source/ui/pagedlg/tphfedit.cxx
+1
-1
textuno.cxx
sc/source/ui/unoobj/textuno.cxx
+2
-2
printfun.cxx
sc/source/ui/view/printfun.cxx
+1
-1
No files found.
sc/inc/editutil.hxx
Dosyayı görüntüle @
04935907
...
...
@@ -238,7 +238,7 @@ private:
ScHeaderFieldData
aData
;
public
:
ScHeaderEditEngine
(
SfxItemPool
*
pEnginePool
,
sal_B
ool
bDeleteEnginePool
=
false
);
ScHeaderEditEngine
(
SfxItemPool
*
pEnginePool
,
b
ool
bDeleteEnginePool
=
false
);
virtual
OUString
CalcFieldValue
(
const
SvxFieldItem
&
rField
,
sal_Int32
nPara
,
sal_Int32
nPos
,
Color
*&
rTxtColor
,
Color
*&
rFldColor
);
void
SetNumType
(
SvxNumType
eNew
)
{
aData
.
eNumType
=
eNew
;
}
...
...
sc/source/core/data/stlpool.cxx
Dosyayı görüntüle @
04935907
...
...
@@ -246,7 +246,7 @@ void ScStyleSheetPool::CreateStandardStyles()
SfxItemSet
*
pSet
=
NULL
;
SfxItemSet
*
pHFSet
=
NULL
;
SvxSetItem
*
pHFSetItem
=
NULL
;
ScEditEngineDefaulter
*
pEdEngine
=
new
ScEditEngineDefaulter
(
EditEngine
::
CreatePool
(),
sal_T
rue
);
ScEditEngineDefaulter
*
pEdEngine
=
new
ScEditEngineDefaulter
(
EditEngine
::
CreatePool
(),
t
rue
);
pEdEngine
->
SetUpdateMode
(
false
);
EditTextObject
*
pEmptyTxtObj
=
pEdEngine
->
CreateTextObject
();
EditTextObject
*
pTxtObj
=
NULL
;
...
...
sc/source/core/tool/editutil.cxx
Dosyayı görüntüle @
04935907
...
...
@@ -794,7 +794,7 @@ ScHeaderFieldData::ScHeaderFieldData()
eNumType
=
SVX_ARABIC
;
}
ScHeaderEditEngine
::
ScHeaderEditEngine
(
SfxItemPool
*
pEnginePoolP
,
sal_B
ool
bDeleteEnginePoolP
)
ScHeaderEditEngine
::
ScHeaderEditEngine
(
SfxItemPool
*
pEnginePoolP
,
b
ool
bDeleteEnginePoolP
)
:
ScEditEngineDefaulter
(
pEnginePoolP
,
bDeleteEnginePoolP
)
{
}
...
...
sc/source/filter/excel/xlroot.cxx
Dosyayı görüntüle @
04935907
...
...
@@ -352,7 +352,7 @@ ScHeaderEditEngine& XclRoot::GetHFEditEngine() const
{
if
(
!
mrData
.
mxHFEditEngine
.
get
()
)
{
mrData
.
mxHFEditEngine
.
reset
(
new
ScHeaderEditEngine
(
EditEngine
::
CreatePool
(),
sal_T
rue
)
);
mrData
.
mxHFEditEngine
.
reset
(
new
ScHeaderEditEngine
(
EditEngine
::
CreatePool
(),
t
rue
)
);
ScHeaderEditEngine
&
rEE
=
*
mrData
.
mxHFEditEngine
;
rEE
.
SetRefMapMode
(
MAP_TWIP
);
// headers/footers use twips as default metric
rEE
.
SetUpdateMode
(
false
);
...
...
sc/source/ui/Accessibility/AccessibleText.cxx
Dosyayı görüntüle @
04935907
...
...
@@ -1491,7 +1491,7 @@ SvxTextForwarder* ScAccessibleHeaderTextData::GetTextForwarder()
{
SfxItemPool
*
pEnginePool
=
EditEngine
::
CreatePool
();
pEnginePool
->
FreezeIdRanges
();
ScHeaderEditEngine
*
pHdrEngine
=
new
ScHeaderEditEngine
(
pEnginePool
,
sal_T
rue
);
ScHeaderEditEngine
*
pHdrEngine
=
new
ScHeaderEditEngine
(
pEnginePool
,
t
rue
);
pHdrEngine
->
EnableUndo
(
false
);
pHdrEngine
->
SetRefMapMode
(
MAP_TWIP
);
...
...
sc/source/ui/pagedlg/tphfedit.cxx
Dosyayı görüntüle @
04935907
...
...
@@ -89,7 +89,7 @@ ScEditWindow::ScEditWindow( Window* pParent, WinBits nBits, ScEditWindowLocation
Size
aSize
(
GetOutputSize
()
);
aSize
.
Height
()
*=
4
;
pEdEngine
=
new
ScHeaderEditEngine
(
EditEngine
::
CreatePool
(),
sal_T
rue
);
pEdEngine
=
new
ScHeaderEditEngine
(
EditEngine
::
CreatePool
(),
t
rue
);
pEdEngine
->
SetPaperSize
(
aSize
);
pEdEngine
->
SetRefDevice
(
this
);
...
...
sc/source/ui/unoobj/textuno.cxx
Dosyayı görüntüle @
04935907
...
...
@@ -209,7 +209,7 @@ SvxTextForwarder* ScHeaderFooterTextData::GetTextForwarder()
{
SfxItemPool
*
pEnginePool
=
EditEngine
::
CreatePool
();
pEnginePool
->
FreezeIdRanges
();
ScHeaderEditEngine
*
pHdrEngine
=
new
ScHeaderEditEngine
(
pEnginePool
,
sal_T
rue
);
ScHeaderEditEngine
*
pHdrEngine
=
new
ScHeaderEditEngine
(
pEnginePool
,
t
rue
);
pHdrEngine
->
EnableUndo
(
false
);
pHdrEngine
->
SetRefMapMode
(
MAP_TWIP
);
...
...
@@ -349,7 +349,7 @@ OUString SAL_CALL ScHeaderFooterTextObj::getString() throw(uno::RuntimeException
if
(
pData
)
{
// for pure text, no font info is needed in pool defaults
ScHeaderEditEngine
aEditEngine
(
EditEngine
::
CreatePool
(),
sal_T
rue
);
ScHeaderEditEngine
aEditEngine
(
EditEngine
::
CreatePool
(),
t
rue
);
ScHeaderFieldData
aData
;
FillDummyFieldData
(
aData
);
...
...
sc/source/ui/view/printfun.cxx
Dosyayı görüntüle @
04935907
...
...
@@ -1663,7 +1663,7 @@ void ScPrintFunc::MakeEditEngine()
{
// can't use document's edit engine pool here,
// because pool must have twips as default metric
pEditEngine
=
new
ScHeaderEditEngine
(
EditEngine
::
CreatePool
(),
sal_T
rue
);
pEditEngine
=
new
ScHeaderEditEngine
(
EditEngine
::
CreatePool
(),
t
rue
);
pEditEngine
->
EnableUndo
(
false
);
//fdo#45869 we want text to be positioned as it would be for the the
...
...
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