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
ff8f4666
Kaydet (Commit)
ff8f4666
authored
Şub 13, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Idf6e4cac974fec0a4f32c56f3dd76422a85a61fc
üst
fd3c9e16
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
XMLTableShapeImportHelper.hxx
sc/source/filter/xml/XMLTableShapeImportHelper.hxx
+2
-2
XMLTableShapesContext.cxx
sc/source/filter/xml/XMLTableShapesContext.cxx
+1
-1
No files found.
sc/source/filter/xml/XMLTableShapeImportHelper.hxx
Dosyayı görüntüle @
ff8f4666
...
...
@@ -30,7 +30,7 @@ class XMLTableShapeImportHelper : public XMLShapeImportHelper
{
::
com
::
sun
::
star
::
table
::
CellAddress
aStartCell
;
ScXMLAnnotationContext
*
pAnnotationContext
;
sal_B
ool
bOnTable
;
b
ool
bOnTable
;
public
:
...
...
@@ -44,7 +44,7 @@ public:
void
SetCell
(
const
::
com
::
sun
::
star
::
table
::
CellAddress
&
rAddress
)
{
aStartCell
=
rAddress
;
}
void
SetOnTable
(
const
sal_B
ool
bTempOnTable
)
{
bOnTable
=
bTempOnTable
;
}
void
SetOnTable
(
const
b
ool
bTempOnTable
)
{
bOnTable
=
bTempOnTable
;
}
void
SetAnnotation
(
ScXMLAnnotationContext
*
pAnnotation
)
{
pAnnotationContext
=
pAnnotation
;
}
ScXMLAnnotationContext
*
GetAnnotationContext
()
const
{
return
pAnnotationContext
;
}
...
...
sc/source/filter/xml/XMLTableShapesContext.cxx
Dosyayı görüntüle @
ff8f4666
...
...
@@ -55,7 +55,7 @@ SvXMLImportContext *ScXMLTableShapesContext::CreateChildContext( sal_uInt16 nPre
if
(
xShapes
.
is
())
{
XMLTableShapeImportHelper
*
pTableShapeImport
((
XMLTableShapeImportHelper
*
)
rXMLImport
.
GetShapeImport
().
get
());
pTableShapeImport
->
SetOnTable
(
sal_T
rue
);
pTableShapeImport
->
SetOnTable
(
t
rue
);
pContext
=
rXMLImport
.
GetShapeImport
()
->
CreateGroupChildContext
(
rXMLImport
,
nPrefix
,
rLName
,
xAttrList
,
xShapes
);
}
...
...
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