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
5fb93f26
Kaydet (Commit)
5fb93f26
authored
Eki 28, 2015
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
guard boost/property_tree/json_parser.hpp on WNT
Change-Id: Ie6de4342b0e6f76076717f1fbdb18adf453ce963
üst
5d815038
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
54 additions
and
0 deletions
+54
-0
modeltools.cxx
avmedia/source/framework/modeltools.cxx
+6
-0
test_desktop_lib.cxx
desktop/qa/desktop_lib/test_desktop_lib.cxx
+6
-0
init.cxx
desktop/source/lib/init.cxx
+6
-0
tiledrendering.cxx
libreofficekit/qa/unit/tiledrendering.cxx
+6
-0
viewfun2.cxx
sc/source/ui/view/viewfun2.cxx
+6
-0
tiledrendering.cxx
sd/qa/unit/tiledrendering/tiledrendering.cxx
+6
-0
Outliner.cxx
sd/source/ui/view/Outliner.cxx
+6
-0
tiledrendering.cxx
sw/qa/extras/tiledrendering/tiledrendering.cxx
+6
-0
viewsrch.cxx
sw/source/uibase/uiview/viewsrch.cxx
+6
-0
No files found.
avmedia/source/framework/modeltools.cxx
Dosyayı görüntüle @
5fb93f26
...
...
@@ -25,7 +25,13 @@
#include <unotools/ucbstreamhelper.hxx>
#include <boost/property_tree/ptree.hpp>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <boost/optional.hpp>
#include <config_features.h>
...
...
desktop/qa/desktop_lib/test_desktop_lib.cxx
Dosyayı görüntüle @
5fb93f26
...
...
@@ -11,7 +11,13 @@
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/frame/XComponentLoader.hpp>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <comphelper/processfactory.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/lokhelper.hxx>
...
...
desktop/source/lib/init.cxx
Dosyayı görüntüle @
5fb93f26
...
...
@@ -15,7 +15,13 @@
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKit.h>
...
...
libreofficekit/qa/unit/tiledrendering.cxx
Dosyayı görüntüle @
5fb93f26
...
...
@@ -9,7 +9,13 @@
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <cppunit/TestFixture.h>
#include <cppunit/plugin/TestPlugIn.h>
#include <cppunit/extensions/HelperMacros.h>
...
...
sc/source/ui/view/viewfun2.cxx
Dosyayı görüntüle @
5fb93f26
...
...
@@ -91,7 +91,13 @@
#include <boost/scoped_ptr.hpp>
#include <vector>
#include <memory>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
using
namespace
com
::
sun
::
star
;
using
::
editeng
::
SvxBorderLine
;
...
...
sd/qa/unit/tiledrendering/tiledrendering.cxx
Dosyayı görüntüle @
5fb93f26
...
...
@@ -10,7 +10,13 @@
#include <test/bootstrapfixture.hxx>
#include <unotest/macros_test.hxx>
#include <test/xmltesttools.hxx>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <com/sun/star/frame/Desktop.hpp>
...
...
sd/source/ui/view/Outliner.cxx
Dosyayı görüntüle @
5fb93f26
...
...
@@ -18,7 +18,13 @@
*/
#include "Outliner.hxx"
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <vcl/wrkwin.hxx>
#include <vcl/settings.hxx>
...
...
sw/qa/extras/tiledrendering/tiledrendering.cxx
Dosyayı görüntüle @
5fb93f26
...
...
@@ -8,7 +8,13 @@
*/
#include <string>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <swmodeltestbase.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
...
...
sw/source/uibase/uiview/viewsrch.cxx
Dosyayı görüntüle @
5fb93f26
...
...
@@ -22,7 +22,13 @@
#include <string>
#include <boost/scoped_ptr.hpp>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <hintids.hxx>
...
...
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