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
5b734c8e
Kaydet (Commit)
5b734c8e
authored
Agu 26, 2013
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Ugly bad and nasty workaround for some dupplicate symbols issue
Change-Id: I7283ecff340d95f16bb3a8d0aae97e166fa5f0e4
üst
aaa1bc40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
AccessibleDocument.cxx
sc/source/ui/Accessibility/AccessibleDocument.cxx
+18
-0
AccessiblePreviewHeaderCell.cxx
sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx
+18
-0
No files found.
sc/source/ui/Accessibility/AccessibleDocument.cxx
Dosyayı görüntüle @
5b734c8e
...
@@ -17,6 +17,16 @@
...
@@ -17,6 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifdef indices
#undef indices
#endif
#define indices dummy1_indices
#ifdef extents
#undef extents
#endif
#define extents dummy1_extents
#include "AccessibleDocument.hxx"
#include "AccessibleDocument.hxx"
#include "AccessibleSpreadsheet.hxx"
#include "AccessibleSpreadsheet.hxx"
#include "tabvwsh.hxx"
#include "tabvwsh.hxx"
...
@@ -60,6 +70,14 @@
...
@@ -60,6 +70,14 @@
#include <list>
#include <list>
#include <algorithm>
#include <algorithm>
#ifdef indices
#undef indices
#endif
#ifdef extents
#undef extents
#endif
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
::
accessibility
;
using
namespace
::
com
::
sun
::
star
::
accessibility
;
using
::
std
::
for_each
;
using
::
std
::
for_each
;
...
...
sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx
Dosyayı görüntüle @
5b734c8e
...
@@ -17,6 +17,16 @@
...
@@ -17,6 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifdef indices
#undef indices
#endif
#define indices dummy2_indices
#ifdef extents
#undef extents
#endif
#define extents dummy2_extents
#include "scitems.hxx"
#include "scitems.hxx"
#include <editeng/eeitem.hxx>
#include <editeng/eeitem.hxx>
#include <tools/gen.hxx>
#include <tools/gen.hxx>
...
@@ -42,6 +52,14 @@
...
@@ -42,6 +52,14 @@
#include <comphelper/servicehelper.hxx>
#include <comphelper/servicehelper.hxx>
#include <toolkit/helper/convert.hxx>
#include <toolkit/helper/convert.hxx>
#ifdef indices
#undef indices
#endif
#ifdef extents
#undef extents
#endif
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
::
accessibility
;
using
namespace
::
com
::
sun
::
star
::
accessibility
;
...
...
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