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
7480948d
Kaydet (Commit)
7480948d
authored
Eyl 15, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
xmloff: sal_Bool -> bool
Change-Id: Ic1e599568ece7e6bba354845a6cf85fa090e67bd
üst
5e9e36f2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
DeepTContext.cxx
xmloff/source/transform/DeepTContext.cxx
+1
-1
OOo2Oasis.cxx
xmloff/source/transform/OOo2Oasis.cxx
+2
-2
OOo2Oasis.hxx
xmloff/source/transform/OOo2Oasis.hxx
+2
-2
Oasis2OOo.cxx
xmloff/source/transform/Oasis2OOo.cxx
+2
-2
Oasis2OOo.hxx
xmloff/source/transform/Oasis2OOo.hxx
+2
-2
TransformerBase.hxx
xmloff/source/transform/TransformerBase.hxx
+2
-2
No files found.
xmloff/source/transform/DeepTContext.cxx
Dosyayı görüntüle @
7480948d
...
@@ -133,7 +133,7 @@ XMLTransformerContext *XMLPersElemContentTContext::CreateChildContext(
...
@@ -133,7 +133,7 @@ XMLTransformerContext *XMLPersElemContentTContext::CreateChildContext(
break
;
break
;
default
:
default
:
pContext
=
GetTransformer
().
CreateUserDefinedContext
(
pContext
=
GetTransformer
().
CreateUserDefinedContext
(
(
*
aIter
).
second
,
rQName
,
sal_T
rue
);
(
*
aIter
).
second
,
rQName
,
t
rue
);
OSL_ENSURE
(
pContext
&&
pContext
->
IsPersistent
(),
OSL_ENSURE
(
pContext
&&
pContext
->
IsPersistent
(),
"unknown or not persistent action"
);
"unknown or not persistent action"
);
if
(
pContext
&&
!
pContext
->
IsPersistent
()
)
if
(
pContext
&&
!
pContext
->
IsPersistent
()
)
...
...
xmloff/source/transform/OOo2Oasis.cxx
Dosyayı görüntüle @
7480948d
...
@@ -1545,7 +1545,7 @@ void XMLTableOOoTransformerContext_Impl::EndElement()
...
@@ -1545,7 +1545,7 @@ void XMLTableOOoTransformerContext_Impl::EndElement()
XMLTransformerContext
*
OOo2OasisTransformer
::
CreateUserDefinedContext
(
XMLTransformerContext
*
OOo2OasisTransformer
::
CreateUserDefinedContext
(
const
TransformerAction_Impl
&
rAction
,
const
TransformerAction_Impl
&
rAction
,
const
OUString
&
rQName
,
const
OUString
&
rQName
,
sal_B
ool
bPersistent
)
b
ool
bPersistent
)
{
{
switch
(
rAction
.
m_nActionType
)
switch
(
rAction
.
m_nActionType
)
{
{
...
@@ -1775,7 +1775,7 @@ XMLTransformerActions *OOo2OasisTransformer::GetUserDefinedActions(
...
@@ -1775,7 +1775,7 @@ XMLTransformerActions *OOo2OasisTransformer::GetUserDefinedActions(
return
pActions
;
return
pActions
;
}
}
OUString
OOo2OasisTransformer
::
GetEventName
(
const
OUString
&
rName
,
sal_B
ool
)
OUString
OOo2OasisTransformer
::
GetEventName
(
const
OUString
&
rName
,
b
ool
)
{
{
if
(
!
m_pEventMap
)
if
(
!
m_pEventMap
)
m_pEventMap
=
XMLEventOOoTransformerContext
::
CreateEventMap
();
m_pEventMap
=
XMLEventOOoTransformerContext
::
CreateEventMap
();
...
...
xmloff/source/transform/OOo2Oasis.hxx
Dosyayı görüntüle @
7480948d
...
@@ -42,7 +42,7 @@ protected:
...
@@ -42,7 +42,7 @@ protected:
virtual
XMLTransformerContext
*
CreateUserDefinedContext
(
virtual
XMLTransformerContext
*
CreateUserDefinedContext
(
const
TransformerAction_Impl
&
rAction
,
const
TransformerAction_Impl
&
rAction
,
const
OUString
&
rQName
,
const
OUString
&
rQName
,
sal_Bool
bPersistent
=
sal_F
alse
)
SAL_OVERRIDE
;
bool
bPersistent
=
f
alse
)
SAL_OVERRIDE
;
virtual
XMLTransformerActions
*
GetUserDefinedActions
(
sal_uInt16
n
)
SAL_OVERRIDE
;
virtual
XMLTransformerActions
*
GetUserDefinedActions
(
sal_uInt16
n
)
SAL_OVERRIDE
;
...
@@ -98,7 +98,7 @@ public:
...
@@ -98,7 +98,7 @@ public:
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
OUString
GetEventName
(
const
OUString
&
rName
,
virtual
OUString
GetEventName
(
const
OUString
&
rName
,
sal_Bool
bForm
=
sal_F
alse
)
SAL_OVERRIDE
;
bool
bForm
=
f
alse
)
SAL_OVERRIDE
;
};
};
#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_OOO2OASIS_HXX
#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_OOO2OASIS_HXX
...
...
xmloff/source/transform/Oasis2OOo.cxx
Dosyayı görüntüle @
7480948d
...
@@ -1623,7 +1623,7 @@ void XMLTrackedChangesOASISTContext_Impl::StartElement(
...
@@ -1623,7 +1623,7 @@ void XMLTrackedChangesOASISTContext_Impl::StartElement(
XMLTransformerContext
*
Oasis2OOoTransformer
::
CreateUserDefinedContext
(
XMLTransformerContext
*
Oasis2OOoTransformer
::
CreateUserDefinedContext
(
const
TransformerAction_Impl
&
rAction
,
const
TransformerAction_Impl
&
rAction
,
const
OUString
&
rQName
,
const
OUString
&
rQName
,
sal_B
ool
bPersistent
)
b
ool
bPersistent
)
{
{
switch
(
rAction
.
m_nActionType
)
switch
(
rAction
.
m_nActionType
)
{
{
...
@@ -1893,7 +1893,7 @@ XMLTransformerActions *Oasis2OOoTransformer::GetUserDefinedActions(
...
@@ -1893,7 +1893,7 @@ XMLTransformerActions *Oasis2OOoTransformer::GetUserDefinedActions(
}
}
OUString
Oasis2OOoTransformer
::
GetEventName
(
const
OUString
&
rName
,
OUString
Oasis2OOoTransformer
::
GetEventName
(
const
OUString
&
rName
,
sal_B
ool
bForm
)
b
ool
bForm
)
{
{
if
(
bForm
&&
!
m_pFormEventMap
)
if
(
bForm
&&
!
m_pFormEventMap
)
m_pFormEventMap
=
m_pFormEventMap
=
...
...
xmloff/source/transform/Oasis2OOo.hxx
Dosyayı görüntüle @
7480948d
...
@@ -36,7 +36,7 @@ protected:
...
@@ -36,7 +36,7 @@ protected:
virtual
XMLTransformerContext
*
CreateUserDefinedContext
(
virtual
XMLTransformerContext
*
CreateUserDefinedContext
(
const
TransformerAction_Impl
&
rAction
,
const
TransformerAction_Impl
&
rAction
,
const
OUString
&
rQName
,
const
OUString
&
rQName
,
sal_Bool
bPersistent
=
sal_F
alse
)
SAL_OVERRIDE
;
bool
bPersistent
=
f
alse
)
SAL_OVERRIDE
;
virtual
XMLTransformerActions
*
GetUserDefinedActions
(
sal_uInt16
n
)
SAL_OVERRIDE
;
virtual
XMLTransformerActions
*
GetUserDefinedActions
(
sal_uInt16
n
)
SAL_OVERRIDE
;
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
virtual
sal_Int64
SAL_CALL
getSomething
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
aIdentifier
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Int64
SAL_CALL
getSomething
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
aIdentifier
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
OUString
GetEventName
(
const
OUString
&
rName
,
virtual
OUString
GetEventName
(
const
OUString
&
rName
,
sal_B
ool
bForm
)
SAL_OVERRIDE
;
b
ool
bForm
)
SAL_OVERRIDE
;
};
};
#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_OASIS2OOO_HXX
#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_OASIS2OOO_HXX
...
...
xmloff/source/transform/TransformerBase.hxx
Dosyayı görüntüle @
7480948d
...
@@ -134,9 +134,9 @@ public:
...
@@ -134,9 +134,9 @@ public:
virtual
XMLTransformerContext
*
CreateUserDefinedContext
(
virtual
XMLTransformerContext
*
CreateUserDefinedContext
(
const
TransformerAction_Impl
&
rAction
,
const
TransformerAction_Impl
&
rAction
,
const
OUString
&
rQName
,
const
OUString
&
rQName
,
sal_Bool
bPersistent
=
sal_F
alse
)
=
0
;
bool
bPersistent
=
f
alse
)
=
0
;
virtual
OUString
GetEventName
(
const
OUString
&
rName
,
virtual
OUString
GetEventName
(
const
OUString
&
rName
,
sal_Bool
bForm
=
sal_F
alse
)
=
0
;
bool
bForm
=
f
alse
)
=
0
;
XMLMutableAttributeList
*
ProcessAttrList
(
::
com
::
sun
::
star
::
uno
::
Reference
<
XMLMutableAttributeList
*
ProcessAttrList
(
::
com
::
sun
::
star
::
uno
::
Reference
<
...
...
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