/aoo4110/main/io/test/stm/ |
H A D | pumptest.cxx | 242 sal_Bool m_bError; member in TestListener 247 m_bError( sal_False ), in TestListener() 275 m_bError = sal_True; in error() 334 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testClose() 342 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testClose() 353 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testClose() 363 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testTerminate() 371 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testTerminate() 402 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testFunction()
|
/aoo4110/main/filter/source/xsltfilter/ |
H A D | XSLTFilter.cxx | 148 sal_Bool m_bError; member in XSLT::XSLTFilter 172 , m_bError( sal_False ) in XSLTFilter() 216 m_bError = sal_True; in error() 347 if (!m_bError && !m_bTerminated) in importer() 545 if (!m_bError && !m_bTerminated) in endDocument()
|
/aoo4110/main/avmedia/source/framework/ |
H A D | soundhandler.cxx | 276 , m_bError ( false ) in SoundHandler() 359 m_bError = false; in dispatchWithNotification() 370 m_bError = true; in dispatchWithNotification() 471 if (!m_bError) in IMPL_LINK()
|
H A D | soundhandler.hxx | 171 bool m_bError; member in avmedia::SoundHandler
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | HtmlReader.cxx | 154 if(m_bError || !m_nRows) // falls Fehler oder keine Rows mehr zur "Uberpr"ufung dann gleich zur"uck in NextToken() 187 m_bError = !CreateTable(nToken); in NextToken() 213 m_bError = sal_True; in NextToken() 251 m_bError = sal_True; in NextToken()
|
H A D | RtfReader.cxx | 117 if(m_bError || !m_nRows) // falls Fehler oder keine Rows mehr zur "Uberpr"ufung dann gleich zur"uck in NextToken() 164 m_bError = !CreateTable(nToken); in NextToken() 172 if ( bInsertRow && !m_bError) in NextToken()
|
H A D | DExport.cxx | 113 ,m_bError(sal_False) in DBG_NAME() 170 ,m_bError(sal_False) in ODatabaseExport() 788 m_bError = sal_True; in showErrorDialog()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updateinstalldialog.cxx | 234 m_bError(false), in UpdateInstallDialog() 283 if (!m_bError) in updateDone() 295 m_bError = true; in setError() 331 m_bError = true; in setError()
|
H A D | dp_gui_updateinstalldialog.hxx | 111 bool m_bError; member in dp_gui::UpdateInstallDialog
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | glosdoc.hxx | 66 sal_Bool m_bError; member in SwGlossaries 139 inline sal_uLong IsGlosPathErr() { return m_bError; } in IsGlosPathErr()
|
/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 294 bool m_bError; member in jfw_plugin::AsynchReader 313 m_nDataSize(0), m_bError(false), m_bDone(false), m_aGuard(rHandle) in AsynchReader() 341 m_bError = true; in run()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | glosdoc.cxx | 530 m_bError = sal_True; in UpdateGlosPath() 533 m_bError = sal_False; in UpdateGlosPath()
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | DExport.hxx | 106 sal_Bool m_bError; // Fehler und Abbruchstatus member in dbaui::ODatabaseExport
|