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 24 #ifndef _LAYOUT_POST_HXX 25 #define _LAYOUT_POST_HXX 26 27 #if ENABLE_LAYOUT 28 29 /* Allow re-inclusion for cxx file. */ 30 #undef _LAYOUT_PRE_HXX 31 32 33 #undef AdvancedButton 34 #undef ApplyButton 35 #undef Box 36 #undef Button 37 #undef CancelButton 38 #undef CheckBox 39 #undef ComboBox 40 #undef Container 41 #undef Control 42 #undef Dialog 43 #undef Edit 44 #undef ErrorBox 45 #undef FixedImage 46 #undef FixedInfo 47 #undef FixedLine 48 #undef FixedText 49 #undef HBox 50 #undef HelpButton 51 #undef IgnoreButton 52 #undef ImageButton 53 #undef InfoBox 54 #undef ListBox 55 #undef MessBox 56 #undef MessageBox 57 #undef MetricField 58 #undef MetricFormatter 59 #undef MoreButton 60 #undef MultiLineEdit 61 #undef MultiListBox 62 #undef NoButton 63 #undef NumericField 64 #undef NumericFormatter 65 #undef OKButton 66 #undef Plugin 67 #undef ProgressBar 68 #undef PushButton 69 #undef QueryBox 70 #undef RadioButton 71 #undef ResetButton 72 #undef RetryButton 73 #undef SfxTabPage 74 #undef SfxTabDialog 75 #undef SpinField 76 #undef TabDialog 77 #undef TabControl 78 #undef TabPage 79 #undef Table 80 #undef VBox 81 #undef WarningBox 82 #undef YesButton 83 84 #undef SvxFontListBox 85 #undef SvxLanguageBox 86 87 #undef ModalDialog 88 #undef ModelessDialog 89 #undef ScExpandedFixedText 90 #undef SfxDialog 91 #undef SfxModalDialog 92 #undef SfxModelessDialog 93 94 #undef Window 95 96 #endif /* ENABLE_LAYOUT */ 97 98 #endif /* _LAYOUT_POST_HXX */ 99