Home
last modified time | relevance | path

Searched refs:OSL_PRECOND (Results 26 – 50 of 204) sorted by relevance

123456789

/aoo42x/main/sal/osl/w32/
H A Dfile.cxx197OSL_PRECOND((0 != ppBuffer) && (0 != pnSize), "FileHandle_Impl::Allocator::allocate(): contract vi… in allocate()
210 OSL_PRECOND (m_mutex != 0, "FileHandle_Impl::Guard::Guard(): null pointer."); in Guard()
215 OSL_PRECOND (m_mutex != 0, "FileHandle_Impl::Guard::~Guard(): null pointer."); in ~Guard()
299 OSL_PRECOND(m_state & STATE_SEEKABLE, "FileHandle_Impl::readAt(): not seekable"); in readAt()
303 OSL_PRECOND(m_state & STATE_READABLE, "FileHandle_Impl::readAt(): not readable"); in readAt()
330 OSL_PRECOND(m_state & STATE_SEEKABLE, "FileHandle_Impl::writeAt(): not seekable"); in writeAt()
334 OSL_PRECOND(m_state & STATE_WRITEABLE, "FileHandle_Impl::writeAt(): not writeable"); in writeAt()
H A Dfile_dirvol.cxx153 OSL_PRECOND(is_UNC_path(path), "Precondition violated: No UNC path"); in parse_UNC_path()
154 OSL_PRECOND(rtl_ustr_indexOfChar(path, SLASH) == -1, "Path must not contain slashes"); in parse_UNC_path()
692 OSL_PRECOND(rtl_ustr_indexOfChar(path, SLASH) == -1, "Path must not contain slashes"); in path_make_parent()
693 OSL_PRECOND(has_path_parent(path), "Path must have a parent"); in path_make_parent()
706 OSL_PRECOND( in create_dir_recursively_()
1476 OSL_PRECOND(path.lastIndexOf(SLASH) == -1, "Path must not have slashes"); in path_get_parent()
/aoo42x/main/extensions/source/propctrlr/
H A Dxsdvalidationpropertyhandler.cxx495OSL_PRECOND( m_pHelper.get(), "XSDValidationPropertyHandler::implPrepareCloneDataCurrentType: this… in implPrepareCloneDataCurrentType()
518OSL_PRECOND( m_pHelper.get(), "XSDValidationPropertyHandler::implDoCloneCurrentDataType: this will… in implDoCloneCurrentDataType()
534OSL_PRECOND( m_pHelper.get(), "XSDValidationPropertyHandler::implPrepareRemoveCurrentDataType: thi… in implPrepareRemoveCurrentDataType()
556OSL_PRECOND( m_pHelper.get(), "XSDValidationPropertyHandler::implDoRemoveCurrentDataType: this wil… in implDoRemoveCurrentDataType()
666OSL_PRECOND( m_pHelper.get(), "XSDValidationPropertyHandler::implGetAvailableDataTypeNames: this w… in implGetAvailableDataTypeNames()
H A Dcellbindinghelper.cxx305OSL_PRECOND( !_rxBinding.is() || isCellBinding( _rxBinding ), "CellBindingHelper::getAddressFromCe… in getAddressFromCellBinding()
350OSL_PRECOND( !_rxSource.is() || isCellRangeListSource( _rxSource ), "CellBindingHelper::getStringA… in getStringAddressFromCellListSource()
545 OSL_PRECOND( xBindable.is(), "CellBindingHelper::setBinding: the object is not bindable!" ); in setBinding()
554OSL_PRECOND( xSink.is(), "CellBindingHelper::setListSource: the object is no list entry sink!" ); in setListSource()
H A Dformcomponenthandler.cxx1521 OSL_PRECOND( _rxInspectorUI.is(), "lcl_rebuildAndResetCommand: invalid BrowserUI!" ); in lcl_rebuildAndResetCommand()
1522 OSL_PRECOND( _rxHandler.is(), "lcl_rebuildAndResetCommand: invalid handler!" ); in lcl_rebuildAndResetCommand()
2507OSL_PRECOND( m_xRowSetConnection.is(), "FormComponentPropertyHandler::impl_fillTableNames_throw: n… in impl_fillTableNames_throw()
2529OSL_PRECOND( m_xRowSetConnection.is(), "FormComponentPropertyHandler::impl_fillQueryNames_throw: n… in impl_fillQueryNames_throw()
2572OSL_PRECOND( m_xComponent.is(), "FormComponentPropertyHandler::impl_describeListSourceUI_throw: no… in impl_describeListSourceUI_throw()
2618OSL_PRECOND( m_pInfoService.get(), "FormComponentPropertyHandler::impl_dialogListSelection_nothrow… in impl_dialogListSelection_nothrow()
2629 OSL_PRECOND( Reference< XRowSet >( m_xComponent, UNO_QUERY ).is(), in impl_dialogFilterOrSort_nothrow()
2690OSL_PRECOND( xDetailForm.is() && xMasterForm.is(), "FormComponentPropertyHandler::impl_dialogLinke… in impl_dialogLinkedFormFields_nothrow()
2957OSL_PRECOND( impl_getContextControlContainer_nothrow().is(), "FormComponentPropertyHandler::impl_d… in impl_dialogChangeTabOrder_nothrow()
/aoo42x/main/sal/osl/unx/
H A Dfile.cxx211OSL_PRECOND((0 != ppBuffer) && (0 != pnSize), "FileHandle_Impl::Allocator::allocate(): contract vi… in allocate()
224 OSL_PRECOND (m_mutex != 0, "FileHandle_Impl::Guard::Guard(): null pointer."); in Guard()
229 OSL_PRECOND (m_mutex != 0, "FileHandle_Impl::Guard::~Guard(): null pointer."); in ~Guard()
341 OSL_PRECOND((m_state & STATE_SEEKABLE), "FileHandle_Impl::readAt(): not seekable"); in readAt()
345 OSL_PRECOND((m_state & STATE_READABLE), "FileHandle_Impl::readAt(): not readable"); in readAt()
390 OSL_PRECOND((m_state & STATE_SEEKABLE), "FileHandle_Impl::writeAt(): not seekable"); in writeAt()
394 OSL_PRECOND((m_state & STATE_WRITEABLE), "FileHandle_Impl::writeAt(): not writeable"); in writeAt()
H A Dsemaphor.c243 OSL_PRECOND(Semaphore != 0, "Semaphore not created\n"); in osl_acquireSemaphore()
268 OSL_PRECOND(Semaphore != 0, "Semaphore not created\n"); in osl_tryToAcquireSemaphore()
292 OSL_PRECOND(Semaphore != 0, "Semaphore not created\n"); in osl_releaseSemaphore()
/aoo42x/main/xmloff/source/forms/
H A Dformcellbinding.cxx205OSL_PRECOND( !_rxBinding.is() || isCellBinding( _rxBinding ), "FormCellBindingHelper::getStringAdd… in getStringAddressFromCellBinding()
235OSL_PRECOND( !_rxSource.is() || isCellRangeListSource( _rxSource ), "FormCellBindingHelper::getStr… in getStringAddressFromCellListSource()
402 OSL_PRECOND( xBindable.is(), "FormCellBindingHelper::setBinding: the object is not bindable!" ); in setBinding()
411OSL_PRECOND( xSink.is(), "FormCellBindingHelper::setListSource: the object is no list entry sink!"… in setListSource()
H A Delementimport.cxx1089OSL_PRECOND( m_xElement.is(), "OControlImport::doRegisterCellValueBinding: invalid element!" ); in doRegisterCellValueBinding()
1090 OSL_PRECOND( _rBoundCellAddress.getLength(), in doRegisterCellValueBinding()
1099 OSL_PRECOND( m_xElement.is(), "need element" ); in doRegisterXFormsValueBinding()
1100 OSL_PRECOND( _rBindingID.getLength() > 0, "binding ID is not valid" ); in doRegisterXFormsValueBinding()
1108 OSL_PRECOND( m_xElement.is(), "need element" ); in doRegisterXFormsListBinding()
1109 OSL_PRECOND( _rBindingID.getLength() > 0, "binding ID is not valid" ); in doRegisterXFormsListBinding()
1117 OSL_PRECOND( m_xElement.is(), "need element" ); in doRegisterXFormsSubmission()
1118 OSL_PRECOND( _rSubmissionID.getLength() > 0, "binding ID is not valid" ); in doRegisterXFormsSubmission()
/aoo42x/main/basegfx/source/range/
H A Db2drangeclipper.cxx281 OSL_PRECOND( maPoints.empty() || in append()
322 OSL_PRECOND( !isFinished(), in intersect()
324 OSL_PRECOND( !isFinishingEdge in intersect()
535 OSL_PRECOND( maPoints.empty() || in finish()
/aoo42x/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx83 OSL_PRECOND( m_xDocument.is(), "OCellListSource::OCellListSource: invalid document!" ); in OCellListSource()
214 OSL_PRECOND( m_xRange.is(), "OCellListSource::getRangeAddress: invalid range!" ); in getRangeAddress()
226 OSL_PRECOND( m_xRange.is(), "OCellListSource::getRangeAddress: invalid range!" ); in getCellTextContent_noCheck()
/aoo42x/main/svx/source/form/
H A Dfmcontrolbordermanager.cxx118 OSL_PRECOND( _rxPeer.is(), "ControlBorderManager::canColorBorder: invalid peer!" ); in canColorBorder()
189OSL_PRECOND( _rxControl.is() && _rxPeer.is(), "ControlBorderManager::updateBorderStyle: invalid pa… in updateBorderStyle()
269OSL_PRECOND( _rControlData.xControl.is(), "ControlBorderManager::controlStatusLost: invalid contro… in controlStatusLost()
/aoo42x/main/unotools/source/config/
H A Dbootstrap.cxx230 OSL_PRECOND(aDirItem.is(), "Opened DirItem required"); in implNormalizeURL()
377OSL_PRECOND(!_rData.getFrom(_sBootstrapParameter,sDerivedURL),"Setting for derived path is already… in getDerivedPath()
378OSL_PRECOND(_sRelativeURL.getLength() != 0 && _sRelativeURL[0] != cURLSeparator,"Invalid Relative … in getDerivedPath()
385OSL_PRECOND(_aBaseURL[_aBaseURL.getLength()-1] != cURLSeparator,"Unexpected: base URL ends in slas… in getDerivedPath()
/aoo42x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx740OSL_PRECOND( _rxSourceDescriptor.is(), "CopyTableWizard::impl_checkForUnsupportedSettings_throw: i… in impl_checkForUnsupportedSettings_throw()
772OSL_PRECOND( _rxDescriptor.is() && m_xSourceConnection.is(), "CopyTableWizard::impl_extractSourceO… in impl_extractSourceObject_throw()
884OSL_PRECOND( _rxDataSourceDescriptor.is(), "CopyTableWizard::impl_extractConnection_throw: no desc… in impl_extractConnection_throw()
975OSL_PRECOND( m_xSourceConnection.is(), "CopyTableWizard::impl_createSourceStatement_throw: illegal… in impl_createSourceStatement_throw()
1157 OSL_PRECOND( m_xDestConnection.is(), "CopyTableWizard::impl_copyRows_throw: illegal call!" ); in impl_copyRows_throw()
1599 OSL_PRECOND( isInitialized(), "CopyTableWizard::createDialog: not initialized!" ); in createDialog()
/aoo42x/main/fpicker/source/win32/filepicker/
H A Dcustomcontrolfactory.cxx39 OSL_PRECOND(IsWindow(aControlHandle),"Invalid control handle"); in CreateCustomControl()
40 OSL_PRECOND(IsWindow(aControlHandle),"Invalid parent handle"); in CreateCustomControl()
H A Dfilepickerstate.cxx238 OSL_PRECOND( aFileOpenDialog, "invalid parameter" ); in getFiles()
300 OSL_PRECOND( aFileOpenDialog, "invalid parameter" ); in getDisplayDirectory()
660 OSL_PRECOND( IsWindow( hwndControl ), "invalid parameter" ); in IsListboxControl()
/aoo42x/main/sw/source/core/inc/
H A Dcrossrefbookmark.hxx56 OSL_PRECOND(false, in SetOtherMarkPos()
62 OSL_PRECOND(false, in ClearOtherMarkPos()
/aoo42x/main/reportdesign/inc/
H A Dreportformula.hxx115 OSL_PRECOND( getType() == Field, "ReportFormula::getFieldName: not bound to a field!" ); in getFieldName()
122OSL_PRECOND( getType() == Expression, "ReportFormula::getExpression: not bound to an expression!" … in getExpression()
/aoo42x/main/shell/source/tools/lngconvex/
H A Dcmdline.cxx72 OSL_PRECOND(Index < m_argc, "Index out of range"); in get_arg()
156 OSL_PRECOND(Prefix.length(), "Empty argument prefix!"); in set_arg_prefix()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx769OSL_PRECOND( !m_aSupportedFeatures.empty(), "OGenericUnoController::queryDispatch: shouldn't this … in queryDispatch()
898OSL_PRECOND( !m_aSupportedFeatures.empty(), "OGenericUnoController::removeStatusListener: shouldn'… in removeStatusListener()
998OSL_PRECOND( _nFeatureId < FIRST_USER_DEFINED_FEATURE, "OGenericUnoController::implDescribeSupport… in implDescribeSupportedFeature()
1085 OSL_PRECOND( pos != m_aSupportedFeatures.end(), in isUserDefinedFeature()
1250OSL_PRECOND( !m_aSupportedFeatures.empty(), "OGenericUnoController::executeUnChecked: shouldn't th… in executeUnChecked()
1261OSL_PRECOND( !m_aSupportedFeatures.empty(), "OGenericUnoController::executeChecked: shouldn't this… in executeChecked()
/aoo42x/main/store/source/
H A Dstorbase.cxx156 OSL_PRECOND((ppPage != 0) && (pnSize != 0), "contract violation"); in allocate_Impl()
163 OSL_PRECOND(pPage != 0, "contract violation"); in deallocate_Impl()
/aoo42x/main/sal/inc/rtl/
H A Dref.hxx161 OSL_PRECOND(m_pBody, "Reference::operator->() : null body"); in operator ->()
170 OSL_PRECOND(m_pBody, "Reference::operator*() : null body"); in operator *()
/aoo42x/main/salhelper/inc/salhelper/
H A Dmonitor.hxx199 OSL_PRECOND(m_pMonitor, "ReaderGuard::ReaderGuard(): No Monitor"); in ReaderGuard()
252 OSL_PRECOND(m_pMonitor, "WriterGuard::WriterGuard(): No Monitor"); in WriterGuard()
/aoo42x/main/basic/source/basmgr/
H A Dbasicmanagerrepository.cxx293OSL_PRECOND( getApplicationBasicManager( false ) == NULL, "ImplRepository::impl_createApplicationB… in impl_createApplicationBasicManager()
403 OSL_PRECOND( _rxBasicLibraries.is() && _rxDialogLibraries.is(), in impl_initDocLibraryContainers_nothrow()
554OSL_PRECOND( _pos != m_aStore.end(), "ImplRepository::impl_removeFromRepository: invalid position!… in impl_removeFromRepository()
/aoo42x/main/fpicker/source/win32/folderpicker/
H A DMtaFop.hxx71 OSL_PRECOND( pBuff, \ in operator sal_Unicode*()
78 OSL_PRECOND( pBuff, \ in get()

Completed in 144 milliseconds

123456789