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
8a853218
Kaydet (Commit)
8a853218
authored
Mar 29, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop extra unused inlines and remains of unconstructable class
üst
4b7e6d6e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
26 deletions
+0
-26
dumperbase.hxx
oox/inc/oox/dump/dumperbase.hxx
+0
-2
vbaprojectfilter.hxx
oox/inc/oox/ole/vbaprojectfilter.hxx
+0
-10
vbaprojectfilter.cxx
oox/source/ole/vbaprojectfilter.cxx
+0
-14
No files found.
oox/inc/oox/dump/dumperbase.hxx
Dosyayı görüntüle @
8a853218
...
...
@@ -1150,8 +1150,6 @@ public:
mrOut
(
*
rxOut
)
{
mrOut
.
startTable
(
nW1
);
}
inline
explicit
TableGuard
(
const
OutputRef
&
rxOut
,
sal_Int32
nW1
,
sal_Int32
nW2
)
:
mrOut
(
*
rxOut
)
{
mrOut
.
startTable
(
nW1
,
nW2
);
}
inline
explicit
TableGuard
(
const
OutputRef
&
rxOut
,
sal_Int32
nW1
,
sal_Int32
nW2
,
sal_Int32
nW3
)
:
mrOut
(
*
rxOut
)
{
mrOut
.
startTable
(
nW1
,
nW2
,
nW3
);
}
inline
explicit
TableGuard
(
const
OutputRef
&
rxOut
,
sal_Int32
nW1
,
sal_Int32
nW2
,
sal_Int32
nW3
,
sal_Int32
nW4
)
:
mrOut
(
*
rxOut
)
{
mrOut
.
startTable
(
nW1
,
nW2
,
nW3
,
nW4
);
}
inline
explicit
TableGuard
(
const
OutputRef
&
rxOut
,
size_t
nColCount
,
...
...
oox/inc/oox/ole/vbaprojectfilter.hxx
Dosyayı görüntüle @
8a853218
...
...
@@ -56,16 +56,6 @@ private:
::
rtl
::
OUString
maStorageName
;
};
// ============================================================================
class
WordVbaProjectFilter
:
public
VbaProjectFilterBase
{
private
:
virtual
::
rtl
::
OUString
implGetImplementationName
()
const
;
};
// ============================================================================
}
// namespace ole
}
// namespace oox
...
...
oox/source/ole/vbaprojectfilter.cxx
Dosyayı görüntüle @
8a853218
...
...
@@ -72,20 +72,6 @@ VbaProject* VbaProjectFilterBase::implCreateVbaProject() const
// ============================================================================
OUString
SAL_CALL
WordVbaProjectFilter_getImplementationName
()
throw
()
{
return
CREATE_OUSTRING
(
"com.sun.star.comp.oox.WordVbaProjectFilter"
);
}
// ----------------------------------------------------------------------------
OUString
WordVbaProjectFilter
::
implGetImplementationName
()
const
{
return
WordVbaProjectFilter_getImplementationName
();
}
// ============================================================================
}
// namespace ole
}
// namespace oox
...
...
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