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
1cb0443c
Kaydet (Commit)
1cb0443c
authored
Eyl 25, 2012
tarafından
Noel Grandin
Kaydeden (comit)
Noel Power
Eyl 26, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool -> bool
Change-Id: I92e5f4f52ab19b607b5ed0314ee0d6c2334998c6
üst
0b7e226e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
sax_expat.cxx
sax/source/expatwrap/sax_expat.cxx
+10
-10
No files found.
sax/source/expatwrap/sax_expat.cxx
Dosyayı görüntüle @
1cb0443c
...
...
@@ -122,8 +122,8 @@ OUString XmlChar2OUString( const XML_Char *p )
) );\
}\
catch( const com::sun::star::uno::RuntimeException &e ) {\
pThis->bExceptionWasThrown =
sal_T
rue; \
pThis->bRTExceptionWasThrown =
sal_T
rue; \
pThis->bExceptionWasThrown =
t
rue; \
pThis->bRTExceptionWasThrown =
t
rue; \
pImpl->rtexception = e; \
}\
}\
...
...
@@ -249,8 +249,8 @@ public: // module scope
// therefor the exception must be saved somewhere.
SAXParseException
exception
;
RuntimeException
rtexception
;
sal_Bool
bExceptionWasThrown
;
sal_Bool
bRTExceptionWasThrown
;
bool
bExceptionWasThrown
;
bool
bRTExceptionWasThrown
;
Locale
locale
;
...
...
@@ -443,8 +443,8 @@ SaxExpatParser::SaxExpatParser( )
m_pImpl
->
pAttrList
=
new
AttributeList
;
m_pImpl
->
rAttrList
=
Reference
<
XAttributeList
>
(
m_pImpl
->
pAttrList
);
m_pImpl
->
bExceptionWasThrown
=
sal_F
alse
;
m_pImpl
->
bRTExceptionWasThrown
=
sal_F
alse
;
m_pImpl
->
bExceptionWasThrown
=
f
alse
;
m_pImpl
->
bRTExceptionWasThrown
=
f
alse
;
}
SaxExpatParser
::~
SaxExpatParser
()
...
...
@@ -862,7 +862,7 @@ void SaxExpatParser_Impl::callbackEntityDecl(
pImpl
->
rDocumentLocator
->
getSystemId
(),
pImpl
->
rDocumentLocator
->
getLineNumber
(),
pImpl
->
rDocumentLocator
->
getColumnNumber
()
);
pImpl
->
bExceptionWasThrown
=
sal_T
rue
;
pImpl
->
bExceptionWasThrown
=
t
rue
;
}
else
{
if
(
pImpl
->
rDTDHandler
.
is
()
)
{
CALL_ELEMENT_HANDLER_AND_CARE_FOR_EXCEPTIONS
(
...
...
@@ -1008,12 +1008,12 @@ void SaxExpatParser_Impl::callErrorHandler( SaxExpatParser_Impl *pImpl ,
}
else
{
pImpl
->
exception
=
e
;
pImpl
->
bExceptionWasThrown
=
sal_T
rue
;
pImpl
->
bExceptionWasThrown
=
t
rue
;
}
}
catch
(
const
SAXParseException
&
ex
)
{
pImpl
->
exception
=
ex
;
pImpl
->
bExceptionWasThrown
=
sal_T
rue
;
pImpl
->
bExceptionWasThrown
=
t
rue
;
}
catch
(
const
SAXException
&
ex
)
{
pImpl
->
exception
=
SAXParseException
(
...
...
@@ -1025,7 +1025,7 @@ void SaxExpatParser_Impl::callErrorHandler( SaxExpatParser_Impl *pImpl ,
pImpl
->
rDocumentLocator
->
getLineNumber
(),
pImpl
->
rDocumentLocator
->
getColumnNumber
()
);
pImpl
->
bExceptionWasThrown
=
sal_T
rue
;
pImpl
->
bExceptionWasThrown
=
t
rue
;
}
}
...
...
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