Home
last modified time | relevance | path

Searched refs:OSL_ENSURE (Results 51 – 75 of 1939) sorted by relevance

12345678910>>...78

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx733 OSL_ENSURE(xColumns.is(),"No columns"); in appendColumns()
743 OSL_ENSURE(*aIter,"OTableRow is null!"); in appendColumns()
790 OSL_ENSURE(_rxSup.is(),"No XKeysSupplier!"); in appendPrimaryKey()
812 OSL_ENSURE(xKey.is(),"Key is null!"); in appendPrimaryKey()
1043 OSL_ENSURE(xColumns.is(),"No columns"); in alterColumns()
1065 OSL_ENSURE(*aIter,"OTableRow is null!"); in alterColumns()
1080 OSL_ENSURE(xColumn.is(),"Column is null!"); in alterColumns()
1214 OSL_ENSURE(*aIter,"OTableRow is null!"); in alterColumns()
1293 OSL_ENSURE(*aIter,"OTableRow is null!"); in alterColumns()
1331 OSL_ENSURE(*aIter,"OTableRow is null!"); in alterColumns()
[all …]
/trunk/main/forms/source/xforms/
H A Dmodel.cxx173 OSL_ENSURE( xElement.is() && in getEvaluationContext()
231 OSL_ENSURE( mpInstances != NULL, "no instances found" ); in dbg_assertInvariant()
236 OSL_ENSURE( mxBindings.is(), "No Bindings container" ); in dbg_assertInvariant()
297 OSL_ENSURE( pTag != NULL, "empty tag?" ); in addMIP()
298 OSL_ENSURE( xNode.is(), "no node" ); in addMIP()
306 OSL_ENSURE( pTag != NULL, "empty tag?" ); in removeMIPs()
353 OSL_ENSURE( mpBindings != NULL, "bindings?" ); in rebind()
360 OSL_ENSURE( pBind != NULL, "binding?" ); in rebind()
374 OSL_ENSURE( pBind != NULL, "binding?" ); in deferNotifications()
412 OSL_ENSURE( xNode.is() && in setSimpleContent()
[all …]
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dverifier.cxx209 OSL_ENSURE( element.is() , in main()
214 OSL_ENSURE( xElement.is() , in main()
234 OSL_ENSURE( signtpl.is() , in main()
239 OSL_ENSURE( xTemplate.is() , in main()
254 OSL_ENSURE( xsecenv.is() , in main()
259 OSL_ENSURE( xSecEnv.is() , in main()
265 OSL_ENSURE( xElement.is() , in main()
285 OSL_ENSURE( xsecenv.is() , in main()
290 OSL_ENSURE( xSecCtx.is() , in main()
299 OSL_ENSURE( xmlsigner.is() , in main()
[all …]
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx348 OSL_ENSURE( xa->a().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("a") ), "### A failed!" ); in dotest()
350 OSL_ENSURE( xba->ba().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ba") ), "### BA failed!" ); in dotest()
351 OSL_ENSURE( xba->a().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("a") ), "### BA failed!" ); in dotest()
353 OSL_ENSURE( xca->ca().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ca") ), "### CA failed!" ); in dotest()
354 OSL_ENSURE( xca->a().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("a") ), "### CA failed!" ); in dotest()
360 OSL_ENSURE( xe->e().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("e") ), "### E failed!" ); in dotest()
364 OSL_ENSURE( xg->g().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("g") ), "### G failed!" ); in dotest()
365 OSL_ENSURE( xg->a().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("a") ), "### G failed!" ); in dotest()
405 OSL_ENSURE( xg == xOriginal, "### root!" ); in dotest()
553 OSL_ENSURE( sal_False, "### unexpected IllegalAccessException exception caught!" ); in test_ImplHelper()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx171 OSL_ENSURE(_rPos->isNew(), "OIndexCollection::commitNewIndex: index must be new!"); in commitNewIndex()
193 OSL_ENSURE(sal_False, "OIndexCollection::commitNewIndex: invalid index descriptor returned!"); in commitNewIndex()
214 OSL_ENSURE(xColDescriptor.is(), "OIndexCollection::commitNewIndex: invalid column descriptor!"); in commitNewIndex()
243OSL_ENSURE(m_xIndexes->hasByName(_rPos->getOriginalName()), "OIndexCollection::drop: invalid name!… in dropNoRemove()
248 OSL_ENSURE(sal_False, "OIndexCollection::drop: no XDrop interface!"); in dropNoRemove()
275 OSL_ENSURE((_rPos >= m_aIndexes.begin()) && (_rPos < m_aIndexes.end()), in drop()
295 OSL_ENSURE(sal_False, "OIndexCollection::implFillIndexInfo: got an invalid index object!"); in implFillIndexInfo()
318 OSL_ENSURE(xCols.is(), "OIndexCollection::implFillIndexInfo: the index does not have columns!"); in implFillIndexInfo()
336 OSL_ENSURE(sal_False, "OIndexCollection::implFillIndexInfo: invalid index column!"); in implFillIndexInfo()
354 OSL_ENSURE(_rPos >= m_aIndexes.begin() && _rPos < m_aIndexes.end(), in resetIndex()
[all …]
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx105 OSL_ENSURE( bIsFolder || in ContentProperties()
793 OSL_ENSURE( sal_False, in createNewContent()
2196 OSL_ENSURE( sal_False, in exchangeIdentity()
2251 OSL_ENSURE( sal_False, in exchangeIdentity()
2593 OSL_ENSURE( sal_False, in renameData()
2717 OSL_ENSURE( sal_False, in storeData()
2724 OSL_ENSURE( sal_False, in storeData()
2731 OSL_ENSURE( sal_False, in storeData()
2912 OSL_ENSURE( sal_False, in flushData()
2959 OSL_ENSURE( xStream.is(), in getInputStream()
[all …]
/trunk/main/oox/source/drawingml/
H A Dcolor.cxx192 OSL_ENSURE( (0 <= nNew) && (nNew <= nMax), "lclSetValue - invalid value" ); in lclSetValue()
199 OSL_ENSURE( (0 <= nMod), "lclModValue - invalid modificator" ); in lclModValue()
205 OSL_ENSURE( (-nMax <= nOff) && (nOff <= nMax), "lclOffValue - invalid offset" ); in lclOffValue()
251 OSL_ENSURE( (0 <= nRgb) && (nRgb <= 0xFFFFFF), "Color::setSrgbClr - invalid RGB value" ); in setSrgbClr()
258 OSL_ENSURE( (0 <= nR) && (nR <= MAX_PERCENT), "Color::setScrgbClr - invalid red value" ); in setScrgbClr()
281 OSL_ENSURE( nRgbValue >= 0, "Color::setPrstClr - invalid preset color token" ); in setPrstClr()
288 OSL_ENSURE( nToken != XML_TOKEN_INVALID, "Color::setSchemeClr - invalid color token" ); in setSchemeClr()
295 OSL_ENSURE( nPaletteIdx >= 0, "Color::setPaletteClr - invalid palette index" ); in setPaletteClr()
590 OSL_ENSURE( false, "Color::toRgb - unexpected color mode" ); in toRgb()
611 OSL_ENSURE( false, "Color::toCrgb - unexpected color mode" ); in toCrgb()
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx85 OSL_ENSURE( m_xWrappedStorage.is(), in Storage()
88 OSL_ENSURE( m_xWrappedComponent.is(), in Storage()
91 OSL_ENSURE( m_xWrappedTypeProv.is(), in Storage()
112 OSL_ENSURE( m_xAggProxy.is(), in Storage()
597 OSL_ENSURE( m_xWrappedStream.is(), in OutputStream()
600 OSL_ENSURE( m_xWrappedComponent.is(), in OutputStream()
603 OSL_ENSURE( m_xWrappedTypeProv.is(), in OutputStream()
624 OSL_ENSURE( m_xAggProxy.is(), in OutputStream()
798 OSL_ENSURE( m_xWrappedStream.is(), in Stream()
804 OSL_ENSURE( m_xWrappedTypeProv.is(), in Stream()
[all …]
H A Dtdoc_storage.cxx72 OSL_ENSURE( m_aMap.size() == 0, in ~StorageElementFactory()
195 OSL_ENSURE( eMode != READ_WRITE_CREATE, in createStorage()
248 OSL_ENSURE( eMode != READ_WRITE_CREATE, in createStorage()
309 OSL_ENSURE( false, in createOutputStream()
321 OSL_ENSURE( false, in createOutputStream()
357 OSL_ENSURE( false, in createStream()
369 OSL_ENSURE( false, in createStream()
409 OSL_ENSURE( xParentStorage.is() in queryParentStorage()
458 OSL_ENSURE( xPropSet.is(), in queryStorage()
500 OSL_ENSURE( in queryStorage()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dpushbuttonnavigation.cxx80 OSL_ENSURE( *pLookup, "lcl_getNavigationURL: invalid index!" ); in lcl_getNavigationURL()
93OSL_ENSURE( m_xControlModel.is(), "PushButtonNavigation::PushButtonNavigation: invalid control mod… in PushButtonNavigation()
101OSL_ENSURE( sal_False, "PushButtonNavigation::PushButtonNavigation: caught an exception!" ); in PushButtonNavigation()
131OSL_ENSURE( m_bIsPushButton, "PushButtonNavigation::getCurrentButtonType: not expected to be calle… in getCurrentButtonType()
140OSL_ENSURE( sal_False, "PushButtonNavigation::getCurrentButtonType: caught an exception!" ); in getCurrentButtonType()
148OSL_ENSURE( m_bIsPushButton, "PushButtonNavigation::setCurrentButtonType: not expected to be calle… in setCurrentButtonType()
172OSL_ENSURE( sal_False, "PushButtonNavigation::setCurrentButtonType: caught an exception!" ); in setCurrentButtonType()
204OSL_ENSURE( sal_False, "PushButtonNavigation::getCurrentButtonTypeState: caught an exception!" ); in getCurrentButtonTypeState()
235OSL_ENSURE( sal_False, "PushButtonNavigation::getCurrentTargetURL: caught an exception!" ); in getCurrentTargetURL()
252OSL_ENSURE( sal_False, "PushButtonNavigation::setCurrentTargetURL: caught an exception!" ); in setCurrentTargetURL()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx222 OSL_ENSURE(m_pFileStream,"No Stream available!"); in readHeader()
328 OSL_ENSURE(nFieldCount,"No columns in table!"); in fillColumns()
459 OSL_ENSURE(i,"No columns in table!"); in fillColumns()
1054 OSL_ENSURE(!m_pFileStream, "SequenceError"); in CreateImpl()
1210 OSL_ENSURE(xCol.is(),"This should be a column!"); in CreateFile()
1266 OSL_ENSURE(xCol.is(),"This should be a column!"); in CreateFile()
1352 OSL_ENSURE(nPrecision >= nScale, in CreateFile()
1711 OSL_ENSURE(m_pBuffer,"Buffer is NULL!"); in UpdateBuffer()
2622 OSL_ENSURE(bOk,"Row could not be inserted!"); in copyData()
2625 OSL_ENSURE(bOk,"Row could not be fetched!"); in copyData()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx119 OSL_ENSURE( result.get(), "invalid getValue request" ); in getValue()
140 OSL_ENSURE( aAny.hasValue( ), "empty any" ); in getValue()
183 OSL_ENSURE( result->hasResult( ), "invalid getValue request" ); in getLabel()
393 OSL_ENSURE( sal_False, "invalid control id" ); in setValue()
400 OSL_ENSURE( sal_False, "unsupported control class" ); in setValue()
435 OSL_ENSURE( sal_False, "invalid control id" ); in getValue()
442 OSL_ENSURE( sal_False, "unsupported control class" ); in getValue()
451 OSL_ENSURE( sal_False, "unsupported control action" ); in getValue()
466 OSL_ENSURE( IsWindow( hwndCtrl ), "invalid element id"); in enableControl()
479 OSL_ENSURE( IsWindow( hwndCtrl ), "invalid element id"); in setLabel()
[all …]
/trunk/main/connectivity/source/commontools/
H A Dconncleanup.cxx58OSL_ENSURE(xProps.is(), "OAutoConnectionDisposer::OAutoConnectionDisposer: invalid rowset (no XPro… in OAutoConnectionDisposer()
71OSL_ENSURE( sal_False, "OAutoConnectionDisposer::OAutoConnectionDisposer: caught an exception!" ); in OAutoConnectionDisposer()
85 OSL_ENSURE( sal_False, "OAutoConnectionDisposer::startPropertyListening: caught an exception!" ); in startPropertyListening()
97OSL_ENSURE( _rxEventSource.is(), "OAutoConnectionDisposer::stopPropertyListening: invalid event so… in stopPropertyListening()
106 OSL_ENSURE( sal_False, "OAutoConnectionDisposer::stopPropertyListening: caught an exception!" ); in stopPropertyListening()
113OSL_ENSURE( !m_bRSListening, "OAutoConnectionDisposer::startRowSetListening: already listening!" ); in startRowSetListening()
121 OSL_ENSURE( sal_False, "OAutoConnectionDisposer::startRowSetListening: caught an exception!" ); in startRowSetListening()
129 OSL_ENSURE( m_bRSListening, "OAutoConnectionDisposer::stopRowSetListening: not listening!" ); in stopRowSetListening()
136 OSL_ENSURE( sal_False, "OAutoConnectionDisposer::stopRowSetListening: caught an exception!" ); in stopRowSetListening()
187OSL_ENSURE( xOldConnection.get() == m_xOriginalConnection.get(), "OAutoConnectionDisposer::propert… in propertyChange()
[all …]
/trunk/main/connectivity/inc/connectivity/
H A DDateConversion.hxx39 OSL_ENSURE(0,"Please use DBConversion instead!"); in toINT32()
44 OSL_ENSURE(0,"Please use DBConversion instead!"); in toINT32()
49 OSL_ENSURE(0,"Please use DBConversion instead!"); in toINT64()
54 OSL_ENSURE(0,"Please use DBConversion instead!"); in getMsFromTime()
59 OSL_ENSURE(0,"Please use DBConversion instead!"); in toDouble()
64 OSL_ENSURE(0,"Please use DBConversion instead!"); in toDouble()
69 OSL_ENSURE(0,"Please use DBConversion instead!"); in toDouble()
74 OSL_ENSURE(0,"Please use DBConversion instead!"); in toDate()
79 OSL_ENSURE(0,"Please use DBConversion instead!"); in toTime()
84 OSL_ENSURE(0,"Please use DBConversion instead!"); in toDateTime()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx63 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in DBG_NAME()
64 OSL_ENSURE(m_xControl.is(),"Control is NULL!"); in DBG_NAME()
163 OSL_ENSURE(0,"Unknown property found!"); in EndElement()
208 OSL_ENSURE(bSuccess, in convertString()
223 OSL_ENSURE(bSuccess, in convertString()
245 OSL_ENSURE(bSuccess, in convertString()
276 OSL_ENSURE(bSuccess, in convertString()
286 OSL_ENSURE(((sal_uInt32)nValue) - nValue == 0, in convertString()
293 OSL_ENSURE(((sal_uInt32)nValue) == 0, in convertString()
323 OSL_ENSURE(sal_False, "OXMLControlProperty::convertString: invalid type class!"); in convertString()
[all …]
/trunk/main/connectivity/source/drivers/jdbc/
H A DObject.cxx78 OSL_ENSURE(pEnv,"Environment is nULL!"); in SDBThreadAttach()
159 OSL_ENSURE( myObj, "object in c++ -> Java Wrapper" ); in saveRef()
233 OSL_ENSURE( _inout_MethodID, _pSignature ); in obtainMethodId()
244 OSL_ENSURE( t.pEnv, "java_lang_Object::callBooleanMethod: no Java enviroment anymore!" ); in callBooleanMethod()
276 OSL_ENSURE( t.pEnv, "java_lang_Object::callIntMethod: no Java enviroment anymore!" ); in callIntMethod()
292 OSL_ENSURE( t.pEnv, "java_lang_Object::callIntMethod: no Java enviroment anymore!" ); in callIntMethodWithIntArg()
304 OSL_ENSURE( t.pEnv, "java_lang_Object::callIntMethod: no Java enviroment anymore!" ); in callVoidMethod()
315 OSL_ENSURE( t.pEnv, "java_lang_Object::callIntMethod: no Java enviroment anymore!" ); in callVoidMethodWithIntArg()
329 OSL_ENSURE( t.pEnv, "java_lang_Object::callIntMethod: no Java enviroment anymore!" ); in callVoidMethodWithBoolArg()
342 OSL_ENSURE( t.pEnv, "java_lang_Object::callStringMethod: no Java enviroment anymore!" ); in callStringMethod()
[all …]
H A DJStatement.cxx159 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getGeneratedValues()
197 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in cancel()
217 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in clearBatch()
234 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in execute()
268 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in executeQuery()
315 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in addBatch()
329 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in executeBatch()
351 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in executeUpdate()
361 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getResultSet()
373 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getUpdateCount()
[all …]
/trunk/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx49 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
56OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in registerComponent()
59 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()
81OSL_ENSURE(sal_False, "OModuleRegistration::revokeComponent : have no class infos ! Are you sure c… in revokeComponent()
84OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()
86 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()
119OSL_ENSURE(_rxServiceManager.is(), "OModuleRegistration::getComponentFactory : invalid argument (s… in getComponentFactory()
120OSL_ENSURE(_rImplementationName.getLength(), "OModuleRegistration::getComponentFactory : invalid a… in getComponentFactory()
124OSL_ENSURE(sal_False, "OModuleRegistration::getComponentFactory : have no class infos ! Are you su… in getComponentFactory()
127OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in getComponentFactory()
[all …]
/trunk/main/oox/source/xls/
H A Ddrawingbase.cxx114 OSL_ENSURE( false, "ShapeAnchor::importAnchor - unexpected element" ); in importAnchor()
121OSL_ENSURE( meAnchorType == ANCHOR_ABSOLUTE, "ShapeAnchor::importPos - unexpected 'xdr:pos' elemen… in importPos()
149OSL_ENSURE( meAnchorType == ANCHOR_TWOCELL, "ShapeAnchor::setCellPos - unexpected 'xdr:to' element… in setCellPos()
153 OSL_ENSURE( false, "ShapeAnchor::setCellPos - unexpected parent element" ); in setCellPos()
161 default: OSL_ENSURE( false, "ShapeAnchor::setCellPos - unexpected element" ); in setCellPos()
175 OSL_ENSURE( aTokens.size() >= 8, "ShapeAnchor::importVmlAnchor - missing anchor tokens" ); in importVmlAnchor()
206 OSL_ENSURE( maPos.isValid(), "ShapeAnchor::calcAnchorRectEmu - invalid position" ); in calcAnchorRectEmu()
212 OSL_ENSURE( maFrom.isValid(), "ShapeAnchor::calcAnchorRectEmu - invalid position" ); in calcAnchorRectEmu()
221 OSL_ENSURE( false, "ShapeAnchor::calcAnchorRectEmu - invalid anchor" ); in calcAnchorRectEmu()
230 OSL_ENSURE( maSize.isValid(), "ShapeAnchor::calcAnchorRectEmu - invalid size" ); in calcAnchorRectEmu()
[all …]
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx239 OSL_ENSURE( sal_False, \ in CAutoComInit()
242 OSL_ENSURE( sal_False, \ in CAutoComInit()
348 OSL_ENSURE( dwResult == WAIT_OBJECT_0, "OleThread could not terminate" ); in ~CMtaOleClipboard()
359 OSL_ENSURE( ( NULL == m_pfncClipViewerCallback ) && in ~CMtaOleClipboard()
373 OSL_ENSURE( sal_False, "clipboard sta thread not ready" ); in flushClipboard()
377 OSL_ENSURE( GetCurrentThreadId( ) != m_uOleThreadId, \ in flushClipboard()
402 OSL_ENSURE( sal_False, "clipboard sta thread not ready" ); in getClipboard()
426 OSL_ENSURE( SUCCEEDED( hr ), "unmarshalling clipboard data object failed" ); in getClipboard()
441 OSL_ENSURE( sal_False, "clipboard sta thread not ready" ); in setClipboard()
479 OSL_ENSURE( sal_False, "clipboard sta thread not ready" ); in registerClipViewer()
[all …]
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageAccess.cxx120 OSL_ENSURE(pHelper.get(),"No stream helper!"); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer()
144 OSL_ENSURE(pHelper.get(),"No stream helper!"); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length()
160 OSL_ENSURE(xIn.is(),"Input stream is NULL!"); in read_from_storage_stream()
229 OSL_ENSURE(xIn.is(),"Input stream is NULL!"); in read_from_storage_stream_into_buffer()
306 OSL_ENSURE(xIn.is(),"Input stream is NULL!"); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
375 OSL_ENSURE(xSeek.is(),"No Seekable stream!"); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
391 OSL_ENSURE(xOut.is(),"No output stream!"); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
431 OSL_ENSURE(xOut.is(),"Stream is NULL"); in write_to_storage_stream_from_buffer()
441 OSL_ENSURE(0,"ExceptionClear"); in write_to_storage_stream_from_buffer()
443 OSL_ENSURE(buf,"buf is NULL"); in write_to_storage_stream_from_buffer()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx169 OSL_ENSURE(xConnection.is(),"No connection!"); in DBG_NAME()
311 OSL_ENSURE(xColumn.is(),"Column in table is null!"); in DBG_NAME()
906 OSL_ENSURE(aCacheIter->second.aIterator >= m_pMatrix->begin() in moveWindow()
914 OSL_ENSURE(0,"What the hell is happen here!"); in moveWindow()
1025 OSL_ENSURE(nPos == m_pCacheSet->getRow(),"nPos isn't valid!"); in moveWindow()
1297 OSL_ENSURE(0,"There must be a bookmark after the row was inserted!"); in insertRow()
1330 OSL_ENSURE(aBookmark.hasValue(),"Bookmark must have a value!"); in updateRow()
1387 OSL_ENSURE(0,"cancelRowUpdates:Invalid positions pos == 0"); in cancelRowUpdates()
1395 OSL_ENSURE(0,"cancelRowUpdates couldn't position right with absolute"); in cancelRowUpdates()
1466 OSL_ENSURE(aCacheIter->second.aIterator >= m_pMatrix->begin() in rotateCacheIterator()
[all …]
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx137 OSL_ENSURE( xStorage.is(), "The storage can not be empty!" ); in createTempInpStreamFromStor()
172 OSL_ENSURE( xComponent.is(), "Wrong storage implementation!" ); in createTempInpStreamFromStor()
617 OSL_ENSURE( aFilterName.getLength(), "Wrong document service name!" ); in StoreDocumentToTempStream_Impl()
638 OSL_ENSURE( sal_False, "Looks like stream was closed already" ); in StoreDocumentToTempStream_Impl()
665 OSL_ENSURE( sal_False, "The object was not stored!\n" ); in SaveObject_Impl()
762 OSL_ENSURE( xStorage.is(), "No storage is provided for storing!" ); in StoreDocToStorage_Impl()
863 OSL_ENSURE( m_bIsLink, "The object is not a linked one!\n" ); in CreateTempDocFromLink_Impl()
877 OSL_ENSURE( sal_False, "Can not retrieve storage media type!\n" ); in CreateTempDocFromLink_Impl()
1218 OSL_ENSURE( sal_False, "Can not retrieve own storage media type!\n" ); in storeToEntry()
1482 OSL_ENSURE( xComponent.is(), "Wrong storage implementation!" ); in saveCompleted()
[all …]
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx322 OSL_ENSURE( 0, "Unknown object!" ); in GetEmbeddedObjectName()
330 OSL_ENSURE( !rName.isEmpty(), "Empty object name!"); in GetEmbeddedObject()
450 OSL_ENSURE( !rName.isEmpty(), "Added object doesn't have a name!"); in AddEmbeddedObject()
719 OSL_ENSURE( sal_False, in CopyEmbeddedObject()
848 OSL_ENSURE( sal_False, "Could not copy readonly property!\n" ); in CopyAndGetEmbeddedObject()
937 OSL_ENSURE( bRet, "Object not found for removal!" ); in MoveEmbeddedObject()
948 OSL_ENSURE( sal_False, "Failed to remove object from storage!" ); in MoveEmbeddedObject()
1016 OSL_ENSURE(0,"Could not move object!"); in MoveEmbeddedObject()
1022 OSL_ENSURE(0,"Unknown object!"); in MoveEmbeddedObject()
1145 OSL_ENSURE( bFound, "Object not found for removal!" ); in RemoveEmbeddedObject()
[all …]
/trunk/main/oox/source/ole/
H A Dvbamodule.cxx77 #define OOX_ENSURE_RECORDSIZE( cond ) OSL_ENSURE( cond, "VbaModule::importDirRecords - invalid reco… in importDirRecords()
79 OSL_ENSURE( false, "VbaModule::importDirRecords - unexpected MODULENAME record" ); in importDirRecords()
106OSL_ENSURE( mnType == ModuleType::UNKNOWN, "VbaModule::importDirRecords - multiple module type rec… in importDirRecords()
111OSL_ENSURE( mnType == ModuleType::UNKNOWN, "VbaModule::importDirRecords - multiple module type rec… in importDirRecords()
123 OSL_ENSURE( false, "VbaModule::importDirRecords - unknown module record" ); in importDirRecords()
127 OSL_ENSURE( maName.getLength() > 0, "VbaModule::importDirRecords - missing module name" ); in importDirRecords()
128OSL_ENSURE( maStreamName.getLength() > 0, "VbaModule::importDirRecords - missing module stream nam… in importDirRecords()
129OSL_ENSURE( mnType != ModuleType::UNKNOWN, "VbaModule::importDirRecords - missing module type" ); in importDirRecords()
130OSL_ENSURE( mnOffset < SAL_MAX_UINT32, "VbaModule::importDirRecords - missing module stream offset… in importDirRecords()
153 OSL_ENSURE( !aInStrm.isEof(), "VbaModule::readSourceCode - cannot open module stream" ); in readSourceCode()
[all …]

Completed in 216 milliseconds

12345678910>>...78