SdUnoDrawView.hxx (67e470da) SdUnoDrawView.hxx (0deba7fb)
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

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

107 virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException);
108 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException);
109
110protected:
111 sal_Bool getMasterPageMode(void) const throw();
112 void setMasterPageMode(sal_Bool MasterPageMode_) throw();
113 sal_Bool getLayerMode(void) const throw();
114 void setLayerMode(sal_Bool LayerMode_) throw();
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

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

107 virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException);
108 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException);
109
110protected:
111 sal_Bool getMasterPageMode(void) const throw();
112 void setMasterPageMode(sal_Bool MasterPageMode_) throw();
113 sal_Bool getLayerMode(void) const throw();
114 void setLayerMode(sal_Bool LayerMode_) throw();
115
115public:
116 /** Return a reference to the active layer object.
117 @return
118 The returned value may be empty when the internal state of this
119 view is not valid (like during destruction.)
120 */
121 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XLayer> getActiveLayer (void) throw ();
116 /** Return a reference to the active layer object.
117 @return
118 The returned value may be empty when the internal state of this
119 view is not valid (like during destruction.)
120 */
121 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XLayer> getActiveLayer (void) throw ();
122
122protected:
123 /** Make the specified object the active layer.
124 @param rxLayer
125 The new layer object.
126 */
127 void setActiveLayer (const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XLayer>& rxLayer) throw ();
128
129 void SetZoom( sal_Int16 nZoom );
130 sal_Int16 GetZoom(void) const;

--- 19 unchanged lines hidden ---
123 /** Make the specified object the active layer.
124 @param rxLayer
125 The new layer object.
126 */
127 void setActiveLayer (const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XLayer>& rxLayer) throw ();
128
129 void SetZoom( sal_Int16 nZoom );
130 sal_Int16 GetZoom(void) const;

--- 19 unchanged lines hidden ---