#include <stdlib.h>#include "ut_string.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "ut_locale.h"#include "xap_App.h"#include "xap_Win32App.h"#include "xap_Win32FrameImpl.h"#include "ap_Strings.h"#include "ap_Dialog_Id.h"#include "ap_Win32Dialog_FormatFrame.h"#include "ap_Win32Resources.rc2"#include "xap_Win32DialogHelper.h"#include "xap_Win32Toolbar_Icons.h"Defines | |
| #define | BITMAP_WITDH 15 |
| #define | BITMAP_HEIGHT 15 |
| #define | _DS(c, s) setDlgItemText(AP_RID_DIALOG_##c,pSS->getValue(AP_STRING_ID_##s)) |
| #define | _DSX(c, s) setDlgItemText(AP_RID_DIALOG_##c,pSS->getValue(XAP_STRING_ID_##s)) |
Variables | |
| const char * | sThickness [FORMAT_FRAME_NUMTHICKNESS] |
Referenced by AP_Win32Dialog_FormatFrame::_onInitDialog().
Referenced by AP_Win32Dialog_FormatFrame::_onInitDialog().
| #define BITMAP_HEIGHT 15 |
Referenced by AP_Win32Dialog_FormatFrame::_onInitDialog().
| #define BITMAP_WITDH 15 |
Referenced by AP_Win32Dialog_FormatFrame::_onInitDialog().
| const char* sThickness[FORMAT_FRAME_NUMTHICKNESS] |
{"0.25pt","0.5pt",
"0.75pt","1.0pt",
"1.5pt","2.25pt","3pt",
"4.5pt","6.0pt"}
Referenced by ODi_Frame_ListenerState::_drawTextBox(), AP_Win32Dialog_FormatFrame::_onInitDialog(), AP_Dialog_FormatTable::AP_Dialog_FormatTable(), AP_UnixDialog_FormatFrame::AP_UnixDialog_FormatFrame(), AP_Win32Dialog_FormatFrame::AP_Win32Dialog_FormatFrame(), AP_UnixDialog_FormatTable::event_BorderThicknessChanged(), AP_UnixDialog_FormatFrame::event_BorderThicknessChanged(), AP_UnixDialog_Border_Shading::event_BorderThicknessChanged(), and AP_CocoaDialog_FormatTable::event_BorderThicknessChanged.
1.7.1