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
6f6668c1
Kaydet (Commit)
6f6668c1
authored
Kas 12, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sc: boost::ptr_vector->std::vector
Change-Id: I667ffd21cd4454538a38b19a0a0a69e811c5b54b
üst
438a3f77
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
htmlexp2.cxx
sc/source/filter/html/htmlexp2.cxx
+2
-3
htmlexp.hxx
sc/source/filter/inc/htmlexp.hxx
+2
-2
No files found.
sc/source/filter/html/htmlexp2.cxx
Dosyayı görüntüle @
6f6668c1
...
@@ -106,9 +106,8 @@ void ScHTMLExport::FillGraphList( const SdrPage* pPage, SCTAB nTab,
...
@@ -106,9 +106,8 @@ void ScHTMLExport::FillGraphList( const SdrPage* pPage, SCTAB nTab,
aSpace
.
Width
()
/=
2
;
aSpace
.
Width
()
/=
2
;
aSpace
.
Height
()
/=
2
;
aSpace
.
Height
()
/=
2
;
}
}
ScHTMLGraphEntry
*
pE
=
new
ScHTMLGraphEntry
(
pObject
,
aGraphList
.
push_back
(
ScHTMLGraphEntry
(
pObject
,
aR
,
aSize
,
bInCell
,
aSpace
);
aR
,
aSize
,
bInCell
,
aSpace
)
);
aGraphList
.
push_back
(
pE
);
}
}
pObject
=
aIter
.
Next
();
pObject
=
aIter
.
Next
();
}
}
...
...
sc/source/filter/inc/htmlexp.hxx
Dosyayı görüntüle @
6f6668c1
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <rtl/textenc.h>
#include <rtl/textenc.h>
#include <tools/gen.hxx>
#include <tools/gen.hxx>
#include <tools/color.hxx>
#include <tools/color.hxx>
#include <
boost/ptr_container/ptr_vector.hpp
>
#include <
vector
>
#include <memory>
#include <memory>
#include "expbase.hxx"
#include "expbase.hxx"
...
@@ -102,7 +102,7 @@ class ScHTMLExport : public ScExportBase
...
@@ -102,7 +102,7 @@ class ScHTMLExport : public ScExportBase
static
const
sal_Char
sIndentSource
[];
static
const
sal_Char
sIndentSource
[];
typedef
std
::
unique_ptr
<
std
::
map
<
OUString
,
OUString
>
>
FileNameMapPtr
;
typedef
std
::
unique_ptr
<
std
::
map
<
OUString
,
OUString
>
>
FileNameMapPtr
;
typedef
boost
::
ptr_
vector
<
ScHTMLGraphEntry
>
GraphEntryList
;
typedef
std
::
vector
<
ScHTMLGraphEntry
>
GraphEntryList
;
GraphEntryList
aGraphList
;
GraphEntryList
aGraphList
;
ScHTMLStyle
aHTMLStyle
;
ScHTMLStyle
aHTMLStyle
;
...
...
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