DrawModelWrapper.hxx (de7b3f82) | DrawModelWrapper.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 --- 77 unchanged lines hidden (view full) --- 86 SAL_DLLPRIVATE const SfxItemPool& GetItemPool() const; 87 88 SAL_DLLPRIVATE virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > 89 createUnoModel(); 90 SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > 91 getUnoModel(); 92 SdrModel& getSdrModel(); 93 | 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 --- 77 unchanged lines hidden (view full) --- 86 SAL_DLLPRIVATE const SfxItemPool& GetItemPool() const; 87 88 SAL_DLLPRIVATE virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > 89 createUnoModel(); 90 SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > 91 getUnoModel(); 92 SdrModel& getSdrModel(); 93 |
94 XColorTable* GetColorTable() const; | 94 XColorList* GetColorTable() const; |
95 XDashList* GetDashList() const; 96 XLineEndList* GetLineEndList() const; 97 XGradientList* GetGradientList() const; 98 XHatchList* GetHatchList() const; 99 XBitmapList* GetBitmapList() const; 100 101 SdrObject* getNamedSdrObject( const rtl::OUString& rName ); 102 static SdrObject* getNamedSdrObject( const String& rName, SdrObjList* pObjList ); 103 104 static bool removeShape( const ::com::sun::star::uno::Reference< 105 ::com::sun::star::drawing::XShape >& xShape ); 106}; 107//............................................................................. 108} //namespace chart 109//............................................................................. 110#endif | 95 XDashList* GetDashList() const; 96 XLineEndList* GetLineEndList() const; 97 XGradientList* GetGradientList() const; 98 XHatchList* GetHatchList() const; 99 XBitmapList* GetBitmapList() const; 100 101 SdrObject* getNamedSdrObject( const rtl::OUString& rName ); 102 static SdrObject* getNamedSdrObject( const String& rName, SdrObjList* pObjList ); 103 104 static bool removeShape( const ::com::sun::star::uno::Reference< 105 ::com::sun::star::drawing::XShape >& xShape ); 106}; 107//............................................................................. 108} //namespace chart 109//............................................................................. 110#endif |