office-gobmx/udkapi/com/sun/star/util/MacroExpander.idl
Oliver Bolte ff8defaa4b INTEGRATION: CWS sb36 (1.9.10); FILE MERGED
2005/09/22 06:45:19 sb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED
2005/07/14 12:22:42 sb 1.9.10.1: #i51803# Moved theMacroExpander to its own idl file.
2007-03-12 09:58:11 +00:00

71 lines
2.3 KiB
Text

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: MacroExpander.idl,v $
*
* $Revision: 1.11 $
*
* last change: $Author: obo $ $Date: 2007-03-12 10:58:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#ifndef __com_sun_star_util_MacroExpander_idl__
#define __com_sun_star_util_MacroExpander_idl__
#ifndef __com_sun_star_util_XMacroExpander_idl__
#include <com/sun/star/util/XMacroExpander.idl>
#endif
#ifndef __com_sun_star_lang_XComponent_idl__
#include <com/sun/star/lang/XComponent.idl>
#endif
//=============================================================================
module com { module sun { module star { module util {
//=============================================================================
/** This meta service supports the XMacroExpander interface for expanding
arbitrary macro expressions, i.e. substitude macro names.
The purpose of this service is to separate the use of macrofied strings,
e.g. urls from the use of services.
@see BootstrapMacroExpander
@see theMacroExpander
@since OOo 1.1.2
*/
published service MacroExpander
{
interface XMacroExpander;
[optional] interface com::sun::star::lang::XComponent;
};
}; }; }; };
#endif