Home
last modified time | relevance | path

Searched refs:hasValue (Results 126 – 150 of 767) sorted by relevance

12345678910>>...31

/aoo42x/main/sc/source/core/tool/
H A Dinputopt.cxx166 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScInputCfg()
167 if(pValues[nProp].hasValue()) in ScInputCfg()
/aoo42x/main/stoc/source/registry_tdprovider/
H A Dtdprovider.cxx345 !aRet.hasValue() && iPos != _aBaseKeys.end(); ++iPos ) in getByHierarchicalNameImpl()
437 if ( !aRet.hasValue() ) in getByHierarchicalName()
448 return getByHierarchicalNameImpl( rName ).hasValue(); in hasByHierarchicalName()
/aoo42x/main/chart2/source/tools/
H A DDataSourceHelper.cxx388 (aProperty.Value.hasValue() && aProperty.Value.isExtractableTo( in allArgumentsForRectRangeDetected()
395 … (aProperty.Value.hasValue() && aProperty.Value.isExtractableTo(::getBooleanCppuType())); in allArgumentsForRectRangeDetected()
406 … (aProperty.Value.hasValue() && (aProperty.Value >>= aRange) && !aRange.isEmpty()); in allArgumentsForRectRangeDetected()
H A DExplicitCategoriesProvider.cxx218 if( aAny.hasValue() ) in convertCategoryAnysToText()
482 if( aAny.hasValue() ) in lcl_fillDateCategories()
499 … if( aAny.hasValue() && !bContainsEmptyString )//empty string does not count as non date value! in lcl_fillDateCategories()
/aoo42x/main/dbaccess/source/core/api/
H A Dstatement.cxx125 if (!aIface.hasValue()) in queryInterface()
134 if ( !aIface.hasValue() ) in queryInterface()
140 if ( !aIface.hasValue() ) in queryInterface()
/aoo42x/main/forms/source/component/
H A DEdit.cxx90 if (!aReturn.hasValue()) in queryAggregation()
684 if ( !aNewValue.hasValue() in commitControlValueToDbColumn()
742 return aRet.hasValue() ? aRet : makeAny( ::rtl::OUString() ); in translateDbColumnToControlValue()
/aoo42x/main/framework/inc/macros/
H A Dxinterface.hxx110 if ( aReturn.hasValue() == sal_False ) \
131 if ( aReturn.hasValue() == sal_False ) \
136 if ( aReturn.hasValue() == sal_False ) \
/aoo42x/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx271 if ( aControlValue.hasValue() && !( aControlValue >>= sURL ) ) in actionPerformed()
447 if ( !_rControlValue.hasValue() ) in convertToPropertyValue()
474 if ( !_rPropertyValue.hasValue() ) in convertToControlValue()
H A Dhandlerhelper.cxx193 if ( !aPropertyValue.hasValue() ) in convertToPropertyValue()
230 if ( !aControlValue.hasValue() ) in convertToControlValue()
/aoo42x/main/reportdesign/source/core/api/
H A DImageControl.cxx162 if ( !aReturn.hasValue() ) in IMPLEMENT_FORWARD_REFCOUNT()
165 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
168 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
H A DFixedLine.cxx207 if ( !aReturn.hasValue() ) in IMPLEMENT_FORWARD_REFCOUNT()
209 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
212 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
H A DShape.cxx111 if ( !aReturn.hasValue() ) in IMPLEMENT_FORWARD_REFCOUNT()
114 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
117 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx180 if ( aValue.hasValue() ) in OFieldDescription()
192 if ( aValue.hasValue() ) in OFieldDescription()
685 if ( GetControlDefault().hasValue() && xInfo->hasPropertyByName(PROPERTY_CONTROLDEFAULT) ) in copyColumnSettingsTo()
/aoo42x/main/xmloff/source/forms/
H A Dpropertyexport.cxx296 if (aCurrentValue.hasValue()) in exportBooleanPropertyAttribute()
380 if (aValue.hasValue()) in exportEnumPropertyAttribute()
476 if (!aCurrentValue.hasValue()) in exportGenericPropertyAttribute()
/aoo42x/main/toolkit/source/controls/
H A Dunocontrols.cxx162 if ( !aReturn.hasValue() ) in queryAggregation()
1432 return (aRet.hasValue() ? aRet : UnoControlBase::queryAggregation( rType )); in queryAggregation()
1613 return (aRet.hasValue() ? aRet : UnoControlBase::queryAggregation( rType )); in queryAggregation()
2828 if ( !aRet.hasValue() ) in queryAggregation()
2832 if ( !aRet.hasValue() ) in queryAggregation()
2838 return (aRet.hasValue() ? aRet : UnoEditControl::queryAggregation( rType )); in queryAggregation()
3134 return (aRet.hasValue() ? aRet : UnoEditControl::queryAggregation( rType )); in queryAggregation()
3278 return (aRet.hasValue() ? aRet : UnoSpinFieldControl::queryAggregation( rType )); in queryAggregation()
3519 return (aRet.hasValue() ? aRet : UnoSpinFieldControl::queryAggregation( rType )); in queryAggregation()
3720 return (aRet.hasValue() ? aRet : UnoSpinFieldControl::queryAggregation( rType )); in queryAggregation()
[all …]
/aoo42x/main/stoc/source/corereflection/
H A Dlrucache.hxx88 inline sal_Bool hasValue( const t_Key & rKey ) const;
146 inline sal_Bool LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::hasValue( const t_Key & rKey ) co… in hasValue() function in LRU_Cache
/aoo42x/main/stoc/source/tdmanager/
H A Dlrucache.hxx89 inline sal_Bool hasValue( t_Key const & rKey ) const;
148 inline sal_Bool LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::hasValue( in hasValue() function in LRU_Cache
/aoo42x/main/connectivity/source/sdbcx/
H A DVKey.cxx114 if(!aRet.hasValue()) in queryInterface()
118 if(!aRet.hasValue()) in queryInterface()
H A DVIndex.cxx119 if(!aRet.hasValue()) in queryInterface()
123 if(!aRet.hasValue()) in queryInterface()
/aoo42x/main/framework/source/fwe/classes/
H A Dactiontriggerseparatorpropertyset.cxx76 if( a.hasValue() ) in queryInterface()
82 if( a.hasValue() ) in queryInterface()
/aoo42x/main/ucb/source/core/
H A Dprovprox.cxx158 if ( !aRet.hasValue() ) in queryInterface()
161 if ( !aRet.hasValue() ) in queryInterface()
/aoo42x/main/comphelper/source/container/
H A Denumhelper.cxx97 if (!aRes.hasValue()) // es gibt kein Element mehr in nextElement()
200 if (!aRes.hasValue()) // es gibt kein Element mehr in nextElement()
/aoo42x/main/chart2/source/controller/main/
H A DChartModelClone.cxx160 if ( m_aSelection.hasValue() ) in getFacet()
172 if ( m_aSelection.hasValue() ) in applyToModel()
/aoo42x/main/comphelper/source/property/
H A Dproperty.cxx96 … if ( 0 != (aDestProp.Attributes & PropertyAttribute::MAYBEVOID) || aSourceValue.hasValue() ) in copyProperties()
211 if ( _rValueToSet.hasValue() && ( !_rExpectedType.equals( _rValueToSet.getValueType() ) ) ) in tryPropertyValue()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaborders.cxx421 if( color.hasValue() ) in getColor()
450 if( nColorIndex.hasValue() ) in getColorIndex()
531 if( weight.hasValue() ) in getWeight()

Completed in 199 milliseconds

12345678910>>...31