Home
last modified time | relevance | path

Searched refs:ChartModel (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/model/main/
H A DChartModel.cxx98 ChartModel::ChartModel(uno::Reference<uno::XComponentContext > const & xContext) in ChartModel() function in chart::ChartModel
134 ChartModel::ChartModel( const ChartModel & rOther ) in ChartModel() function in chart::ChartModel
190 ChartModel::~ChartModel() in ~ChartModel()
197 void SAL_CALL ChartModel::initialize( const Sequence< Any >& /*rArguments*/ ) in initialize()
211 ::rtl::OUString ChartModel::impl_g_getLocation() in impl_g_getLocation()
221 sal_Bool ChartModel::impl_isControllerConnected( const uno::Reference< frame::XController >& xContr… in impl_isControllerConnected()
238 uno::Reference< frame::XController > ChartModel::impl_getCurrentController() in impl_getCurrentController()
257 void SAL_CALL ChartModel::impl_notifyCloseListeners() in impl_notifyCloseListeners()
274 void ChartModel::impl_adjustAdditionalShapesPositionAndSize( const awt::Size& aVisualAreaSize ) in impl_adjustAdditionalShapesPositionAndSize()
315 APPHELPER_XSERVICEINFO_IMPL(ChartModel,CHART_MODEL_SERVICE_IMPLEMENTATION_NAME) in APPHELPER_XSERVICEINFO_IMPL() argument
[all …]
H A DChartModel_Persistence.cxx153 Reference< document::XFilter > ChartModel::impl_createFilter( in impl_createFilter()
213 void SAL_CALL ChartModel::storeSelf( const Sequence< beans::PropertyValue >& rMediaDescriptor ) in storeSelf()
225 sal_Bool SAL_CALL ChartModel::hasLocation() in hasLocation()
231 ::rtl::OUString SAL_CALL ChartModel::getLocation() in getLocation()
236 sal_Bool SAL_CALL ChartModel::isReadonly() in isReadonly()
242 void SAL_CALL ChartModel::store() in store()
262 void SAL_CALL ChartModel::storeAsURL( in storeAsURL()
287 void SAL_CALL ChartModel::storeToURL( in storeToURL()
341 void ChartModel::impl_store( in impl_store()
390 void SAL_CALL ChartModel::initNew() in initNew()
[all …]
H A DChartModel.hxx119 class ChartModel : public impl::ChartModel_Base class
232 ChartModel(::com::sun::star::uno::Reference<
234 explicit ChartModel( const ChartModel & rOther );
235 virtual ~ChartModel();
242 APPHELPER_SERVICE_FACTORY_HELPER(ChartModel)
H A D_serviceregistration_model.cxx50 ::chart::ChartModel::create
51 , ::chart::ChartModel::getImplementationName_Static
52 , ::chart::ChartModel::getSupportedServiceNames_Static
H A Dmakefile.mk45 $(SLO)$/ChartModel.obj \
/trunk/main/chart2/
H A DLibrary_chartmodel.mk66 chart2/source/model/main/ChartModel \