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
9ab5bb0c
Kaydet (Commit)
9ab5bb0c
authored
Eyl 12, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark as const
Change-Id: I1d62c66bd89ec5a813eb7b211042e392903c8baf
üst
8a47e4a2
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
19 additions
and
19 deletions
+19
-19
StyleOASISTContext.cxx
xmloff/source/transform/StyleOASISTContext.cxx
+1
-1
StyleOOoTContext.cxx
xmloff/source/transform/StyleOOoTContext.cxx
+6
-6
SchemaContext.cxx
xmloff/source/xforms/SchemaContext.cxx
+2
-2
SchemaRestrictionContext.cxx
xmloff/source/xforms/SchemaRestrictionContext.cxx
+2
-2
SchemaSimpleTypeContext.cxx
xmloff/source/xforms/SchemaSimpleTypeContext.cxx
+2
-2
XFormsBindContext.cxx
xmloff/source/xforms/XFormsBindContext.cxx
+1
-1
XFormsInstanceContext.cxx
xmloff/source/xforms/XFormsInstanceContext.cxx
+1
-1
XFormsModelContext.cxx
xmloff/source/xforms/XFormsModelContext.cxx
+2
-2
XFormsSubmissionContext.cxx
xmloff/source/xforms/XFormsSubmissionContext.cxx
+1
-1
xformsapi.cxx
xmloff/source/xforms/xformsapi.cxx
+1
-1
No files found.
xmloff/source/transform/StyleOASISTContext.cxx
Dosyayı görüntüle @
9ab5bb0c
...
...
@@ -41,7 +41,7 @@ using namespace ::xmloff::token;
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
::
xml
::
sax
;
static
sal_uInt16
aAttrActionMaps
[
XML_PROP_TYPE_END
]
=
static
const
sal_uInt16
aAttrActionMaps
[
XML_PROP_TYPE_END
]
=
{
PROP_OASIS_GRAPHIC_ATTR_ACTIONS
,
PROP_OASIS_DRAWING_PAGE_ATTR_ACTIONS
,
// DRAWING_PAGE
...
...
xmloff/source/transform/StyleOOoTContext.cxx
Dosyayı görüntüle @
9ab5bb0c
...
...
@@ -60,7 +60,7 @@ const sal_uInt16 MAX_PROP_TYPES = 4;
{ XML_PROP_TYPE_##a, XML_PROP_TYPE_##END, \
XML_PROP_TYPE_END, XML_PROP_TYPE_END }
static
XMLPropType
aPropTypes
[
XML_FAMILY_TYPE_END
][
MAX_PROP_TYPES
]
=
static
const
XMLPropType
aPropTypes
[
XML_FAMILY_TYPE_END
][
MAX_PROP_TYPES
]
=
{
ENTRY3
(
GRAPHIC
,
PARAGRAPH
,
TEXT
),
// XML_FAMILY_TYPE_GRAPHIC,
ENTRY3
(
GRAPHIC
,
PARAGRAPH
,
TEXT
),
// XML_FAMILY_TYPE_PRESENTATION,
...
...
@@ -87,7 +87,7 @@ static XMLPropType aPropTypes[XML_FAMILY_TYPE_END][MAX_PROP_TYPES] =
ENTRY1
(
END
)
// XML_FAMILY_TYPE_PRESENTATION_PAGE_LAYOUT,
};
static
XMLTokenEnum
aPropTokens
[
XML_PROP_TYPE_END
]
=
static
const
XMLTokenEnum
aPropTokens
[
XML_PROP_TYPE_END
]
=
{
XML_GRAPHIC_PROPERTIES
,
XML_DRAWING_PAGE_PROPERTIES
,
...
...
@@ -105,7 +105,7 @@ static XMLTokenEnum aPropTokens[XML_PROP_TYPE_END] =
XML_CHART_PROPERTIES
};
static
sal_uInt16
aAttrActionMaps
[
XML_PROP_TYPE_END
]
=
static
const
sal_uInt16
aAttrActionMaps
[
XML_PROP_TYPE_END
]
=
{
PROP_OOO_GRAPHIC_ATTR_ACTIONS
,
PROP_OOO_DRAWING_PAGE_ATTR_ACTIONS
,
// DRAWING_PAGE
...
...
@@ -123,7 +123,7 @@ static sal_uInt16 aAttrActionMaps[XML_PROP_TYPE_END] =
PROP_OOO_CHART_ATTR_ACTIONS
};
static
sal_uInt16
aElemActionMaps
[
XML_PROP_TYPE_END
]
=
static
const
sal_uInt16
aElemActionMaps
[
XML_PROP_TYPE_END
]
=
{
PROP_OOO_GRAPHIC_ELEM_ACTIONS
,
MAX_OOO_PROP_ACTIONS
,
...
...
@@ -240,7 +240,7 @@ public:
XMLPropertiesOOoTContext_Impl
(
XMLTransformerBase
&
rTransformer
,
const
OUString
&
rQName
,
XMLPropTypes
&
rTypes
,
const
XMLPropTypes
&
rTypes
,
sal_Bool
bPersistent
);
virtual
~
XMLPropertiesOOoTContext_Impl
();
...
...
@@ -372,7 +372,7 @@ XMLTypedPropertiesOOoTContext_Impl
XMLPropertiesOOoTContext_Impl
::
XMLPropertiesOOoTContext_Impl
(
XMLTransformerBase
&
rImp
,
const
OUString
&
rQName
,
XMLPropTypes
&
rTypes
,
const
XMLPropTypes
&
rTypes
,
sal_Bool
bPersistent
)
:
XMLTransformerContext
(
rImp
,
rQName
),
m_bPersistent
(
bPersistent
)
...
...
xmloff/source/xforms/SchemaContext.cxx
Dosyayı görüntüle @
9ab5bb0c
...
...
@@ -41,12 +41,12 @@ using namespace xmloff::token;
static
SvXMLTokenMapEntry
aAttributes
[]
=
static
const
SvXMLTokenMapEntry
aAttributes
[]
=
{
XML_TOKEN_MAP_END
};
static
SvXMLTokenMapEntry
aChildren
[]
=
static
const
SvXMLTokenMapEntry
aChildren
[]
=
{
TOKEN_MAP_ENTRY
(
XSD
,
SIMPLETYPE
),
XML_TOKEN_MAP_END
...
...
xmloff/source/xforms/SchemaRestrictionContext.cxx
Dosyayı görüntüle @
9ab5bb0c
...
...
@@ -58,13 +58,13 @@ using namespace xmloff::token;
static
SvXMLTokenMapEntry
aAttributes
[]
=
static
const
SvXMLTokenMapEntry
aAttributes
[]
=
{
TOKEN_MAP_ENTRY
(
NONE
,
BASE
),
XML_TOKEN_MAP_END
};
static
SvXMLTokenMapEntry
aChildren
[]
=
static
const
SvXMLTokenMapEntry
aChildren
[]
=
{
TOKEN_MAP_ENTRY
(
XSD
,
LENGTH
),
TOKEN_MAP_ENTRY
(
XSD
,
MINLENGTH
),
...
...
xmloff/source/xforms/SchemaSimpleTypeContext.cxx
Dosyayı görüntüle @
9ab5bb0c
...
...
@@ -40,13 +40,13 @@ using namespace xmloff::token;
static
SvXMLTokenMapEntry
aAttributes
[]
=
static
const
SvXMLTokenMapEntry
aAttributes
[]
=
{
TOKEN_MAP_ENTRY
(
NONE
,
NAME
),
XML_TOKEN_MAP_END
};
static
SvXMLTokenMapEntry
aChildren
[]
=
static
const
SvXMLTokenMapEntry
aChildren
[]
=
{
TOKEN_MAP_ENTRY
(
XSD
,
RESTRICTION
),
XML_TOKEN_MAP_END
...
...
xmloff/source/xforms/XFormsBindContext.cxx
Dosyayı görüntüle @
9ab5bb0c
...
...
@@ -47,7 +47,7 @@ using namespace xmloff::token;
static
struct
SvXMLTokenMapEntry
aAttributeMap
[]
=
static
const
struct
SvXMLTokenMapEntry
aAttributeMap
[]
=
{
TOKEN_MAP_ENTRY
(
NONE
,
NODESET
),
TOKEN_MAP_ENTRY
(
NONE
,
ID
),
...
...
xmloff/source/xforms/XFormsInstanceContext.cxx
Dosyayı görüntüle @
9ab5bb0c
...
...
@@ -52,7 +52,7 @@ using xmloff::token::XML_INSTANCE;
using
xmloff
::
token
::
XML_SRC
;
using
xmloff
::
token
::
XML_ID
;
static
SvXMLTokenMapEntry
aAttributes
[]
=
static
const
SvXMLTokenMapEntry
aAttributes
[]
=
{
TOKEN_MAP_ENTRY
(
NONE
,
SRC
),
TOKEN_MAP_ENTRY
(
NONE
,
ID
),
...
...
xmloff/source/xforms/XFormsModelContext.cxx
Dosyayı görüntüle @
9ab5bb0c
...
...
@@ -47,14 +47,14 @@ using namespace xmloff::token;
static
SvXMLTokenMapEntry
aAttributes
[]
=
static
const
SvXMLTokenMapEntry
aAttributes
[]
=
{
TOKEN_MAP_ENTRY
(
NONE
,
ID
),
TOKEN_MAP_ENTRY
(
NONE
,
SCHEMA
),
XML_TOKEN_MAP_END
};
static
SvXMLTokenMapEntry
aChildren
[]
=
static
const
SvXMLTokenMapEntry
aChildren
[]
=
{
TOKEN_MAP_ENTRY
(
XFORMS
,
INSTANCE
),
TOKEN_MAP_ENTRY
(
XFORMS
,
BIND
),
...
...
xmloff/source/xforms/XFormsSubmissionContext.cxx
Dosyayı görüntüle @
9ab5bb0c
...
...
@@ -47,7 +47,7 @@ using namespace xmloff::token;
static
struct
SvXMLTokenMapEntry
aAttributeMap
[]
=
static
const
struct
SvXMLTokenMapEntry
aAttributeMap
[]
=
{
TOKEN_MAP_ENTRY
(
NONE
,
ID
),
TOKEN_MAP_ENTRY
(
NONE
,
BIND
),
...
...
xmloff/source/xforms/xformsapi.cxx
Dosyayı görüntüle @
9ab5bb0c
...
...
@@ -172,7 +172,7 @@ void xforms_setValue( Reference<XPropertySet>& xPropertySet,
}
#define TOKEN_MAP_ENTRY(NAMESPACE,TOKEN) { XML_NAMESPACE_##NAMESPACE, xmloff::token::XML_##TOKEN, xmloff::token::XML_##TOKEN }
static
SvXMLTokenMapEntry
aTypes
[]
=
static
const
SvXMLTokenMapEntry
aTypes
[]
=
{
TOKEN_MAP_ENTRY
(
XSD
,
STRING
),
TOKEN_MAP_ENTRY
(
XSD
,
DECIMAL
),
...
...
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