Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 727188 | Differences between
and this patch

Collapse All | Expand All

(-)a/sot/source/sdstor/ucbstorage.cxx (+2 lines)
Lines 78-83 Link Here
78
static int nOpenStreams=0;
78
static int nOpenStreams=0;
79
#endif
79
#endif
80
80
81
template class css::uno::Reference <css::io::XInputStream>;
82
81
typedef ::cppu::WeakImplHelper < XInputStream, XSeekable > FileInputStreamWrapper_Base;
83
typedef ::cppu::WeakImplHelper < XInputStream, XSeekable > FileInputStreamWrapper_Base;
82
class FileStreamWrapper_Impl : public FileInputStreamWrapper_Base
84
class FileStreamWrapper_Impl : public FileInputStreamWrapper_Base
83
{
85
{
(-)a/svtools/source/misc/embedhlp.cxx (-1 / +5 lines)
Lines 56-61 Link Here
56
56
57
using namespace com::sun::star;
57
using namespace com::sun::star;
58
58
59
template class uno::Reference<io::XInputStream>;
60
59
namespace svt {
61
namespace svt {
60
62
61
class EmbedEventListener_Impl : public ::cppu::WeakImplHelper < embed::XStateChangeListener,
63
class EmbedEventListener_Impl : public ::cppu::WeakImplHelper < embed::XStateChangeListener,
62
-- a/svtools/source/misc/imageresourceaccess.cxx   2020-12-15 10:08:58.963211392 +0000
64
++ b/svtools/source/misc/imageresourceaccess.cxx   2020-12-15 10:10:27.089875761 +0000
Lines 31-36 Link Here
31
#include <unotools/streamwrap.hxx>
31
#include <unotools/streamwrap.hxx>
32
#include <cppuhelper/implbase.hxx>
32
#include <cppuhelper/implbase.hxx>
33
template class com::sun::star::uno::Reference<com::sun::star::io::XInputStream>;
34
33
namespace svt::GraphicAccess
35
namespace svt::GraphicAccess
34
{
36
{
(-)a/starmath/source/mathml/mathmlimport.cxx (+4 lines)
Lines 80-84 Link Here
80
using namespace ::com::sun::star;
80
using namespace ::com::sun::star;
81
using namespace ::xmloff::token;
81
using namespace ::xmloff::token;
82
82
83
template class uno::Reference<io::XInputStream>;
84
template class cppu::ImplInheritanceHelper<utl::OInputStreamWrapper, io::XSeekable>;
85
template class cppu::WeakImplHelper<io::XInputStream>;
86
83
namespace
87
namespace
84
{
88
{
(-)a/filter/source/msfilter/msdffimp.cxx (+2 lines)
Lines 187-192 Link Here
187
using namespace drawing             ;
187
using namespace drawing             ;
188
using namespace container           ;
188
using namespace container           ;
189
189
190
template class uno::Reference<io::XInputStream>;
191
190
// static counter for OLE-Objects
192
// static counter for OLE-Objects
191
static sal_uInt32 nMSOleObjCntr = 0;
193
static sal_uInt32 nMSOleObjCntr = 0;
192
#define MSO_OLE_Obj "MSO_OLE_Obj"
194
#define MSO_OLE_Obj "MSO_OLE_Obj"
(-)a/writerfilter/source/rtftok/rtfdocumentimpl.cxx (+2 lines)
Lines 54-59 Link Here
54
54
55
using namespace com::sun::star;
55
using namespace com::sun::star;
56
56
57
template class uno::Reference<io::XInputStream>;
58
57
namespace
59
namespace
58
{
60
{
59
/// Returns an util::DateTime from a 'YYYY. MM. DD.' string.
61
/// Returns an util::DateTime from a 'YYYY. MM. DD.' string.
(-)a/sd/source/filter/xml/sdxmlwrp.cxx (+2 lines)
Lines 83-88 Link Here
83
using namespace com::sun::star::document;
83
using namespace com::sun::star::document;
84
using namespace comphelper;
84
using namespace comphelper;
85
85
86
template class uno::Reference<io::XInputStream>;
87
86
#define SD_XML_READERROR ErrCode(1234)
88
#define SD_XML_READERROR ErrCode(1234)
87
89
88
char const sXML_export_impress_meta_oasis_service[] = "com.sun.star.comp.Impress.XMLOasisMetaExporter";
90
char const sXML_export_impress_meta_oasis_service[] = "com.sun.star.comp.Impress.XMLOasisMetaExporter";
(-)a/sw/source/filter/xml/xmlimp.cxx (+2 lines)
Lines 90-95 Link Here
90
using namespace ::xmloff::token;
90
using namespace ::xmloff::token;
91
using namespace ::std;
91
using namespace ::std;
92
92
93
template class uno::Reference<io::XInputStream>;
94
93
namespace {
95
namespace {
94
96
95
enum SwXMLDocTokens
97
enum SwXMLDocTokens
(-)a/editeng/source/xml/xmltxtimp.cxx (+2 lines)
Lines 45-50 Link Here
45
using namespace cppu;
45
using namespace cppu;
46
using namespace xmloff::token;
46
using namespace xmloff::token;
47
47
48
template class ::cppu::WeakImplHelper<css::io::XInputStream>;
49
48
namespace {
50
namespace {
49
51
50
class SvxXMLTextImportContext : public SvXMLImportContext
52
class SvxXMLTextImportContext : public SvXMLImportContext
(-)a/filter/source/msfilter/msoleexp.cxx (+2 lines)
Lines 47-52 Link Here
47
47
48
using namespace ::com::sun::star;
48
using namespace ::com::sun::star;
49
49
50
template class uno::Reference<io::XOutputStream>;
51
50
static SvGlobalName GetEmbeddedVersion( const SvGlobalName& aAppName )
52
static SvGlobalName GetEmbeddedVersion( const SvGlobalName& aAppName )
51
{
53
{
52
    if ( aAppName == SvGlobalName( SO3_SM_CLASSID_60 ) )
54
    if ( aAppName == SvGlobalName( SO3_SM_CLASSID_60 ) )
(-)a/editeng/source/misc/svxacorr.cxx (+2 lines)
Lines 79-84 Link Here
79
using namespace ::xmloff::token;
79
using namespace ::xmloff::token;
80
using namespace ::utl;
80
using namespace ::utl;
81
81
82
template class uno::Reference<io::XOutputStream>;
83
82
namespace {
84
namespace {
83
85
84
enum class Flags {
86
enum class Flags {
(-)a/sd/source/filter/sdpptwrp.cxx (+3 lines)
Lines 40-45 Link Here
40
using namespace ::com::sun::star::task;
40
using namespace ::com::sun::star::task;
41
using namespace ::com::sun::star::frame;
41
using namespace ::com::sun::star::frame;
42
42
43
using namespace ::com::sun::star;
44
template class uno::Reference<io::XInputStream>;
45
43
typedef sal_Bool ( *ExportPPTPointer )( const std::vector< css::beans::PropertyValue >&, tools::SvRef<SotStorage> const&,
46
typedef sal_Bool ( *ExportPPTPointer )( const std::vector< css::beans::PropertyValue >&, tools::SvRef<SotStorage> const&,
44
                                             Reference< XModel > const &,
47
                                             Reference< XModel > const &,
45
                                             Reference< XStatusIndicator > const &,
48
                                             Reference< XStatusIndicator > const &,
(-)a/sc/source/ui/app/drwtrans.cxx (+2 lines)
Lines 60-65 Link Here
60
60
61
using namespace com::sun::star;
61
using namespace com::sun::star;
62
62
63
template class uno::Reference<io::XOutputStream>;
64
63
constexpr sal_uInt32 SCDRAWTRANS_TYPE_EMBOBJ    = 1;
65
constexpr sal_uInt32 SCDRAWTRANS_TYPE_EMBOBJ    = 1;
64
constexpr sal_uInt32 SCDRAWTRANS_TYPE_DRAWMODEL = 2;
66
constexpr sal_uInt32 SCDRAWTRANS_TYPE_DRAWMODEL = 2;
65
constexpr sal_uInt32 SCDRAWTRANS_TYPE_DOCUMENT  = 3;
67
constexpr sal_uInt32 SCDRAWTRANS_TYPE_DOCUMENT  = 3;
(-)a/filter/source/xsltdialog/xmlfilterjar.cxx (+3 lines)
Lines 59-64 Link Here
59
59
60
using ::rtl::Uri;
60
using ::rtl::Uri;
61
61
62
template class uno::Reference<io::XInputStream>;
63
template class uno::Reference<io::XOutputStream>;
64
62
XMLFilterJarHelper::XMLFilterJarHelper( const Reference< XComponentContext >& rxContext )
65
XMLFilterJarHelper::XMLFilterJarHelper( const Reference< XComponentContext >& rxContext )
63
: mxContext( rxContext ),
66
: mxContext( rxContext ),
64
    sVndSunStarPackage( "vnd.sun.star.Package:" ),
67
    sVndSunStarPackage( "vnd.sun.star.Package:" ),
(-)a/sc/source/filter/xml/xmlimprt.cxx (+2 lines)
Lines 112-117 Link Here
112
using namespace ::xmloff::token;
112
using namespace ::xmloff::token;
113
using namespace ::formula;
113
using namespace ::formula;
114
114
115
template class uno::Reference<io::XInputStream>;
116
115
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface*
117
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface*
116
Calc_XMLOasisImporter_get_implementation(
118
Calc_XMLOasisImporter_get_implementation(
117
    css::uno::XComponentContext* context, css::uno::Sequence<css::uno::Any> const& )
119
    css::uno::XComponentContext* context, css::uno::Sequence<css::uno::Any> const& )
(-)a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx (+2 lines)
Lines 63-66 Link Here
63
using namespace ::com::sun::star::accessibility;
63
using namespace ::com::sun::star::accessibility;
64
64
65
template class cppu::WeakImplHelper<com::sun::star::accessibility::XAccessibleRelationSet>;
66
65
const sal_Unicode cRulerDot         = '.';
67
const sal_Unicode cRulerDot         = '.';
66
const sal_Unicode cRulerLine        = '|';
68
const sal_Unicode cRulerLine        = '|';

Return to bug 727188