ViewElementListProvider.hxx (de7b3f82) ViewElementListProvider.hxx (97e8a929)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 27 unchanged lines hidden (view full) ---

36class DrawModelWrapper;
37
38class ViewElementListProvider
39{
40public:
41 ViewElementListProvider( DrawModelWrapper* pDrawModelWrapper );
42 virtual ~ViewElementListProvider();
43
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 27 unchanged lines hidden (view full) ---

36class DrawModelWrapper;
37
38class ViewElementListProvider
39{
40public:
41 ViewElementListProvider( DrawModelWrapper* pDrawModelWrapper );
42 virtual ~ViewElementListProvider();
43
44 XColorTable* GetColorTable() const;
44 XColorList* GetColorTable() const;
45 XDashList* GetDashList() const;
46 XLineEndList* GetLineEndList() const;
47 XGradientList* GetGradientList() const;
48 XHatchList* GetHatchList() const;
49 XBitmapList* GetBitmapList() const;
50
51 //create chartspecific symbols for linecharts
52 SdrObjList* GetSymbolList() const;

--- 14 unchanged lines hidden ---
45 XDashList* GetDashList() const;
46 XLineEndList* GetLineEndList() const;
47 XGradientList* GetGradientList() const;
48 XHatchList* GetHatchList() const;
49 XBitmapList* GetBitmapList() const;
50
51 //create chartspecific symbols for linecharts
52 SdrObjList* GetSymbolList() const;

--- 14 unchanged lines hidden ---