/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef _XMLFILTERTESTDIALOG_HRC_ #define _XMLFILTERTESTDIALOG_HRC_ #include "xmlfiltercommon.hrc" #define FL_EXPORT 1 #define FT_EXPORT_XSLT 2 #define FT_EXPORT_XSLT_FILE 3 #define FT_TRANSFORM_DOCUMENT 4 #define PB_EXPORT_BROWSE 5 #define PB_CURRENT_DOCUMENT 6 #define FT_NAME_OF_CURRENT_FILE 7 #define FL_IMPORT 8 #define FT_IMPORT_XSLT 9 #define FT_IMPORT_XSLT_FILE 10 #define FT_IMPORT_TEMPLATE 11 #define FT_IMPORT_TEMPLATE_FILE 12 #define FT_TRANSFORM_FILE 13 #define CBX_DISPLAY_SOURCE 14 #define PB_IMPORT_BROWSE 15 #define PB_RECENT_DOCUMENT 16 #define FT_NAME_OF_RECENT_FILE 17 #define PB_HELP 18 #define PB_CLOSE 19 #endif