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
d6f97a21
Kaydet (Commit)
d6f97a21
authored
Eki 12, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
inline typedef
Change-Id: I6ec88fbdb9bc0e86f4e53eb765eabd5382a25b88
üst
9abb98e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
escherex.cxx
filter/source/msfilter/escherex.cxx
+1
-1
escherex.hxx
include/filter/msfilter/escherex.hxx
+1
-3
No files found.
filter/source/msfilter/escherex.cxx
Dosyayı görüntüle @
d6f97a21
...
@@ -3885,7 +3885,7 @@ void EscherPersistTable::PtInsert( sal_uInt32 nID, sal_uInt32 nOfs )
...
@@ -3885,7 +3885,7 @@ void EscherPersistTable::PtInsert( sal_uInt32 nID, sal_uInt32 nOfs )
sal_uInt32
EscherPersistTable
::
PtDelete
(
sal_uInt32
nID
)
sal_uInt32
EscherPersistTable
::
PtDelete
(
sal_uInt32
nID
)
{
{
EscherPersistTable_impl
::
iterator
it
=
maPersistTable
.
begin
();
::
std
::
vector
<
EscherPersistEntry
*
>
::
iterator
it
=
maPersistTable
.
begin
();
for
(
;
it
!=
maPersistTable
.
end
()
;
++
it
)
for
(
;
it
!=
maPersistTable
.
end
()
;
++
it
)
{
{
if
(
(
*
it
)
->
mnID
==
nID
)
{
if
(
(
*
it
)
->
mnID
==
nID
)
{
...
...
include/filter/msfilter/escherex.hxx
Dosyayı görüntüle @
d6f97a21
...
@@ -971,13 +971,11 @@ public:
...
@@ -971,13 +971,11 @@ public:
typedef
::
std
::
vector
<
EscherPersistEntry
*
>
EscherPersistTable_impl
;
class
MSFILTER_DLLPUBLIC
EscherPersistTable
class
MSFILTER_DLLPUBLIC
EscherPersistTable
{
{
public
:
public
:
EscherPersistTable_impl
maPersistTable
;
::
std
::
vector
<
EscherPersistEntry
*
>
maPersistTable
;
bool
PtIsID
(
sal_uInt32
nID
);
bool
PtIsID
(
sal_uInt32
nID
);
void
PtInsert
(
sal_uInt32
nID
,
sal_uInt32
nOfs
);
void
PtInsert
(
sal_uInt32
nID
,
sal_uInt32
nOfs
);
...
...
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