Home
last modified time | relevance | path

Searched refs:OSL_PRECOND (Results 51 – 75 of 204) sorted by relevance

123456789

/aoo42x/main/sdext/source/pdfimport/odf/
H A Dodfemitter.cxx60 OSL_PRECOND(m_xOutput.is(), "OdfEmitter(): invalid output stream"); in OdfEmitter()
70 OSL_PRECOND(pTag,"Invalid tag string"); in beginTag()
/aoo42x/main/fpicker/source/win32/filepicker/
H A Dgetfilenamewrapper.cxx233 OSL_PRECOND(lpofn,"invalid parameter"); in getOpenFileName()
264 OSL_PRECOND(lpofn,"invalid parameter"); in getSaveFileName()
H A Dasynceventnotifier.cxx158 OSL_PRECOND(nThreadId != m_ThreadId, "Method called in wrong thread context!"); in shutdown()
162 OSL_PRECOND(m_bRun,"Event notifier does not run!"); in shutdown()
/aoo42x/main/extensions/source/propctrlr/
H A Ddefaulthelpprovider.cxx167OSL_PRECOND( _rxControl.is(), "DefaultHelpProvider::impl_getVclControlWindow_nothrow: illegal cont… in impl_getVclControlWindow_nothrow()
188OSL_PRECOND( _rxControl.is(), "DefaultHelpProvider::impl_getHelpText_nothrow: illegal control!" ); in impl_getHelpText_nothrow()
H A Dcellbindinghandler.cxx117OSL_PRECOND( m_pHelper.get(), "CellBindingPropertyHandler::actuatingPropertyChanged: inconsistentc… in actuatingPropertyChanged()
120OSL_PRECOND( _rxInspectorUI.is(), "FormComponentPropertyHandler::actuatingPropertyChanged: no acce… in actuatingPropertyChanged()
/aoo42x/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx170 OSL_PRECOND( !!m_aDocScriptSupport, in documentHasScriptSupport()
177 OSL_PRECOND( !m_aDocScriptSupport, in setDocumentScriptSupport()
275OSL_PRECOND( !m_pImpl->m_aDataSource.is(), "DBSubComponentController::initializeConnection: alread… in initializeConnection()
/aoo42x/main/basctl/source/basicide/
H A Dscriptdocument.cxx888OSL_PRECOND( isValid() && isDocument(), "ScriptDocument_Impl::getTitle: for documents only!" ); in getTitle()
901OSL_PRECOND( isValid() && isDocument(), "ScriptDocument_Impl::getURL: for documents only!" ); in getURL()
941OSL_PRECOND( isValid() && isDocument(), "ScriptDocument_Impl::getCurrentFrame: documents only!" ); in getCurrentFrame()
1070OSL_PRECOND( isValid(), "ScriptDocument_Impl::onDocumentClosed: should not be listening if I'm not… in onDocumentClosed()
1073OSL_PRECOND( bMyDocument, "ScriptDocument_Impl::onDocumentClosed: didn't want to know *this*!" ); in onDocumentClosed()
/aoo42x/main/svx/source/form/
H A Dfmtextcontrolshell.cxx1118OSL_PRECOND( _rxController.is(), "FmTextControlShell::startControllerListening: invalid controller… in startControllerListening()
1122OSL_PRECOND( !isControllerListening(), "FmTextControlShell::startControllerListening: already list… in startControllerListening()
1151OSL_PRECOND( isControllerListening(), "FmTextControlShell::stopControllerListening: inconsistence!… in stopControllerListening()
1331OSL_PRECOND( _rxProvider.is() && _pApplication, "FmTextControlShell::implGetFeatureDispatcher: inv… in implGetFeatureDispatcher()
H A Dformcontrolfactory.cxx201OSL_PRECOND( _rxControlModel.is(), "lcl_getDataSourceIndirectProperties: invalid model!" ); in lcl_getDataSourceIndirectProperties()
527 OSL_PRECOND( _rxModel.is(), "initializeTextFieldLineEnds: invalid model!" ); in initializeTextFieldLineEnds()
565 OSL_PRECOND( _rxDatabaseField.is() && _rxControlModel.is(), in initializeFieldDependentProperties()
H A Dfmundo.cxx248 OSL_PRECOND( rModel.GetObjectShell(), "FmXUndoEnvironment::dispose: no object shell anymore!" ); in dispose()
264OSL_PRECOND( rModel.GetObjectShell(), "FmXUndoEnvironment::ModeChanged: no object shell anymore!" … in ModeChanged()
866 OSL_PRECOND( _rxContainer.is(), "FmXUndoEnvironment::switchListening: invalid container!" ); in switchListening()
924OSL_PRECOND( _rxObject.is(), "FmXUndoEnvironment::switchListening: how should I listen at a NULL o… in switchListening()
H A Dfmscriptingenv.cxx224OSL_PRECOND( m_pScriptExecutor.is(), "FormScriptListener::impl_doFireScriptEvent_nothrow: this wil… in impl_doFireScriptEvent_nothrow()
281 OSL_PRECOND( _pEvent != NULL, "FormScriptListener::OnAsyncScriptEvent: invalid event!" ); in IMPL_LINK()
/aoo42x/main/dbaccess/source/ui/control/
H A Dtabletree.cxx504 OSL_PRECOND( _rxMeta.is(), "OTableTreeListBox::implAddEntry: invalid meta data!" ); in implAddEntry()
628OSL_PRECOND( _out_rMetaData.is(), "OTableTreeListBox::impl_getAndAssertMetaData: invalid current c… in impl_getAndAssertMetaData()
635OSL_PRECOND( !isFolderEntry( _pEntry ), "OTableTreeListBox::getQualifiedTableName: folder entries … in getQualifiedTableName()
/aoo42x/main/unotools/source/config/
H A Dconfigpathes.cxx256 OSL_PRECOND(_sType.getLength(), "Unexpected config type name: empty"); in lcl_wrapName()
257 OSL_PRECOND(pBeginContent <= pEndContent, "Invalid config name: empty"); in lcl_wrapName()
/aoo42x/main/svtools/source/toolpanel/
H A Ddrawerlayouter.cxx162OSL_PRECOND( i_nPosition <= m_aDrawers.size(), "DrawerDeckLayouter::PanelInserted: inconsistency!"… in PanelInserted()
240OSL_PRECOND( i_nPosition < m_aDrawers.size(), "DrawerDeckLayouter::impl_removeDrawer: invalid pane… in impl_removeDrawer()
/aoo42x/main/registry/source/
H A Dregkey.cxx469 OSL_PRECOND((pValueList != 0) && (pLen != 0), "registry::getLongListValue(): invalid parameter"); in getLongListValue()
508 OSL_PRECOND((pValueList != 0) && (pLen != 0), "registry::getStringListValue(): invalid parameter"); in getStringListValue()
547OSL_PRECOND((pValueList != 0) && (pLen != 0), "registry::getUnicodeListValue(): invalid parameter"… in getUnicodeListValue()
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabDriver.cxx120 OSL_PRECOND( m_hConnectorModule != NULL, "MacabImplModule::impl_unloadModule: no module!" ); in impl_unloadModule()
161 OSL_PRECOND( m_hConnectorModule, "MacabImplModule::createConnection: not initialized!" ); in createConnection()
/aoo42x/main/comphelper/source/misc/
H A Dlogging.cxx272OSL_PRECOND( xLogger.is(), "EventLogger::impl_log: should never be called without a logger!" ); in impl_log()
342 OSL_PRECOND( _rxBundle.is(), "lcl_loadString_nothrow: this will crash!" ); in lcl_loadString_nothrow()
/aoo42x/main/sw/source/core/doc/
H A Ddocbm.cxx385 OSL_PRECOND(m_vAllMarks.size() < USHRT_MAX, in makeMark()
389 OSL_PRECOND( in makeMark()
530 OSL_PRECOND(io_pMark->GetMarkPos().GetDoc() == m_pDoc, in repositionMark()
551 OSL_PRECOND(io_pMark->GetMarkPos().GetDoc() == m_pDoc, in renameMark()
891 OSL_PRECOND(pMark->GetMarkPos().GetDoc() == m_pDoc, in deleteMark()
/aoo42x/main/forms/source/xforms/
H A Ddatatypes.cxx814OSL_PRECOND( _rValue.getValueType().equals( getCppuType() ), "ODateType::typedValueAsHumanReadable… in typedValueAsHumanReadableString()
856OSL_PRECOND( _rValue.getValueType().equals( getCppuType() ), "OTimeType::typedValueAsHumanReadable… in typedValueAsHumanReadableString()
916OSL_PRECOND( _rValue.getValueType().equals( getCppuType() ), "OTimeType::typedValueAsHumanReadable… in typedValueAsHumanReadableString()
/aoo42x/main/extensions/source/logging/
H A Dfilehandler.cxx223 OSL_PRECOND( m_pFile.get(), "FileHandler::impl_writeString_nothrow: no file!" ); in impl_writeString_nothrow()
326 OSL_PRECOND(false, "FileHandler::flush: no file!"); in flush()
/aoo42x/main/sal/osl/os2/
H A Dfile.cxx289OSL_PRECOND((0 != ppBuffer) && (0 != pnSize), "FileHandle_Impl::Allocator::allocate(): contract vi… in allocate()
404 OSL_PRECOND((m_state & STATE_SEEKABLE), "FileHandle_Impl::readAt(): not seekable"); in readAt()
408 OSL_PRECOND((m_state & STATE_READABLE), "FileHandle_Impl::readAt(): not readable"); in readAt()
435 OSL_PRECOND((m_state & STATE_SEEKABLE), "FileHandle_Impl::writeAt(): not seekable"); in writeAt()
439 OSL_PRECOND((m_state & STATE_WRITEABLE), "FileHandle_Impl::writeAt(): not writeable"); in writeAt()
2906OSL_PRECOND((rtl_ustr_getLength(dir_path) > 0) && ((dir_path + (rtl_ustr_getLength(dir_path) - 1))… in create_dir_recursively_()
/aoo42x/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx294OSL_PRECOND( _rxContainer.is(), "OXReportControllerObserver::switchListening: invalid container!" … in switchListening()
332OSL_PRECOND( _rxObject.is(), "OXReportControllerObserver::switchListening: how should I listen at … in switchListening()
/aoo42x/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx397 OSL_PRECOND( NULL != ppIDataObject, "invalid parameter" ); in getClipboard()
398OSL_PRECOND( GetCurrentThreadId( ) != m_uOleThreadId, "getClipboard from within clipboard sta thre… in getClipboard()
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx176OSL_PRECOND( m_pData->xDocumentModel.is(), "MacroMigrationDialog::MacroMigrationDialog: illegal do… in MacroMigrationDialog()
365OSL_PRECOND( m_pData->xDocument.is(), "MacroMigrationDialog::impl_closeSubDocs_nothrow: no documen… in impl_closeSubDocs_nothrow()
/aoo42x/main/sfx2/source/doc/
H A Dobjmisc.cxx2178 OSL_PRECOND( pMedium, "SfxObjectShell_Impl::getCurrentMacroExecMode: no medium!" ); in getCurrentMacroExecMode()
2191 OSL_PRECOND( pMedium, "SfxObjectShell_Impl::getCurrentMacroExecMode: no medium!" ); in setCurrentMacroExecMode()
2206 OSL_PRECOND( pMedium, "SfxObjectShell_Impl::getDocumentLocation: no medium!" ); in getDocumentLocation()
2224 OSL_PRECOND( pMedium, "SfxObjectShell_Impl::getLastCommitDocumentStorage: no medium!" ); in getZipStorageToSign()

Completed in 180 milliseconds

123456789