svxitems.sdi (26734c99) | svxitems.sdi (9afceb33) |
---|---|
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 --- 678 unchanged lines hidden (view full) --- 687struct ZoomSlider 688{ 689 INT16 CurrentZoom MID_ZOOMSLIDER_CURRENTZOOM; 690 Points SnappingPoints MID_ZOOMSLIDER_SNAPPINGPOINTS; 691 INT16 SvxMinZoom MID_ZOOMSLIDER_MINZOOM; 692 INT16 SvxMaxZoom MID_ZOOMSLIDER_MAXZOOM; 693}; 694item ZoomSlider SvxZoomSliderItem; | 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 --- 678 unchanged lines hidden (view full) --- 687struct ZoomSlider 688{ 689 INT16 CurrentZoom MID_ZOOMSLIDER_CURRENTZOOM; 690 Points SnappingPoints MID_ZOOMSLIDER_SNAPPINGPOINTS; 691 INT16 SvxMinZoom MID_ZOOMSLIDER_MINZOOM; 692 INT16 SvxMaxZoom MID_ZOOMSLIDER_MAXZOOM; 693}; 694item ZoomSlider SvxZoomSliderItem; |
695 696item String SvxGalleryItem; // dummy for sequence |
|