Home
last modified time | relevance | path

Searched refs:OSL_VERIFY (Results 76 – 100 of 246) sorted by relevance

12345678910

/aoo42x/main/extensions/source/propctrlr/
H A Dcellbindinghandler.cxx320 OSL_VERIFY( _rValue >>= nExchangeType ); in setPropertyValue()
371 OSL_VERIFY( _rControlValue >>= sControlValue ); in convertToPropertyValue()
H A Dgenericpropertyhandler.cxx180 OSL_VERIFY( ::cppu::enum2int( nAsInt, _rEnumValue ) ); in getDescriptionForValue()
454 OSL_VERIFY( _rControlValue >>= sControlValue ); in convertToPropertyValue()
/aoo42x/main/fpicker/source/office/
H A DOfficeFilePicker.cxx1120 OSL_VERIFY( _rValue >>= m_nServiceType ); in implHandleInitializationArgument()
1125 OSL_VERIFY( _rValue >>= m_aStandardDir ); in implHandleInitializationArgument()
1131 OSL_VERIFY( _rValue >>= m_aBlackList ); in implHandleInitializationArgument()
/aoo42x/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx168 OSL_VERIFY( xTable->getPropertyValue( PROPERTY_TYPE ) >>= sTypeName ); in lcl_ensureType()
458 OSL_VERIFY( aFilterModeSetting >>= nFilterMode ); in getAllTableTypeFilter()
/aoo42x/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx140OSL_VERIFY( rContext.xForm->getPropertyValue( ::rtl::OUString::createFromAscii("Command") ) >>= sC… in initializePage()
142OSL_VERIFY( rContext.xForm->getPropertyValue( ::rtl::OUString::createFromAscii("CommandType") ) >>… in initializePage()
/aoo42x/main/connectivity/source/commontools/
H A Dparameters.cxx528 OSL_VERIFY( initializeComposerByComponent( xDirectRowSetProps ) ); in updateParameterInfo()
601OSL_VERIFY( xDetailField->getPropertyValue( OMetaConnection::getPropMap().getNameByIndex(PROPERTY_… in fillLinkedParameters()
605OSL_VERIFY( xDetailField->getPropertyValue( OMetaConnection::getPropMap().getNameByIndex(PROPERTY_… in fillLinkedParameters()
H A DDateConversion.cxx386OSL_VERIFY( xProp->getPropertyValue( OMetaConnection::getPropMap().getNameByIndex( PROPERTY_ID_ISS… in getValue()
474OSL_VERIFY( xFormatterSettings->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "N… in getFormattedValue()
H A Ddbtools.cxx1322OSL_VERIFY( _rxRowSet->getPropertyValue( ::rtl::OUString::createFromAscii( "CommandType" ) ) … in getComposedRowSetStatement()
1323OSL_VERIFY( _rxRowSet->getPropertyValue( ::rtl::OUString::createFromAscii( "Command" ) ) … in getComposedRowSetStatement()
1324OSL_VERIFY( _rxRowSet->getPropertyValue( ::rtl::OUString::createFromAscii( "EscapeProcessing" ) ) … in getComposedRowSetStatement()
1608 OSL_VERIFY( _rValue >>= nValue ); in implUpdateObject()
1663 OSL_VERIFY( _rValue >>= nValue ); in implSetObject()
/aoo42x/main/xmloff/source/forms/
H A Delementimport.cxx433 OSL_VERIFY( *pXMLValue >>= nVal ); in implApplyGenericProperties()
668OSL_VERIFY( handleAttribute( XML_NAMESPACE_FORM, sLocalAttrName, ::rtl::OUString::createFromAscii(… in simulateDefaultedAttribute()
1160 OSL_VERIFY( PropertyConversion::convertString( in handleAttribute()
1170 OSL_VERIFY( PropertyConversion::convertString( in handleAttribute()
1557 OSL_VERIFY( aDefaultControlPropertyPos->Value >>= sDefaultControl ); in adjustDefaultControlProperty()
/aoo42x/main/scripting/source/basprov/
H A Dbasprov.cxx189OSL_VERIFY( osl::DirectoryItem::get( aFileURL, aFileItem ) == osl::FileBase::E_None ); in isLibraryShared()
190 OSL_VERIFY( aFileItem.getFileStatus( aFileStatus ) == osl::FileBase::E_None ); in isLibraryShared()
/aoo42x/main/sal/osl/w32/
H A Dprofile.cxx195 OSL_VERIFY(strProfileName); in osl_openProfile()
199 OSL_VERIFY(osl_getProfileName(NULL, NULL, &FileName)); in osl_openProfile()
1936 OSL_VERIFY(rewindFile(pFile, sal_False)); in loadProfile()
2001 OSL_VERIFY(rewindFile(pTmpFile, sal_True)); in storeProfile()
2005 OSL_VERIFY(putLine(pTmpFile, pProfile->m_Lines[i])); in storeProfile()
/aoo42x/main/basic/source/classes/
H A Deventatt.cxx107OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "DefaultContext" ) ) >>= x… in SFURL_firing_impl()
492OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in RTL_Impl_CreateUnoDialog()
/aoo42x/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx382 OSL_VERIFY( i_rEvent.NewValue >>= sNewName ); in propertyChange()
387 OSL_VERIFY( i_rEvent.OldValue >>= sOldName ); in propertyChange()
/aoo42x/main/svx/source/form/
H A DfmPropBrw.cxx324 OSL_VERIFY( m_xBrowserController->getViewData() >>= sCurrentPage ); in getCurrentPage()
539 OSL_VERIFY( aConfiguration.getNodeValue( sPropertyName ) >>= bEnabled ); in lcl_shouldEnableHelpSection()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx447OSL_VERIFY( xRowSetProps->getPropertyValue( PROPERTY_ESCAPE_PROCESSING ) >>= bEscapeProcessing ); in impl_sanitizeRowSetClauses_nothrow()
474 OSL_VERIFY( xOrderColumn->getPropertyValue( PROPERTY_TABLENAME ) >>= sTableName ); in impl_sanitizeRowSetClauses_nothrow()
476 OSL_VERIFY( xOrderColumn->getPropertyValue( PROPERTY_NAME ) >>= sColumnName ); in impl_sanitizeRowSetClauses_nothrow()
705OSL_VERIFY( xDataSourceProp->getPropertyValue( PROPERTY_SUPPRESSVERSIONCL ) >>= bSuppressVersionCo… in InitializeGridModel()
748OSL_VERIFY( xColumn->getPropertyValue( PROPERTY_ISNULLABLE ) >>= nNullable ); in InitializeGridModel()
1769OSL_VERIFY( aConfig.getNodeValue( "EditDatabaseFromDataSourceView" ) >>= bHaveEditDatabase ); in GetState()
3280OSL_VERIFY( xDataSourceProperties->getPropertyValue( PROPERTY_NAME ) >>= sInitialDataSourceName ); in impl_initialize()
/aoo42x/main/basic/source/uno/
H A Ddlgcont.cxx130 OSL_VERIFY( xProps->getPropertyValue( in writeOasis2OOoLibraryElement()
313OSL_VERIFY( xProps->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext")) ) >>… in importLibraryElement()
/aoo42x/main/reportdesign/source/ui/report/
H A Dpropbrw.cxx97 OSL_VERIFY( aConfiguration.getNodeValue( sPropertyName ) >>= bEnabled ); in lcl_shouldEnableHelpSection()
272 OSL_VERIFY( m_xBrowserController->getViewData() >>= sCurrentPage ); in getCurrentPage()
/aoo42x/main/basctl/source/basicide/
H A Dbaside3.cxx743OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in SaveDialog()
1025OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in implImportDialog()
1361OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in StoreData()
/aoo42x/main/svx/source/fmcomp/
H A Ddbaexchange.cxx86 OSL_VERIFY( _rDescriptor[ daCommandType ] >>= nCommandType ); in OColumnTransferable()
578 OSL_VERIFY( *pSelRows >>= nSelectedRow ); in addCompatibleSelectionDescription()
/aoo42x/main/unotools/source/config/
H A Dconfigmgr.cxx692 OSL_VERIFY( splitLastFromConfigurationPath(sPath, sNode, sProperty) ); in GetLocalProperty()
724 OSL_VERIFY( splitLastFromConfigurationPath(sPath, sNode, sProperty) ); in PutLocalProperty()
H A Dbootstrap.cxx260 OSL_VERIFY(tools::getProcessWorkingDir(&sBasePath)); in implEnsureAbsolute()
461 OSL_VERIFY(osl_Process_E_None == osl_getExecutableFile(&sFileName.pData)); in getExecutableDirectory()
/aoo42x/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx543OSL_VERIFY( xDesignerProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Curre… in impl_saveQueryDesign_throw()
639 OSL_VERIFY( aCurrentQueryDesign >>= aQueryDesignLayout ); in impl_recoverQueryDesign_throw()
/aoo42x/main/sal/osl/os2/
H A Dprofile.c204 OSL_VERIFY(strProfileName); in osl_openProfile()
1769 OSL_VERIFY(rewindFile(pFile, sal_False)); in loadProfile()
1819 OSL_VERIFY(rewindFile(pFile, sal_True)); in storeProfile()
1822 OSL_VERIFY(putLine(pFile, pProfile->m_Lines[i])); in storeProfile()
/aoo42x/main/stoc/test/
H A Dtestregistry.cxx64 #define TEST_ENSHURE(c, m) OSL_VERIFY(c)
107 OSL_VERIFY( osl_getExecutableFile( &exe.pData ) == osl_Process_E_None); in getExePath()
/aoo42x/main/forms/source/richtext/
H A Drichtextcontrol.cxx463 OSL_VERIFY( _rValue >>= bReadOnly ); in setProperty()
479 OSL_VERIFY( _rValue >>= bHide ); in setProperty()

Completed in 241 milliseconds

12345678910