Home
last modified time | relevance | path

Searched refs:OSL_VERIFY (Results 101 – 125 of 246) sorted by relevance

12345678910

/aoo42x/main/uui/source/
H A Diahndl.cxx427 OSL_VERIFY( aType.getNodeValue( "Propagation" ) >>= sPropagation ); in handleTypedHandlerImplementations()
432 OSL_VERIFY( aHandlerNode.getNodeValue( "ServiceName" ) >>= sServiceName ); in handleTypedHandlerImplementations()
1097 OSL_VERIFY( aProperties.get( "Parent" ) >>= xWindow ); in getParentXWindow()
/aoo42x/main/vos/inc/vos/
H A Ddiagnose.hxx43 #define VOS_VERIFY(c) OSL_VERIFY(c)
/aoo42x/main/toolkit/source/controls/
H A Dunocontrols.cxx591 OSL_VERIFY( rValue >>= sImageURL ); in setFastPropertyValue_NoBroadcast()
611 OSL_VERIFY( rValue >>= nUNOValue ); in setFastPropertyValue_NoBroadcast()
621 OSL_VERIFY( rValue >>= nUNOValue ); in setFastPropertyValue_NoBroadcast()
890 OSL_VERIFY( _rValue >>= nScaleMode ); in setFastPropertyValue_NoBroadcast()
900 OSL_VERIFY( _rValue >>= bScale ); in setFastPropertyValue_NoBroadcast()
1942 OSL_VERIFY( aPropValue >>= aStringItemList ); in setFastPropertyValue_NoBroadcast()
2146 OSL_VERIFY( aPropValue >>= aStringItemList ); in impl_getStringItemList()
2765 OSL_VERIFY( aPropValue >>= aStringItemList ); in setFastPropertyValue_NoBroadcast()
/aoo42x/main/svx/source/unodraw/
H A Dunoshap2.cxx757 OSL_VERIFY( _rValue >>= nValue ); in lcl_mapFormToAPIValue()
774 OSL_VERIFY( _rValue >>= nValue ); in lcl_mapAPIToFormValue()
822 OSL_VERIFY( _rValue >>= eAlign ); in convertVerticalAlignToVerticalAdjust()
897 OSL_VERIFY( aValue >>= eSlant ); in getPropertyValue()
/aoo42x/main/extensions/source/logging/
H A Dlogrecord.cxx73 OSL_VERIFY( osl_getDateTimeFromTimeValue( &aTimeValue, &aDateTime ) ); in createLogRecord()
/aoo42x/main/sal/osl/w32/
H A Dconditn.c58 OSL_VERIFY(CloseHandle(Condition)); in osl_destroyCondition()
/aoo42x/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx1086 OSL_VERIFY(makeValidTypeFile(compFileName, tmpFileName, sal_False)); in generateSkeleton()
1250 OSL_VERIFY(makeValidTypeFile(compFileName, tmpFileName, sal_False)); in generateCalcAddin()
/aoo42x/main/xmloff/source/forms/handler/
H A Dvcl_date_handler.cxx62 OSL_VERIFY( i_propertyValue >>= nVCLDate ); in getAttributeValue()
H A Dvcl_time_handler.cxx62 OSL_VERIFY( i_propertyValue >>= nVCLTime ); in getAttributeValue()
/aoo42x/main/stoc/test/
H A Dtestloader.cxx58 #define TEST_ENSHURE(c, m) OSL_VERIFY(c)
/aoo42x/main/bridges/test/java_uno/any/
H A Dtransport.cxx73 OSL_VERIFY( 0 == jni_env->GetJavaVM( &java_vm ) ); in Java_test_java_1uno_anytest_TestJni_create_1jni_1transport()
/aoo42x/main/dbaccess/source/ui/misc/
H A Dpropertystorage.cxx79 OSL_VERIFY( _rValue >>= aValue ); in trySet()
/aoo42x/main/dbaccess/source/ui/uno/
H A DunoDirectSql.cxx137 OSL_VERIFY( aProperty.Value >>= m_sInitialSelection ); in implInitialize()
/aoo42x/main/sw/source/filter/xml/
H A Dxmlimp.cxx986OSL_VERIFY( xLateInitSettings->getByName( sXFormsSettingsName ) >>= aXFormsSettings ); in endDocument()
1565 OSL_VERIFY( aValue.Value >>= bPreserveRedlineMode ); in initialize()
1576 OSL_VERIFY( aNamedValue.Value >>= xLateInitSettings ); in initialize()
/aoo42x/main/testtools/source/bridgetest/
H A Dcurrentcontextchecker.cxx119 OSL_VERIFY(a >>= s); in performCheck()
/aoo42x/main/sal/inc/osl/
H A Ddiagnose.h93 #define OSL_VERIFY(c) do { if (!(c)) OSL_ASSERT(0); } while (0) macro
/aoo42x/main/configmgr/source/
H A Dcomponents.cxx99 OSL_VERIFY( in parseXcsFile()
110 OSL_VERIFY( in parseXcuFile()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx179 OSL_VERIFY( xColumn->getPropertyValue( PROPERTY_TYPE ) >>= nDataType ); in DlgFilterCrit()
185 OSL_VERIFY( xColumn->getPropertyValue( PROPERTY_ISSEARCHABLE ) >>= bIsSearchable ); in DlgFilterCrit()
/aoo42x/main/extensions/source/propctrlr/
H A Dformbrowsertools.cxx136 OSL_VERIFY( xComponentProps->getPropertyValue( PROPERTY_CLASSID ) >>= nControlType ); in classifyComponent()
/aoo42x/main/xmloff/source/forms/
H A Delementexport.cxx462OSL_VERIFY(m_xProps->getPropertyValue( PROPERTY_RICH_TEXT ) >>= bActingAsRichText ); in exportSubTags()
1876 OSL_VERIFY( m_xProps->getPropertyValue( PROPERTY_IMAGE_POSITION ) >>= nImagePosition ); in exportImagePositionAttributes()
1959OSL_VERIFY( m_xProps->getPropertyValue( PROPERTY_LISTSOURCETYPE ) >>= eListSourceType ); in controlHasUserSuppliedListEntries()
/aoo42x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx566OSL_VERIFY( xFormatProperties->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("FormatStri… in addNumberFormatAttr()
567OSL_VERIFY( xFormatProperties->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Locale") )… in addNumberFormatAttr()
1373 OSL_VERIFY( aControlModel >>= xProps ); in exportDialogModel()
/aoo42x/main/stoc/source/implementationregistration/
H A Dmergekeys.cxx178 OSL_VERIFY( xDest->createLink( r.m_name, r.m_target ) ); in mergeKeys()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx646 OSL_VERIFY( pSystemProp->Value >>= sValue ); in lcl_setSystemProperties_nothrow()
773 OSL_VERIFY( aRegisterObj.getNodeValue( "Path" ) >>= sURL ); in impl_getJavaDriverClassPath_nothrow()
/aoo42x/main/forms/source/richtext/
H A Dspecialdispatchers.cxx183 OSL_VERIFY( pLookup->Value >>= bEnable ); in convertDispatchArgsToItem()
/aoo42x/main/basctl/source/basicide/
H A Dbasides3.cxx94OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in CreateDlgWin()

Completed in 126 milliseconds

12345678910