Home
last modified time | relevance | path

Searched refs:OSL_VERIFY (Results 1 – 25 of 245) sorted by relevance

12345678910

/aoo4110/main/cppuhelper/test/
H A Dcfg_test.cxx108 OSL_VERIFY( m_xContext->getValueByName( in ServiceImpl0()
110 OSL_VERIFY( n == 13 ); in ServiceImpl0()
111 OSL_VERIFY( m_xContext->getValueByName( in ServiceImpl0()
115 OSL_VERIFY( m_xContext->getValueByName( in ServiceImpl0()
117 OSL_VERIFY( n == 15 ); in ServiceImpl0()
118 OSL_VERIFY( m_xContext->getValueByName( in ServiceImpl0()
129 OSL_VERIFY( rArgs.getLength() == 3 ); in initialize()
130 OSL_VERIFY( rArgs[ 0 ] >>= val ); in initialize()
131 OSL_VERIFY( val.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("first argument") ) ); in initialize()
132 OSL_VERIFY( rArgs[ 1 ] >>= val ); in initialize()
[all …]
H A Dtesthelper.cxx62 OSL_VERIFY( Reference< beans::XPropertySet >( xMgr, UNO_QUERY )->getPropertyValue( in SAL_IMPLEMENT_MAIN()
83 OSL_VERIFY( xContext->getValueByName( in SAL_IMPLEMENT_MAIN()
85 OSL_VERIFY( ! xInitialContext->getValueByName( in SAL_IMPLEMENT_MAIN()
/aoo4110/main/toolkit/source/helper/
H A Dformpdfexport.cxx101 OSL_VERIFY( _rxModel->getPropertyValue( FM_PROP_CLASSID ) >>= nControlType ); in classifyFormControl()
185 OSL_VERIFY( _rxRadioModel->getPropertyValue( FM_PROP_NAME ) >>= sRadioGroupName ); in determineRadioGroupId()
274 OSL_VERIFY( _rxModel->getPropertyValue( FM_PROP_STRINGITEMLIST ) >>= aListEntries ); in getStringItemVector()
311 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_NAME ) >>= _rpDescriptor->Name ); in describePDFControl()
319 OSL_VERIFY( aText >>= _rpDescriptor->Text ); in describePDFControl()
376 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_MULTILINE ) >>= bMultiLine ); in describePDFControl()
420 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_FONT ) >>= aUNOFont ); in describePDFControl()
429 OSL_VERIFY( xModelProps->getPropertyValue( aTabIndexString ) >>= nIndex ); in describePDFControl()
499 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_TARGET_URL ) >>= sURL ); in describePDFControl()
539 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_STATE ) >>= nState ); in describePDFControl()
[all …]
/aoo4110/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx586 OSL_VERIFY( _rControlValue >>= aDate ); in convertToPropertyValue()
597 OSL_VERIFY( _rControlValue >>= aTime ); in convertToPropertyValue()
724 OSL_VERIFY( _rPropertyValue >>= nDate ); in convertToControlValue()
735 OSL_VERIFY( _rPropertyValue >>= nTime ); in convertToControlValue()
763 OSL_VERIFY( _rPropertyValue >>= aFont ); in convertToControlValue()
1625 OSL_VERIFY( _rNewValue >>= eEncoding ); in actuatingPropertyChanged()
1634 OSL_VERIFY( _rNewValue >>= bIsRepeating ); in actuatingPropertyChanged()
1654 OSL_VERIFY( _rNewValue >>= nBordeType ); in actuatingPropertyChanged()
1677 OSL_VERIFY( _rNewValue >>= sImageURL ); in actuatingPropertyChanged()
1690 OSL_VERIFY( _rNewValue >>= eButtonType ); in actuatingPropertyChanged()
[all …]
H A DMasterDetailLinkDialog.cxx124 OSL_VERIFY( aProperty.Value >>= m_xDetail ); in implInitialize()
129 OSL_VERIFY( aProperty.Value >>= m_xMaster ); in implInitialize()
134 OSL_VERIFY( aProperty.Value >>= m_sExplanation ); in implInitialize()
139 OSL_VERIFY( aProperty.Value >>= m_sDetailLabel ); in implInitialize()
144 OSL_VERIFY( aProperty.Value >>= m_sMasterLabel ); in implInitialize()
H A Dpushbuttonnavigation.cxx111OSL_VERIFY( ::cppu::enum2int( nButtonType, m_xControlModel->getPropertyValue( PROPERTY_BUTTONTYPE … in implGetCurrentButtonType()
155 OSL_VERIFY( ::cppu::enum2int( nButtonType, _rValue ) ); in setCurrentButtonType()
192OSL_VERIFY( ::cppu::enum2int( nRealButtonType, m_xControlModel->getPropertyValue( PROPERTY_BUTTONT… in getCurrentButtonTypeState()
296 OSL_VERIFY( getCurrentTargetURL() >>= sTargetURL ); in hasNonEmptyCurrentTargetURL()
H A Dformgeometryhandler.cxx403 OSL_VERIFY( _rValue >>= nPosition ); in setPropertyValue()
418 OSL_VERIFY( _rValue >>= nSize ); in setPropertyValue()
436 OSL_VERIFY( _rValue >>= nSheetAnchorType ); in setPropertyValue()
541 OSL_VERIFY( _rNewValue >>= eAnchorType ); in actuatingPropertyChanged()
639 OSL_VERIFY( xRowOrColumn->getPropertyValue( PROPERTY_IS_VISIBLE ) >>= bIsVisible ); in lcl_getLowerBoundRowOrColumn()
644OSL_VERIFY( xRowOrColumn->getPropertyValue( _bRows ? PROPERTY_HEIGHT : PROPERTY_WIDTH ) >>= nHeigh… in lcl_getLowerBoundRowOrColumn()
686OSL_VERIFY( m_xShapeProperties->getPropertyValue( PROPERTY_ANCHOR ) >>= xCurrentAnchor ); in impl_setSheetAnchorType_nothrow()
H A Dxsdvalidationhelper.cxx153OSL_VERIFY( xBinding->getPropertyValue( PROPERTY_XSD_DATA_TYPE ) >>= sDataTypeName ); in getValidatingDataTypeName()
258OSL_VERIFY( xBinding->getPropertyValue( PROPERTY_XSD_DATA_TYPE ) >>= sOldDataTypeName ); in setValidatingDataTypeByName()
274OSL_VERIFY( xBinding->getPropertyValue( PROPERTY_XSD_DATA_TYPE ) >>= sNewDataTypeName ); in setValidatingDataTypeByName()
356OSL_VERIFY( m_xControlModel->getPropertyValue( PROPERTY_FORMATSSUPPLIER ) >>= xSupplier ); in findDefaultFormatForIntrospectee()
/aoo4110/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx201 OSL_VERIFY( _rxParserColumn->getPropertyValue( PROPERTY_TYPENAME ) >>= m_aTypeName ); in OQueryColumn()
202 OSL_VERIFY( _rxParserColumn->getPropertyValue( PROPERTY_ISNULLABLE ) >>= m_nIsNullable ); in OQueryColumn()
203 OSL_VERIFY( _rxParserColumn->getPropertyValue( PROPERTY_PRECISION ) >>= m_nPrecision ); in OQueryColumn()
204 OSL_VERIFY( _rxParserColumn->getPropertyValue( PROPERTY_SCALE ) >>= m_nScale ); in OQueryColumn()
205 OSL_VERIFY( _rxParserColumn->getPropertyValue( PROPERTY_TYPE ) >>= m_nType ); in OQueryColumn()
207 OSL_VERIFY( _rxParserColumn->getPropertyValue( PROPERTY_ISCURRENCY ) >>= m_bCurrency ); in OQueryColumn()
208 OSL_VERIFY( _rxParserColumn->getPropertyValue( PROPERTY_NAME ) >>= m_sName ); in OQueryColumn()
262 OSL_VERIFY( getPropertyValue( PROPERTY_CATALOGNAME ) >>= sCatalog ); in impl_determineOriginalTableColumn()
263 OSL_VERIFY( getPropertyValue( PROPERTY_SCHEMANAME ) >>= sSchema ); in impl_determineOriginalTableColumn()
264 OSL_VERIFY( getPropertyValue( PROPERTY_TABLENAME ) >>= sTable ); in impl_determineOriginalTableColumn()
[all …]
/aoo4110/main/connectivity/source/resource/
H A Dsharedresources.cxx195 OSL_VERIFY( lcl_substitute( sString, _pAsciiPatternToReplace, _rStringToSubstitute ) ); in getResourceStringWithSubstitution()
205 OSL_VERIFY( lcl_substitute( sString, _pAsciiPatternToReplace1, _rStringToSubstitute1 ) ); in getResourceStringWithSubstitution()
206 OSL_VERIFY( lcl_substitute( sString, _pAsciiPatternToReplace2, _rStringToSubstitute2 ) ); in getResourceStringWithSubstitution()
217 OSL_VERIFY( lcl_substitute( sString, _pAsciiPatternToReplace1, _rStringToSubstitute1 ) ); in getResourceStringWithSubstitution()
218 OSL_VERIFY( lcl_substitute( sString, _pAsciiPatternToReplace2, _rStringToSubstitute2 ) ); in getResourceStringWithSubstitution()
219 OSL_VERIFY( lcl_substitute( sString, _pAsciiPatternToReplace3, _rStringToSubstitute3 ) ); in getResourceStringWithSubstitution()
230 OSL_VERIFY( lcl_substitute( sString, aIter->first, aIter->second ) ); in getResourceStringWithSubstitution()
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx210 OSL_VERIFY( pBegin->Value >>= nTimeout ); in Construct()
212 OSL_VERIFY( pBegin->Value >>= bSilent ); in Construct()
214 OSL_VERIFY( pBegin->Value >>= m_bIgnoreDriverPrivileges ); in Construct()
218 OSL_VERIFY( pBegin->Value >>= m_bParameterSubstitution ); in Construct()
222 OSL_VERIFY( pBegin->Value >>= bAutoRetrievingEnabled ); in Construct()
228 OSL_VERIFY( pBegin->Value >>= sGeneratedValueStatement ); in Construct()
233 OSL_VERIFY( pBegin->Value >>= aUID ); in Construct()
238 OSL_VERIFY( pBegin->Value >>= aPWD ); in Construct()
243 OSL_VERIFY( pBegin->Value >>= m_bUseCatalog ); in Construct()
247 OSL_VERIFY( pBegin->Value >>= aSysDrvSettings ); in Construct()
[all …]
/aoo4110/main/connectivity/source/commontools/
H A Ddbmetadata.cxx293 OSL_VERIFY( setting >>= restrict ); in restrictIdentifiersToSQL92()
303 OSL_VERIFY( setting >>= doGenerate ); in generateASBeforeCorrelationName()
312 OSL_VERIFY( setting >>= doGenerate ); in shouldEscapeDateTime()
321 OSL_VERIFY( setting >>= is ); in isAutoIncrementPrimaryKey()
330 OSL_VERIFY( setting >>= mode ); in getBooleanComparisonMode()
368 OSL_VERIFY( setting >>= doGenerate ); in supportsColumnAliasInOrderBy()
409 OSL_VERIFY( setting >>= doDisplay ); in displayEmptyTableFolders()
/aoo4110/main/connectivity/source/drivers/flat/
H A DEConnection.cxx83 OSL_VERIFY( pBegin->Value >>= m_bHeaderLine ); in construct()
87 OSL_VERIFY( pBegin->Value >>= aVal ); in construct()
93 OSL_VERIFY( pBegin->Value >>= aVal ); in construct()
99 OSL_VERIFY( pBegin->Value >>= aVal ); in construct()
105 OSL_VERIFY( pBegin->Value >>= aVal ); in construct()
/aoo4110/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx361 OSL_VERIFY( _rValue >>= nColor ); in setProperty()
375 OSL_VERIFY( _rValue >>= nColor ); in setProperty()
383 OSL_VERIFY( _rValue >>= nInt16Value ); in setProperty()
388 OSL_VERIFY( _rValue >>= bBoolValue ); in setProperty()
393 OSL_VERIFY( _rValue >>= bBoolValue ); in setProperty()
398 OSL_VERIFY( _rValue >>= bBoolValue ); in setProperty()
403 OSL_VERIFY( _rValue >>= bBoolValue ); in setProperty()
/aoo4110/main/svx/source/form/
H A Dfmcontrolbordermanager.cxx61 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_FONT ) >>= aFont ); in setUnderline()
74 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_FONT ) >>= aFont ); in getUnderline()
77 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_TEXTLINECOLOR ) >>= _rUnderline.nUnderlineColor ); in getUnderline()
85 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_BORDER ) >>= _rBoder.nBorderType ); in getBorder()
86 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_BORDERCOLOR ) >>= _rBoder.nBorderColor ); in getBorder()
137 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_BORDER ) >>= nBorderStyle ); in canColorBorder()
H A Dformcontrolfactory.cxx176 OSL_VERIFY( xElement->getPropertyValue( FM_PROP_LABEL ) >>= sElementLabel ); in lcl_getUniqueLabel_nothrow()
476 OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_LABEL ) >>= sExistingLabel ); in initializeControlModel()
480OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_NAME ) >>= sInitialLabel ); in initializeControlModel()
600 OSL_VERIFY( _rxDatabaseField->getPropertyValue( FM_PROP_FIELDTYPE ) >>= nDataType ); in initializeFieldDependentProperties()
645 OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in initializeFieldDependentProperties()
649 OSL_VERIFY( _rxDatabaseField->getPropertyValue( FM_PROP_ISNULLABLE ) >>= nNullable ); in initializeFieldDependentProperties()
705 OSL_VERIFY( _rxObject->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in getDefaultUniqueName_ByComponentType()
H A Dfmcontrollayout.cxx168OSL_VERIFY( xStyle->getPropertyValue( sCharLocalePropertyName ) >>= aDocumentCharLocale ); in lcl_initializeControlFont()
176OSL_VERIFY( xStyle->getPropertyValue( sCharLocalePropertyName ) >>= aDocumentCharLocale ); in lcl_initializeControlFont()
245 OSL_VERIFY( aVisualEffect >>= sVisualEffect ); in initializeControlLayout()
305 OSL_VERIFY( aDynamicBorderColor >>= bDynamicBorderColor ); in useDynamicBorderColor()
317 OSL_VERIFY( aUseRefDevice >>= bUseRefDevice ); in useDocumentReferenceDevice()
/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx729 OSL_VERIFY( _rxDescriptor->getPropertyValue( _rPropertyName ) >>= sValue ); in lcl_hasNonEmptyStringValue_throw()
785 OSL_VERIFY( _rxDescriptor->getPropertyValue( PROPERTY_COMMAND ) >>= sCommand ); in impl_extractSourceObject_throw()
786 OSL_VERIFY( _rxDescriptor->getPropertyValue( PROPERTY_COMMAND_TYPE ) >>= _out_rCommandType ); in impl_extractSourceObject_throw()
847 OSL_VERIFY( i_rDescriptor->getPropertyValue( PROPERTY_SELECTION ) >>= m_aSourceSelection ); in impl_extractSourceResultSet_throw()
850OSL_VERIFY( i_rDescriptor->getPropertyValue( PROPERTY_BOOKMARK_SELECTION ) >>= m_bSourceSelectionB… in impl_extractSourceResultSet_throw()
896OSL_VERIFY( _rxDataSourceDescriptor->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ) >>= xPure ); in impl_extractConnection_throw()
909OSL_VERIFY( _rxDataSourceDescriptor->getPropertyValue( PROPERTY_DATASOURCENAME ) >>= sDataSource ); in impl_extractConnection_throw()
911OSL_VERIFY( _rxDataSourceDescriptor->getPropertyValue( PROPERTY_DATABASE_LOCATION ) >>= sDatabaseL… in impl_extractConnection_throw()
949OSL_VERIFY( _rxDataSourceDescriptor->getPropertyValue( PROPERTY_CONNECTION_INFO ) >>= aConnectionI… in impl_extractConnection_throw()
1119 OSL_VERIFY( _rEvent.Error >>= aException ); in impl_processCopyError_nothrow()
[all …]
/aoo4110/main/mysqlc/source/
H A Dmysqlc_connection.cxx165 OSL_VERIFY( pIter->Value >>= aUser ); in construct()
167 OSL_VERIFY( pIter->Value >>= aPass ); in construct()
169 OSL_VERIFY( pIter->Value >>= sUnixSocket ); in construct()
172 OSL_VERIFY( pIter->Value >>= sNamedPipe ); in construct()
175 OSL_VERIFY( pIter->Value >>= m_settings.connectionURL ); in construct()
177 OSL_VERIFY( pIter->Value >>= m_settings.connectionURL ); in construct()
205 OSL_VERIFY( ::osl::Module::getUrlFromAddress( &thisModule, moduleBase ) ); in construct()
/aoo4110/main/forms/source/xforms/
H A Ddatatypes.cxx294 OSL_VERIFY( _rNewValue >>= sPattern ); in checkPropertySanity()
557 OSL_VERIFY( _rNewValue >>= nValue ); in checkPropertySanity()
766 OSL_VERIFY( _rValue >>= _rDoubleValue ); in normalizeValue()
822 OSL_VERIFY( _rValue >>= aValue ); in normalizeValue()
864 OSL_VERIFY( _rValue >>= aValue ); in normalizeValue()
929 OSL_VERIFY( _rValue >>= aValue ); in normalizeValue()
970 OSL_VERIFY( _rValue >>= nValue ); in typedValueAsHumanReadableString()
978 OSL_VERIFY( _rValue >>= nValue ); in normalizeValue()
/aoo4110/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx158OSL_VERIFY( xGraphicProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SizePi… in lcl_getGraphicSizePixel()
448 OSL_VERIFY( i_event.Accessor >>= nPosition ); in elementInserted()
457 OSL_VERIFY( i_event.Element >>= aImageURLs ); in elementInserted()
471 OSL_VERIFY( i_event.Accessor >>= nPosition ); in elementRemoved()
490 OSL_VERIFY( i_event.Accessor >>= nPosition ); in elementReplaced()
499 OSL_VERIFY( i_event.Element >>= aImageURLs ); in elementReplaced()
/aoo4110/main/reportdesign/source/core/sdr/
H A Dformatnormalizer.cxx160OSL_VERIFY( xColumn->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" … in lcl_collectFields_throw()
161OSL_VERIFY( xColumn->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Type" … in lcl_collectFields_throw()
162OSL_VERIFY( xColumn->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Scale" … in lcl_collectFields_throw()
163OSL_VERIFY( xColumn->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsCurrency" … in lcl_collectFields_throw()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatabaseregistrations.cxx177 OSL_VERIFY( aNodeForName.getNodeValue( getNameNodeName() ) >>= sTestName ); in impl_getNodeForName_nothrow()
272 OSL_VERIFY( aRegistrationNode.getNodeValue( getNameNodeName() ) >>= *pDisplayName ); in getRegistrationNames()
287 OSL_VERIFY( aNodeForName.getNodeValue( getLocationNodeName() ) >>= sLocation ); in getDatabaseLocation()
322 OSL_VERIFY( aNodeForName.getNodeValue( getLocationNodeName() ) >>= sLocation ); in revokeDatabaseLocation()
352OSL_VERIFY( aDataSourceRegistration.getNodeValue( getLocationNodeName() ) >>= sOldLocation ); in changeDatabaseLocation()
/aoo4110/main/comphelper/source/misc/
H A Dtypes.cxx83 OSL_VERIFY( _rAny >>= nReturn ); in getINT32()
91 OSL_VERIFY( _rAny >>= nReturn ); in getINT16()
99 OSL_VERIFY( _rAny >>= nReturn ); in getDouble()
107 OSL_VERIFY( _rAny >>= nReturn ); in getFloat()
115 OSL_VERIFY( _rAny >>= nReturn ); in getString()
/aoo4110/main/forms/source/component/
H A DListBox.cxx313 OSL_VERIFY( _rValue >>= aListSource ); in setFastPropertyValue_NoBroadcast()
850OSL_VERIFY( xBoundField->getPropertyValue( ::rtl::OUString::createFromAscii( "Type" ) ) >>= m_nBou… in loadData()
986OSL_VERIFY( m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) >>= aSelected… in getFirstSelectedValue()
1164 OSL_VERIFY( _rExternalValue >>= aSelectIndexesPure ); in translateExternalValueToControlValue()
1177 OSL_VERIFY( _rExternalValue >>= nSelectIndex ); in translateExternalValueToControlValue()
1190 OSL_VERIFY( _rExternalValue >>= aSelectEntries ); in translateExternalValueToControlValue()
1224 OSL_VERIFY( _rExternalValue >>= sStringToSelect ); in translateExternalValueToControlValue()
1349OSL_VERIFY( const_cast< OListBoxModel* >( this )->getPropertyValue( PROPERTY_SELECT_SEQ ) >>= aSel… in getCurrentFormComponentValue()
1352OSL_VERIFY( const_cast< OListBoxModel* >( this )->getPropertyValue( PROPERTY_MULTISELECTION ) >>= … in getCurrentFormComponentValue()

Completed in 168 milliseconds

12345678910