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
e04c36b4
Kaydet (Commit)
e04c36b4
authored
Nis 14, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clean up function declarations
Change-Id: I0602166c8e6485b68e06bbcc9f0064938facd3fa
üst
0f9a75a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
vbaapplicationbase.cxx
vbahelper/source/vbahelper/vbaapplicationbase.cxx
+2
-5
No files found.
vbahelper/source/vbahelper/vbaapplicationbase.cxx
Dosyayı görüntüle @
e04c36b4
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
#include <com/sun/star/document/XEmbeddedScripts.hpp>
#include <com/sun/star/document/XEmbeddedScripts.hpp>
#include <com/sun/star/awt/XWindow2.hpp>
#include <com/sun/star/awt/XWindow2.hpp>
#include <boost/noncopyable.hpp>
#include <boost/unordered_map.hpp>
#include <boost/unordered_map.hpp>
#include <filter/msfilter/msvbahelper.hxx>
#include <filter/msfilter/msvbahelper.hxx>
#include <tools/datetime.hxx>
#include <tools/datetime.hxx>
...
@@ -55,16 +56,12 @@ using namespace ::ooo::vba;
...
@@ -55,16 +56,12 @@ using namespace ::ooo::vba;
typedef
::
std
::
pair
<
OUString
,
::
std
::
pair
<
double
,
double
>
>
VbaTimerInfo
;
typedef
::
std
::
pair
<
OUString
,
::
std
::
pair
<
double
,
double
>
>
VbaTimerInfo
;
// ====VbaTimer==================================
// ====VbaTimer==================================
class
VbaTimer
class
VbaTimer
:
private
boost
::
noncopyable
{
{
Timer
m_aTimer
;
Timer
m_aTimer
;
VbaTimerInfo
m_aTimerInfo
;
VbaTimerInfo
m_aTimerInfo
;
::
rtl
::
Reference
<
VbaApplicationBase
>
m_xBase
;
::
rtl
::
Reference
<
VbaApplicationBase
>
m_xBase
;
// the following declarations are here to prevent the usage of them
VbaTimer
(
const
VbaTimer
&
);
VbaTimer
&
operator
=
(
const
VbaTimer
&
);
public
:
public
:
VbaTimer
()
VbaTimer
()
{}
{}
...
...
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