Home
last modified time | relevance | path

Searched refs:getFastPropertyValue (Results 1 – 25 of 274) sorted by relevance

1234567891011

/trunk/main/chart2/source/model/template/ !
H A DCandleStickChartType.cxx183 getFastPropertyValue( aValue, PROP_CANDLESTICKCHARTTYPE_WHITE_DAY ); in CandleStickChartType()
188 getFastPropertyValue( aValue, PROP_CANDLESTICKCHARTTYPE_BLACK_DAY ); in CandleStickChartType()
201 getFastPropertyValue( aValue, PROP_CANDLESTICKCHARTTYPE_WHITE_DAY ); in ~CandleStickChartType()
206 getFastPropertyValue( aValue, PROP_CANDLESTICKCHARTTYPE_BLACK_DAY ); in ~CandleStickChartType()
233 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; in getSupportedMandatoryRoles()
234 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; in getSupportedMandatoryRoles()
257 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; in getSupportedOptionalRoles()
258 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; in getSupportedOptionalRoles()
309 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
H A DStockChartTypeTemplate.cxx227 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME ) >>= bHasVolume; in getAxisCountByDimension()
243 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME ) >>= bHasVolume; in applyStyle()
306 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME ) >>= bHasVolume; in getChartTypeForIndex()
344 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME ) >>= bHasVolume; in createChartTypes()
345 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_OPEN ) >>= bShowFirst; in createChartTypes()
346 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_JAPANESE ) >>= bJapaneseStyle; in createChartTypes()
347 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_LOW_HIGH ) >>= bShowHighLow; in createChartTypes()
429 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME ) >>= bHasVolume; in matchesTemplate()
430 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_OPEN ) >>= bHasOpenValue; in matchesTemplate()
431 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_JAPANESE ) >>= bHasJapaneseStyle; in matchesTemplate()
H A DPieChartTypeTemplate.cxx213 getFastPropertyValue( PROP_PIE_TEMPLATE_DIMENSION ) >>= nDim; in getDimension()
302 C2U( "UseRings" ), getFastPropertyValue( PROP_PIE_TEMPLATE_USE_RINGS )); in createChartTypes()
331 getFastPropertyValue( PROP_PIE_TEMPLATE_USE_RINGS ) >>= bTemplateUsesRings; in matchesTemplate()
333 getFastPropertyValue( PROP_PIE_TEMPLATE_OFFSET_MODE ) >>= ePieOffsetMode; in matchesTemplate()
423 C2U( "UseRings" ), getFastPropertyValue( PROP_PIE_TEMPLATE_USE_RINGS )); in getChartTypeForIndex()
451 C2U( "UseRings" ), getFastPropertyValue( PROP_PIE_TEMPLATE_USE_RINGS )); in getChartTypeForNewSeries()
476 getFastPropertyValue( PROP_PIE_TEMPLATE_USE_RINGS ) >>= bTemplateUsesRings; in applyStyle()
483 this->getFastPropertyValue( PROP_PIE_TEMPLATE_OFFSET_MODE ) >>= ePieOffsetMode; in applyStyle()
487 this->getFastPropertyValue( PROP_PIE_TEMPLATE_DEFAULT_OFFSET ) >>= fDefaultOffset; in applyStyle()
H A DLineChartTypeTemplate.cxx312 … C2U( "CurveStyle" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_CURVE_STYLE )); in getChartTypeForIndex()
314 … C2U( "CurveResolution" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_CURVE_RESOLUTION )); in getChartTypeForIndex()
316 … C2U( "SplineOrder" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_SPLINE_ORDER )); in getChartTypeForIndex()
345 … C2U( "CurveStyle" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_CURVE_STYLE )); in getChartTypeForNewSeries()
347 … C2U( "CurveResolution" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_CURVE_RESOLUTION )); in getChartTypeForNewSeries()
349 … C2U( "SplineOrder" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_SPLINE_ORDER )); in getChartTypeForNewSeries()
H A DScatterChartTypeTemplate.cxx344 … C2U( "CurveStyle" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_STYLE )); in getChartTypeForIndex()
346 …C2U( "CurveResolution" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_RESOLUTION )); in getChartTypeForIndex()
348 … C2U( "SplineOrder" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_SPLINE_ORDER )); in getChartTypeForIndex()
377 … C2U( "CurveStyle" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_STYLE )); in getChartTypeForNewSeries()
379 …C2U( "CurveResolution" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_RESOLUTION )); in getChartTypeForNewSeries()
381 … C2U( "SplineOrder" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_SPLINE_ORDER )); in getChartTypeForNewSeries()
/trunk/main/chart2/source/model/main/ !
H A DDataSeries.cxx193 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X ); in DataSeries()
198 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y ); in DataSeries()
222 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X ); in Init()
227 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y ); in Init()
245 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X ); in ~DataSeries()
250 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y ); in ~DataSeries()
304 void SAL_CALL DataSeries::getFastPropertyValue in getFastPropertyValue() function in chart::DataSeries
326 OPropertySet::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
337 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
H A DDataPoint.cxx126 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X ); in DataPoint()
131 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y ); in DataPoint()
147 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X ); in ~DataPoint()
152 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y ); in ~DataPoint()
192 return xFast->getFastPropertyValue( nHandle ); in GetDefaultValue()
203 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
/trunk/main/dbaccess/source/core/inc/ !
H A Ddefinitioncolumn.hxx177 …virtual void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle …
185 using ::cppu::OPropertySetHelper::getFastPropertyValue;
209 virtual void SAL_CALL getFastPropertyValue(
229 using OColumn::getFastPropertyValue;
261 virtual void SAL_CALL getFastPropertyValue(
276 using OColumnWrapper::getFastPropertyValue;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/ !
H A D_XFastPropertySet.java102 gValue = oObj.getFastPropertyValue(handle); in _setFastPropertyValue()
105 sValue = oObj.getFastPropertyValue(handle); in _setFastPropertyValue()
143 oObj.getFastPropertyValue(handle); in _getFastPropertyValue()
190 Object getProp = oObj.getFastPropertyValue(handle); in isChangeable()
201 (!getProp.equals(oObj.getFastPropertyValue(handle))); in isChangeable()
/trunk/main/dbaccess/source/core/api/ !
H A Ddefinitioncolumn.cxx316 void SAL_CALL OQueryColumn::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() function in OQueryColumn
318 OTableColumnDescriptor::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
390 void OColumnWrapper::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue() function in OColumnWrapper
397 OColumn::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
416 getFastPropertyValue( rOldValue, nHandle ); in convertFastPropertyValue()
557 void OTableColumnDescriptorWrapper::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue() function in OTableColumnDescriptorWrapper
565 OColumnWrapper::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
H A DCRowSetDataColumn.cxx132 void SAL_CALL ORowSetDataColumn::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue() function in ORowSetDataColumn
150 ODataColumn::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
185 getFastPropertyValue(rOldValue, PROPERTY_ID_VALUE); in convertFastPropertyValue()
192 getFastPropertyValue(rOldValue, PROPERTY_ID_ISREADONLY); in convertFastPropertyValue()
/trunk/main/framework/qa/complex/path_settings/ !
H A DPathSettingsTest.java475 oValue = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
536 Object oObj = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
571 Object checkVal3 = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
595 oValue = xFPS.getFastPropertyValue(handle); in checkStringProperty()
619 String checkVal = (String) xFPS.getFastPropertyValue(handle); in checkStringProperty()
637 String checkVal2 = (String) xFPS.getFastPropertyValue(handle); in checkStringProperty()
659 String checkVal3 = (String) xFPS.getFastPropertyValue(handle); in checkStringProperty()
/trunk/main/toolkit/source/controls/grid/ !
H A Dgridcontrol.cxx129 …const Reference< XCloneable > xCloneable( xCloneSource->getFastPropertyValue( BASEPROPERTY_GRID_DA… in UnoGridModel()
148 …const Reference< XCloneable > xCloneable( xCloneSource->getFastPropertyValue( BASEPROPERTY_GRID_CO… in UnoGridModel()
189 lcl_dispose_nothrow( getFastPropertyValue( BASEPROPERTY_GRID_COLUMNMODEL ) ); in dispose()
190 lcl_dispose_nothrow( getFastPropertyValue( BASEPROPERTY_GRID_DATAMODEL ) ); in dispose()
201 aOldSubModel = getFastPropertyValue( nHandle ); in setFastPropertyValue_NoBroadcast()
/trunk/main/dbaccess/source/ui/uno/ !
H A Dtextconnectionsettings_uno.cxx90 virtual void SAL_CALL getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const;
97 using OTextConnectionSettingsDialog_BASE::getFastPropertyValue;
238 …void SAL_CALL OTextConnectionSettingsDialog::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandl… in getFastPropertyValue() function in dbaui::OTextConnectionSettingsDialog
247 OTextConnectionSettingsDialog::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
/trunk/main/cppuhelper/qa/propertysetmixin/ !
H A DJavaSupplier.java159 public Object getFastPropertyValue(int handle) in getFastPropertyValue() method in JavaSupplier.Empty2
162 return prop.getFastPropertyValue(handle); in getFastPropertyValue()
287 public Object getFastPropertyValue(int handle) in getFastPropertyValue() method in JavaSupplier.Full
290 return prop.getFastPropertyValue(handle); in getFastPropertyValue()
H A Dtest_propertysetmixin.cxx281 empty2f->getFastPropertyValue(-1); in testEmpty2()
285 empty2f->getFastPropertyValue(0); in testEmpty2()
488 fullf->getFastPropertyValue(0)); in testFull()
493 fullf->getFastPropertyValue(0)); in testFull()
495 fullf->getFastPropertyValue(-1); in testFull()
/trunk/main/toolkit/source/controls/ !
H A Dformattedcontrol.cxx213 getFastPropertyValue( aEffectiveValue, BASEPROPERTY_EFFECTIVE_VALUE ); in impl_updateTextFromValue_nothrow()
241 getFastPropertyValue( aFormatsSupplier, BASEPROPERTY_FORMATSSUPPLIER ); in impl_updateCachedFormatter_nothrow()
267 getFastPropertyValue( aFormatKey, BASEPROPERTY_FORMATKEY ); in impl_updateCachedFormatKey_nothrow()
369 getFastPropertyValue( rOldValue, nPropId ); in convertFastPropertyValue()
/trunk/main/cppuhelper/test/ !
H A Dtestpropshlp.cxx381 using OPropertySetHelper::getFastPropertyValue;
394 void SAL_CALL getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const;
757 void test_OPropertySetHelper::getFastPropertyValue( Any & rRet, sal_Int32 nHandle ) const in getFastPropertyValue() function in test_OPropertySetHelper
944 aBool = ((XFastPropertySet *)pPS)->getFastPropertyValue( 3 ); in test_PropertySetHelper()
1001 aValue = ((XFastPropertySet *)pPS)->getFastPropertyValue( PROPERTY_BOOL ); in test_PropertySetHelper()
1015 aValue = ((XFastPropertySet *)pPS)->getFastPropertyValue( PROPERTY_INT16 ); in test_PropertySetHelper()
1028 aValue = ((XFastPropertySet *)pPS)->getFastPropertyValue( PROPERTY_INT32 ); in test_PropertySetHelper()
/trunk/main/forms/source/component/ !
H A Dnavigationbar.cxx366 … void SAL_CALL ONavigationBarModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() function in frm::ONavigationBarModel
370 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
374 FontControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
378 OControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
/trunk/main/forms/source/xforms/ !
H A Dpropertysetbase.cxx129 getFastPropertyValue( aNewValue, nHandle ); in notifyAndCachePropertyValue()
141 getFastPropertyValue( aCurrentValue, nHandle ); in initializePropertyValueCache()
182 void SAL_CALL PropertySetBase::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue() function in PropertySetBase
H A Dpropertysetbase.hxx271 virtual void SAL_CALL getFastPropertyValue( Any_t& rValue, sal_Int32 nHandle ) const;
287 getFastPropertyValue( rValue, nHandle ); in getCurrentPropertyValueByHandle()
297 using ::comphelper::OStatefulPropertySet::getFastPropertyValue;
/trunk/main/comphelper/source/property/ !
H A Dpropagg.cxx665 void OPropertySetAggregationHelper::getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_I… in getFastPropertyValue() function in comphelper::OPropertySetAggregationHelper
674 rValue = m_xAggregateFastSet->getFastPropertyValue(nOriginalHandle); in getFastPropertyValue()
687 …::com::sun::star::uno::Any SAL_CALL OPropertySetAggregationHelper::getFastPropertyValue(sal_Int32 … in getFastPropertyValue() function in comphelper::OPropertySetAggregationHelper
697 aValue = m_xAggregateFastSet->getFastPropertyValue(nOriginalHandle); in getFastPropertyValue()
702 aValue = OPropertySetHelper::getFastPropertyValue(nHandle); in getFastPropertyValue()
986 getFastPropertyValue( aCurrentValue, _nHandle ); in convertFastPropertyValue()
/trunk/main/extensions/source/propctrlr/ !
H A Dinspectormodelbase.cxx82 using ::comphelper::OPropertyContainerHelper::getFastPropertyValue;
211 void SAL_CALL ImplInspectorModel::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue() function in pcr::ImplInspectorModel
213 m_pProperties->getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
/trunk/main/forms/source/richtext/ !
H A Drichtextmodel.cxx327 void SAL_CALL ORichTextModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() function in frm::ORichTextModel
331 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
335 FontControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
339 OControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
/trunk/main/forms/source/misc/ !
H A Dlimitedformats.cxx237 m_xAggregate->getFastPropertyValue(m_nFormatEnumPropertyHandle); in setAggregateSet()
256 … Any aEnumPropertyValue = m_xAggregate->getFastPropertyValue(m_nFormatEnumPropertyHandle); in getFormatKeyPropertyValue()
291 … Any aEnumPropertyValue = m_xAggregate->getFastPropertyValue(m_nFormatEnumPropertyHandle); in convertFormatKeyPropertyValue()

1234567891011