/aoo4110/main/chart2/source/model/template/ |
H A D | CandleStickChartType.cxx | 183 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 D | StockChartTypeTemplate.cxx | 229 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 D | PieChartTypeTemplate.cxx | 215 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 D | LineChartTypeTemplate.cxx | 315 … 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 D | ScatterChartTypeTemplate.cxx | 349 … 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()
|
/aoo4110/main/chart2/source/model/main/ |
H A D | DataSeries.cxx | 193 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 D | DataPoint.cxx | 126 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()
|
/aoo4110/main/dbaccess/source/core/inc/ |
H A D | definitioncolumn.hxx | 177 …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;
|
/aoo4110/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XFastPropertySet.java | 102 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()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | definitioncolumn.cxx | 316 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 D | CRowSetDataColumn.cxx | 132 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()
|
/aoo4110/main/framework/qa/complex/path_settings/ |
H A D | PathSettingsTest.java | 475 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()
|
/aoo4110/main/dbaccess/source/ui/uno/ |
H A D | textconnectionsettings_uno.cxx | 90 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()
|
/aoo4110/main/toolkit/source/controls/grid/ |
H A D | gridcontrol.cxx | 129 …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()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | formattedcontrol.cxx | 213 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()
|
/aoo4110/main/cppuhelper/qa/propertysetmixin/ |
H A D | JavaSupplier.java | 159 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 D | test_propertysetmixin.cxx | 308 empty2f->getFastPropertyValue(-1); in testEmpty2() 312 empty2f->getFastPropertyValue(0); in testEmpty2() 515 fullf->getFastPropertyValue(0)); in testFull() 520 fullf->getFastPropertyValue(0)); in testFull() 522 fullf->getFastPropertyValue(-1); in testFull()
|
/aoo4110/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 381 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()
|
/aoo4110/main/forms/source/xforms/ |
H A D | propertysetbase.cxx | 129 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 D | propertysetbase.hxx | 273 virtual void SAL_CALL getFastPropertyValue( Any_t& rValue, sal_Int32 nHandle ) const; 289 getFastPropertyValue( rValue, nHandle ); in getCurrentPropertyValueByHandle() 299 using ::comphelper::OStatefulPropertySet::getFastPropertyValue;
|
/aoo4110/main/forms/source/component/ |
H A D | navigationbar.cxx | 366 … 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 D | Date.cxx | 186 void SAL_CALL ODateModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() function in frm::ODateModel 197 OEditBaseModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue() 245 Any aControlValue( m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) ); in commitControlValueToDbColumn()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | inspectormodelbase.cxx | 82 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()
|
/aoo4110/main/comphelper/source/property/ |
H A D | propagg.cxx | 672 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()
|
/aoo4110/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 327 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()
|