Home
last modified time | relevance | path

Searched refs:OSL_ASSERT (Results 1 – 25 of 908) sorted by relevance

12345678910>>...37

/trunk/main/sal/workben/
H A Dt_cipher.c221 OSL_ASSERT(cipher != 0); in main()
231 OSL_ASSERT(result == rtl_Cipher_E_None); in main()
236 OSL_ASSERT(result == rtl_Cipher_E_None); in main()
237 OSL_ASSERT(memcmp (ecb_out, ecb_ok, sizeof(ecb_ok)) == 0); in main()
242 OSL_ASSERT(result == rtl_Cipher_E_None); in main()
243 OSL_ASSERT(memcmp (ecb_in, cbc_data, length) == 0); in main()
250 OSL_ASSERT(cipher != 0); in main()
260 OSL_ASSERT(result == rtl_Cipher_E_None); in main()
265 OSL_ASSERT(result == rtl_Cipher_E_None); in main()
266 OSL_ASSERT(memcmp (cbc_out, cbc_ok, sizeof(cbc_ok)) == 0); in main()
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_info.cxx80 OSL_ASSERT( typelib_TypeClass_INTERFACE == m_td.get()->eTypeClass ); in JNI_interface_type_info()
154 OSL_ASSERT( 0 != m_methods[ nMethodIndex ] ); in JNI_interface_type_info()
159 OSL_ASSERT( in JNI_interface_type_info()
192 OSL_ASSERT( 0 != m_methods[ nMethodIndex ] ); in JNI_interface_type_info()
213 OSL_ASSERT( 0 != m_methods[ nMethodIndex ] ); in JNI_interface_type_info()
246 OSL_ASSERT( typelib_TypeClass_STRUCT == m_td.get()->eTypeClass || in JNI_compound_type_info()
277 OSL_ASSERT( 0 != m_exc_ctor ); in JNI_compound_type_info()
301 OSL_ASSERT( 0 != m_fields[ 1 ] ); in JNI_compound_type_info()
335 OSL_ASSERT( 0 != m_fields[ nPos ] ); in JNI_compound_type_info()
556 OSL_ASSERT( 0 != m_method_Object_toString ); in JNI_info()
[all …]
H A Djni_bridge.cxx71 OSL_ASSERT( sizeof (void *) == sizeof (jobject) ); in Mapping_map_to_uno()
137 OSL_ASSERT( sizeof (void *) == sizeof (jobject) ); in Mapping_map_to_java()
261 OSL_ASSERT( 0 != m_java_env && 0 != m_uno_env ); in Bridge()
296 OSL_ASSERT( jo_exc.is() ); in java_exc_occured()
323 OSL_ASSERT( 0 != method_Object_toString ); in java_exc_occured()
460 OSL_ASSERT( 0 != java_env->pContext ); in uno_initEnvironment()
473 OSL_ASSERT( 0 != ppMapping && 0 != pFrom && 0 != pTo ); in uno_ext_getMapping()
480 OSL_ASSERT( JNI_FALSE == sal_False ); in uno_ext_getMapping()
481 OSL_ASSERT( JNI_TRUE == sal_True ); in uno_ext_getMapping()
482 OSL_ASSERT( sizeof (jboolean) == sizeof (sal_Bool) ); in uno_ext_getMapping()
[all …]
/trunk/main/extensions/workben/
H A Dpythonautotest.cxx294 OSL_ASSERT( m_pDebuggingRef ); in detach()
314 OSL_ASSERT( xInvoke->hasProperty( L"list" ) ); in checkInvokation()
317 OSL_ASSERT( anyList.getReflection() == XInvokation_getReflection() ); in checkInvokation()
319 OSL_ASSERT( (*pRef).is() ); in checkInvokation()
321 OSL_ASSERT( (*pRef)->hasMethod( L"append" ) ); in checkInvokation()
322 OSL_ASSERT( (*pRef)->hasMethod( L"count" ) ); in checkInvokation()
334 OSL_ASSERT( nOldSize + 1 == any.getINT32() ); in checkInvokation()
440 OSL_ASSERT( xInvoke->hasProperty( L"nIntTest" ) ); in main()
443 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main()
444 OSL_ASSERT( any.getINT32() == 5 ); in main()
[all …]
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx290 OSL_ASSERT(mpSlideSorter.get()!=NULL); in CreateAccessibleDocumentView()
318 OSL_ASSERT(mpSlideSorter.get()!=NULL); in GetSlideSorter()
327 OSL_ASSERT(mpSlideSorter); in RelocateToParentWindow()
366 OSL_ASSERT(mpSlideSorter.get()!=NULL); in GetFocus()
375 OSL_ASSERT(mpSlideSorter.get()!=NULL); in LoseFocus()
428 OSL_ASSERT(mpSlideSorter.get()!=NULL); in GetMenuState()
438 OSL_ASSERT(mpSlideSorter.get()!=NULL); in GetClipboardState()
447 OSL_ASSERT(mpSlideSorter.get()!=NULL); in ExecCtrl()
456 OSL_ASSERT(mpSlideSorter.get()!=NULL); in GetCtrlState()
465 OSL_ASSERT(mpSlideSorter.get()!=NULL); in FuSupport()
[all …]
/trunk/main/sal/osl/unx/
H A Dsocket.c526 OSL_ASSERT( family == osl_Socket_FamilyInet ); in __osl_createSocketAddrWithFamily()
604 OSL_ASSERT((0 != Addr1) && (0 != Addr2)); in osl_isEqualSocketAddr()
742 OSL_ASSERT( pAddr ); in osl_setAddrOfSocketAddr()
743 OSL_ASSERT( pByteSeq ); in osl_setAddrOfSocketAddr()
749 OSL_ASSERT( pAddr->m_sockaddr.sa_family == FAMILY_TO_NATIVE( osl_Socket_FamilyInet ) ); in osl_setAddrOfSocketAddr()
750 OSL_ASSERT( pByteSeq->nElements == 4 ); in osl_setAddrOfSocketAddr()
766 OSL_ASSERT( pAddr ); in osl_getAddrOfSocketAddr()
767 OSL_ASSERT( ppByteSeq ); in osl_getAddrOfSocketAddr()
1085 OSL_ASSERT(cn); in _osl_hostentToHostAddr()
1094 OSL_ASSERT(cn); in _osl_hostentToHostAddr()
[all …]
/trunk/main/sal/osl/os2/
H A Dsocket.c526 OSL_ASSERT( family == osl_Socket_FamilyInet ); in __osl_createSocketAddrWithFamily()
607 OSL_ASSERT(pAddr1); in osl_isEqualSocketAddr()
608 OSL_ASSERT(pAddr2); in osl_isEqualSocketAddr()
742 OSL_ASSERT( pAddr ); in osl_setAddrOfSocketAddr()
743 OSL_ASSERT( pByteSeq ); in osl_setAddrOfSocketAddr()
749 OSL_ASSERT( pAddr->m_sockaddr.sa_family == FAMILY_TO_NATIVE( osl_Socket_FamilyInet ) ); in osl_setAddrOfSocketAddr()
750 OSL_ASSERT( pByteSeq->nElements == 4 ); in osl_setAddrOfSocketAddr()
766 OSL_ASSERT( pAddr ); in osl_getAddrOfSocketAddr()
767 OSL_ASSERT( ppByteSeq ); in osl_getAddrOfSocketAddr()
1093 OSL_ASSERT(cn); in _osl_hostentToHostAddr()
[all …]
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c133 OSL_ASSERT(QUEUE_STARTED_NAMED(segment, s)); in rtl_arena_segment_destructor()
134 OSL_ASSERT(QUEUE_STARTED_NAMED(segment, f)); in rtl_arena_segment_destructor()
193 OSL_ASSERT(*ppSegment == NULL); in rtl_arena_segment_get()
221 OSL_ASSERT(QUEUE_STARTED_NAMED((*ppSegment), s)); in rtl_arena_segment_put()
222 OSL_ASSERT(QUEUE_STARTED_NAMED((*ppSegment), f)); in rtl_arena_segment_put()
227 OSL_ASSERT((*ppSegment)->m_type != RTL_ARENA_SEGMENT_TYPE_HEAD); in rtl_arena_segment_put()
283 OSL_ASSERT(arena->m_freelist_bitmap & head->m_size); in rtl_arena_freelist_remove()
493 OSL_ASSERT(*ppSegment == NULL); in rtl_arena_segment_alloc()
527 OSL_ASSERT((*ppSegment) != head); in rtl_arena_segment_alloc()
553 OSL_ASSERT((*ppSegment) == NULL); in rtl_arena_segment_create()
[all …]
H A Dalloc_cache.c237 OSL_ASSERT (bufctl != NULL); /* bad free */ in rtl_cache_hash_remove()
296 OSL_ASSERT(QUEUE_STARTED_NAMED(slab, slab_)); in rtl_cache_slab_destructor()
299 OSL_ASSERT(slab->m_ntypes == 0); in rtl_cache_slab_destructor()
323 OSL_ASSERT(size >= cache->m_slab_size); in rtl_cache_slab_create()
328 OSL_ASSERT (cache != gp_cache_slab_cache); in rtl_cache_slab_create()
381 OSL_ASSERT(ntypes == 0); in rtl_cache_slab_destroy()
456 OSL_ASSERT(slab->m_ntypes < cache->m_ntypes); in rtl_cache_slab_alloc()
461OSL_ASSERT (slab->m_bp < slab->m_data + cache->m_ntypes * cache->m_type_size + cache->m_ncolor_max… in rtl_cache_slab_alloc()
465 OSL_ASSERT (cache != gp_cache_bufctl_cache); in rtl_cache_slab_alloc()
627 OSL_ASSERT(mag->m_mag_next == NULL); in rtl_cache_magazine_destructor()
[all …]
/trunk/main/bridges/test/
H A Dtestcomp.cxx589 OSL_ASSERT( ! "no exception flown!" ); in testException()
597 OSL_ASSERT( ! "only base class of exception could be caught!" ); in testException()
601 OSL_ASSERT(! "wrong unknown exception!" ); in testException()
639 OSL_ASSERT( ( types.Bool && retTypes.Bool ) || ( ! types.Bool && ! retTypes.Bool ) ); in testAllTypes()
640 OSL_ASSERT( types.Char == retTypes.Char ); in testAllTypes()
641 OSL_ASSERT( types.Byte == retTypes.Byte ); in testAllTypes()
642 OSL_ASSERT( types.Short == retTypes.Short ); in testAllTypes()
643 OSL_ASSERT( types.UShort == retTypes.UShort ); in testAllTypes()
644 OSL_ASSERT( types.Long == retTypes.Long ); in testAllTypes()
645 OSL_ASSERT( types.ULong == retTypes.ULong ); in testAllTypes()
[all …]
/trunk/main/configmgr/source/
H A Daccess.cxx136 OSL_ASSERT(child.is() && child->getParentAccess() == this); in markChildAsModified()
143 OSL_ASSERT(dynamic_cast< ChildAccess * >(p.get()) != 0); in markChildAsModified()
169 OSL_ASSERT(broadcaster != 0); in initDisposeBroadcaster()
334 OSL_ASSERT(vec.back().is()); in getAllChildren()
352 OSL_ASSERT(false); in checkValue()
360 OSL_ASSERT(false); in checkValue()
390 OSL_ASSERT(localModifications != 0); in insertLocalizedValueChild()
405 OSL_ASSERT(changes != 0); in reportChildChanges()
423 OSL_ASSERT(globalModifications != 0); in commitChildChanges()
475 OSL_ASSERT(broadcaster != 0); in initBroadcasterAndChanges()
[all …]
H A Dchildaccess.cxx93 OSL_ASSERT(root.is() && parent.is() && node.is()); in ChildAccess()
101 OSL_ASSERT(root.is() && node.is()); in ChildAccess()
105 OSL_ASSERT(getParentAccess().is()); in getAbsolutePath()
166 OSL_ASSERT(thisIs(IS_ANY)); in getParent()
175 OSL_ASSERT(thisIs(IS_ANY)); in setParent()
187 OSL_ASSERT(thisIs(IS_ANY)); in getSomething()
199 OSL_ASSERT( in bind()
207 OSL_ASSERT(parent_.is()); in unbind()
224 OSL_ASSERT(localModifications != 0); in setProperty()
334 OSL_ASSERT(globalModifications != 0); in commitChanges()
[all …]
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx65 OSL_ASSERT( aRequestContext ); in InitializeRequestContext()
77 OSL_ASSERT( aRequestContext && aRequestContext->hEvent ); in DeinitializeRequestContext()
176 OSL_ASSERT( m_hStaThread ); in CMtaFolderPicker()
179 OSL_ASSERT( m_hEvtThrdReady ); in CMtaFolderPicker()
246 OSL_ASSERT( m_hEvtThrdReady ); in browseForFolder()
258 OSL_ASSERT( sal_False ); in browseForFolder()
304 OSL_ASSERT( sal_False ); in browseForFolder()
487 OSL_ASSERT( IsWindow( m_hwnd ) ); in enableOk()
502 OSL_ASSERT( IsWindow( m_hwnd ) ); in setSelection()
523 OSL_ASSERT( IsWindow( m_hwnd ) ); in setStatusText()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx288 OSL_ASSERT(0 != m_pImpl.get()); in setMultiSelectionMode()
299 OSL_ASSERT(0 != m_pImpl.get()); in setTitle()
311 OSL_ASSERT(0 != m_pImpl.get()); in appendFilter()
323 OSL_ASSERT(0 != m_pImpl.get()); in setCurrentFilter()
334 OSL_ASSERT(0 != m_pImpl.get()); in getCurrentFilter()
346 OSL_ASSERT(0 != m_pImpl.get()); in appendFilterGroup()
358 OSL_ASSERT(0 != m_pImpl.get()); in setDefaultName()
370 OSL_ASSERT(0 != m_pImpl.get()); in setDisplayDirectory()
381 OSL_ASSERT(0 != m_pImpl.get()); in getDisplayDirectory()
392 OSL_ASSERT(0 != m_pImpl.get()); in getFiles()
[all …]
/trunk/main/binaryurp/source/
H A Dbridge.cxx92 OSL_ASSERT(pProxy != 0); in freeProxyCallback()
97 OSL_ASSERT(thread != 0); in joinThread()
202 OSL_ASSERT(factory.is() && connection.is()); in Bridge()
219 OSL_ASSERT(threadPool_ == 0 && !writer_.is() && !reader_.is()); in start()
221 OSL_ASSERT(threadPool_ != 0); in start()
249 OSL_ASSERT(w.is()); in terminate()
253 OSL_ASSERT(threadPool_ != 0); in terminate()
309 OSL_ASSERT(threadPool_ != 0); in getThreadPool()
322 OSL_ASSERT(writer_.is()); in getWriter()
329 OSL_ASSERT(type.is()); in registerIncomingInterface()
[all …]
H A Dwriter.cxx82 OSL_ASSERT(bridge.is()); in Writer()
92 OSL_ASSERT(!unblocked_.check()); in sendDirectRequest()
103 OSL_ASSERT(!unblocked_.check()); in sendDirectReply()
163 OSL_ASSERT(!queue_.empty()); in run()
213 OSL_ASSERT(tid.getLength() != 0 && !oid.isEmpty() && member.is()); in sendRequest()
224 OSL_ASSERT(atd->pInterface != 0); in sendRequest()
241 OSL_ASSERT(mtd->pInterface != 0); in sendRequest()
253 OSL_ASSERT(false); // this cannot happen in sendRequest()
256 OSL_ASSERT(functionId >= 0); in sendRequest()
320 OSL_ASSERT(inArguments.size() == 1); in sendRequest()
[all …]
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx372 OSL_ASSERT( isIn( aTypes, "test.CA" ) ); in dotest()
373 OSL_ASSERT( isIn( aTypes, "test.DBA" ) ); in dotest()
374 OSL_ASSERT( isIn( aTypes, "test.FE") ); in dotest()
375 OSL_ASSERT( isIn( aTypes, "test.G") ); in dotest()
376 OSL_ASSERT( isIn( aTypes, "com.sun.star.lang.XTypeProvider") ); in dotest()
381 OSL_ASSERT( isIn( aTypes, "com.sun.star.uno.XWeak") ); in dotest()
386 OSL_ASSERT( isIn( aTypes, "com.sun.star.lang.XComponent") ); in dotest()
392 OSL_ASSERT( isIn( aTypes, "com.sun.star.uno.XAggregation") ); in dotest()
397 OSL_ASSERT( isIn( aTypes, "test.H") ); in dotest()
402 OSL_ASSERT( isIn( aTypes, "test.I") ); in dotest()
[all …]
/trunk/main/svx/source/accessibility/
H A DChildrenManager.cxx74 OSL_ASSERT (mpImpl != NULL); in GetChildCount()
85 OSL_ASSERT (mpImpl != NULL); in GetChild()
92 OSL_ASSERT (mpImpl != NULL); in GetChild()
100 OSL_ASSERT (mpImpl != NULL); in GetChildShape()
107 OSL_ASSERT (mpImpl != NULL); in Update()
117 OSL_ASSERT (mpImpl != NULL); in SetShapeList()
126 OSL_ASSERT (mpImpl != NULL); in AddAccessibleShape()
135 OSL_ASSERT (mpImpl != NULL); in ClearAccessibleShapeList()
144 OSL_ASSERT (mpImpl != NULL); in SetInfo()
153 OSL_ASSERT (mpImpl != NULL); in UpdateSelection()
[all …]
/trunk/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx196 OSL_ASSERT( (CB_ERR != rc) && (CB_ERRSPACE != rc) ); in ListboxAddString()
205 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxGetString()
225 OSL_ASSERT( lRet != CB_ERR ); in ListboxGetString()
241 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxAddItem()
263 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxAddItems()
289 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxDeleteItem()
321 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxDeleteItems()
341 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxSetSelectedItem()
376 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxGetItems()
404 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxGetSelectedItem()
[all …]
/trunk/main/stoc/test/
H A Dtestproxyfac.cxx183 OSL_ASSERT( xMaster_XServiceInfo->getImplementationName().equals( test ) ); in test_proxyfac_()
191 OSL_ASSERT( in test_proxyfac_()
193 OSL_ASSERT( in test_proxyfac_()
199 OSL_ASSERT( xTarget == xFakeAgg ); in test_proxyfac_()
200 OSL_ASSERT( xMaster == xFakeAgg ); in test_proxyfac_()
205 OSL_ASSERT( xTarget_XServiceInfo->getImplementationName().equals( test ) ); in test_proxyfac_()
208 OSL_ASSERT( xTarget_XServiceInfo2.get() == xTarget_XServiceInfo.get() ); in test_proxyfac_()
210 OSL_ASSERT( xTarget == xTarget_XCurrentContext ); in test_proxyfac_()
211 OSL_ASSERT( xTarget_XCurrentContext == xMaster ); in test_proxyfac_()
212 OSL_ASSERT( in test_proxyfac_()
[all …]
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx189 OSL_ASSERT( NULL != pIDataObject ); in MarshalIDataObjectInStream()
190 OSL_ASSERT( NULL != ppStream ); in MarshalIDataObjectInStream()
207 OSL_ASSERT( NULL != lpStream ); in UnmarshalIDataObjectAndReleaseStream()
208 OSL_ASSERT( NULL != ppIDataObject ); in UnmarshalIDataObjectAndReleaseStream()
284 OSL_ASSERT( NULL != m_hEvtThrdReady ); in CMtaOleClipboard()
290 OSL_ASSERT( NULL != m_hOleThread ); in CMtaOleClipboard()
297 OSL_ASSERT( NULL != m_hClipboardChangedNotifierEvents[0] ); in CMtaOleClipboard()
300 OSL_ASSERT( NULL != m_hClipboardChangedNotifierEvents[1] ); in CMtaOleClipboard()
306 OSL_ASSERT( NULL != m_hClipboardChangedNotifierThread ); in CMtaOleClipboard()
552 OSL_ASSERT(NULL != ppStream); in onGetClipboard()
[all …]
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx80 OSL_ASSERT(ver142 && ver150 && ver); in getPluginJarPath()
116 OSL_ASSERT(sPath.getLength()); in getPluginJarPath()
196 OSL_ASSERT(sVendor); in jfw_plugin_getAllJavaInfos()
197 OSL_ASSERT(sMinVersion); in jfw_plugin_getAllJavaInfos()
198 OSL_ASSERT(sMaxVersion); in jfw_plugin_getAllJavaInfos()
199 OSL_ASSERT(parJavaInfo); in jfw_plugin_getAllJavaInfos()
200 OSL_ASSERT(parJavaInfo); in jfw_plugin_getAllJavaInfos()
201 OSL_ASSERT(nLenInfoList); in jfw_plugin_getAllJavaInfos()
207 OSL_ASSERT( ! (arExcludeList == NULL && nLenList > 0)); in jfw_plugin_getAllJavaInfos()
215 OSL_ASSERT(ouVendor.getLength() > 0); in jfw_plugin_getAllJavaInfos()
[all …]
/trunk/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx182 OSL_ASSERT( maLayers.size() == 1 && maLayers.front()->isBackgroundLayer() ); in deactivate()
188 OSL_ASSERT( std::find(mrViews.begin(), in viewAdded()
219 OSL_ASSERT( std::find(mrViews.begin(), in viewRemoved()
246 OSL_ASSERT( std::find(mrViews.begin(), in viewChanged()
275 OSL_ASSERT( !maLayers.empty() ); // always at least background layer in addShape()
300 OSL_ASSERT( !maLayers.empty() ); // always at least background layer in implAddShape()
305OSL_ASSERT( maAllShapes.find(rShape) == maAllShapes.end() ); // shape must not be added already in implAddShape()
325 OSL_ASSERT( maAllShapes.find(rShape) != maAllShapes.end() ); in removeShape()
334 OSL_ASSERT( !maLayers.empty() ); // always at least background layer in implRemoveShape()
383 OSL_ASSERT( !maLayers.empty() ); // always at least background layer in getSubsetShape()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/
H A DFlatXml.cxx141 OSL_ASSERT(xInputStream.is()); in importer()
154 OSL_ASSERT(xSaxParser.is()); in importer()
206 OSL_ASSERT(m_rDocumentHandler.is()); in exporter()
211 OSL_ASSERT(rDataSource.is()); in exporter()
213 OSL_ASSERT(rOutputStream.is()); in exporter()
225 OSL_ASSERT(m_rDocumentHandler.is()); in startDocument()
230 OSL_ASSERT(m_rDocumentHandler.is()); in endDocument()
237 OSL_ASSERT(m_rDocumentHandler.is()); in startElement()
244 OSL_ASSERT(m_rDocumentHandler.is()); in endElement()
251 OSL_ASSERT(m_rDocumentHandler.is()); in characters()
[all …]
/trunk/main/sysui/source/win32/misc/
H A DWinImplHelper.cxx81 OSL_ASSERT( (CB_ERR != rc) && (CB_ERRSPACE != rc) ); in ListboxAddString()
90 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxGetString()
110 OSL_ASSERT( lRet != CB_ERR ); in ListboxGetString()
126 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxAddItem()
148 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxAddItems()
174 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxDeleteItem()
206 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxDeleteItems()
226 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxSetSelectedItem()
261 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxGetItems()
289 OSL_ASSERT( IsWindow( hwnd ) ); in ListboxGetSelectedItem()
[all …]

12345678910>>...37