summaryrefslogtreecommitdiff
path: root/extensions/source/oooimprovement
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/oooimprovement')
-rw-r--r--extensions/source/oooimprovement/config.cxx2
-rw-r--r--extensions/source/oooimprovement/config.hxx2
-rw-r--r--extensions/source/oooimprovement/corecontroller.cxx2
-rw-r--r--extensions/source/oooimprovement/corecontroller.hxx4
-rw-r--r--extensions/source/oooimprovement/errormail.cxx12
-rw-r--r--extensions/source/oooimprovement/errormail.hxx2
-rw-r--r--extensions/source/oooimprovement/invite_job.cxx2
-rw-r--r--extensions/source/oooimprovement/invite_job.hxx2
-rw-r--r--extensions/source/oooimprovement/logpacker.cxx8
-rw-r--r--extensions/source/oooimprovement/logpacker.hxx2
-rw-r--r--extensions/source/oooimprovement/logstorage.cxx22
-rw-r--r--extensions/source/oooimprovement/logstorage.hxx2
-rw-r--r--extensions/source/oooimprovement/myconfigurationhelper.cxx4
-rw-r--r--extensions/source/oooimprovement/myconfigurationhelper.hxx2
-rw-r--r--extensions/source/oooimprovement/onlogrotate_job.cxx2
-rw-r--r--extensions/source/oooimprovement/onlogrotate_job.hxx2
-rw-r--r--extensions/source/oooimprovement/oooimprovement_exports.cxx4
-rw-r--r--extensions/source/oooimprovement/soaprequest.cxx2
-rw-r--r--extensions/source/oooimprovement/soaprequest.hxx2
-rw-r--r--extensions/source/oooimprovement/soapsender.cxx22
-rw-r--r--extensions/source/oooimprovement/soapsender.hxx4
21 files changed, 53 insertions, 53 deletions
diff --git a/extensions/source/oooimprovement/config.cxx b/extensions/source/oooimprovement/config.cxx
index 67658f405414..ee181facb051 100644
--- a/extensions/source/oooimprovement/config.cxx
+++ b/extensions/source/oooimprovement/config.cxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/config.hxx b/extensions/source/oooimprovement/config.hxx
index d1e63fd76f7c..72e9d89a3225 100644
--- a/extensions/source/oooimprovement/config.hxx
+++ b/extensions/source/oooimprovement/config.hxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/corecontroller.cxx b/extensions/source/oooimprovement/corecontroller.cxx
index 66e634768fef..026186f5073f 100644
--- a/extensions/source/oooimprovement/corecontroller.cxx
+++ b/extensions/source/oooimprovement/corecontroller.cxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/corecontroller.hxx b/extensions/source/oooimprovement/corecontroller.hxx
index b54495397dcb..c8078affdce9 100644
--- a/extensions/source/oooimprovement/corecontroller.hxx
+++ b/extensions/source/oooimprovement/corecontroller.hxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -62,7 +62,7 @@ namespace oooimprovement
CoreController(const css::uno::Reference< css::lang::XMultiServiceFactory>& sm);
virtual ~CoreController();
- // css::oooimprovement::XCoreController
+ // css::oooimprovement::XCoreController
virtual sal_Bool SAL_CALL enablingUiEventsLoggerAllowed(sal_Int16 version)
throw(css::uno::RuntimeException);
virtual sal_Bool SAL_CALL showBuiltinOptionsPage(sal_Int16 version)
diff --git a/extensions/source/oooimprovement/errormail.cxx b/extensions/source/oooimprovement/errormail.cxx
index 73a8869a45a2..6ec91e4c2009 100644
--- a/extensions/source/oooimprovement/errormail.cxx
+++ b/extensions/source/oooimprovement/errormail.cxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -106,7 +106,7 @@ namespace {
{
struct utsname info;
//memset(&info, 0, sizeof(info));
- uname(&info);
+ uname(&info);
OStringBuffer result =
"<systeminfo:systeminfo xmlns:systeminfo=\"http://openoffice.org/2002/systeminfo\">\n"
"<systeminfo:System name=\""
@@ -169,19 +169,19 @@ namespace {
};
}
-namespace oooimprovement
+namespace oooimprovement
{
Errormail::Errormail(const Reference<XMultiServiceFactory>& sf)
: m_ServiceFactory(sf)
{}
-
+
OString Errormail::getXml()
{
Config config(m_ServiceFactory);
const OString usertype;
const OString email = OUStringToOString(config.getReporterEmail(), RTL_TEXTENCODING_ASCII_US);
OString feedback;
- {
+ {
OStringBuffer temp;
temp.append(config.getReportCount());
feedback = temp.makeStringAndClear();
@@ -199,7 +199,7 @@ namespace oooimprovement
+ xmlAttrEncode(title) + "</reportmail:title>\n"
"<reportmail:attachment name=\"data.zip\" media-type=\"application/zip\" class=\"OOoImprovementLog\"/>\n"
"</reportmail:mail>\n"
- + getOfficeInfoXml(m_ServiceFactory)
+ + getOfficeInfoXml(m_ServiceFactory)
+ getSystemInfoXml(m_ServiceFactory) +
"</errormail:errormail>\n";
return result.makeStringAndClear();
diff --git a/extensions/source/oooimprovement/errormail.hxx b/extensions/source/oooimprovement/errormail.hxx
index e7bd6df2b918..6fdedb54de18 100644
--- a/extensions/source/oooimprovement/errormail.hxx
+++ b/extensions/source/oooimprovement/errormail.hxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/invite_job.cxx b/extensions/source/oooimprovement/invite_job.cxx
index 8bf4a3c5d241..77cef48ce785 100644
--- a/extensions/source/oooimprovement/invite_job.cxx
+++ b/extensions/source/oooimprovement/invite_job.cxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/invite_job.hxx b/extensions/source/oooimprovement/invite_job.hxx
index 8679f092065d..801b84e75c72 100644
--- a/extensions/source/oooimprovement/invite_job.hxx
+++ b/extensions/source/oooimprovement/invite_job.hxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/logpacker.cxx b/extensions/source/oooimprovement/logpacker.cxx
index 71508ab05bcb..63bb35692df5 100644
--- a/extensions/source/oooimprovement/logpacker.cxx
+++ b/extensions/source/oooimprovement/logpacker.cxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -69,7 +69,7 @@ namespace oooimprovement
LogPacker::LogPacker(const Reference<XMultiServiceFactory>& sf)
: m_ServiceFactory(sf)
{}
-
+
sal_Int32 LogPacker::pack(const OUString& fileurl)
{
Reference<XSimpleFileAccess> file_access(
@@ -107,8 +107,8 @@ namespace oooimprovement
unzipped_stream->closeInput();
zipped_stream->flush();
zipped_stream->closeOutput();
- Reference<XTransactedObject>(storage, UNO_QUERY_THROW)->commit();
+ Reference<XTransactedObject>(storage, UNO_QUERY_THROW)->commit();
file_access->kill(fileurl);
return logged_events;
}
-}
+}
diff --git a/extensions/source/oooimprovement/logpacker.hxx b/extensions/source/oooimprovement/logpacker.hxx
index 486443095d95..791de2253855 100644
--- a/extensions/source/oooimprovement/logpacker.hxx
+++ b/extensions/source/oooimprovement/logpacker.hxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/logstorage.cxx b/extensions/source/oooimprovement/logstorage.cxx
index 7c337288460e..8a34879ae04c 100644
--- a/extensions/source/oooimprovement/logstorage.cxx
+++ b/extensions/source/oooimprovement/logstorage.cxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -59,20 +59,20 @@ namespace
result = path_sub->substituteVariables(result, sal_False);
return result;
}
-
+
static bool isZipfile(const OUString& fileurl)
{
static const OUString file_extension = OUString::createFromAscii(".zip");
- return fileurl.match(file_extension, fileurl.getLength()-file_extension.getLength());
+ return fileurl.match(file_extension, fileurl.getLength()-file_extension.getLength());
};
-
+
static bool isLogfile(const OUString& fileurl)
{
static const OUString file_extension = OUString::createFromAscii(".csv");
static const OUString current = OUString::createFromAscii("Current.csv");
return
fileurl.match(file_extension, fileurl.getLength()-file_extension.getLength())
- && !fileurl.match(current, fileurl.getLength()-current.getLength());
+ && !fileurl.match(current, fileurl.getLength()-current.getLength());
};
static bool isZipOrLogFile(const OUString& fileurl)
@@ -87,9 +87,9 @@ namespace
UNO_QUERY_THROW);
return file_access->getFolderContents(
getLogPathFromCfg(sf),
- false);
+ false);
};
-
+
static vector<OUString> getLogStoragefiles(
const Reference<XMultiServiceFactory>& sf,
bool (*condition)(const OUString& path))
@@ -101,7 +101,7 @@ namespace
if(condition(candidates[idx]))
result.push_back(candidates[idx]);
return result;
- };
+ };
static void assureLogStorageExists(const Reference<XMultiServiceFactory>& sf)
{
@@ -120,7 +120,7 @@ namespace oooimprovement
LogStorage::LogStorage(const Reference<XMultiServiceFactory>& sf)
: m_ServiceFactory(sf)
{}
-
+
void LogStorage::assureExists()
{
assureLogStorageExists(m_ServiceFactory);
@@ -140,7 +140,7 @@ namespace oooimprovement
const vector<OUString> LogStorage::getUnzippedLogFiles() const
{ return getLogStoragefiles(m_ServiceFactory, &isLogfile); }
-
+
const vector<OUString> LogStorage::getZippedLogFiles() const
{ return getLogStoragefiles(m_ServiceFactory, &isZipfile); }
-}
+}
diff --git a/extensions/source/oooimprovement/logstorage.hxx b/extensions/source/oooimprovement/logstorage.hxx
index 2def4f5eb72a..8d23d8b7142e 100644
--- a/extensions/source/oooimprovement/logstorage.hxx
+++ b/extensions/source/oooimprovement/logstorage.hxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/myconfigurationhelper.cxx b/extensions/source/oooimprovement/myconfigurationhelper.cxx
index d563b547f2bc..f53e9d86c7a9 100644
--- a/extensions/source/oooimprovement/myconfigurationhelper.cxx
+++ b/extensions/source/oooimprovement/myconfigurationhelper.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -61,7 +61,7 @@ namespace
buf.appendAscii("The requested path \"");
buf.append(path);
buf.appendAscii("\" does not exists.");
- return buf.makeStringAndClear();
+ return buf.makeStringAndClear();
};
}
diff --git a/extensions/source/oooimprovement/myconfigurationhelper.hxx b/extensions/source/oooimprovement/myconfigurationhelper.hxx
index d196f415dc33..25a58c870ff0 100644
--- a/extensions/source/oooimprovement/myconfigurationhelper.hxx
+++ b/extensions/source/oooimprovement/myconfigurationhelper.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/onlogrotate_job.cxx b/extensions/source/oooimprovement/onlogrotate_job.cxx
index a92044b87d7e..9ee771aa90a0 100644
--- a/extensions/source/oooimprovement/onlogrotate_job.cxx
+++ b/extensions/source/oooimprovement/onlogrotate_job.cxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/onlogrotate_job.hxx b/extensions/source/oooimprovement/onlogrotate_job.hxx
index 8fa902ad4c78..54f6cc0e38e8 100644
--- a/extensions/source/oooimprovement/onlogrotate_job.hxx
+++ b/extensions/source/oooimprovement/onlogrotate_job.hxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/oooimprovement_exports.cxx b/extensions/source/oooimprovement/oooimprovement_exports.cxx
index 147089dd203c..e073088a5d8a 100644
--- a/extensions/source/oooimprovement/oooimprovement_exports.cxx
+++ b/extensions/source/oooimprovement/oooimprovement_exports.cxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -107,4 +107,4 @@ extern "C"
factory->acquire();
return factory.get();
}
-}
+}
diff --git a/extensions/source/oooimprovement/soaprequest.cxx b/extensions/source/oooimprovement/soaprequest.cxx
index ea1274bd18f6..7e03ee4bdad1 100644
--- a/extensions/source/oooimprovement/soaprequest.cxx
+++ b/extensions/source/oooimprovement/soaprequest.cxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/soaprequest.hxx b/extensions/source/oooimprovement/soaprequest.hxx
index 9770093ac03c..af83a8cb8dd1 100644
--- a/extensions/source/oooimprovement/soaprequest.hxx
+++ b/extensions/source/oooimprovement/soaprequest.hxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/soapsender.cxx b/extensions/source/oooimprovement/soapsender.cxx
index 01d2af96c85d..3cbc7898c967 100644
--- a/extensions/source/oooimprovement/soapsender.cxx
+++ b/extensions/source/oooimprovement/soapsender.cxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -57,7 +57,7 @@ namespace
{
static OString getHttpPostHeader(OString path, sal_Int32 length)
{
- OStringBuffer result =
+ OStringBuffer result =
"POST " + path + " HTTP/1.0\r\n"
"Content-Type: text/xml; charset=\"utf-8\"\r\n"
"Content-Length: ";
@@ -73,7 +73,7 @@ namespace oooimprovement
: m_ServiceFactory(sf)
, m_Url(url)
{ }
-
+
void SoapSender::send(const SoapRequest& request) const
{
Reference<XTempFile> temp_file(
@@ -85,19 +85,19 @@ namespace oooimprovement
Reference<XURLTransformer> url_trans(
m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.util.URLTransformer")),
UNO_QUERY_THROW);
-
- // writing request to tempfile
+
+ // writing request to tempfile
{
Reference<XOutputStream> temp_stream = temp_file->getOutputStream();
request.writeTo(temp_stream);
temp_stream->flush();
temp_stream->closeOutput();
}
-
+
// parse Url
URL url;
{
- url.Complete = m_Url;
+ url.Complete = m_Url;
url_trans->parseStrict(url);
}
@@ -111,7 +111,7 @@ namespace oooimprovement
OUString::createFromAscii("unable to connect to SOAP server"),
Reference<XInterface>());
}
-
+
// send header
{
OStringBuffer path_on_server =
@@ -121,9 +121,9 @@ namespace oooimprovement
if(socket->write(header.getStr(), header.getLength()) != static_cast<sal_Int32>(header.getLength()))
throw RuntimeException(
OUString::createFromAscii("error while sending HTTP header"),
- Reference<XInterface>());
+ Reference<XInterface>());
}
-
+
// send soap request
{
Reference<XInputStream> temp_stream = file_access->openFileRead(temp_file->getUri());
@@ -157,4 +157,4 @@ namespace oooimprovement
Reference<XInterface>());
}
}
-}
+}
diff --git a/extensions/source/oooimprovement/soapsender.hxx b/extensions/source/oooimprovement/soapsender.hxx
index d826582bd0d7..fb60f626f3bc 100644
--- a/extensions/source/oooimprovement/soapsender.hxx
+++ b/extensions/source/oooimprovement/soapsender.hxx
@@ -1,6 +1,6 @@
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,7 +49,7 @@ namespace oooimprovement
void send(const SoapRequest& request) const;
private:
const css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory;
- const ::rtl::OUString m_Url;
+ const ::rtl::OUString m_Url;
};
#undef css
}