Lines Matching refs:spChart2ModelContact

81 …explicit WrappedSymbolTypeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact,
92 …cit WrappedSymbolBitmapURLProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact,
105 …explicit WrappedSymbolSizeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact,
118 …icit WrappedSymbolAndLinesProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact,
180 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact in lcl_addWrappedProperties()
183 rList.push_back( new WrappedSymbolTypeProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
184 rList.push_back( new WrappedSymbolBitmapURLProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
185 rList.push_back( new WrappedSymbolSizeProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
186 rList.push_back( new WrappedSymbolAndLinesProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
229 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedPropertiesForSeries()
231 lcl_addWrappedProperties( rList, spChart2ModelContact, DATA_SERIES ); in addWrappedPropertiesForSeries()
238 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedPropertiesForDiagram()
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()
542 , uno::makeAny( sal_True ), spChart2ModelContact, ePropertyType ) in WrappedSymbolAndLinesProperty()