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
26bd18df
Kaydet (Commit)
26bd18df
authored
Şub 14, 2012
tarafından
Laurent Balland-Poirier
Kaydeden (comit)
Michael Meeks
Şub 17, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
EasyHack 42790: get rid of PRODUCT
Preprocessor constant PRODUCT is replaced by !DBG_UTIL
üst
0825e49b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
svarray.hxx
svl/inc/svl/svarray.hxx
+3
-3
index.hxx
sw/inc/index.hxx
+1
-1
index.cxx
sw/source/core/bastyp/index.cxx
+1
-1
rolbck.cxx
sw/source/core/undo/rolbck.cxx
+2
-2
No files found.
svl/inc/svl/svarray.hxx
Dosyayı görüntüle @
26bd18df
...
...
@@ -112,7 +112,7 @@ inline void* operator new( size_t, DummyType* pPtr )
}
inline
void
operator
delete
(
void
*
,
DummyType
*
)
{}
#if
defined(PRODUCT)
#if
ndef DBG_UTIL
#define _SVVARARR_DEF_GET_OP_INLINE( nm, ArrElem ) \
ArrElem& operator[](sal_uInt16 nP) const { return *(pData+nP); }\
...
...
@@ -128,7 +128,7 @@ void Insert( const nm * pI, sal_uInt16 nP,\
#define _SVVARARR_IMPL_GET_OP_INLINE( nm, ArrElem )
#else
#else
// DBG_UTIL
#define _SVVARARR_DEF_GET_OP_INLINE( nm,ArrElem )\
ArrElem& operator[](sal_uInt16 nP) const;\
...
...
@@ -150,7 +150,7 @@ void nm::Insert( const nm *pI, sal_uInt16 nP, sal_uInt16 nStt, sal_uInt16 nE)\
Insert( (const ArrElem*)pI->pData+nStt, (sal_uInt16)nE-nStt, nP );\
}
#endif
#endif
// DBG_UTIL
#define _SV_DECL_VARARR_GEN(nm, AE, IS, AERef, vis )\
typedef sal_Bool (*FnForEach_##nm)( const AERef, void* );\
...
...
sw/inc/index.hxx
Dosyayı görüntüle @
26bd18df
...
...
@@ -211,7 +211,7 @@ inline SwIndex& SwIndex::operator= ( xub_StrLen const nVal )
return
*
this
;
}
#endif //
PRODUCT
#endif //
ifndef DBG_UTIL
#endif
...
...
sw/source/core/bastyp/index.cxx
Dosyayı görüntüle @
26bd18df
...
...
@@ -406,7 +406,7 @@ SwIndex& SwIndex::operator= ( xub_StrLen const nVal )
return
*
this
;
}
#endif // if
ndef PRODUCT
#endif // if
def DBG_UTIL
void
SwIndexReg
::
MoveTo
(
SwIndexReg
&
rArr
)
{
...
...
sw/source/core/undo/rolbck.cxx
Dosyayı görüntüle @
26bd18df
...
...
@@ -829,7 +829,7 @@ SwHistoryResetAttrSet::SwHistoryResetAttrSet( const SfxItemSet& rSet,
{
const
sal_uInt16
nWhich
=
aIter
.
GetCurItem
()
->
Which
();
#if
ndef PRODUCT
#if
def DBG_UTIL
switch
(
nWhich
)
{
case
RES_TXTATR_REFMARK
:
...
...
@@ -845,7 +845,7 @@ SwHistoryResetAttrSet::SwHistoryResetAttrSet( const SfxItemSet& rSet,
"
\n
not such a good idea"
);
break
;
}
#endif
#endif
// DBG_UTIL
// Character attribute cannot be inserted into the hints array
// anymore. Therefore we have to treat them as one RES_TXTATR_AUTOFMT:
...
...
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