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
756b7d31
Kaydet (Commit)
756b7d31
authored
Şub 26, 2011
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
üst
91697b75
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
xmlStyleImport.cxx
reportdesign/source/filter/xml/xmlStyleImport.cxx
+1
-1
GeometryHandler.cxx
reportdesign/source/ui/inspection/GeometryHandler.cxx
+1
-1
FunctionHelper.cxx
reportdesign/source/ui/misc/FunctionHelper.cxx
+1
-1
propbrw.cxx
reportdesign/source/ui/report/propbrw.cxx
+4
-4
No files found.
reportdesign/source/filter/xml/xmlStyleImport.cxx
Dosyayı görüntüle @
756b7d31
...
@@ -129,7 +129,7 @@ void OControlStyleContext::FillPropertySet(const Reference< XPropertySet > & rPr
...
@@ -129,7 +129,7 @@ void OControlStyleContext::FillPropertySet(const Reference< XPropertySet > & rPr
pStyle
=
PTR_CAST
(
SvXMLNumFormatContext
,
pMyStyles
->
pStyle
=
PTR_CAST
(
SvXMLNumFormatContext
,
pMyStyles
->
FindStyleChildContext
(
XML_STYLE_FAMILY_DATA_STYLE
,
m_sDataStyleName
,
sal_True
));
FindStyleChildContext
(
XML_STYLE_FAMILY_DATA_STYLE
,
m_sDataStyleName
,
sal_True
));
else
{
else
{
OSL_
ASSERT
(
"not possible to get style"
);
OSL_
FAIL
(
"not possible to get style"
);
}
}
}
}
if
(
pStyle
)
if
(
pStyle
)
...
...
reportdesign/source/ui/inspection/GeometryHandler.cxx
Dosyayı görüntüle @
756b7d31
...
@@ -2077,7 +2077,7 @@ void GeometryHandler::impl_initFieldList_nothrow( uno::Sequence< ::rtl::OUString
...
@@ -2077,7 +2077,7 @@ void GeometryHandler::impl_initFieldList_nothrow( uno::Sequence< ::rtl::OUString
}
}
catch
(
uno
::
Exception
&
)
catch
(
uno
::
Exception
&
)
{
{
OSL_
ASSERT
(
"GeometryHandler::impl_initFieldList_nothrow: caught an exception!"
);
OSL_
FAIL
(
"GeometryHandler::impl_initFieldList_nothrow: caught an exception!"
);
}
}
}
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
...
...
reportdesign/source/ui/misc/FunctionHelper.cxx
Dosyayı görüntüle @
756b7d31
...
@@ -194,7 +194,7 @@ xub_StrLen FunctionDescription::getSuppressedArgumentCount() const
...
@@ -194,7 +194,7 @@ xub_StrLen FunctionDescription::getSuppressedArgumentCount() const
}
}
catch
(
const
uno
::
Exception
&
)
catch
(
const
uno
::
Exception
&
)
{
{
OSL_
ASSERT
(
"Exception caught!"
);
OSL_
FAIL
(
"Exception caught!"
);
}
}
return
sFormula
;
return
sFormula
;
}
}
...
...
reportdesign/source/ui/report/propbrw.cxx
Dosyayı görüntüle @
756b7d31
...
@@ -126,7 +126,7 @@ PropBrw::PropBrw(const Reference< XMultiServiceFactory >& _xORB,Window* pParen
...
@@ -126,7 +126,7 @@ PropBrw::PropBrw(const Reference< XMultiServiceFactory >& _xORB,Window* pParen
}
}
catch
(
Exception
&
)
catch
(
Exception
&
)
{
{
OSL_
ASSERT
(
"PropBrw::PropBrw: could not create/initialize my frame!"
);
OSL_
FAIL
(
"PropBrw::PropBrw: could not create/initialize my frame!"
);
m_xMeAsFrame
.
clear
();
m_xMeAsFrame
.
clear
();
}
}
...
@@ -179,7 +179,7 @@ PropBrw::PropBrw(const Reference< XMultiServiceFactory >& _xORB,Window* pParen
...
@@ -179,7 +179,7 @@ PropBrw::PropBrw(const Reference< XMultiServiceFactory >& _xORB,Window* pParen
}
}
catch
(
Exception
&
)
catch
(
Exception
&
)
{
{
OSL_
ASSERT
(
"PropBrw::PropBrw: could not create/initialize the browser controller!"
);
OSL_
FAIL
(
"PropBrw::PropBrw: could not create/initialize the browser controller!"
);
try
try
{
{
::
comphelper
::
disposeComponent
(
m_xBrowserController
);
::
comphelper
::
disposeComponent
(
m_xBrowserController
);
...
@@ -562,7 +562,7 @@ void PropBrw::Update( OSectionView* pNewView )
...
@@ -562,7 +562,7 @@ void PropBrw::Update( OSectionView* pNewView )
}
}
catch
(
Exception
&
)
catch
(
Exception
&
)
{
{
OSL_
ASSERT
(
"PropBrw::Update: Exception occurred!"
);
OSL_
FAIL
(
"PropBrw::Update: Exception occurred!"
);
}
}
}
}
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
...
@@ -584,7 +584,7 @@ void PropBrw::Update( const uno::Reference< uno::XInterface>& _xReportComponent)
...
@@ -584,7 +584,7 @@ void PropBrw::Update( const uno::Reference< uno::XInterface>& _xReportComponent)
}
}
catch
(
Exception
&
)
catch
(
Exception
&
)
{
{
OSL_
ASSERT
(
"PropBrw::Update: Exception occurred!"
);
OSL_
FAIL
(
"PropBrw::Update: Exception occurred!"
);
}
}
}
}
}
}
...
...
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