#include <Cocoa/Cocoa.h>#include "ut_types.h"#include "ut_debugmsg.h"#include "ut_assert.h"#include "xap_ViewListener.h"#include "ap_FrameData.h"#include "xap_CocoaFrame.h"#include "ev_CocoaToolbar.h"#include "xav_View.h"#include "fv_View.h"#include "fl_DocLayout.h"#include "gr_CocoaCairoGraphics.h"#include "xap_Scrollbar_ViewListener.h"#include "ap_CocoaFrame.h"#include "xap_CocoaApp.h"#include "ap_CocoaTopRuler.h"#include "ap_CocoaLeftRuler.h"#include "ap_CocoaStatusBar.h"#include "ap_CocoaViewListener.h"#import "ap_CocoaFrameImpl.h"Defines | |
| #define | ENSUREP_RF(p) do { UT_ASSERT(p); if (!p) return false; } while (0) |
| #define | ENSUREP(p) do { UT_ASSERT(p); if (!p) goto Cleanup; } while (0) |
| #define ENSUREP | ( | p | ) | do { UT_ASSERT(p); if (!p) goto Cleanup; } while (0) |
Referenced by AP_CocoaFrame::cloneFrame().
| #define ENSUREP_RF | ( | p | ) | do { UT_ASSERT(p); if (!p) return false; } while (0) |
Referenced by AP_CocoaFrame::_createScrollBarListeners(), and AP_CocoaFrame::_createViewGraphics().
1.7.1