1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24module 25"ADC7D7A1-2341-101C-A55A-04021C007002" 26"82528B40-234D-101C-A55A-04021C007002" 27StarCalc 28[ 29HelpText( "StarDivision StarCalc" ), 30SlotIdFile( "scslots.hrc" ) 31ModulePrefix( "Sc" ) 32] 33{ 34 struct ScProtection 35 { 36 BOOL Locked MID_1; 37 BOOL FormulasHidden MID_2; 38 BOOL Hidden MID_3; 39 BOOL HiddenInPrintout MID_4 40 }; 41 item ScProtection ScProtectionAttr; 42 43 item double ScDoubleItem; 44 item INT32 SfxIntegerListItem; 45 46 //---------------------------------------------------------- 47 // bei Problemen ggF. "von Hand" includen (=Copy/Paste) 48 include "sfx2/sfxitems.sdi" 49 include "sfx2/sfx.sdi" 50 include "svx/svxitems.sdi" 51 include "svx/xoitems.sdi" 52 include "svx/svx.sdi" 53 54 include "scalc.sdi" 55 include "docsh.sdi" 56 include "tabvwsh.sdi" 57 include "drawsh.sdi" 58 include "editsh.sdi" 59 include "pivotsh.sdi" 60 include "app.sdi" 61 include "drtxtob.sdi" 62 include "prevwsh.sdi" 63 include "auditsh.sdi" 64 include "drformsh.sdi" 65 include "formatsh.sdi" 66 include "cellsh.sdi" 67 include "oleobjsh.sdi" 68 include "chartsh.sdi" 69 include "graphsh.sdi" 70 include "pgbrksh.sdi" 71 include "mediash.sdi" 72 73} 74 75