/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pivotsh.sdi,v $ * $Revision: 1.6 $ * * 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. * ************************************************************************/ interface Pivot { // von Basic aus nicht erreichbar, darum alles mit Export = FALSE //added by chen jin hua & Zhan Li ming 2004-04-20 //cz_906 SID_PIVOT_MOVETO_COL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PIVOT_MOVETO_ROW [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PIVOT_MOVETO_COL4DATA [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PIVOT_MOVETO_ROW4DATA [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PIVOT_MOVETO_DATA [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PIVOT_MOVETO_DEL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] //linmingx add for data pilot ehancement. SID_PIVOT_MOVETO_PAGE [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] //end //end //For Enhancemnet of Data Pilot Wang Xu Ming - 5/15/2008 SID_WND_DATAPILOT_INFO [ ExecMethod = Execute; StateMethod = GetState; ] //End of new code SID_HIDE_SELECTED_ITEMS [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PIVOT_RECALC [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_HIDE_SELECTED_ITEMS [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] RID_SC_PIVOT_MOVETO [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PIVOT_KILL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_DP_FILTER [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] //linmingx add for data pilot SID_OPTIONDLG_PIVOT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_OPENDLG_PIVOTPANEL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] // //wang xu ming add for data pilot SID_OPENDLG_PIVOTSORT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] //end SID_DPGROUP_SELECTED_ITEMS [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_DPGROUP_DATE_OR_NUMERIC [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_DPGROUP_REMOVE [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_DPGROUP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_DP_SHOW_DETAIL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_DP_HIDE_DETAIL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_SFX_SIDEBAR_WND_CHANGED [ ExecMethod = Execute; ] } shell ScPivotShell { import Pivot; }