DrawingDocumentDrawView.idl (d1766043) | DrawingDocumentDrawView.idl (96af39f7) |
---|---|
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 --- 68 unchanged lines hidden (view full) --- 77 desktop. 78 */ 79 service com::sun::star::frame::Controller; 80 81 //------------------------------------------------------------------------- 82 83 /** lets you access the window for this view 84 | 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 --- 68 unchanged lines hidden (view full) --- 77 desktop. 78 */ 79 service com::sun::star::frame::Controller; 80 81 //------------------------------------------------------------------------- 82 83 /** lets you access the window for this view 84 |
85 @since OOo 1.1.2 | 85 @since OpenOffice 1.1.2 |
86 */ 87 [optional] interface com::sun::star::awt::XWindow; 88 89 /** let's you access the view part of the form layer contained in the document's view 90 */ 91 [optional] interface com::sun::star::view::XFormLayerAccess; 92 93 //------------------------------------------------------------------------- --- 59 unchanged lines hidden (view full) --- 153 @see com::sun::star::view::DocumentZoomType 154 155 Note: After setting other types then 156 <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member>, 157 implementations may calculate the required zoom value and set the type 158 to <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member> 159 afterwards. 160 | 86 */ 87 [optional] interface com::sun::star::awt::XWindow; 88 89 /** let's you access the view part of the form layer contained in the document's view 90 */ 91 [optional] interface com::sun::star::view::XFormLayerAccess; 92 93 //------------------------------------------------------------------------- --- 59 unchanged lines hidden (view full) --- 153 @see com::sun::star::view::DocumentZoomType 154 155 Note: After setting other types then 156 <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member>, 157 implementations may calculate the required zoom value and set the type 158 to <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member> 159 afterwards. 160 |
161 @since OOo 1.1.2 | 161 @since OpenOffice 1.1.2 |
162 */ 163 [optional, property] short ZoomType; 164 165 //------------------------------------------------------------------------- 166 167 /** Defines the zoom value to use. 168 Valid only if the ZoomType is set to 169 <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member>. 170 | 162 */ 163 [optional, property] short ZoomType; 164 165 //------------------------------------------------------------------------- 166 167 /** Defines the zoom value to use. 168 Valid only if the ZoomType is set to 169 <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member>. 170 |
171 @since OOo 1.1.2 | 171 @since OpenOffice 1.1.2 |
172 */ 173 [optional, property] short ZoomValue; 174 175 //------------------------------------------------------------------------- 176 177 /** defines the offset from the top left position of the displayed page 178 to the top left position of the view area in 100th/mm. 179 | 172 */ 173 [optional, property] short ZoomValue; 174 175 //------------------------------------------------------------------------- 176 177 /** defines the offset from the top left position of the displayed page 178 to the top left position of the view area in 100th/mm. 179 |
180 @since OOo 1.1.2 | 180 @since OpenOffice 1.1.2 |
181 */ 182 [optional, property] com::sun::star::awt::Point ViewOffset; 183 184 /** The sub controller takes over view specific handling of properties, 185 the selection, and the current page/slide. 186 187 The following line is commented because XDrawSubController is not 188 (yet) published and the IDL compiler does not allow that. 189 190 [optional, property] ::com::sun::star::drawing::XDrawSubController SubController; 191 */ 192}; 193 194//============================================================================= 195 196}; }; }; }; 197 198#endif 199 | 181 */ 182 [optional, property] com::sun::star::awt::Point ViewOffset; 183 184 /** The sub controller takes over view specific handling of properties, 185 the selection, and the current page/slide. 186 187 The following line is commented because XDrawSubController is not 188 (yet) published and the IDL compiler does not allow that. 189 190 [optional, property] ::com::sun::star::drawing::XDrawSubController SubController; 191 */ 192}; 193 194//============================================================================= 195 196}; }; }; }; 197 198#endif 199 |