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
d451de7f
Kaydet (Commit)
d451de7f
authored
Eki 05, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:mergeclasses
Change-Id: I592eef7503bd0b492f73ea5216f436302ad79ca8
üst
4e2a8b78
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
81 deletions
+6
-81
mergeclasses.results
compilerplugins/clang/mergeclasses.results
+1
-1
Library_xo.mk
xmloff/Library_xo.mk
+0
-1
property_handler.hxx
xmloff/inc/forms/property_handler.hxx
+3
-4
property_handler_base.cxx
xmloff/source/forms/handler/property_handler_base.cxx
+0
-32
property_handler_base.hxx
xmloff/source/forms/handler/property_handler_base.hxx
+0
-41
vcl_date_handler.hxx
xmloff/source/forms/handler/vcl_date_handler.hxx
+1
-1
vcl_time_handler.hxx
xmloff/source/forms/handler/vcl_time_handler.hxx
+1
-1
No files found.
compilerplugins/clang/mergeclasses.results
Dosyayı görüntüle @
d451de7f
...
...
@@ -326,4 +326,4 @@ merge ww8::WW8Struct with ww8::WW8Sttb
merge xmloff::IEventAttacher with xmloff::OElementImport
merge xmloff::IEventAttacherManager with xmloff::ODefaultEventAttacherManager
merge xmloff::IFormsExportContext with xmloff::OFormLayerXMLExport_Impl
merge xmloff::IPropertyHandler with xmloff::PropertyHandlerBase
xmloff/Library_xo.mk
Dosyayı görüntüle @
d451de7f
...
...
@@ -176,7 +176,6 @@ $(eval $(call gb_Library_add_exception_objects,xo,\
xmloff/source/forms/property_meta_data \
xmloff/source/forms/valueproperties \
xmloff/source/forms/handler/form_handler_factory \
xmloff/source/forms/handler/property_handler_base \
xmloff/source/forms/handler/vcl_date_handler \
xmloff/source/forms/handler/vcl_time_handler \
xmloff/source/meta/MetaExportComponent \
...
...
xmloff/inc/forms/property_handler.hxx
Dosyayı görüntüle @
d451de7f
...
...
@@ -35,8 +35,7 @@ namespace xmloff
typedef
::
std
::
map
<
PropertyId
,
::
com
::
sun
::
star
::
uno
::
Any
>
PropertyValues
;
//= IPropertyHandler
class
IPropertyHandler
:
public
::
salhelper
::
SimpleReferenceObject
class
PropertyHandlerBase
:
public
::
salhelper
::
SimpleReferenceObject
{
public
:
/** retrieves the XML attribute value for the given property values
...
...
@@ -54,11 +53,11 @@ namespace xmloff
virtual
bool
getPropertyValues
(
const
OUString
&
i_attributeValue
,
PropertyValues
&
o_propertyValues
)
const
=
0
;
virtual
~
IPropertyHandler
()
{
}
virtual
~
PropertyHandlerBase
()
{
}
};
//= PPropertyHandler
typedef
::
rtl
::
Reference
<
IPropertyHandler
>
PPropertyHandler
;
typedef
rtl
::
Reference
<
PropertyHandlerBase
>
PPropertyHandler
;
//= PropertyHandlerFactory
typedef
PPropertyHandler
(
*
PropertyHandlerFactory
)(
const
PropertyId
i_propertyId
);
...
...
xmloff/source/forms/handler/property_handler_base.cxx
deleted
100644 → 0
Dosyayı görüntüle @
4e2a8b78
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "property_handler_base.hxx"
namespace
xmloff
{
//= PropertyHandlerBase
PropertyHandlerBase
::~
PropertyHandlerBase
()
{
}
}
// namespace xmloff
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
xmloff/source/forms/handler/property_handler_base.hxx
deleted
100644 → 0
Dosyayı görüntüle @
4e2a8b78
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_XMLOFF_SOURCE_FORMS_HANDLER_PROPERTY_HANDLER_BASE_HXX
#define INCLUDED_XMLOFF_SOURCE_FORMS_HANDLER_PROPERTY_HANDLER_BASE_HXX
#include "forms/property_handler.hxx"
namespace
xmloff
{
//= PropertyHandlerBase
class
PropertyHandlerBase
:
public
IPropertyHandler
{
protected
:
PropertyHandlerBase
()
{}
virtual
~
PropertyHandlerBase
();
};
}
// namespace xmloff
#endif // INCLUDED_XMLOFF_SOURCE_FORMS_HANDLER_PROPERTY_HANDLER_BASE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
xmloff/source/forms/handler/vcl_date_handler.hxx
Dosyayı görüntüle @
d451de7f
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_XMLOFF_SOURCE_FORMS_HANDLER_VCL_DATE_HANDLER_HXX
#define INCLUDED_XMLOFF_SOURCE_FORMS_HANDLER_VCL_DATE_HANDLER_HXX
#include "
property_handler_base
.hxx"
#include "
forms/property_handler
.hxx"
namespace
xmloff
{
...
...
xmloff/source/forms/handler/vcl_time_handler.hxx
Dosyayı görüntüle @
d451de7f
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_XMLOFF_SOURCE_FORMS_HANDLER_VCL_TIME_HANDLER_HXX
#define INCLUDED_XMLOFF_SOURCE_FORMS_HANDLER_VCL_TIME_HANDLER_HXX
#include "
property_handler_base
.hxx"
#include "
forms/property_handler
.hxx"
namespace
xmloff
{
...
...
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