1*cdf0e10cSrcweir/************************************************************************* 2*cdf0e10cSrcweir * 3*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite 4*cdf0e10cSrcweir * 5*cdf0e10cSrcweir * $RCSfile: XDocumentPropertiesSupplier.idl,v $ 6*cdf0e10cSrcweir * 7*cdf0e10cSrcweir * $Revision$ 8*cdf0e10cSrcweir * 9*cdf0e10cSrcweir * last change: $Author$ $Date$ 10*cdf0e10cSrcweir * 11*cdf0e10cSrcweir * The Contents of this file are made available subject to 12*cdf0e10cSrcweir * the terms of GNU Lesser General Public License Version 2.1. 13*cdf0e10cSrcweir * 14*cdf0e10cSrcweir * 15*cdf0e10cSrcweir * GNU Lesser General Public License Version 2.1 16*cdf0e10cSrcweir * ============================================= 17*cdf0e10cSrcweir * Copyright 2005 by Sun Microsystems, Inc. 18*cdf0e10cSrcweir * 901 San Antonio Road, Palo Alto, CA 94303, USA 19*cdf0e10cSrcweir * 20*cdf0e10cSrcweir * This library is free software; you can redistribute it and/or 21*cdf0e10cSrcweir * modify it under the terms of the GNU Lesser General Public 22*cdf0e10cSrcweir * License version 2.1, as published by the Free Software Foundation. 23*cdf0e10cSrcweir * 24*cdf0e10cSrcweir * This library is distributed in the hope that it will be useful, 25*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of 26*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 27*cdf0e10cSrcweir * Lesser General Public License for more details. 28*cdf0e10cSrcweir * 29*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public 30*cdf0e10cSrcweir * License along with this library; if not, write to the Free Software 31*cdf0e10cSrcweir * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 32*cdf0e10cSrcweir * MA 02111-1307 USA 33*cdf0e10cSrcweir * 34*cdf0e10cSrcweir ************************************************************************/ 35*cdf0e10cSrcweir#ifndef __com_sun_star_document_XCodeNameQuery_idl__ 36*cdf0e10cSrcweir#define __com_sun_star_document_XCodeNameQuery_idl__ 37*cdf0e10cSrcweir 38*cdf0e10cSrcweir#ifndef __com_sun_star_uno_XInterface_idl__ 39*cdf0e10cSrcweir#include <com/sun/star/uno/XInterface.idl> 40*cdf0e10cSrcweir#endif 41*cdf0e10cSrcweir 42*cdf0e10cSrcweir//============================================================================= 43*cdf0e10cSrcweir 44*cdf0e10cSrcweirmodule com { module sun { module star { module document { 45*cdf0e10cSrcweir//============================================================================= 46*cdf0e10cSrcweirinterface XCodeNameQuery 47*cdf0e10cSrcweir{ 48*cdf0e10cSrcweir //------------------------------------------------------------------------- 49*cdf0e10cSrcweir string getCodeNameForObject( [in] com::sun::star::uno::XInterface aObj ); 50*cdf0e10cSrcweir}; 51*cdf0e10cSrcweir 52*cdf0e10cSrcweir//============================================================================= 53*cdf0e10cSrcweir 54*cdf0e10cSrcweir}; }; }; }; 55*cdf0e10cSrcweir 56*cdf0e10cSrcweir#endif 57