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
bf49fc49
Kaydet (Commit)
bf49fc49
authored
Eki 23, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: unotest
Change-Id: I2c545951eba154ac34db32f97e37c03edb790fd4
üst
7bd70488
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
56 additions
and
56 deletions
+56
-56
bootstrapfixturebase.cxx
unotest/source/cpp/bootstrapfixturebase.cxx
+1
-1
filters-test.cxx
unotest/source/cpp/filters-test.cxx
+1
-1
getargument.cxx
unotest/source/cpp/getargument.cxx
+5
-5
getargument.hxx
unotest/source/cpp/getargument.hxx
+1
-1
gettestargument.cxx
unotest/source/cpp/gettestargument.cxx
+4
-4
macros_test.cxx
unotest/source/cpp/macros_test.cxx
+2
-2
officeconnection.cxx
unotest/source/cpp/officeconnection.cxx
+16
-16
toabsolutefileurl.cxx
unotest/source/cpp/toabsolutefileurl.cxx
+7
-7
unobootstrapprotector.cxx
...ource/cpp/unobootstrapprotector/unobootstrapprotector.cxx
+9
-9
unoexceptionprotector.cxx
...ource/cpp/unoexceptionprotector/unoexceptionprotector.cxx
+10
-10
No files found.
unotest/source/cpp/bootstrapfixturebase.cxx
Dosyayı görüntüle @
bf49fc49
...
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <unotest/bootstrapfixturebase.hxx>
#include <rtl/bootstrap.hxx>
...
...
unotest/source/cpp/filters-test.cxx
Dosyayı görüntüle @
bf49fc49
...
...
@@ -16,7 +16,7 @@
#include <osl/thread.h>
#include <rtl/cipher.h>
#include
"cppunit/TestAssert.h"
#include
<cppunit/TestAssert.h>
namespace
test
{
...
...
unotest/source/cpp/getargument.cxx
Dosyayı görüntüle @
bf49fc49
...
...
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include
"osl/diagnose.h"
#include
"rtl/bootstrap.hxx"
#include
"rtl/ustring.h"
#include
"rtl/ustring.hxx"
#include
<osl/diagnose.h>
#include
<rtl/bootstrap.hxx>
#include
<rtl/ustring.h>
#include
<rtl/ustring.hxx>
#include "getargument.hxx"
...
...
unotest/source/cpp/getargument.hxx
Dosyayı görüntüle @
bf49fc49
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_UNOTEST_SOURCE_CPP_GETARGUMENT_HXX
#define INCLUDED_UNOTEST_SOURCE_CPP_GETARGUMENT_HXX
#include
"sal/config.h"
#include
<sal/config.h>
namespace
test
{
...
...
unotest/source/cpp/gettestargument.cxx
Dosyayı görüntüle @
bf49fc49
...
...
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include
"rtl/ustring.h"
#include
"rtl/ustring.hxx"
#include
"unotest/gettestargument.hxx"
#include
<rtl/ustring.h>
#include
<rtl/ustring.hxx>
#include
<unotest/gettestargument.hxx>
#include "getargument.hxx"
...
...
unotest/source/cpp/macros_test.cxx
Dosyayı görüntüle @
bf49fc49
...
...
@@ -7,14 +7,14 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
"unotest/macros_test.hxx"
#include
<unotest/macros_test.hxx>
#include <vector>
#include <com/sun/star/frame/XComponentLoader.hpp>
#include <com/sun/star/document/MacroExecMode.hpp>
#include
"cppunit/TestAssert.h"
#include
<cppunit/TestAssert.h>
#include <rtl/ustrbuf.hxx>
#include <comphelper/sequence.hxx>
...
...
unotest/source/cpp/officeconnection.cxx
Dosyayı görüntüle @
bf49fc49
...
...
@@ -17,22 +17,22 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"com/sun/star/bridge/UnoUrlResolver.hpp"
#include
"com/sun/star/bridge/XUnoUrlResolver.hpp"
#include
"com/sun/star/connection/NoConnectException.hpp"
#include
"com/sun/star/frame/Desktop.hpp"
#include
"com/sun/star/lang/DisposedException.hpp"
#include
"com/sun/star/uno/Reference.hxx"
#include
"com/sun/star/uno/XComponentContext.hpp"
#include
"cppuhelper/bootstrap.hxx"
#include
"cppunit/TestAssert.h"
#include
"osl/process.h"
#include
"osl/test/uniquepipename.hxx"
#include
"osl/time.h"
#include
"sal/macros.h"
#include
"sal/types.h"
#include
"unotest/officeconnection.hxx"
#include
"unotest/toabsolutefileurl.hxx"
#include
<com/sun/star/bridge/UnoUrlResolver.hpp>
#include
<com/sun/star/bridge/XUnoUrlResolver.hpp>
#include
<com/sun/star/connection/NoConnectException.hpp>
#include
<com/sun/star/frame/Desktop.hpp>
#include
<com/sun/star/lang/DisposedException.hpp>
#include
<com/sun/star/uno/Reference.hxx>
#include
<com/sun/star/uno/XComponentContext.hpp>
#include
<cppuhelper/bootstrap.hxx>
#include
<cppunit/TestAssert.h>
#include
<osl/process.h>
#include
<osl/test/uniquepipename.hxx>
#include
<osl/time.h>
#include
<sal/macros.h>
#include
<sal/types.h>
#include
<unotest/officeconnection.hxx>
#include
<unotest/toabsolutefileurl.hxx>
#include "getargument.hxx"
...
...
unotest/source/cpp/toabsolutefileurl.cxx
Dosyayı görüntüle @
bf49fc49
...
...
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
"com/sun/star/uno/XInterface.hpp"
#include
"osl/file.hxx"
#include
"osl/process.h"
#include
"rtl/ustring.hxx"
#include
"unotest/toabsolutefileurl.hxx"
#include
<com/sun/star/uno/RuntimeException.hpp>
#include
<com/sun/star/uno/XInterface.hpp>
#include
<osl/file.hxx>
#include
<osl/process.h>
#include
<rtl/ustring.hxx>
#include
<unotest/toabsolutefileurl.hxx>
namespace
test
{
...
...
unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
Dosyayı görüntüle @
bf49fc49
...
...
@@ -21,7 +21,7 @@
#include <string>
#include <iostream>
#include
"com/sun/star/uno/Exception.hpp"
#include
<com/sun/star/uno/Exception.hpp>
#include <cppuhelper/bootstrap.hxx>
#include <comphelper/processfactory.hxx>
...
...
@@ -30,15 +30,15 @@
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include
"cppuhelper/exc_hlp.hxx"
#include
"cppunit/Message.h"
#include
"osl/thread.h"
#include
"rtl/string.hxx"
#include
"rtl/ustring.h"
#include
"rtl/ustring.hxx"
#include
"sal/types.h"
#include
<cppuhelper/exc_hlp.hxx>
#include
<cppunit/Message.h>
#include
<osl/thread.h>
#include
<rtl/string.hxx>
#include
<rtl/ustring.h>
#include
<rtl/ustring.hxx>
#include
<sal/types.h>
#include
"cppunittester/protectorfactory.hxx"
#include
<cppunittester/protectorfactory.hxx>
namespace
{
...
...
unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
Dosyayı görüntüle @
bf49fc49
...
...
@@ -20,17 +20,17 @@
#include <string>
#include <iostream>
#include
"com/sun/star/uno/Any.hxx"
#include
"com/sun/star/uno/Exception.hpp"
#include
"cppuhelper/exc_hlp.hxx"
#include
"cppunit/Message.h"
#include
"osl/thread.h"
#include
"rtl/string.hxx"
#include
"rtl/ustring.h"
#include
"rtl/ustring.hxx"
#include
"sal/types.h"
#include
<com/sun/star/uno/Any.hxx>
#include
<com/sun/star/uno/Exception.hpp>
#include
<cppuhelper/exc_hlp.hxx>
#include
<cppunit/Message.h>
#include
<osl/thread.h>
#include
<rtl/string.hxx>
#include
<rtl/ustring.h>
#include
<rtl/ustring.hxx>
#include
<sal/types.h>
#include
"cppunittester/protectorfactory.hxx"
#include
<cppunittester/protectorfactory.hxx>
namespace
{
...
...
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