Home
last modified time | relevance | path

Searched refs:spChart2ModelContact (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedStatisticProperties.cxx131 ::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()
162 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in lcl_ConvertRangeToXML()
235 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedConstantErrorLowProperty()
290 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedConstantErrorHighProperty()
342 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedMeanValueProperty()
387 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedErrorCategoryProperty()
491 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedPercentageErrorProperty()
[all …]
H A DWrappedAxisAndGridExistenceProperties.cxx49 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
69 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
87 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedAxisAndGridExistenceProperty()
89 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedAxisAndGridExistenceProperty()
220 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
238 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
248 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedAxisTitleExistenceProperty()
250 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedAxisTitleExistenceProperty()
338 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
357 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
[all …]
H A DWrappedSymbolProperties.cxx183 rList.push_back( new WrappedSymbolTypeProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
231 lcl_addWrappedProperties( rList, spChart2ModelContact, DATA_SERIES ); in addWrappedPropertiesForSeries()
240 lcl_addWrappedProperties( rList, spChart2ModelContact, DIAGRAM ); in addWrappedPropertiesForDiagram()
248 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedSymbolTypeProperty()
252 , spChart2ModelContact in WrappedSymbolTypeProperty()
338 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedSymbolBitmapURLProperty()
341 , uno::makeAny( OUString() ), spChart2ModelContact, ePropertyType ) in WrappedSymbolBitmapURLProperty()
473 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedSymbolSizeProperty()
476 , uno::makeAny( awt::Size(250,250) ), spChart2ModelContact, ePropertyType ) in WrappedSymbolSizeProperty()
539 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedSymbolAndLinesProperty()
[all …]
H A DWrappedScaleProperty.cxx50 , ::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()
124 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AUTO_MAX, spChart2ModelContact ) ); in addWrappedProperties()
125 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AUTO_MIN, spChart2ModelContact ) ); in addWrappedProperties()
[all …]
H A DWrappedDataCaptionProperties.cxx58 …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 DWrappedStockProperties.cxx59 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
78 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedStockProperty()
80 , m_spChart2ModelContact(spChart2ModelContact) in WrappedStockProperty()
140 … explicit WrappedVolumeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
149 …meProperty::WrappedVolumeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedVolumeProperty() argument
150 : WrappedStockProperty( C2U("Volume"), uno::makeAny(sal_False) , spChart2ModelContact ) in WrappedVolumeProperty()
215 … explicit WrappedUpDownProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
224 : WrappedStockProperty( C2U("UpDown"), uno::makeAny(sal_False) , spChart2ModelContact ) in WrappedUpDownProperty()
312 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
314 rList.push_back( new WrappedVolumeProperty( spChart2ModelContact ) ); in addWrappedProperties()
[all …]
H A DWrappedSplineProperties.cxx59 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedSplineProperty()
61 , m_spChart2ModelContact(spChart2ModelContact) in WrappedSplineProperty()
174 …plicit WrappedSplineTypeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
225 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
227 rList.push_back( new WrappedSplineTypeProperty( spChart2ModelContact ) ); in addWrappedProperties()
228 … C2U("SplineOrder"), C2U("SplineOrder"), uno::makeAny(sal_Int32(3)), spChart2ModelContact ) ); in addWrappedProperties()
229 …"SplineResolution"), C2U("CurveResolution"), uno::makeAny(sal_Int32(20)), spChart2ModelContact ) ); in addWrappedProperties()
237 …operty::WrappedSplineTypeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedSplineTypeProperty() argument
238 …al_Int32>( C2U("SplineType"), C2U("CurveStyle"), uno::makeAny(sal_Int32(0)), spChart2ModelContact ) in WrappedSplineTypeProperty()
H A DDiagramWrapper.cxx631 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) : in DiagramWrapper()
632 m_spChart2ModelContact( spChart2ModelContact ), in DiagramWrapper()
1238 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedDataRowSourceProperty()
1349 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedStackingProperty()
1442 WrappedDim3DProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
1461 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedDim3DProperty()
1536 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedVerticalProperty()
1619 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedNumberOfLinesProperty()
1775 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedAttributedDataPointsProperty()
1896 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedSolidTypeProperty()
[all …]
H A DWrappedGapwidthProperty.cxx55 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedBarPositionProperty_Base()
59 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedBarPositionProperty_Base()
174 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedGapwidthProperty()
175 …onProperty_Base( C2U("GapWidth"), C2U("GapwidthSequence"), DEFAULT_GAPWIDTH, spChart2ModelContact ) in WrappedGapwidthProperty()
187 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedBarOverlapProperty()
188 …itionProperty_Base( C2U("Overlap"), C2U("OverlapSequence"), DEFAULT_OVERLAP, spChart2ModelContact ) in WrappedBarOverlapProperty()
H A DWrappedScaleTextProperties.cxx48 WrappedScaleTextProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
62 …roperty::WrappedScaleTextProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedScaleTextProperty() argument
64 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedScaleTextProperty()
154 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
156 rList.push_back( new WrappedScaleTextProperty( spChart2ModelContact ) ); in addWrappedProperties()
H A DChartDocumentWrapper.cxx284 …taSourceLabelsInFirstRowProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
303 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedDataSourceLabelsInFirstRowProperty()
386 …ourceLabelsInFirstColumnProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
405 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedDataSourceLabelsInFirstColumnProperty()
488 WrappedHasLegendProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
504 …roperty::WrappedHasLegendProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedHasLegendProperty() argument
506 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedHasLegendProperty()
576 WrappedHasMainTitleProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
594 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedHasMainTitleProperty()
653 WrappedHasSubTitleProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
[all …]
H A DWrappedSceneProperty.cxx46 , ::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 DWrappedAxisAndGridExistenceProperties.hxx42 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
53 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
64 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
H A DDataSeriesPointWrapper.cxx230 WrappedAttachedAxisProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
247 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedAttachedAxisProperty()
249 , m_spChart2ModelContact( spChart2ModelContact ) in WrappedAttachedAxisProperty()
474 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in DataSeriesPointWrapper()
475 : m_spChart2ModelContact( spChart2ModelContact ) in DataSeriesPointWrapper()
515 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in DataSeriesPointWrapper()
516 : m_spChart2ModelContact( spChart2ModelContact ) in DataSeriesPointWrapper()
H A DWrappedGapwidthProperty.hxx43 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
68 WrappedGapwidthProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
75 WrappedBarOverlapProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
H A DWrappedDataCaptionProperties.hxx47 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
49 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
H A DWrappedStatisticProperties.hxx43 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
45 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
H A DWrappedSymbolProperties.hxx47 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
49 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
H A DChartDataWrapper.cxx419 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 DWrappedSceneProperty.hxx46 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
57 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
H A DWrappedScaleProperty.hxx62 …y( tScaleProperty eScaleProperty, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
65 …ector< WrappedProperty* >& rList, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
H A DWallFloorWrapper.cxx96 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) : in WallFloorWrapper()
97 m_spChart2ModelContact( spChart2ModelContact ), in WallFloorWrapper()
H A DAreaWrapper.cxx95 AreaWrapper::AreaWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) : in AreaWrapper() argument
96 m_spChart2ModelContact( spChart2ModelContact ), in AreaWrapper()
H A DGridWrapper.cxx94 tGridType eType, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) : in GridWrapper()
95 m_spChart2ModelContact( spChart2ModelContact ), in GridWrapper()
H A DWrappedNumberFormatProperty.cxx45 …erty::WrappedNumberFormatProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedNumberFormatProperty() argument
47 , m_spChart2ModelContact(spChart2ModelContact) in WrappedNumberFormatProperty()

Completed in 131 milliseconds

12