/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org 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 version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef __com_sun_star_document_AmbigousFilterRequest_idl__ #define __com_sun_star_document_AmbigousFilterRequest_idl__ #ifndef __com_sun_star_uno_Exception_idl__ #include #endif //============================================================================= module com { module sun { module star { module document { //============================================================================= /** should be used for interaction to handle states of ambigous filter detection

This exception indicates, that generic filter detection can't decide which of two filters is the right one. In this case an interaction will be made. Given URL can be used to decide between given two filters. Decision can be made e.g. by a dialog, on which the user must select one of these filters. A possible continuation of type XInteractionFilterSelect transport this decision back to source of started interaction.

@see XInteractionFilterSelect */ published exception AmbigousFilterRequest : ::com::sun::star::uno::Exception { //------------------------------------------------------------------------- /** transport URL which couldn't be detected right */ string URL; //------------------------------------------------------------------------- /** transport the pre selected filter */ string SelectedFilter; //------------------------------------------------------------------------- /** transport the real detected filter, which stands in conflict to the pre selected one */ string DetectedFilter; }; //============================================================================= }; }; }; }; #endif -4.0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-07-31loplugin:constparams in ooxNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2016-11-23loplugin:unnecessaryoverride (dtors) in ooxStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-21fix AxisModel MSO2007 vs OOXMl default valuesMarkus Mohrhard
2015-04-21MSO 2007 vs OOXML default valuesMarkus Mohrhard
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-07-07bnc#881025: Mark axis a percent axis only when all data series are percent.Kohei Yoshida
2014-06-25Move more oox/drawingml/ internal headers to oox/inc.Matúš Kukan
2014-06-25remove whitespacesMarkus Mohrhard
2014-03-12MSO writes broken files, fdo#74929Markus Mohrhard
2014-02-26Remove visual noise from ooxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12fdo#74111 3D Rotation is wrong after Round trip for bar chartPriyankaGaikwad
2013-12-19fdo#72304 Added properties to store Chart data table information, during import.Nikhil Walvekar