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
d441fa1f
Kaydet (Commit)
d441fa1f
authored
Eki 21, 2010
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remvove vos/macros.h usage
üst
a4c90068
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
datatest.cxx
io/test/stm/datatest.cxx
+0
-1
macros.h
sal/inc/sal/macros.h
+8
-0
types.h
sal/inc/sal/types.h
+1
-0
testintrosp.cxx
stoc/test/testintrosp.cxx
+0
-1
No files found.
io/test/stm/datatest.cxx
Dosyayı görüntüle @
d441fa1f
...
...
@@ -58,7 +58,6 @@
using
namespace
::
rtl
;
using
namespace
::
osl
;
using
namespace
::
cppu
;
//using namespace ::vos;
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
::
io
;
using
namespace
::
com
::
sun
::
star
::
lang
;
...
...
sal/inc/sal/macros.h
Dosyayı görüntüle @
d441fa1f
...
...
@@ -44,4 +44,12 @@
# define SAL_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0]))
#endif
#ifndef SAL_BOUND
# define SAL_BOUND(x,l,h) ((x) <= (l) ? (l) : ((x) >= (h) ? (h) : (x)))
#endif
#ifndef SAL_ABS
# define SAL_ABS(a) (((a) < 0) ? (-(a)) : (a))
#endif
#endif
sal/inc/sal/types.h
Dosyayı görüntüle @
d441fa1f
...
...
@@ -29,6 +29,7 @@
#define _SAL_TYPES_H_
#include <sal/config.h>
#include <sal/macros.h>
/* Grab __SIZEOFxxx constants from typesconfig tool on Unix */
#if defined UNX
...
...
stoc/test/testintrosp.cxx
Dosyayı görüntüle @
d441fa1f
...
...
@@ -56,7 +56,6 @@
using
namespace
rtl
;
using
namespace
cppu
;
//using namespace vos;
using
namespace
ModuleA
;
//using namespace ModuleB;
//using namespace ModuleC;
...
...
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