Home
last modified time | relevance | path

Searched refs:OSL_VERIFY (Results 51 – 75 of 246) sorted by relevance

12345678910

/aoo42x/main/vcl/source/window/
H A Darrange.cxx65 OSL_VERIFY( i_pParent->m_pParentWindow == m_pParentWindow || m_pParentWindow == NULL ); in setParent()
85 OSL_VERIFY( pEle->m_pElement->GetParent() == i_pNewParent ); in setParentWindow()
813 OSL_VERIFY( (m_aElement.m_pElement == 0 && m_aElement.m_pChild == 0) || i_pWindow == 0 ); in setWindow()
814 OSL_VERIFY( i_pWindow == 0 || i_pWindow->GetParent() == m_pParentWindow ); in setWindow()
821 OSL_VERIFY( (m_aElement.m_pElement == 0 && m_aElement.m_pChild == 0 ) || i_pChild == 0 ); in setChild()
/aoo42x/main/stoc/test/excomp/
H A Dexcomp.cxx54 #define TEST_ENSHURE(c, m) OSL_VERIFY(c)
61 OSL_VERIFY(osl_getExecutableFile( &exe.pData) == osl_Process_E_None); in getExePath()
/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCacheIterator.cxx79 OSL_VERIFY(m_pCache->moveToBookmark(m_aIter->second.aBookmark)); in operator *()
95 OSL_VERIFY(m_pCache->moveToBookmark(m_aIter->second.aBookmark)); in operator ->()
/aoo42x/main/svx/source/form/
H A Dformcontrolling.cxx581OSL_VERIFY( xCursorProperties->getPropertyValue( FM_PROP_ESCAPE_PROCESSING ) >>= bEscapeProcessing… in canDoFormFilter()
584OSL_VERIFY( xCursorProperties->getPropertyValue( FM_PROP_ACTIVECOMMAND ) >>= sActiveCommand ); in canDoFormFilter()
587OSL_VERIFY( xCursorProperties->getPropertyValue( FM_PROP_INSERTONLY ) >>= bInsertOnlyForm ); in canDoFormFilter()
H A Dformcontroller.cxx291OSL_VERIFY( xColumnProps->getPropertyValue( FM_PROP_ISNULLABLE ) >>= aColInfo.nNullable ); in ColumnInfoCache()
292OSL_VERIFY( xColumnProps->getPropertyValue( FM_PROP_AUTOINCREMENT ) >>= aColInfo.bAutoIncrement ); in ColumnInfoCache()
293 OSL_VERIFY( xColumnProps->getPropertyValue( FM_PROP_NAME ) >>= aColInfo.sName ); in ColumnInfoCache()
294OSL_VERIFY( xColumnProps->getPropertyValue( FM_PROP_ISREADONLY ) >>= aColInfo.bReadOnly ); in ColumnInfoCache()
317OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_INPUT_REQUIRED ) >>= bInputRequired ); in lcl_isInputRequired()
1482OSL_VERIFY( xSet->getPropertyValue( FM_PROP_DEFAULTCONTROL ) >>= sServiceName ); in toggleAutoFields()
3482 OSL_VERIFY( xSet->getPropertyValue( FM_PROP_DEFAULTCONTROL ) >>= sServiceName ); in stopFiltering()
3699OSL_VERIFY( xFormProps->getPropertyValue( s_sFormsCheckRequiredFields ) >>= bShouldValidate ); in lcl_shouldValidateRequiredFields_nothrow()
3715OSL_VERIFY( xDataSourceSettings->getPropertyValue( s_sFormsCheckRequiredFields ) >>= bShouldValida… in lcl_shouldValidateRequiredFields_nothrow()
4187 OSL_VERIFY( _rArgs[0].Value >>= xRequest ); in dispatch()
/aoo42x/main/comphelper/source/misc/
H A Dofficeresourcebundle.cxx131OSL_VERIFY( m_xBundle->getByName( impl_getStringResourceKey( _resourceId ) ) >>= sString ); in loadString()
176 OSL_VERIFY( aValue >>= xLoader ); in impl_loadBundle_nothrow()
/aoo42x/main/reportdesign/source/ui/report/
H A DReportController.cxx985 OSL_VERIFY( _rDispatchArgs[0].Value >>= aColor ); in lcl_extractBackgroundColor()
2833 OSL_VERIFY( rCommandValue >>= m_bShowRuler ); in restoreViewData()
2835 OSL_VERIFY( rCommandValue >>= m_bHelplinesMove ); in restoreViewData()
2837 OSL_VERIFY( rCommandValue >>= m_bGridVisible ); in restoreViewData()
2839 OSL_VERIFY( rCommandValue >>= m_bGridUse ); in restoreViewData()
2841 OSL_VERIFY( rCommandValue >>= m_bShowProperties ); in restoreViewData()
2843 OSL_VERIFY( rCommandValue >>= m_sLastActivePage ); in restoreViewData()
2845 OSL_VERIFY( rCommandValue >>= m_nSplitPos ); in restoreViewData()
3393 OSL_VERIFY( aDescriptor[ ::svx::daCommand ] >>= sCommand ); in addPairControls()
3394 OSL_VERIFY( aDescriptor[ ::svx::daColumnName ] >>= sColumnName ); in addPairControls()
[all …]
/aoo42x/main/forms/source/xforms/
H A Dconvert.cxx277 OSL_VERIFY( rAny >>= aDate ); in lcl_toXSD_UNODate()
359 OSL_VERIFY( rAny >>= aTime ); in lcl_toXSD_UNOTime()
462 OSL_VERIFY( rAny >>= aDateTime ); in lcl_toXSD_UNODateTime()
/aoo42x/main/forms/source/component/
H A Dcachedrowset.cxx120 OSL_VERIFY( xQuery->getPropertyValue( PROPERTY_ESCAPE_PROCESSING ) >>= bEscapeProcessing ); in setCommandFromQuery()
124 OSL_VERIFY( xQuery->getPropertyValue( PROPERTY_COMMAND ) >>= sCommand ); in setCommandFromQuery()
H A DTime.cxx288 OSL_VERIFY( _rUNOValue >>= nTime ); in impl_translateControlValueToUNOTime()
312 OSL_VERIFY( _rExternalValue >>= aTime ); in translateExternalValueToControlValue()
H A DDate.cxx290 OSL_VERIFY( _rUNOValue >>= nDate ); in impl_translateControlValueToUNODate()
310 OSL_VERIFY( _rExternalValue >>= aDate ); in translateExternalValueToControlValue()
H A DFilter.cxx355OSL_VERIFY( aPredicateInput.normalizePredicateString( sItemText, m_xField, &sErrorMessage ) ); in itemStateChanged()
854OSL_VERIFY( xControlModel->getPropertyValue( PROPERTY_STRINGITEMLIST ) >>= aDisplayItems ); in initialize()
856OSL_VERIFY( xControlModel->getPropertyValue( PROPERTY_VALUE_SEQ ) >>= aValueItems ); in initialize()
H A DFormComponent.cxx1103 OSL_VERIFY( _rValue >>= m_bNativeLook ); in setFastPropertyValue_NoBroadcast()
1107 OSL_VERIFY( _rValue >>= m_nControlTypeinMSO ); in setFastPropertyValue_NoBroadcast()
1110 OSL_VERIFY( _rValue >>= m_nObjIDinMSO ); in setFastPropertyValue_NoBroadcast()
1890 OSL_VERIFY( rValue >>= m_bInputRequired ); in setFastPropertyValue_NoBroadcast()
1893 OSL_VERIFY( rValue >>= m_aControlSource ); in setFastPropertyValue_NoBroadcast()
2133 OSL_VERIFY( xColumns->getByName(m_aControlSource) >>= xFieldCandidate ); in connectToField()
/aoo42x/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx612 OSL_VERIFY(find(rtl::OUString(), 0, 0, &type)); in getValueType()
667 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getAsciiValue()
699 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getAsciiListValue()
751 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getStringValue()
1053 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getChildren()
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx360OSL_VERIFY( lcl_executeCommand_throw( _rDocument.xCommandProcessor, "close" ) >>= bSuccess ); in lcl_unloadSubDocument_nothrow()
1005 OSL_VERIFY( impl_collectSubDocuments_nothrow() ); in MigrationEngine_Impl()
1738 OSL_VERIFY( aScriptDesc.get_ensureType( "EventType", sScriptType ) ); in impl_adjustScriptLibrary_nothrow()
1739 OSL_VERIFY( aScriptDesc.get_ensureType( "Script", sScript ) ); in impl_adjustScriptLibrary_nothrow()
1814 OSL_VERIFY( xEvents->getByName( *eventName ) >>= aScriptEvent ); in impl_adjustDialogElementEvents_throw()
/aoo42x/main/connectivity/source/commontools/
H A Dformattedcolumnvalue.cxx140OSL_VERIFY( _rxColumn->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Type" ) ) … in lcl_initColumnDataValue_nothrow()
184OSL_VERIFY( xFormatSettings->getPropertyValue( ::rtl::OUString::createFromAscii( "NullDate" ) ) >>… in lcl_initColumnDataValue_nothrow()
H A Dparamwrapper.cxx198OSL_VERIFY( m_xDelegator->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Type" )… in setFastPropertyValue_NoBroadcast()
202OSL_VERIFY( m_xDelegator->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Scale" … in setFastPropertyValue_NoBroadcast()
/aoo42x/main/extensions/source/logging/
H A Dconsolehandler.cxx191 OSL_VERIFY( m_aHandlerHelper.getEncoding( sEncoding ) ); in getEncoding()
199 OSL_VERIFY( m_aHandlerHelper.setEncoding( _rEncoding ) ); in setEncoding()
H A Dfilehandler.cxx281 OSL_VERIFY( m_aHandlerHelper.getEncoding( sEncoding ) ); in getEncoding()
289 OSL_VERIFY( m_aHandlerHelper.setEncoding( _rEncoding ) ); in setEncoding()
H A Dsysloghandler.cxx180 OSL_VERIFY( m_aHandlerHelper.getEncoding( sEncoding ) ); in getEncoding()
188 OSL_VERIFY( m_aHandlerHelper.setEncoding( _rEncoding ) ); in setEncoding()
/aoo42x/main/extensions/source/update/check/
H A Dupdateprotocol.cxx280 OSL_VERIFY( aValue >>= xInfoProvider ); in checkForExtensionUpdates()
306 OSL_VERIFY( aValue >>= xInfoProvider ); in checkForPendingUpdates()
/aoo42x/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx237 OSL_VERIFY( aValue >>= bUseGridLines ); in setProperty()
656 OSL_VERIFY( i_event.Accessor >>= nIndex ); in elementInserted()
666 OSL_VERIFY( i_event.Accessor >>= nIndex ); in elementRemoved()
/aoo42x/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx144 OSL_VERIFY( Event.NewValue >>= sCommand ); in propertyChange()
150 OSL_VERIFY( Event.NewValue >>= bEscapeProcessing ); in propertyChange()
/aoo42x/main/sal/textenc/
H A Dconvertbig5hkscs.c125 OSL_VERIFY(!ImplIsHighSurrogate(nUnicode)); in ImplConvertBig5HkscsToUnicode()
186 OSL_VERIFY(!ImplIsHighSurrogate(nUnicode)); in ImplConvertBig5HkscsToUnicode()
/aoo42x/main/basctl/source/basicide/
H A Dscriptdocument.cxx1009OSL_VERIFY( ::osl::DirectoryItem::get( aFileURL, aFileItem ) == ::osl::FileBase::E_None ); in isLibraryShared()
1010 OSL_VERIFY( aFileItem.getFileStatus( aFileStatus ) == ::osl::FileBase::E_None ); in isLibraryShared()
1425 OSL_VERIFY( aCode >>= _out_rModuleSource ); in getModule()
1476 OSL_VERIFY( aCode >>= _out_rDialogProvider ); in getDialog()

Completed in 240 milliseconds

12345678910