xref: /trunk/main/offapi/com/sun/star/graphic/SvgTools.idl (revision 2b45cf47)
1ddde725dSArmin Le Grand/**************************************************************
2ddde725dSArmin Le Grand *
3ddde725dSArmin Le Grand * Licensed to the Apache Software Foundation (ASF) under one
4ddde725dSArmin Le Grand * or more contributor license agreements.  See the NOTICE file
5ddde725dSArmin Le Grand * distributed with this work for additional information
6ddde725dSArmin Le Grand * regarding copyright ownership.  The ASF licenses this file
7ddde725dSArmin Le Grand * to you under the Apache License, Version 2.0 (the
8ddde725dSArmin Le Grand * "License"); you may not use this file except in compliance
9ddde725dSArmin Le Grand * with the License.  You may obtain a copy of the License at
10ddde725dSArmin Le Grand *
11*2b45cf47SArmin Le Grand *   http://www.apache.org/licenses/LICENSE-2.0
12ddde725dSArmin Le Grand *
13ddde725dSArmin Le Grand * Unless required by applicable law or agreed to in writing,
14ddde725dSArmin Le Grand * software distributed under the License is distributed on an
15ddde725dSArmin Le Grand * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16ddde725dSArmin Le Grand * KIND, either express or implied.  See the License for the
17ddde725dSArmin Le Grand * specific language governing permissions and limitations
18ddde725dSArmin Le Grand * under the License.
19ddde725dSArmin Le Grand *
20ddde725dSArmin Le Grand *************************************************************/
21ddde725dSArmin Le Grand
22ddde725dSArmin Le Grand#ifndef com_sun_star_graphic_SvgTools_idl
23ddde725dSArmin Le Grand#define com_sun_star_graphic_SvgTools_idl
24ddde725dSArmin Le Grand
25ddde725dSArmin Le Grand#include <com/sun/star/graphic/XSvgParser.idl>
26ddde725dSArmin Le Grand
27ddde725dSArmin Le Grandmodule com { module sun { module star { module graphic
28ddde725dSArmin Le Grand{
29ddde725dSArmin Le Grand
30ddde725dSArmin Le Grand/** Service that describes the necessary interfaces and properties
31ddde725dSArmin Le Grand	to handle svg files
32ddde725dSArmin Le Grand */
33ddde725dSArmin Le Grand
34ddde725dSArmin Le Grandservice SvgTools
35ddde725dSArmin Le Grand{
36ddde725dSArmin Le Grand	/** Interface to parse a svg file to a sequence of
37ddde725dSArmin Le Grand        B2DPrimitives for internal usage
38ddde725dSArmin Le Grand	*/
39ddde725dSArmin Le Grand	interface ::com::sun::star::graphic::XSvgParser;
40ddde725dSArmin Le Grand};
41ddde725dSArmin Le Grand
42ddde725dSArmin Le Grand} ; } ; } ; } ;
43ddde725dSArmin Le Grand
44ddde725dSArmin Le Grand#endif
45