Home
last modified time | relevance | path

Searched refs:OSL_ASSERT (Results 76 – 100 of 908) sorted by relevance

12345678910>>...37

/trunk/main/sal/osl/os2/
H A Dfile.cxx970 OSL_ASSERT(pDirectory); in osl_openDirectory()
1039 OSL_ASSERT(Directory); in osl_getNextDirectoryItem()
1040 OSL_ASSERT(pItem); in osl_getNextDirectoryItem()
1083 OSL_ASSERT( Directory ); in osl_closeDirectory()
1129 OSL_ASSERT(ustrFileURL); in osl_getDirectoryItem()
1130 OSL_ASSERT(pItem); in osl_getDirectoryItem()
1234 OSL_ASSERT( Item ); in osl_acquireDirectoryItem()
1250 OSL_ASSERT( Item ); in osl_releaseDirectoryItem()
1914 OSL_ASSERT( ustrFileURL ); in osl_moveFile()
1915 OSL_ASSERT( ustrDestURL ); in osl_moveFile()
[all …]
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx241 OSL_ASSERT(mpContentWindow.unique()); in ~SlideSorter()
247 OSL_ASSERT(mpContentWindow.use_count()==2); in ~SlideSorter()
290 OSL_ASSERT(mpSlideSorterModel.get()!=NULL); in GetModel()
299 OSL_ASSERT(mpSlideSorterView.get()!=NULL); in GetView()
308 OSL_ASSERT(mpSlideSorterController.get()!=NULL); in GetController()
455 OSL_ASSERT (pViewShellBase->GetDocument() != NULL); in CreateModel()
579 OSL_ASSERT(mpProperties); in GetProperties()
588 OSL_ASSERT(mpTheme); in GetTheme()
/trunk/main/configmgr/source/
H A Dcomponents.cxx97 OSL_ASSERT(partial == 0 && modifications == 0 && additions == 0); in parseXcsFile()
126 OSL_ASSERT(node.is()); in canRemoveFromLayer()
188 OSL_ASSERT(reference != 0); in WriteThread()
216 OSL_ASSERT(context.is()); in getSingleton()
336 OSL_ASSERT(modifications != 0); in insertExtensionXcuFile()
368 OSL_ASSERT(modifications != 0); in removeExtensionXcuFile()
387 OSL_ASSERT(parent.is()); in removeExtensionXcuFile()
389 OSL_ASSERT( in removeExtensionXcuFile()
410 OSL_ASSERT(modifications != 0); in insertModificationXcuFile()
500 OSL_ASSERT(context.is()); in Components()
[all …]
/trunk/main/io/test/stm/
H A Ddatatest.cxx201 OSL_ASSERT( rPipeInput.is() ); in test()
202 OSL_ASSERT( rPipeOutput.is() ); in test()
206 OSL_ASSERT( rSink->getInputStream().is() ); in test()
207 OSL_ASSERT( rSource->getOutputStream().is() ); in test()
770 OSL_ASSERT( markableInput.is() ); in test()
771 OSL_ASSERT( markableOutput.is() ); in test()
772 OSL_ASSERT( markableSink.is() ); in test()
773 OSL_ASSERT( markableSource.is() ); in test()
791 OSL_ASSERT( rPipeInput.is() ); in test()
792 OSL_ASSERT( rPipeOutput.is() ); in test()
[all …]
/trunk/main/chart2/source/model/template/
H A DStockDataInterpreter.cxx189 OSL_ASSERT( nVolumeSeries > nNumOfFullSeries ); in interpretDataSource()
191 OSL_ASSERT( nDataCount > nSourceIndex ); in interpretDataSource()
203 OSL_ASSERT( nCandleStickSeries > nNumOfFullSeries ); in interpretDataSource()
206 OSL_ASSERT( nDataCount > nSourceIndex ); in interpretDataSource()
254 OSL_ASSERT( xSeries.is() ); in interpretDataSource()
256 OSL_ASSERT( xSink.is() ); in interpretDataSource()
306 OSL_ASSERT( aInterpretedData.Series.getLength() > (bHasVolume ? 1 : 0)); in isDataCompatible()
/trunk/main/sal/osl/w32/
H A Dpipe.c378 OSL_ASSERT(pPipe); in osl_acceptPipe()
386 OSL_ASSERT (pPipe->m_File != INVALID_HANDLE_VALUE); in osl_acceptPipe()
429 OSL_ASSERT(pAcceptedPipe); in osl_acceptPipe()
453 OSL_ASSERT(pAcceptedPipe); in osl_acceptPipe()
474 OSL_ASSERT(pPipe); in osl_receivePipe()
527 OSL_ASSERT(pPipe); in osl_sendPipe()
568 OSL_ASSERT(pPipe); in osl_writePipe()
595 OSL_ASSERT( pPipe ); in osl_readPipe()
/trunk/main/sal/osl/unx/
H A Dpipe.c405 OSL_ASSERT(pPipe); in osl_acceptPipe()
411 OSL_ASSERT(strlen(pPipe->m_Name) > 0); in osl_acceptPipe()
441 OSL_ASSERT(pAcceptedPipe); in osl_acceptPipe()
474 OSL_ASSERT(pPipe); in osl_receivePipe()
505 OSL_ASSERT(pPipe); in osl_sendPipe()
544 OSL_ASSERT(pPipe); in osl_writePipe()
571 OSL_ASSERT( pPipe ); in osl_readPipe()
H A Dmutex.c62 OSL_ASSERT(pMutex); in osl_createMutex()
95 OSL_ASSERT(pMutex); in osl_destroyMutex()
121 OSL_ASSERT(pMutex); in osl_acquireMutex()
148 OSL_ASSERT(pMutex); in osl_tryToAcquireMutex()
171 OSL_ASSERT(pMutex); in osl_releaseMutex()
/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx65 OSL_ASSERT(m_pUndoNodes.get()); in UndoManager()
209 OSL_ASSERT(UNDO_END != eUndoId); in StartUndo()
215 OSL_ASSERT(UNDO_START != eUndoId); in StartUndo()
246 OSL_ASSERT(pLastUndo); in EndUndo()
247 OSL_ASSERT(UNDO_START != eUndoId); in EndUndo()
251 OSL_ASSERT(pListAction); in EndUndo()
567 OSL_ASSERT(pRepeatAction); in Repeat()
/trunk/main/cppu/source/threadpool/
H A Dthreadpool.cxx203 OSL_ASSERT( ii != m_lstThreads.end() ); in waitInPool()
249 OSL_ASSERT( ii != m_mapQueue.end() ); in revokeQueue()
303 OSL_ASSERT( ii != m_mapQueue.end() ); in addJob()
363 OSL_ASSERT( ii != m_mapQueue.end() ); in enter()
367 OSL_ASSERT( pQueue ); in enter()
487 OSL_ASSERT( g_pThreadpoolHashSet ); in uno_threadpool_destroy()
492 OSL_ASSERT( ii != g_pThreadpoolHashSet->end() ); in uno_threadpool_destroy()
/trunk/main/jvmfwk/source/
H A Delements.cxx54 OSL_ASSERT(docPath.getLength() > 0); in getElement()
273 OSL_ASSERT("[Java framework] Unknown enum used."); in load()
662 OSL_ASSERT( !(arOptions == 0 && size != 0)); in setVmParameters()
679 OSL_ASSERT( !(arLocations == 0 && size != 0)); in setJRELocations()
702 OSL_ASSERT( sLocation); in addJRELocation()
775 OSL_ASSERT(modified <= curTime.Seconds); in checkSettingsFileStatus()
898 OSL_ASSERT(pJavaInfo && pDoc); in loadFromNode()
1015 OSL_ASSERT(pJavaInfoNode && pDoc); in writeToNode()
1141 OSL_ASSERT(0); in getModifiedTime()
1249 OSL_ASSERT(parParams != NULL && size != NULL); in getVmParametersArray()
[all …]
/trunk/main/bridges/inc/bridges/cpp_uno/
H A Dbridge.hxx45 OSL_ASSERT( pEnv == pThis->pBridge->pCppEnv ); in cppu_cppInterfaceProxy_free()
62 OSL_ASSERT( ppCppI && pTypeDescr ); in cppu_Mapping_uno2cpp()
75 OSL_ASSERT( pOId ); in cppu_Mapping_uno2cpp()
110 OSL_ASSERT( pThis == static_cast< ::com::sun::star::uno::XInterface * >( this ) ); in acquireProxy()
155 OSL_ASSERT( pEnv == pThis->pBridge->pUnoEnv ); in cppu_unoInterfaceProxy_free()
184 OSL_ASSERT( pThis == pUnoI ); in cppu_unoInterfaceProxy_acquire()
217 OSL_ASSERT( pOId ); in cppu_Mapping_cpp2uno()
351 OSL_ASSERT( ppMapping && pFrom && pTo ); in cppu_ext_getMapping()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx334 default: OSL_ASSERT(false); // fall through in GetGradientColor()
354 default: OSL_ASSERT(false); // fall through in GetGradientOffset()
453 OSL_ASSERT(eType>=0 && size_t(eType)<maIcons.size()); in GetIcon()
467 OSL_ASSERT(eType>=0 && size_t(eType)<maIntegerValues.size()); in GetIntegerValue()
481 OSL_ASSERT(eType>=0 && size_t(eType)<maIntegerValues.size()); in SetIntegerValue()
494 OSL_ASSERT(eType>=0 && size_t(eType)<maStrings.size()); in GetString()
508 OSL_ASSERT(eType>=0 && size_t(eType)<maGradients.size()); in GetGradient()
525 OSL_ASSERT(eType>=0 && size_t(eType)<maIcons.size()); in InitializeIcon()
H A DSlsFramePainter.cxx53 OSL_ASSERT(rShadowBitmap.GetSizePixel().Width() == rShadowBitmap.GetSizePixel().Height()); in FramePainter()
54 OSL_ASSERT((rShadowBitmap.GetSizePixel().Width()-1)%2 == 0); in FramePainter()
55 OSL_ASSERT(((rShadowBitmap.GetSizePixel().Width()-1)/2)%2 == 1); in FramePainter()
132 OSL_ASSERT(nHorizontalPosition>=-1 && nHorizontalPosition<=+1); in OffsetBitmap()
133 OSL_ASSERT(nVerticalPosition>=-1 && nVerticalPosition<=+1); in OffsetBitmap()
237 OSL_ASSERT(false); in PaintSide()
/trunk/main/bridges/test/java_uno/any/
H A Dtransport.cxx82 OSL_ASSERT( false ); in Java_test_java_1uno_anytest_TestJni_create_1jni_1transport()
90 OSL_ASSERT( java_env.is() ); in Java_test_java_1uno_anytest_TestJni_create_1jni_1transport()
92 OSL_ASSERT( cpp_env.is() ); in Java_test_java_1uno_anytest_TestJni_create_1jni_1transport()
96 OSL_ASSERT( mapping.is() ); in Java_test_java_1uno_anytest_TestJni_create_1jni_1transport()
98 OSL_ASSERT( 0 != jo_global ); in Java_test_java_1uno_anytest_TestJni_create_1jni_1transport()
/trunk/main/sal/rtl/source/
H A Dstring.c78 OSL_ASSERT(nLen < RTL_STR_MAX_VALUEOFFLOAT); in rtl_str_valueOfFloat()
93 OSL_ASSERT(nLen < RTL_STR_MAX_VALUEOFDOUBLE); in rtl_str_valueOfDouble()
174 OSL_ASSERT(pTarget != NULL in rtl_impl_convertUStringToString()
205 OSL_ASSERT(*pTarget != NULL); in rtl_impl_convertUStringToString()
244 OSL_ASSERT(pTemp != NULL); in rtl_impl_convertUStringToString()
274 OSL_ASSERT(pTemp2 != NULL); in rtl_impl_convertUStringToString()
/trunk/main/idlc/source/
H A Dastexpression.cxx215 OSL_ASSERT(false); in coerce_value()
274 OSL_ASSERT(false); in coerce_value()
329 OSL_ASSERT(false); in coerce_value()
386 OSL_ASSERT(false); in coerce_value()
437 OSL_ASSERT(false); in coerce_value()
492 OSL_ASSERT(false); in coerce_value()
698 OSL_ASSERT(false); in coerce_value()
779 OSL_ASSERT(false); in coerce()
831 OSL_ASSERT(false); in operator ==()
871 OSL_ASSERT(false); in compare()
[all …]
/trunk/main/desktop/source/deployment/
H A Ddp_persmap.cxx136 OSL_ASSERT( i >= 0); in decodeString()
142 OSL_ASSERT( ('A' <= c) && (c <= 'F')); in decodeString()
184 OSL_ASSERT( nBytesRead == sizeof(aHeaderBytes)); in readAll()
227 OSL_ASSERT( !m_bReadOnly); in flush()
250 OSL_ASSERT( nKeyLen == (sal_Int32)nBytesWritten); in flush()
256 OSL_ASSERT( nValLen == (sal_Int32)nBytesWritten); in flush()
/trunk/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx269 OSL_ASSERT(false); in getCurrentFilter()
330 OSL_ASSERT(m_FilePickerState); in setValue()
343 OSL_ASSERT(m_FilePickerState); in getValue()
357 OSL_ASSERT(m_FilePickerState); in enableControl()
369 OSL_ASSERT(m_FilePickerState); in setLabel()
381 OSL_ASSERT(m_FilePickerState); in getLabel()
617 OSL_ASSERT(m_FilePickerState && m_NonExecuteFilePickerState); in CacheControlState()
630 OSL_ASSERT(pImpl); in EnumChildWndProc()
647 OSL_ASSERT(sal_False); in EnumChildWndProc()
/trunk/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx288 OSL_ASSERT(nCvtBytes == nLen); in doComplexCharSetTest()
291 OSL_ASSERT(nCvtBytes == nLen); in doComplexCharSetTest()
295 OSL_ASSERT( in doComplexCharSetTest()
302 OSL_ASSERT(nCvtBytes == 1); in doComplexCharSetTest()
305 OSL_ASSERT(nCvtBytes == 1); in doComplexCharSetTest()
309 OSL_ASSERT(nChars == 0 && nInfo != 0); in doComplexCharSetTest()
2561 OSL_ASSERT(cv != NULL); in TEST_F()
2563 OSL_ASSERT(cx != NULL); in TEST_F()
2682 OSL_ASSERT(data[i].reverse); in TEST_F()
2781 OSL_ASSERT(data[i].codePage != 0 || data[i].reverse); in TEST_F()
/trunk/main/cppuhelper/test/
H A Dtestidlclass.cxx56 OSL_ASSERT( r.is() ); in testidlclass()
61 OSL_ASSERT( rProv.is() ); in testidlclass()
67 OSL_ASSERT( seq.getLength() == 1 ); in testidlclass()
80 OSL_ASSERT( r->getName() == sImplName ); in testidlclass()
92 OSL_ASSERT( r2->equals( r ) ); in testidlclass()
/trunk/main/dtrans/source/win32/misc/
H A DImplHelper.cxx103 OSL_ASSERT( IsValidLocale( lcid, LCID_SUPPORTED ) ); in getWinCPFromLocaleId()
118 OSL_ASSERT( sal_False ); in getWinCPFromLocaleId()
126 OSL_ASSERT( nResult ); in getWinCPFromLocaleId()
133 OSL_ASSERT( len > 0 ); in getWinCPFromLocaleId()
178 OSL_ASSERT( IsValidCodePage( codepage ) ); in IsOEMCP()
198 OSL_ASSERT( IsValidCodePage( codepage ) ); in cptostr()
/trunk/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx109 OSL_ASSERT( isValidFlavor( aFlavor ) ); in getTransferData()
118 OSL_ASSERT( CF_INVALID != fetc.getClipformat() ); in getTransferData()
186 OSL_ASSERT( isValidFlavor( aFlavor ) ); in isDataFlavorSupported()
264 OSL_ASSERT( isValidFlavor( aFlavor ) ); in addSupportedFlavor()
343 OSL_ASSERT( (hr != E_INVALIDARG) && in getClipboardData()
428 OSL_ASSERT( sal_False ); in synthesizeUnicodeText()
535 OSL_ASSERT( m_rXMimeCntFactory.is( ) ); in compareDataFlavors()
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx99 OSL_ASSERT(false); in coerceToInt64()
131 OSL_ASSERT( nMembers == aMemberNames.getLength() && nMembers == aMemberTypes.getLength() ); in createCTD()
262 OSL_ASSERT( in createCTD()
266 OSL_ASSERT(templateMemberTypes.getLength() == nMembers); in createCTD()
319 OSL_ASSERT( getExcs[i].is() ); in createCTD()
327 OSL_ASSERT( setExcs[i].is() ); in createCTD()
429 OSL_ASSERT( in createCTD()
489 OSL_ASSERT( sizeof(OUString) == sizeof(rtl_uString *) ); // !!! in createCTD()
746 OSL_ASSERT(false); in disposing()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx143 OSL_ASSERT( xReceiver.is()); in lcl_ChartInit()
431 OSL_ASSERT( "May need error handling here!\n" ); in FuInsertOLE()
751 OSL_ASSERT( "Chart wizard couldn't be positioned automatically\n" ); in FuInsertChart()
759 OSL_ASSERT( pViewShell ); in FuInsertChart()
760 OSL_ASSERT( pView ); in FuInsertChart()
768 OSL_ASSERT( pPV ); in FuInsertChart()
770 OSL_ASSERT( pPage ); in FuInsertChart()
771 OSL_ASSERT( pObj ); in FuInsertChart()
782 OSL_ASSERT( nDialogRet == ui::dialogs::ExecutableDialogResults::OK ); in FuInsertChart()

Completed in 146 milliseconds

12345678910>>...37