| /trunk/main/chart2/source/controller/chartapiwrapper/ |
| H A D | WrappedStatisticProperties.cxx | 131 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in lcl_getDataProviderFromContact() 134 if( spChart2ModelContact.get()) in lcl_getDataProviderFromContact() 137 spChart2ModelContact->getChart2Document()); in lcl_getDataProviderFromContact() 146 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in lcl_ConvertRangeFromXML() 151 lcl_getDataProviderFromContact( spChart2ModelContact ), uno::UNO_QUERY ); in lcl_ConvertRangeFromXML() 162 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in lcl_ConvertRangeToXML() 167 lcl_getDataProviderFromContact( spChart2ModelContact ), uno::UNO_QUERY ); in lcl_ConvertRangeToXML() 187 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact in WrappedStatisticProperty() 189 …WrappedSeriesOrDiagramProperty< PROPERTYTYPE >(rName,rDefaulValue,spChart2ModelContact,ePropertyTy… in WrappedStatisticProperty() 226 …it WrappedConstantErrorLowProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, [all …]
|
| H A D | WrappedAxisAndGridExistenceProperties.cxx | 49 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 66 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties() 68 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 0, spChart2ModelContact ) );… in addWrappedProperties() 69 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, false, 0, spChart2ModelContact ) )… in addWrappedProperties() 70 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, true, 0, spChart2ModelContact ) )… in addWrappedProperties() 71 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, false, 0, spChart2ModelContact ) … in addWrappedProperties() 73 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 1, spChart2ModelContact ) );… in addWrappedProperties() 74 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, false, 1, spChart2ModelContact ) )… in addWrappedProperties() 75 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, true, 1, spChart2ModelContact ) )… in addWrappedProperties() 76 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, false, 1, spChart2ModelContact ) … in addWrappedProperties() [all …]
|
| H A D | WrappedSymbolProperties.cxx | 79 …explicit WrappedSymbolTypeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, 90 …cit WrappedSymbolBitmapURLProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, 102 …explicit WrappedSymbolSizeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, 114 …icit WrappedSymbolAndLinesProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, 176 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact in lcl_addWrappedProperties() 179 rList.push_back( new WrappedSymbolTypeProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties() 180 rList.push_back( new WrappedSymbolBitmapURLProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties() 181 rList.push_back( new WrappedSymbolSizeProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties() 182 rList.push_back( new WrappedSymbolAndLinesProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties() 225 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedPropertiesForSeries() [all …]
|
| H A D | WrappedScaleProperty.cxx | 50 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedScaleProperty() 52 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedScaleProperty() 116 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties() 118 rList.push_back( new WrappedScaleProperty( SCALE_PROP_MAX, spChart2ModelContact ) ); in addWrappedProperties() 119 rList.push_back( new WrappedScaleProperty( SCALE_PROP_MIN, spChart2ModelContact ) ); in addWrappedProperties() 120 rList.push_back( new WrappedScaleProperty( SCALE_PROP_ORIGIN, spChart2ModelContact ) ); in addWrappedProperties() 121 rList.push_back( new WrappedScaleProperty( SCALE_PROP_STEPMAIN, spChart2ModelContact ) ); in addWrappedProperties() 122 rList.push_back( new WrappedScaleProperty( SCALE_PROP_STEPHELP, spChart2ModelContact ) ); in addWrappedProperties() 123 rList.push_back( new WrappedScaleProperty( SCALE_PROP_STEPHELP_COUNT, spChart2ModelContact ) ); in addWrappedProperties() 124 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AUTO_MAX, spChart2ModelContact ) ); in addWrappedProperties() [all …]
|
| H A D | WrappedStockProperties.cxx | 59 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 76 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedStockProperty() 78 , m_spChart2ModelContact(spChart2ModelContact) in WrappedStockProperty() 136 … explicit WrappedVolumeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 144 …meProperty::WrappedVolumeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedVolumeProperty() argument 145 : WrappedStockProperty( C2U("Volume"), uno::makeAny(sal_False) , spChart2ModelContact ) in WrappedVolumeProperty() 209 … explicit WrappedUpDownProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 216 …wnProperty::WrappedUpDownProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedUpDownProperty() argument 217 : WrappedStockProperty( C2U("UpDown"), uno::makeAny(sal_False) , spChart2ModelContact ) in WrappedUpDownProperty() 304 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties() [all …]
|
| H A D | WrappedDataCaptionProperties.cxx | 58 …xplicit WrappedDataCaptionProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, 104 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact in lcl_addWrappedProperties() 110 rList.push_back( new WrappedDataCaptionProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties() 132 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedPropertiesForSeries() 134 lcl_addWrappedProperties( rList, spChart2ModelContact, DATA_SERIES ); in addWrappedPropertiesForSeries() 141 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedPropertiesForDiagram() 143 lcl_addWrappedProperties( rList, spChart2ModelContact, DIAGRAM ); in addWrappedPropertiesForDiagram() 151 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact in WrappedDataCaptionProperty() 154 , uno::makeAny( sal_Int32(0) ), spChart2ModelContact, ePropertyType ) in WrappedDataCaptionProperty()
|
| H A D | WrappedSplineProperties.cxx | 59 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedSplineProperty() 61 , m_spChart2ModelContact(spChart2ModelContact) in WrappedSplineProperty() 171 …plicit WrappedSplineTypeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 222 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties() 224 rList.push_back( new WrappedSplineTypeProperty( spChart2ModelContact ) ); in addWrappedProperties() 225 … C2U("SplineOrder"), C2U("SplineOrder"), uno::makeAny(sal_Int32(3)), spChart2ModelContact ) ); in addWrappedProperties() 226 …"SplineResolution"), C2U("CurveResolution"), uno::makeAny(sal_Int32(20)), spChart2ModelContact ) ); in addWrappedProperties() 234 …operty::WrappedSplineTypeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedSplineTypeProperty() argument 235 …al_Int32>( C2U("SplineType"), C2U("CurveStyle"), uno::makeAny(sal_Int32(0)), spChart2ModelContact ) in WrappedSplineTypeProperty()
|
| H A D | DiagramWrapper.cxx | 631 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) : in DiagramWrapper() 632 m_spChart2ModelContact( spChart2ModelContact ), in DiagramWrapper() 1179 WrappedDataRowSourceProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 1193 …rty::WrappedDataRowSourceProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedDataRowSourceProperty() argument 1195 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedDataRowSourceProperty() 1280 …ngProperty( StackMode eStackMode, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 1298 …ingProperty( StackMode eStackMode, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedStackingProperty() argument 1300 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedStackingProperty() 1390 WrappedDim3DProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 1404 …m3DProperty::WrappedDim3DProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedDim3DProperty() argument [all …]
|
| H A D | WrappedGapwidthProperty.cxx | 55 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedBarPositionProperty_Base() 59 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedBarPositionProperty_Base() 172 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedGapwidthProperty() 173 …onProperty_Base( C2U("GapWidth"), C2U("GapwidthSequence"), DEFAULT_GAPWIDTH, spChart2ModelContact ) in WrappedGapwidthProperty() 185 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedBarOverlapProperty() 186 …itionProperty_Base( C2U("Overlap"), C2U("OverlapSequence"), DEFAULT_OVERLAP, spChart2ModelContact ) in WrappedBarOverlapProperty()
|
| H A D | ChartDocumentWrapper.cxx | 284 …taSourceLabelsInFirstRowProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 298 …ataSourceLabelsInFirstRowProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedDataSourceLabelsInFirstRowProperty() argument 300 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedDataSourceLabelsInFirstRowProperty() 380 …ourceLabelsInFirstColumnProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 394 …SourceLabelsInFirstColumnProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedDataSourceLabelsInFirstColumnProperty() argument 396 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedDataSourceLabelsInFirstColumnProperty() 476 WrappedHasLegendProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 489 …roperty::WrappedHasLegendProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedHasLegendProperty() argument 491 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedHasLegendProperty() 558 WrappedHasMainTitleProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); [all …]
|
| H A D | WrappedScaleTextProperties.cxx | 48 WrappedScaleTextProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 59 …roperty::WrappedScaleTextProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedScaleTextProperty() argument 61 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedScaleTextProperty() 148 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties() 150 rList.push_back( new WrappedScaleTextProperty( spChart2ModelContact ) ); in addWrappedProperties()
|
| H A D | WrappedSceneProperty.cxx | 46 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties() 48 rList.push_back( new WrappedD3DTransformMatrixProperty( spChart2ModelContact ) ); in addWrappedProperties() 56 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedD3DTransformMatrixProperty() 58 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedD3DTransformMatrixProperty()
|
| H A D | DataSeriesPointWrapper.cxx | 230 WrappedAttachedAxisProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 244 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedAttachedAxisProperty() 246 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedAttachedAxisProperty() 458 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in DataSeriesPointWrapper() 459 : m_spChart2ModelContact( spChart2ModelContact ) in DataSeriesPointWrapper() 498 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in DataSeriesPointWrapper() 499 : m_spChart2ModelContact( spChart2ModelContact ) in DataSeriesPointWrapper()
|
| H A D | WrappedAxisAndGridExistenceProperties.hxx | 42 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 53 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 64 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
|
| H A D | WrappedGapwidthProperty.hxx | 43 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 66 WrappedGapwidthProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 73 WrappedBarOverlapProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
|
| H A D | ChartDataWrapper.cxx | 419 ChartDataWrapper::ChartDataWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact … in ChartDataWrapper() argument 420 m_spChart2ModelContact( spChart2ModelContact ), in ChartDataWrapper() 428 ChartDataWrapper::ChartDataWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in ChartDataWrapper() argument 430 m_spChart2ModelContact( spChart2ModelContact ), in ChartDataWrapper()
|
| H A D | WrappedDataCaptionProperties.hxx | 47 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 49 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
|
| H A D | WrappedStatisticProperties.hxx | 43 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 45 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
|
| H A D | WrappedSymbolProperties.hxx | 47 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 49 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
|
| H A D | WrappedSceneProperty.hxx | 46 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 57 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
|
| H A D | WrappedScaleProperty.hxx | 62 …y( tScaleProperty eScaleProperty, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ); 65 …ector< WrappedProperty* >& rList, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
|
| H A D | WallFloorWrapper.cxx | 96 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) : in WallFloorWrapper() 97 m_spChart2ModelContact( spChart2ModelContact ), in WallFloorWrapper()
|
| H A D | AreaWrapper.cxx | 95 AreaWrapper::AreaWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) : in AreaWrapper() argument 96 m_spChart2ModelContact( spChart2ModelContact ), in AreaWrapper()
|
| H A D | WrappedNumberFormatProperty.cxx | 45 …erty::WrappedNumberFormatProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedNumberFormatProperty() argument 47 , m_spChart2ModelContact(spChart2ModelContact) in WrappedNumberFormatProperty()
|
| H A D | GridWrapper.cxx | 94 tGridType eType, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) : in GridWrapper() 95 m_spChart2ModelContact( spChart2ModelContact ), in GridWrapper()
|