1*50e6b072SAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 3*50e6b072SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*50e6b072SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*50e6b072SAndrew Rist * distributed with this work for additional information 6*50e6b072SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*50e6b072SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*50e6b072SAndrew Rist * "License"); you may not use this file except in compliance 9*50e6b072SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*50e6b072SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*50e6b072SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*50e6b072SAndrew Rist * software distributed under the License is distributed on an 15*50e6b072SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*50e6b072SAndrew Rist * KIND, either express or implied. See the License for the 17*50e6b072SAndrew Rist * specific language governing permissions and limitations 18*50e6b072SAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*50e6b072SAndrew Rist *************************************************************/ 21*50e6b072SAndrew Rist 22*50e6b072SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir #ifndef _LAYOUT_POST_HXX 25cdf0e10cSrcweir #define _LAYOUT_POST_HXX 26cdf0e10cSrcweir 27cdf0e10cSrcweir #if ENABLE_LAYOUT 28cdf0e10cSrcweir 29cdf0e10cSrcweir /* Allow re-inclusion for cxx file. */ 30cdf0e10cSrcweir #undef _LAYOUT_PRE_HXX 31cdf0e10cSrcweir 32cdf0e10cSrcweir 33cdf0e10cSrcweir #undef AdvancedButton 34cdf0e10cSrcweir #undef ApplyButton 35cdf0e10cSrcweir #undef Box 36cdf0e10cSrcweir #undef Button 37cdf0e10cSrcweir #undef CancelButton 38cdf0e10cSrcweir #undef CheckBox 39cdf0e10cSrcweir #undef ComboBox 40cdf0e10cSrcweir #undef Container 41cdf0e10cSrcweir #undef Control 42cdf0e10cSrcweir #undef Dialog 43cdf0e10cSrcweir #undef Edit 44cdf0e10cSrcweir #undef ErrorBox 45cdf0e10cSrcweir #undef FixedImage 46cdf0e10cSrcweir #undef FixedInfo 47cdf0e10cSrcweir #undef FixedLine 48cdf0e10cSrcweir #undef FixedText 49cdf0e10cSrcweir #undef HBox 50cdf0e10cSrcweir #undef HelpButton 51cdf0e10cSrcweir #undef IgnoreButton 52cdf0e10cSrcweir #undef ImageButton 53cdf0e10cSrcweir #undef InfoBox 54cdf0e10cSrcweir #undef ListBox 55cdf0e10cSrcweir #undef MessBox 56cdf0e10cSrcweir #undef MessageBox 57cdf0e10cSrcweir #undef MetricField 58cdf0e10cSrcweir #undef MetricFormatter 59cdf0e10cSrcweir #undef MoreButton 60cdf0e10cSrcweir #undef MultiLineEdit 61cdf0e10cSrcweir #undef MultiListBox 62cdf0e10cSrcweir #undef NoButton 63cdf0e10cSrcweir #undef NumericField 64cdf0e10cSrcweir #undef NumericFormatter 65cdf0e10cSrcweir #undef OKButton 66cdf0e10cSrcweir #undef Plugin 67cdf0e10cSrcweir #undef ProgressBar 68cdf0e10cSrcweir #undef PushButton 69cdf0e10cSrcweir #undef QueryBox 70cdf0e10cSrcweir #undef RadioButton 71cdf0e10cSrcweir #undef ResetButton 72cdf0e10cSrcweir #undef RetryButton 73cdf0e10cSrcweir #undef SfxTabPage 74cdf0e10cSrcweir #undef SfxTabDialog 75cdf0e10cSrcweir #undef SpinField 76cdf0e10cSrcweir #undef TabDialog 77cdf0e10cSrcweir #undef TabControl 78cdf0e10cSrcweir #undef TabPage 79cdf0e10cSrcweir #undef Table 80cdf0e10cSrcweir #undef VBox 81cdf0e10cSrcweir #undef WarningBox 82cdf0e10cSrcweir #undef YesButton 83cdf0e10cSrcweir 84cdf0e10cSrcweir #undef SvxFontListBox 85cdf0e10cSrcweir #undef SvxLanguageBox 86cdf0e10cSrcweir 87cdf0e10cSrcweir #undef ModalDialog 88cdf0e10cSrcweir #undef ModelessDialog 89cdf0e10cSrcweir #undef ScExpandedFixedText 90cdf0e10cSrcweir #undef SfxDialog 91cdf0e10cSrcweir #undef SfxModalDialog 92cdf0e10cSrcweir #undef SfxModelessDialog 93cdf0e10cSrcweir 94cdf0e10cSrcweir #undef Window 95cdf0e10cSrcweir 96cdf0e10cSrcweir #endif /* ENABLE_LAYOUT */ 97cdf0e10cSrcweir 98cdf0e10cSrcweir #endif /* _LAYOUT_POST_HXX */ 99