/aoo4110/main/forms/source/component/ |
H A D | FormComponent.cxx | 1419 OSL_PRECOND( !m_sValuePropertyName.getLength() && -1 == m_nValuePropertyAggregateHandle, in initOwnValueProperty() 1428 OSL_PRECOND( !m_sValuePropertyName.getLength() && -1 == m_nValuePropertyAggregateHandle, in initValueProperty() 2050 … OSL_PRECOND( m_bCommitable, "OBoundControlModel::commit: invalid call (I'm not commitable !) " ); in commit() 2355 OSL_PRECOND( m_xAggregateFastSet.is() && m_xAggregateSet.is(), in doSetControlValue() 2357 OSL_PRECOND( m_sValuePropertyName.getLength() || ( m_nValuePropertyAggregateHandle != -1 ), in doSetControlValue() 2784 …OSL_PRECOND( hasExternalValueBinding(), "OBoundControlModel::modified: Where did this come from?" … in modified() 2830 OSL_PRECOND( m_bSupportsExternalBinding && hasExternalValueBinding(), in transferControlValueToExternal() 2885 OSL_PRECOND( m_bSupportsExternalBinding && hasExternalValueBinding(), in translateExternalValueToControlValue() 2917 OSL_PRECOND( m_xAggregateFastSet.is() && m_xAggregateSet.is(), in getControlValue() 2919 OSL_PRECOND( m_sValuePropertyName.getLength() || ( m_nValuePropertyAggregateHandle != -1 ), in getControlValue() [all …]
|
/aoo4110/main/sal/osl/os2/ |
H A D | file_path_helper.cxx | 73 OSL_PRECOND(pustrPath, "osl_systemPathRemoveSeparator: Invalid parameter"); in osl_systemPathRemoveSeparator() 94 OSL_PRECOND(ppustrPath && (NULL != *ppustrPath), \ in osl_systemPathEnsureSeparator() 117 OSL_PRECOND(pustrPath, "osl_systemPathIsRelativePath: Invalid parameter"); in osl_systemPathIsRelativePath() 127 OSL_PRECOND(pustrPath, "osl_systemPathIsAbsolutePath: Invalid parameter"); in osl_systemPathIsAbsolutePath() 177 OSL_PRECOND(pustrPath && ppustrFileNameOrLastDirPart, \ in osl_systemPathGetFileNameOrLastDirectoryPart() 203 OSL_PRECOND(pustrPath, "osl_systemPathIsHiddenFileOrDirectoryEntry: Invalid parameter"); in osl_systemPathIsHiddenFileOrDirectoryEntry() 228 OSL_PRECOND(pustrPath, "osl_systemPathIsLocalOrParentDirectoryEntry: Invalid parameter"); in osl_systemPathIsLocalOrParentDirectoryEntry() 278 OSL_PRECOND(!done(), "path_list_iterator: Already done!"); in next() 351 …OSL_PRECOND(pustrFilePath && pustrSearchPathList && ppustrPathFound, "osl_searchPath: Invalid para… in osl_searchPath()
|
H A D | process_impl.cxx | 254 OSL_PRECOND(pustrEnvVar, "osl_getEnvironment(): Invalid parameter"); in osl_getEnvironment() 255 OSL_PRECOND(ppustrValue, "osl_getEnvironment(): Invalid parameter"); in osl_getEnvironment() 290 OSL_PRECOND(pustrEnvVar, "osl_setEnvironment(): Invalid parameter"); in osl_setEnvironment() 291 OSL_PRECOND(pustrValue, "osl_setEnvironment(): Invalid parameter"); in osl_setEnvironment() 327 OSL_PRECOND(pustrEnvVar, "osl_setEnvironment(): Invalid parameter"); in osl_clearEnvironment() 352 OSL_PRECOND(ppustrWorkingDir, "osl_getProcessWorkingDir(): Invalid parameter"); in osl_getProcessWorkingDir() 399 OSL_PRECOND(ppLocale, "osl_getProcessLocale(): Invalid parameter."); in osl_getProcessLocale() 419 OSL_PRECOND(pLocale, "osl_setProcessLocale(): Invalid parameter."); in osl_setProcessLocale()
|
H A D | tempfile.c | 168 OSL_PRECOND(((0 != pHandle) || (0 != ppustrTempFileURL)), "Invalid parameter!"); in osl_setup_createTempFile_impl_() 204 OSL_PRECOND(pustr_base_directory, "Invalid Parameter"); in osl_create_temp_file_impl_() 205 OSL_PRECOND(file_handle, "Invalid Parameter"); in osl_create_temp_file_impl_() 206 OSL_PRECOND(ppustr_temp_file_name, "Invalid Parameter"); in osl_create_temp_file_impl_()
|
/aoo4110/main/store/source/ |
H A D | lockbyte.cxx | 60 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::ILockBytes::readPageAt(): invalid Offset"); in readPageAt() 71 OSL_PRECOND(!(pagedata == 0), "store::ILockBytes::writePageAt(): invalid Page"); in writePageAt() 76 OSL_PRECOND(!(nOffset != offset), "store::ILockBytes::writePageAt(): inconsistent Offset"); in writePageAt() 98 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::ILockBytes::readAt(): invalid Offset"); in readAt() 120 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::ILockBytes::writeAt(): invalid Offset"); in writeAt() 220 OSL_PRECOND(0, "store::FileHandle: unknown storeAccessMode"); in modeToNative() 409 OSL_PRECOND(pagedata != 0, "contract violation"); in writePageAt_Impl() 434 OSL_PRECOND(uSize < SAL_MAX_UINT32, "store::ILockBytes::writeAt() contract violation"); in writeAt_Impl() 598 OSL_PRECOND((ppPage != 0) && (pnSize != 0), "contract violation"); in allocate_Impl() 605 OSL_PRECOND((m_pData <= pPage) && (pPage < m_pData + m_nSize), "contract violation"); in deallocate_Impl() [all …]
|
H A D | storcach.cxx | 52 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::PageCache::lookupPageAt(): invalid Offset"); in lookupPageAt() 63 OSL_PRECOND(!(pagedata == 0), "store::PageCache::insertPageAt(): invalid Page"); in insertPageAt() 68 OSL_PRECOND(!(nOffset != offset), "store::PageCache::insertPageAt(): inconsistent Offset"); in insertPageAt() 72 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::PageCache::insertPageAt(): invalid Offset"); in insertPageAt() 83 OSL_PRECOND(!(pagedata == 0), "store::PageCache::updatePageAt(): invalid Page"); in updatePageAt() 88 OSL_PRECOND(!(nOffset != offset), "store::PageCache::updatePageAt(): inconsistent Offset"); in updatePageAt() 92 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::PageCache::updatePageAt(): invalid Offset"); in updatePageAt() 101 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::PageCache::removePageAt(): invalid Offset"); in removePageAt()
|
H A D | storbase.hxx | 641 OSL_PRECOND(m_pagedata != 0, "store::PageHolder::operator->(): Null pointer"); in operator ->() 646 OSL_PRECOND(m_pagedata != 0, "store::PageHolder::operator->(): Null pointer"); in operator ->() 652 OSL_PRECOND(m_pagedata != 0, "store::PageHolder::operator*(): Null pointer"); in operator *() 657 OSL_PRECOND(m_pagedata != 0, "store::PageHolder::operator*(): Null pointer"); in operator *() 745 OSL_PRECOND(pImpl != 0, "store::PageHolder<T>::operator*(): Null pointer"); in operator ->() 751 OSL_PRECOND(pImpl != 0, "store::PageHolder<T>::operator*(): Null pointer"); in operator ->() 758 OSL_PRECOND(pImpl != 0, "store::PageHolder<T>::operator*(): Null pointer"); in operator *() 764 OSL_PRECOND(pImpl != 0, "store::PageHolder<T>::operator*(): Null pointer"); in operator *() 776 OSL_PRECOND(pImpl != 0, "store::PageHolder<T>::guard(): Null pointer"); in guard()
|
/aoo4110/main/sal/osl/unx/ |
H A D | file_path_helper.cxx | 72 OSL_PRECOND(0 != pustrPath, "osl_systemPathRemoveSeparator: Invalid parameter"); in osl_systemPathRemoveSeparator() 95 …OSL_PRECOND((0 != ppustrPath) && (0 != *ppustrPath), "osl_systemPathEnsureSeparator: Invalid param… in osl_systemPathEnsureSeparator() 119 OSL_PRECOND(0 != pustrPath, "osl_systemPathIsRelativePath: Invalid parameter"); in osl_systemPathIsRelativePath() 153 OSL_PRECOND(pustrPath && ppustrFileNameOrLastDirPart, \ in osl_systemPathGetFileNameOrLastDirectoryPart() 179 OSL_PRECOND(0 != pustrPath, "osl_systemPathIsHiddenFileOrDirectoryEntry: Invalid parameter"); in osl_systemPathIsHiddenFileOrDirectoryEntry() 199 OSL_PRECOND(pustrPath, "osl_systemPathIsLocalOrParentDirectoryEntry: Invalid parameter"); in osl_systemPathIsLocalOrParentDirectoryEntry() 249 OSL_PRECOND(!done(), "path_list_iterator: Already done!"); in next() 322 …OSL_PRECOND(pustrFilePath && pustrSearchPathList && ppustrPathFound, "osl_searchPath: Invalid para… in osl_searchPath()
|
H A D | process_impl.cxx | 297 OSL_PRECOND(pustrEnvVar, "osl_getEnvironment(): Invalid parameter"); in osl_getEnvironment() 298 OSL_PRECOND(ppustrValue, "osl_getEnvironment(): Invalid parameter"); in osl_getEnvironment() 333 OSL_PRECOND(pustrEnvVar, "osl_setEnvironment(): Invalid parameter"); in osl_setEnvironment() 334 OSL_PRECOND(pustrValue, "osl_setEnvironment(): Invalid parameter"); in osl_setEnvironment() 388 OSL_PRECOND(pustrEnvVar, "osl_clearEnvironment(): Invalid parameter"); in osl_clearEnvironment() 435 OSL_PRECOND(ppustrWorkingDir, "osl_getProcessWorkingDir(): Invalid parameter"); in osl_getProcessWorkingDir() 483 OSL_PRECOND(ppLocale, "osl_getProcessLocale(): Invalid parameter."); in osl_getProcessLocale() 505 OSL_PRECOND(pLocale, "osl_setProcessLocale(): Invalid parameter."); in osl_setProcessLocale()
|
H A D | tempfile.c | 179 OSL_PRECOND(((0 != pHandle) || (0 != ppustrTempFileURL)), "Invalid parameter!"); in osl_setup_createTempFile_impl_() 215 OSL_PRECOND(pustr_base_directory, "Invalid Parameter"); in osl_create_temp_file_impl_() 216 OSL_PRECOND(file_handle, "Invalid Parameter"); in osl_create_temp_file_impl_() 217 OSL_PRECOND(ppustr_temp_file_name, "Invalid Parameter"); in osl_create_temp_file_impl_()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 137 …OSL_PRECOND( isAlive(), "ParameterManager::setAllParametersNull: not initialized, or already dispo… in setAllParametersNull() 148 … OSL_PRECOND( _rxComponent.is(), "ParameterManager::initializeComposerByComponent: invalid !" ); in initializeComposerByComponent() 256 OSL_PRECOND( m_aMasterFields.getLength() == m_aDetailFields.getLength(), in classifyLinks() 348 …OSL_PRECOND( isAlive(), "ParameterManager::analyzeFieldLinks: not initialized, or already disposed… in analyzeFieldLinks() 494 …OSL_PRECOND( isAlive(), "ParameterManager::updateParameterInfo: not initialized, or already dispos… in updateParameterInfo() 548 …OSL_PRECOND( isAlive(), "ParameterManager::fillLinkedParameters: not initialized, or already dispo… in fillLinkedParameters() 636 …OSL_PRECOND( isAlive(), "ParameterManager::completeParameters: not initialized, or already dispose… in completeParameters() 722 …OSL_PRECOND( isAlive(), "ParameterManager::fillParameterValues: not initialized, or already dispos… in fillParameterValues() 748 …OSL_PRECOND( isAlive(), "ParameterManager::getConnection: not initialized, or already disposed!" ); in getConnection() 809 …OSL_PRECOND( isAlive(), "ParameterManager::getParentColumns: not initialized, or already disposed!… in getParentColumns() [all …]
|
H A D | formattedcolumnvalue.cxx | 127 …OSL_PRECOND( i_rNumberFormatter.is(), "lcl_initColumnDataValue_nothrow: no number formats -> no fo… in lcl_initColumnDataValue_nothrow() 199 OSL_PRECOND( i_rRowSet.is(), "lcl_initColumnDataValue_nothrow: no row set!" ); in lcl_initColumnDataValue_nothrow() 293 …OSL_PRECOND( m_pData->m_xColumnUpdate.is(), "FormattedColumnValue::setFormattedValue: no column!" … in setFormattedValue() 320 … OSL_PRECOND( m_pData->m_xColumn.is(), "FormattedColumnValue::setFormattedValue: no column!" ); in getFormattedValue()
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | maildispatcher.cxx | 129 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in enqueueMailMessage() 150 OSL_PRECOND(!isStarted(), "MailDispatcher is already started!"); in start() 154 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in start() 169 OSL_PRECOND(isStarted(), "MailDispatcher not started!"); in stop() 173 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in stop() 190 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in shutdown() 203 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in addListener() 211 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in removeListener()
|
/aoo4110/main/forms/source/runtime/ |
H A D | formoperations.cxx | 835 OSL_PRECOND( m_xController.is(), "FormOperations::commitCurrentControl: no controller!" ); in impl_commitCurrentControl_throw() 1041 …OSL_PRECOND( m_xController.is(), "FormOperations::impl_initFromController_throw: invalid controlle… in impl_initFromController_throw() 1056 OSL_PRECOND( m_xCursor.is(), "FormOperations::impl_initFromForm_throw: invalid form!" ); in impl_initFromForm_throw() 1135 …OSL_PRECOND( m_xCursorProperties.is(), "FormOperations::impl_ensureInitializedParser_nothrow: we'r… in impl_ensureInitializedParser_nothrow() 1249 … OSL_PRECOND( _rxProperties.is(), "FormOperations::<foo>: no cursor (already disposed?)!" ); in lcl_safeGetPropertyValue_throw() 1350 …OSL_PRECOND( _rxColumns.is(), "FormOperations::impl_gridView2ModelPos_nothrow: invalid columns con… in impl_gridView2ModelPos_nothrow() 1384 OSL_PRECOND( impl_hasCursor_nothrow(), "FormOperations::impl_moveLeft_throw: no cursor!" ); in impl_moveLeft_throw() 1420 OSL_PRECOND( impl_hasCursor_nothrow(), "FormOperations::impl_moveRight_throw: no cursor!" ); in impl_moveRight_throw() 1477 …OSL_PRECOND( m_xController.is(), "FormOperations::impl_executeAutoSort_throw: need a controller fo… in impl_executeAutoSort_throw() 1478 …OSL_PRECOND( impl_hasCursor_nothrow(), "FormOperations::impl_executeAutoSort_throw: need a cursor … in impl_executeAutoSort_throw() [all …]
|
/aoo4110/main/fpicker/source/win32/filepicker/ |
H A D | PreviewCtrl.cxx | 309 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in setSize() 328 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in getSize() 347 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in setPos() 368 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in getPos() 407 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in show() 422 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in update() 451 OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" ); in onPaint() 582 OSL_PRECOND( s_FilePreviewInst, "Static member not initialized" ); in WndProc()
|
/aoo4110/main/reportdesign/source/ui/dlg/ |
H A D | CondFormat.cxx | 157 …OSL_PRECOND( _nAddAfterIndex < impl_getConditionCount(), "ConditionalFormattingDialog::addConditio… in addCondition() 200 OSL_PRECOND( _nCondIndex < impl_getConditionCount(), in impl_focusCondition() 212 OSL_PRECOND( _nCondIndex < impl_getConditionCount(), in impl_deleteCondition_nothrow() 401 … OSL_PRECOND( _nCommandId, "ConditionalFormattingDialog::applyCommand: illegal command id!" ); in applyCommand() 430 …OSL_PRECOND( _nCondIndex > 0, "ConditionalFormattingDialog::moveConditionUp: cannot move up the fi… in moveConditionUp() 438 …OSL_PRECOND( _nCondIndex < impl_getConditionCount(), "ConditionalFormattingDialog::moveConditionDo… in moveConditionDown() 601 OSL_PRECOND( _nTopCondIndex + MAX_CONDITIONS <= impl_getConditionCount(), in impl_scrollTo() 610 OSL_PRECOND( _nCondIndex < impl_getConditionCount(), in impl_ensureConditionVisible()
|
/aoo4110/main/store/workben/ |
H A D | t_page.cxx | 412 OSL_PRECOND(pImpl != 0, "store::PageHolder<T>::operator->(): Null pointer"); in operator ->() 418 OSL_PRECOND(pImpl != 0, "store::PageHolder<T>::operator->(): Null pointer"); in operator ->() 425 OSL_PRECOND(pImpl != 0, "store::PageHolder<T>::operator*(): Null pointer"); in operator *() 431 OSL_PRECOND(pImpl != 0, "store::PageHolder<T>::operator*(): Null pointer"); in operator *() 474 OSL_PRECOND(pImpl != 0, "store::PageObject::operator->(): Null pointer"); in operator ->() 480 OSL_PRECOND(pImpl != 0, "store::PageObject::operator*(): Null pointer"); in operator *() 817 OSL_PRECOND(!(pagedata == 0), "invalid Page"); in writePageAt() 822 OSL_PRECOND(!(nOffset != offset), "inconsistent Offset"); in writePageAt() 1165 OSL_PRECOND(0, "store::FilePageAccess: unknown storeAccessMode"); in MODE_TO_NATIVE() 1256 OSL_PRECOND(offset % bytes == 0, "Unaligned page write."); in writePageAt_Impl() [all …]
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | sqlcommanddesign.cxx | 211 OSL_PRECOND( isActive(), "SQLCommandDesigner::impl_raise_nothrow: not active!" ); in impl_raise_nothrow() 234 OSL_PRECOND( !isActive(), in impl_doOpenDesignerFrame_nothrow() 236 …OSL_PRECOND( m_xConnection.is(), "SQLCommandDesigner::impl_doOpenDesignerFrame_nothrow: this will … in impl_doOpenDesignerFrame_nothrow() 300 …OSL_PRECOND( m_xORB.is(), "SQLCommandDesigner::impl_createEmptyParentlessTask_nothrow: this will c… in impl_createEmptyParentlessTask_nothrow() 331 OSL_PRECOND( isActive(), "SQLCommandDesigner::impl_closeDesigner_nothrow: invalid calle!" ); in impl_closeDesigner_nothrow() 373 …OSL_PRECOND( isActive(), "SQLCommandDesigner::impl_trySuspendDesigner_nothrow: no active designer,… in impl_trySuspendDesigner_nothrow()
|
/aoo4110/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 264 OSL_PRECOND(m_nCharIndex!=-1,"insufficient input"); in readNextToken() 306 OSL_PRECOND(nRes==osl_File_E_None, "inconsistent data"); in readBinaryData() 314 OSL_PRECOND(false, "broken path"); in readPath() 344 OSL_PRECOND(nContiguousControlPoints==2,"broken bezier path"); in readPath() 565 OSL_PRECOND(nFileLen==0,"font data for known font"); in readFont() 662 OSL_PRECOND( aToken.compareTo( aPpmMarker ) == 0, in readImageImpl() 784 OSL_PRECOND( m_pSink, "Invalid sink" ); in parseLine() 785 OSL_PRECOND( m_pErr, "Invalid filehandle" ); in parseLine() 786 OSL_PRECOND( m_xContext.is(), "Invalid service factory" ); in parseLine() 878 OSL_PRECOND(false,"Unknown input"); in parseLine() [all …]
|
/aoo4110/main/dbaccess/source/ext/macromigration/ |
H A D | progressmixer.cxx | 115 … OSL_PRECOND( _rData.nWeightSum, "lcl_ensureInitialized: we have no phases, this will crash!" ); in lcl_ensureInitialized() 157 OSL_PRECOND( !lcl_isRunning( *m_pData ), "ProgressMixer::registerPhase: already running!" ); in registerPhase() 177 OSL_PRECOND( lcl_isRunning( *m_pData ), "ProgresMixer::advancePhase: not running!" ); in advancePhase() 195 OSL_PRECOND( lcl_isRunning( *m_pData ), "ProgresMixer::endPhase: not running!" ); in endPhase()
|
H A D | migrationengine.cxx | 264 OSL_PRECOND( _rxCommandProc.is(), "lcl_executeCommand_throw: illegal object!" ); in lcl_executeCommand_throw() 302 … OSL_PRECOND( !_rDocument.xDocument.is(), "lcl_loadSubDocument_nothrow: already loaded!" ); in lcl_loadSubDocument_nothrow() 688 …OSL_PRECOND( !isValid(), "ScriptsStorage:bind: did not bother, yet, to check whether this is allow… in bind() 723 OSL_PRECOND( isValid(), "ScriptsStorage::hasScripts: illegal call!" ); in hasScripts() 1102 …OSL_PRECOND( m_xDocument.is(), "MigrationEngine_Impl::impl_collectSubDocuments_nothrow: invalid do… in impl_collectSubDocuments_nothrow() 1287 …OSL_PRECOND( _rDocument.xDocument.is(), "MigrationEngine_Impl::impl_checkScriptStorageStructure_no… in impl_checkScriptStorageStructure_nothrow() 1333 …OSL_PRECOND( _rDocument.xDocument.is(), "MigrationEngine_Impl::impl_migrateScriptStorage_nothrow: … in impl_migrateScriptStorage_nothrow() 1463 OSL_PRECOND( ( _eScriptType == eBasic ) || ( _eScriptType == eDialog ), in impl_migrateContainerLibraries_nothrow() 1625 …OSL_PRECOND( _inout_rScriptCode.getLength(), "MigrationEngine_Impl::impl_adjustScriptLibrary_nothr… in impl_adjustScriptLibrary_nothrow()
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofunocontrol.cxx | 355 …OSL_PRECOND( _rControl.is(), "UnoControlContactHelper::adjustControlGeometry_throw: illegal contro… in adjustControlGeometry_throw() 1031 …OSL_PRECOND( !impl_isDisposed_nofail(), "ViewObjectContactOfUnoControl_Impl::getUnoObject: already… in getUnoObject() 1046 …OSL_PRECOND( m_aControl.is(), "ViewObjectContactOfUnoControl_Impl::positionAndZoomControl: no outp… in positionAndZoomControl() 1069 …OSL_PRECOND( !impl_isDisposed_nofail(), "ViewObjectContactOfUnoControl_Impl::ensureControl: alread… in ensureControl() 1275 …OSL_PRECOND( !impl_isDisposed_nofail(), "ViewObjectContactOfUnoControl_Impl::impl_getPageView_noth… in impl_getPageView_nothrow() 1292 OSL_PRECOND( m_aControl.is(), in impl_adjustControlVisibilityToLayerVisibility_throw() 1331 …OSL_PRECOND( m_xContainer.is(), "ViewObjectContactOfUnoControl_Impl::impl_switchContainerListening… in impl_switchContainerListening_nothrow() 1351 …OSL_PRECOND( m_aControl.is(), "ViewObjectContactOfUnoControl_Impl::impl_switchControlListening_not… in impl_switchControlListening_nothrow() 1392 …OSL_PRECOND( m_aControl.is(), "ViewObjectContactOfUnoControl_Impl::impl_switchPropertyListening_no… in impl_switchPropertyListening_nothrow() 1490 …OSL_PRECOND( !impl_isDisposed_nofail(), "ViewObjectContactOfUnoControl_Impl::propertyChange: alrea… in propertyChange()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appbaslib.cxx | 78 OSL_PRECOND( isValid(), "SfxBasicManagerHolder::isAnyContainerModified: not initialized!" ); in isAnyContainerModified() 90 OSL_PRECOND( isValid(), "SfxBasicManagerHolder::storeAllLibraries: not initialized!" ); in storeAllLibraries() 121 OSL_PRECOND( isValid(), "SfxBasicManagerHolder::storeLibrariesToStorage: not initialized!" ); in storeLibrariesToStorage() 138 OSL_PRECOND( isValid(), "SfxBasicManagerHolder::getLibraryContainer: not initialized!" ); in getLibraryContainer()
|
/aoo4110/main/svx/source/accessibility/ |
H A D | AccessibleControlShape.cxx | 132 OSL_PRECOND( _rxControl.is(), "AccessibleControlShape::isAliveMode: invalid control" ); in isAliveMode() 792 …OSL_PRECOND( !m_bMultiplexingStates, "AccessibleControlShape::startStateMultiplexing: already mult… in startStateMultiplexing() 796 OSL_PRECOND( isAliveMode( m_xUnoControl ), in startStateMultiplexing() 813 …OSL_PRECOND( m_bMultiplexingStates, "AccessibleControlShape::stopStateMultiplexing: not multiplexi… in stopStateMultiplexing() 856 …OSL_PRECOND( xNativeContext.is(), "AccessibleControlShape::adjustAccessibleRole: no inner context!… in adjustAccessibleRole() 881 OSL_PRECOND( pComposedStates, in initializeComposedState() 902 …OSL_PRECOND( xInnerContext.is(), "AccessibleControlShape::initializeComposedState: no inner contex… in initializeComposedState()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | crossrefbookmark.cxx | 52 OSL_PRECOND(rNewPos.nNode.GetNode().GetTxtNode(), in SetMarkPos() 55 OSL_PRECOND(rNewPos.nContent.GetIndex() == 0, in SetMarkPos() 63 OSL_PRECOND(false, in GetOtherMarkPos()
|