Home
last modified time | relevance | path

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

1234567891011

/aoo42x/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()
236 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; in getSupportedMandatoryRoles()
237 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; in getSupportedMandatoryRoles()
261 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; in getSupportedOptionalRoles()
262 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; in getSupportedOptionalRoles()
317 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
H A DStockChartTypeTemplate.cxx229 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME ) >>= bHasVolume; in getAxisCountByDimension()
246 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME ) >>= bHasVolume; in applyStyle()
310 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME ) >>= bHasVolume; in getChartTypeForIndex()
348 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME ) >>= bHasVolume; in createChartTypes()
349 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_OPEN ) >>= bShowFirst; in createChartTypes()
350 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_JAPANESE ) >>= bJapaneseStyle; in createChartTypes()
351 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_LOW_HIGH ) >>= bShowHighLow; in createChartTypes()
434 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME ) >>= bHasVolume; in matchesTemplate()
435 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_OPEN ) >>= bHasOpenValue; in matchesTemplate()
436 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_JAPANESE ) >>= bHasJapaneseStyle; in matchesTemplate()
H A DPieChartTypeTemplate.cxx215 getFastPropertyValue( PROP_PIE_TEMPLATE_DIMENSION ) >>= nDim; in getDimension()
304 C2U( "UseRings" ), getFastPropertyValue( PROP_PIE_TEMPLATE_USE_RINGS )); in createChartTypes()
334 getFastPropertyValue( PROP_PIE_TEMPLATE_USE_RINGS ) >>= bTemplateUsesRings; in matchesTemplate()
336 getFastPropertyValue( PROP_PIE_TEMPLATE_OFFSET_MODE ) >>= ePieOffsetMode; in matchesTemplate()
426 C2U( "UseRings" ), getFastPropertyValue( PROP_PIE_TEMPLATE_USE_RINGS )); in getChartTypeForIndex()
455 C2U( "UseRings" ), getFastPropertyValue( PROP_PIE_TEMPLATE_USE_RINGS )); in getChartTypeForNewSeries()
481 getFastPropertyValue( PROP_PIE_TEMPLATE_USE_RINGS ) >>= bTemplateUsesRings; in applyStyle()
488 this->getFastPropertyValue( PROP_PIE_TEMPLATE_OFFSET_MODE ) >>= ePieOffsetMode; in applyStyle()
492 this->getFastPropertyValue( PROP_PIE_TEMPLATE_DEFAULT_OFFSET ) >>= fDefaultOffset; in applyStyle()
H A DLineChartTypeTemplate.cxx315 … C2U( "CurveStyle" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_CURVE_STYLE )); in getChartTypeForIndex()
317 … C2U( "CurveResolution" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_CURVE_RESOLUTION )); in getChartTypeForIndex()
319 … C2U( "SplineOrder" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_SPLINE_ORDER )); in getChartTypeForIndex()
349 … C2U( "CurveStyle" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_CURVE_STYLE )); in getChartTypeForNewSeries()
351 … C2U( "CurveResolution" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_CURVE_RESOLUTION )); in getChartTypeForNewSeries()
353 … C2U( "SplineOrder" ), getFastPropertyValue( PROP_LINECHARTTYPE_TEMPLATE_SPLINE_ORDER )); in getChartTypeForNewSeries()
H A DScatterChartTypeTemplate.cxx349 … C2U( "CurveStyle" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_STYLE )); in getChartTypeForIndex()
351 …C2U( "CurveResolution" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_RESOLUTION )); in getChartTypeForIndex()
353 … C2U( "SplineOrder" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_SPLINE_ORDER )); in getChartTypeForIndex()
383 … C2U( "CurveStyle" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_STYLE )); in getChartTypeForNewSeries()
385 …C2U( "CurveResolution" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_RESOLUTION )); in getChartTypeForNewSeries()
387 … C2U( "SplineOrder" ), getFastPropertyValue( PROP_SCATTERCHARTTYPE_TEMPLATE_SPLINE_ORDER )); in getChartTypeForNewSeries()
/aoo42x/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()
307 void SAL_CALL DataSeries::getFastPropertyValue in getFastPropertyValue() function in chart::DataSeries
329 OPropertySet::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
341 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()
197 return xFast->getFastPropertyValue( nHandle ); in GetDefaultValue()
209 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
/aoo42x/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(
231 using OColumn::getFastPropertyValue;
263 virtual void SAL_CALL getFastPropertyValue(
280 using OColumnWrapper::getFastPropertyValue;
/aoo42x/main/qadevOOo/tests/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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.cxx285 empty2f->getFastPropertyValue(-1); in testEmpty2()
289 empty2f->getFastPropertyValue(0); in testEmpty2()
492 fullf->getFastPropertyValue(0)); in testFull()
497 fullf->getFastPropertyValue(0)); in testFull()
499 fullf->getFastPropertyValue(-1); in testFull()
/aoo42x/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()
/aoo42x/main/cppuhelper/test/
H A Dtestpropshlp.cxx381 using OPropertySetHelper::getFastPropertyValue;
395 void SAL_CALL getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const throw(RuntimeException);
759 void test_OPropertySetHelper::getFastPropertyValue( Any & rRet, sal_Int32 nHandle ) const in getFastPropertyValue() function in test_OPropertySetHelper
947 aBool = ((XFastPropertySet *)pPS)->getFastPropertyValue( 3 ); in test_PropertySetHelper()
1004 aValue = ((XFastPropertySet *)pPS)->getFastPropertyValue( PROPERTY_BOOL ); in test_PropertySetHelper()
1018 aValue = ((XFastPropertySet *)pPS)->getFastPropertyValue( PROPERTY_INT16 ); in test_PropertySetHelper()
1031 aValue = ((XFastPropertySet *)pPS)->getFastPropertyValue( PROPERTY_INT32 ); in test_PropertySetHelper()
/aoo42x/main/forms/source/xforms/
H A Dpropertysetbase.cxx129 getFastPropertyValue( aNewValue, nHandle ); in notifyAndCachePropertyValue()
141 getFastPropertyValue( aCurrentValue, nHandle ); in initializePropertyValueCache()
184 void SAL_CALL PropertySetBase::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue() function in PropertySetBase
H A Dpropertysetbase.hxx273 virtual void SAL_CALL getFastPropertyValue( Any_t& rValue, sal_Int32 nHandle ) const;
289 getFastPropertyValue( rValue, nHandle ); in getCurrentPropertyValueByHandle()
299 using ::comphelper::OStatefulPropertySet::getFastPropertyValue;
/aoo42x/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()
H A DTime.cxx183 void SAL_CALL OTimeModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() function in frm::OTimeModel
194 OEditBaseModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
242 Any aControlValue( m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) ); in commitControlValueToDbColumn()
/aoo42x/main/comphelper/source/property/
H A Dpropagg.cxx672 void OPropertySetAggregationHelper::getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_I… in getFastPropertyValue() function in comphelper::OPropertySetAggregationHelper
681 rValue = m_xAggregateFastSet->getFastPropertyValue(nOriginalHandle); in getFastPropertyValue()
694 …::com::sun::star::uno::Any SAL_CALL OPropertySetAggregationHelper::getFastPropertyValue(sal_Int32 … in getFastPropertyValue() function in comphelper::OPropertySetAggregationHelper
707 aValue = m_xAggregateFastSet->getFastPropertyValue(nOriginalHandle); in getFastPropertyValue()
712 aValue = OPropertySetHelper::getFastPropertyValue(nHandle); in getFastPropertyValue()
1000 getFastPropertyValue( aCurrentValue, _nHandle ); in convertFastPropertyValue()
/aoo42x/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()
/aoo42x/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()

Completed in 1710 milliseconds

1234567891011