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
d1a00bb6
Kaydet (Commit)
d1a00bb6
authored
Kas 09, 2013
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#65108 inter-module includes <> include/unotest
Change-Id: I68cff1dbf395b114ed577783e2fd6d1bc5451261
üst
945fb8c2
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
20 additions
and
20 deletions
+20
-20
bootstrapfixturebase.hxx
include/unotest/bootstrapfixturebase.hxx
+5
-5
unotestdllapi.hxx
include/unotest/detail/unotestdllapi.hxx
+2
-2
filters-test.hxx
include/unotest/filters-test.hxx
+1
-1
gettestargument.hxx
include/unotest/gettestargument.hxx
+2
-2
macros_test.hxx
include/unotest/macros_test.hxx
+1
-1
officeconnection.hxx
include/unotest/officeconnection.hxx
+5
-5
toabsolutefileurl.hxx
include/unotest/toabsolutefileurl.hxx
+2
-2
uniquepipename.hxx
include/unotest/uniquepipename.hxx
+2
-2
No files found.
include/unotest/bootstrapfixturebase.hxx
Dosyayı görüntüle @
d1a00bb6
...
@@ -16,11 +16,11 @@
...
@@ -16,11 +16,11 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include
"cppunit/TestAssert.h"
#include
<cppunit/TestAssert.h>
#include
"cppunit/TestFixture.h"
#include
<cppunit/TestFixture.h>
#include
"cppunit/extensions/HelperMacros.h"
#include
<cppunit/extensions/HelperMacros.h>
#include
"cppunit/plugin/TestPlugIn.h"
#include
<cppunit/plugin/TestPlugIn.h>
#include
"unotest/detail/unotestdllapi.hxx"
#include
<unotest/detail/unotestdllapi.hxx>
namespace
test
{
namespace
test
{
...
...
include/unotest/detail/unotestdllapi.hxx
Dosyayı görüntüle @
d1a00bb6
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
#ifndef INCLUDED_UNOTEST_DETAIL_UNOTESTDLLAPI_HXX
#ifndef INCLUDED_UNOTEST_DETAIL_UNOTESTDLLAPI_HXX
#define INCLUDED_UNOTEST_DETAIL_UNOTESTDLLAPI_HXX
#define INCLUDED_UNOTEST_DETAIL_UNOTESTDLLAPI_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"sal/types.h"
#include
<sal/types.h>
#if defined OOO_DLLIMPLEMENTATION_UNOTEST
#if defined OOO_DLLIMPLEMENTATION_UNOTEST
#define OOO_DLLPUBLIC_UNOTEST SAL_DLLPUBLIC_EXPORT
#define OOO_DLLPUBLIC_UNOTEST SAL_DLLPUBLIC_EXPORT
...
...
include/unotest/filters-test.hxx
Dosyayı görüntüle @
d1a00bb6
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#include <comphelper/documentconstants.hxx>
#include <comphelper/documentconstants.hxx>
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include
"unotest/detail/unotestdllapi.hxx"
#include
<unotest/detail/unotestdllapi.hxx>
namespace
test
{
namespace
test
{
...
...
include/unotest/gettestargument.hxx
Dosyayı görüntüle @
d1a00bb6
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
#ifndef INCLUDED_UNOTEST_GETTESTARGUMENT_HXX
#ifndef INCLUDED_UNOTEST_GETTESTARGUMENT_HXX
#define INCLUDED_UNOTEST_GETTESTARGUMENT_HXX
#define INCLUDED_UNOTEST_GETTESTARGUMENT_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"unotest/detail/unotestdllapi.hxx"
#include
<unotest/detail/unotestdllapi.hxx>
namespace
test
{
namespace
test
{
...
...
include/unotest/macros_test.hxx
Dosyayı görüntüle @
d1a00bb6
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#define INCLUDED_UNOTEST_MACROS_TEST_HXX
#define INCLUDED_UNOTEST_MACROS_TEST_HXX
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include
"unotest/detail/unotestdllapi.hxx"
#include
<unotest/detail/unotestdllapi.hxx>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/frame/XDesktop2.hpp>
#include <com/sun/star/frame/XDesktop2.hpp>
...
...
include/unotest/officeconnection.hxx
Dosyayı görüntüle @
d1a00bb6
...
@@ -20,12 +20,12 @@
...
@@ -20,12 +20,12 @@
#ifndef INCLUDED_UNOTEST_OFFICECONNECTION_HXX
#ifndef INCLUDED_UNOTEST_OFFICECONNECTION_HXX
#define INCLUDED_UNOTEST_OFFICECONNECTION_HXX
#define INCLUDED_UNOTEST_OFFICECONNECTION_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"boost/noncopyable.hpp"
#include
<boost/noncopyable.hpp>
#include
"com/sun/star/uno/Reference.hxx"
#include
<com/sun/star/uno/Reference.hxx>
#include
"osl/process.h"
#include
<osl/process.h>
#include
"unotest/detail/unotestdllapi.hxx"
#include
<unotest/detail/unotestdllapi.hxx>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
class
XComponentContext
;
class
XComponentContext
;
...
...
include/unotest/toabsolutefileurl.hxx
Dosyayı görüntüle @
d1a00bb6
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
#ifndef INCLUDED_UNOTEST_TOABSOLUTEFILEURL_HXX
#ifndef INCLUDED_UNOTEST_TOABSOLUTEFILEURL_HXX
#define INCLUDED_UNOTEST_TOABSOLUTEFILEURL_HXX
#define INCLUDED_UNOTEST_TOABSOLUTEFILEURL_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"unotest/detail/unotestdllapi.hxx"
#include
<unotest/detail/unotestdllapi.hxx>
namespace
test
{
namespace
test
{
...
...
include/unotest/uniquepipename.hxx
Dosyayı görüntüle @
d1a00bb6
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
#ifndef INCLUDED_UNOTEST_UNIQUEPIPENAME_HXX
#ifndef INCLUDED_UNOTEST_UNIQUEPIPENAME_HXX
#define INCLUDED_UNOTEST_UNIQUEPIPENAME_HXX
#define INCLUDED_UNOTEST_UNIQUEPIPENAME_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"unotest/detail/unotestdllapi.hxx"
#include
<unotest/detail/unotestdllapi.hxx>
namespace
test
{
namespace
test
{
...
...
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