Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
0cd6947e
Kaydet (Commit)
0cd6947e
authored
Mar 18, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Improve indentation consistency
Change-Id: I27a692be8d1c3aa10bdf46883fd502491aff4674
üst
40f92a3c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
43 deletions
+32
-43
salbmp.hxx
vcl/inc/salbmp.hxx
+0
-1
salframe.hxx
vcl/inc/salframe.hxx
+12
-23
salgdi.hxx
vcl/inc/salgdi.hxx
+0
-0
salinst.hxx
vcl/inc/salinst.hxx
+17
-10
sallayout.hxx
vcl/inc/sallayout.hxx
+1
-4
salsys.hxx
vcl/inc/salsys.hxx
+2
-5
No files found.
vcl/inc/salbmp.hxx
Dosyayı görüntüle @
0cd6947e
...
@@ -56,7 +56,6 @@ public:
...
@@ -56,7 +56,6 @@ public:
virtual
BitmapBuffer
*
AcquireBuffer
(
bool
bReadOnly
)
=
0
;
virtual
BitmapBuffer
*
AcquireBuffer
(
bool
bReadOnly
)
=
0
;
virtual
void
ReleaseBuffer
(
BitmapBuffer
*
pBuffer
,
bool
bReadOnly
)
=
0
;
virtual
void
ReleaseBuffer
(
BitmapBuffer
*
pBuffer
,
bool
bReadOnly
)
=
0
;
virtual
bool
GetSystemData
(
BitmapSystemData
&
rData
)
=
0
;
virtual
bool
GetSystemData
(
BitmapSystemData
&
rData
)
=
0
;
};
};
#endif
#endif
...
...
vcl/inc/salframe.hxx
Dosyayı görüntüle @
0cd6947e
...
@@ -24,10 +24,9 @@
...
@@ -24,10 +24,9 @@
#include <vcl/dllapi.h>
#include <vcl/dllapi.h>
#ifdef __cplusplus
#ifdef __cplusplus
#include <vcl/ptrstyle.hxx>
#include <vcl/ptrstyle.hxx>
#endif // __cplusplus
#endif // __cplusplus
#include <salwtype.hxx>
#include <salwtype.hxx>
#include <salgeom.hxx>
#include <salgeom.hxx>
#include <tools/gen.hxx>
#include <tools/gen.hxx>
...
@@ -43,15 +42,11 @@ class SalBitmap;
...
@@ -43,15 +42,11 @@ class SalBitmap;
class
SalMenu
;
class
SalMenu
;
class
Window
;
class
Window
;
struct
SalFrameState
;
struct
SalFrameState
;
struct
SalInputContext
;
struct
SalInputContext
;
struct
SystemEnvData
;
struct
SystemEnvData
;
// -----------------
// SalFrame types
// - SalFrameTypes -
// -----------------
#define SAL_FRAME_TOTOP_RESTOREWHENMIN ((sal_uInt16)0x0001)
#define SAL_FRAME_TOTOP_RESTOREWHENMIN ((sal_uInt16)0x0001)
#define SAL_FRAME_TOTOP_FOREGROUNDTASK ((sal_uInt16)0x0002)
#define SAL_FRAME_TOTOP_FOREGROUNDTASK ((sal_uInt16)0x0002)
#define SAL_FRAME_TOTOP_GRABFOCUS ((sal_uInt16)0x0004)
#define SAL_FRAME_TOTOP_GRABFOCUS ((sal_uInt16)0x0004)
...
@@ -60,17 +55,13 @@ struct SystemEnvData;
...
@@ -60,17 +55,13 @@ struct SystemEnvData;
#define SAL_FRAME_ENDEXTTEXTINPUT_COMPLETE ((sal_uInt16)0x0001)
#define SAL_FRAME_ENDEXTTEXTINPUT_COMPLETE ((sal_uInt16)0x0001)
#define SAL_FRAME_ENDEXTTEXTINPUT_CANCEL ((sal_uInt16)0x0002)
#define SAL_FRAME_ENDEXTTEXTINPUT_CANCEL ((sal_uInt16)0x0002)
// SalFrame styles
// -----------------
// - SalFrameStyle -
// -----------------
#define SAL_FRAME_STYLE_DEFAULT ((sal_uLong)0x00000001)
#define SAL_FRAME_STYLE_DEFAULT ((sal_uLong)0x00000001)
#define SAL_FRAME_STYLE_MOVEABLE ((sal_uLong)0x00000002)
#define SAL_FRAME_STYLE_MOVEABLE ((sal_uLong)0x00000002)
#define SAL_FRAME_STYLE_SIZEABLE ((sal_uLong)0x00000004)
#define SAL_FRAME_STYLE_SIZEABLE ((sal_uLong)0x00000004)
#define SAL_FRAME_STYLE_CLOSEABLE ((sal_uLong)0x00000008)
#define SAL_FRAME_STYLE_CLOSEABLE ((sal_uLong)0x00000008)
// no shadow effect on WindowsXP
// no shadow effect on Windows
XP
#define SAL_FRAME_STYLE_NOSHADOW ((sal_uLong)0x00000010)
#define SAL_FRAME_STYLE_NOSHADOW ((sal_uLong)0x00000010)
// indicate tooltip windows, so they can always be topmost
// indicate tooltip windows, so they can always be topmost
#define SAL_FRAME_STYLE_TOOLTIP ((sal_uLong)0x00000020)
#define SAL_FRAME_STYLE_TOOLTIP ((sal_uLong)0x00000020)
...
@@ -93,18 +84,13 @@ struct SystemEnvData;
...
@@ -93,18 +84,13 @@ struct SystemEnvData;
// the window containing the intro bitmap, aka splashscreen
// the window containing the intro bitmap, aka splashscreen
#define SAL_FRAME_STYLE_INTRO ((sal_uLong)0x80000000)
#define SAL_FRAME_STYLE_INTRO ((sal_uLong)0x80000000)
// ----------------------------------------
// - extended frame style -
// - extended frame style -
// - (sal equivalent to extended WinBits) -
// - (sal equivalent to extended WinBits) -
// ----------------------------------------
typedef
sal_uInt64
SalExtStyle
;
typedef
sal_uInt64
SalExtStyle
;
#define SAL_FRAME_EXT_STYLE_DOCUMENT SalExtStyle(0x00000001)
#define SAL_FRAME_EXT_STYLE_DOCUMENT SalExtStyle(0x00000001)
#define SAL_FRAME_EXT_STYLE_DOCMODIFIED SalExtStyle(0x00000002)
#define SAL_FRAME_EXT_STYLE_DOCMODIFIED SalExtStyle(0x00000002)
// ------------------------
// Flags for SetPosSize
// - Flags for SetPosSize -
// ------------------------
#define SAL_FRAME_POSSIZE_X ((sal_uInt16)0x0001)
#define SAL_FRAME_POSSIZE_X ((sal_uInt16)0x0001)
#define SAL_FRAME_POSSIZE_Y ((sal_uInt16)0x0002)
#define SAL_FRAME_POSSIZE_Y ((sal_uInt16)0x0002)
#define SAL_FRAME_POSSIZE_WIDTH ((sal_uInt16)0x0004)
#define SAL_FRAME_POSSIZE_WIDTH ((sal_uInt16)0x0004)
...
@@ -122,14 +108,13 @@ class VCL_PLUGIN_PUBLIC SalFrame : public vcl::DeletionNotifier
...
@@ -122,14 +108,13 @@ class VCL_PLUGIN_PUBLIC SalFrame : public vcl::DeletionNotifier
// the VCL window corresponding to this frame
// the VCL window corresponding to this frame
Window
*
m_pWindow
;
Window
*
m_pWindow
;
SALFRAMEPROC
m_pProc
;
SALFRAMEPROC
m_pProc
;
public
:
// public for Sal Implementation
public
:
// public for Sal Implementation
SalFrame
()
:
m_pWindow
(
NULL
),
m_pProc
(
NULL
)
{}
SalFrame
()
:
m_pWindow
(
NULL
),
m_pProc
(
NULL
)
{}
virtual
~
SalFrame
();
virtual
~
SalFrame
();
public
:
// public for Sal Implementation
SalFrameGeometry
maGeometry
;
SalFrameGeometry
maGeometry
;
public
:
// SalGraphics or NULL, but two Graphics for all SalFrames
// SalGraphics or NULL, but two Graphics for all SalFrames
// must be returned
// must be returned
virtual
SalGraphics
*
GetGraphics
()
=
0
;
virtual
SalGraphics
*
GetGraphics
()
=
0
;
...
@@ -162,9 +147,11 @@ public:
...
@@ -162,9 +147,11 @@ public:
// Note: x will be mirrored at parent if UI mirroring is active
// Note: x will be mirrored at parent if UI mirroring is active
SalFrameGeometry
GetGeometry
();
SalFrameGeometry
GetGeometry
();
const
SalFrameGeometry
&
GetUnmirroredGeometry
()
const
{
return
maGeometry
;
}
const
SalFrameGeometry
&
GetUnmirroredGeometry
()
const
{
return
maGeometry
;
}
virtual
void
SetWindowState
(
const
SalFrameState
*
pState
)
=
0
;
virtual
void
SetWindowState
(
const
SalFrameState
*
pState
)
=
0
;
virtual
sal_Bool
GetWindowState
(
SalFrameState
*
pState
)
=
0
;
virtual
sal_Bool
GetWindowState
(
SalFrameState
*
pState
)
=
0
;
virtual
void
ShowFullScreen
(
sal_Bool
bFullScreen
,
sal_Int32
nDisplay
)
=
0
;
virtual
void
ShowFullScreen
(
sal_Bool
bFullScreen
,
sal_Int32
nDisplay
)
=
0
;
// Enable/Disable ScreenSaver, SystemAgents, ...
// Enable/Disable ScreenSaver, SystemAgents, ...
virtual
void
StartPresentation
(
sal_Bool
bStart
)
=
0
;
virtual
void
StartPresentation
(
sal_Bool
bStart
)
=
0
;
// Show Window over all other Windows
// Show Window over all other Windows
...
@@ -202,7 +189,8 @@ public:
...
@@ -202,7 +189,8 @@ public:
virtual
void
UpdateSettings
(
AllSettings
&
rSettings
)
=
0
;
virtual
void
UpdateSettings
(
AllSettings
&
rSettings
)
=
0
;
// returns system data (most prominent: window handle)
// returns system data (most prominent: window handle)
virtual
const
SystemEnvData
*
GetSystemData
()
const
=
0
;
virtual
const
SystemEnvData
*
GetSystemData
()
const
=
0
;
// get current modifier, button mask and mouse position
// get current modifier, button mask and mouse position
struct
SalPointerState
struct
SalPointerState
...
@@ -250,7 +238,8 @@ public:
...
@@ -250,7 +238,8 @@ public:
{
m_pWindow
=
pWindow
;
m_pProc
=
pProc
;
}
{
m_pWindow
=
pWindow
;
m_pProc
=
pProc
;
}
// returns the instance set
// returns the instance set
Window
*
GetWindow
()
const
{
return
m_pWindow
;
}
Window
*
GetWindow
()
const
{
return
m_pWindow
;
}
// Call the callback set; this sometimes necessary for implementation classes
// Call the callback set; this sometimes necessary for implementation classes
// that should not know more than necessary about the SalFrame implementation
// that should not know more than necessary about the SalFrame implementation
...
...
vcl/inc/salgdi.hxx
Dosyayı görüntüle @
0cd6947e
This diff is collapsed.
Click to expand it.
vcl/inc/salinst.hxx
Dosyayı görüntüle @
0cd6947e
...
@@ -80,10 +80,11 @@ public:
...
@@ -80,10 +80,11 @@ public:
virtual
void
DestroyObject
(
SalObject
*
pObject
)
=
0
;
virtual
void
DestroyObject
(
SalObject
*
pObject
)
=
0
;
// VirtualDevice
// VirtualDevice
// nDX and nDY in
Pixel
// nDX and nDY in
pixels
// nBitCount: 0 ==
Default(=as window) / 1 == M
ono
// nBitCount: 0 ==
default(=as window) / 1 == m
ono
// pData allows for using a system dependent graphics or device context
// pData allows for using a system dependent graphics or device context
virtual
SalVirtualDevice
*
CreateVirtualDevice
(
SalGraphics
*
pGraphics
,
virtual
SalVirtualDevice
*
CreateVirtualDevice
(
SalGraphics
*
pGraphics
,
long
nDX
,
long
nDY
,
long
nDX
,
long
nDY
,
sal_uInt16
nBitCount
,
const
SystemGraphicsData
*
pData
=
NULL
)
=
0
;
sal_uInt16
nBitCount
,
const
SystemGraphicsData
*
pData
=
NULL
)
=
0
;
virtual
void
DestroyVirtualDevice
(
SalVirtualDevice
*
pDevice
)
=
0
;
virtual
void
DestroyVirtualDevice
(
SalVirtualDevice
*
pDevice
)
=
0
;
...
@@ -106,14 +107,16 @@ public:
...
@@ -106,14 +107,16 @@ public:
// SalTimer
// SalTimer
virtual
SalTimer
*
CreateSalTimer
()
=
0
;
virtual
SalTimer
*
CreateSalTimer
()
=
0
;
// SalI18NImeStatus
// SalI18NImeStatus
virtual
SalI18NImeStatus
*
CreateI18NImeStatus
()
=
0
;
virtual
SalI18NImeStatus
*
CreateI18NImeStatus
()
=
0
;
// SalSystem
// SalSystem
virtual
SalSystem
*
CreateSalSystem
()
=
0
;
virtual
SalSystem
*
CreateSalSystem
()
=
0
;
// SalBitmap
// SalBitmap
virtual
SalBitmap
*
CreateSalBitmap
()
=
0
;
virtual
SalBitmap
*
CreateSalBitmap
()
=
0
;
// YieldMutex
// YieldMutex
virtual
osl
::
SolarMutex
*
GetYieldMutex
()
=
0
;
virtual
osl
::
SolarMutex
*
GetYieldMutex
()
=
0
;
virtual
sal_uLong
ReleaseYieldMutex
()
=
0
;
virtual
sal_uLong
ReleaseYieldMutex
()
=
0
;
virtual
void
AcquireYieldMutex
(
sal_uLong
nCount
)
=
0
;
virtual
void
AcquireYieldMutex
(
sal_uLong
nCount
)
=
0
;
// return true, if yield mutex is owned by this thread, else false
// return true, if yield mutex is owned by this thread, else false
...
@@ -125,7 +128,7 @@ public:
...
@@ -125,7 +128,7 @@ public:
virtual
void
Yield
(
bool
bWait
,
bool
bHandleAllCurrentEvents
)
=
0
;
virtual
void
Yield
(
bool
bWait
,
bool
bHandleAllCurrentEvents
)
=
0
;
virtual
bool
AnyInput
(
sal_uInt16
nType
)
=
0
;
virtual
bool
AnyInput
(
sal_uInt16
nType
)
=
0
;
// Menue
s
// menu
s
virtual
SalMenu
*
CreateMenu
(
sal_Bool
bMenuBar
,
Menu
*
pMenu
);
virtual
SalMenu
*
CreateMenu
(
sal_Bool
bMenuBar
,
Menu
*
pMenu
);
virtual
void
DestroyMenu
(
SalMenu
*
pMenu
);
virtual
void
DestroyMenu
(
SalMenu
*
pMenu
);
virtual
SalMenuItem
*
CreateMenuItem
(
const
SalItemParams
*
pItemData
);
virtual
SalMenuItem
*
CreateMenuItem
(
const
SalItemParams
*
pItemData
);
...
@@ -138,8 +141,10 @@ public:
...
@@ -138,8 +141,10 @@ public:
void
SetEventCallback
(
rtl
::
Reference
<
vcl
::
DisplayConnectionDispatch
>
const
&
pInstance
)
void
SetEventCallback
(
rtl
::
Reference
<
vcl
::
DisplayConnectionDispatch
>
const
&
pInstance
)
{
m_pEventInst
=
pInstance
;
}
{
m_pEventInst
=
pInstance
;
}
bool
CallEventCallback
(
void
*
pEvent
,
int
nBytes
)
bool
CallEventCallback
(
void
*
pEvent
,
int
nBytes
)
{
return
m_pEventInst
.
is
()
&&
m_pEventInst
->
dispatchEvent
(
pEvent
,
nBytes
);
}
{
return
m_pEventInst
.
is
()
&&
m_pEventInst
->
dispatchEvent
(
pEvent
,
nBytes
);
}
bool
CallErrorCallback
(
void
*
pEvent
,
int
nBytes
)
bool
CallErrorCallback
(
void
*
pEvent
,
int
nBytes
)
{
return
m_pEventInst
.
is
()
&&
m_pEventInst
->
dispatchErrorEvent
(
pEvent
,
nBytes
);
}
{
return
m_pEventInst
.
is
()
&&
m_pEventInst
->
dispatchErrorEvent
(
pEvent
,
nBytes
);
}
...
@@ -154,8 +159,10 @@ public:
...
@@ -154,8 +159,10 @@ public:
// dtrans implementation
// dtrans implementation
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
CreateClipboard
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
uno
::
Any
>&
i_rArguments
);
CreateClipboard
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
uno
::
Any
>&
i_rArguments
);
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
CreateDragSource
();
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
CreateDropTarget
();
CreateDragSource
();
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
CreateDropTarget
();
virtual
void
AddToRecentDocumentList
(
const
OUString
&
rFileUrl
,
const
OUString
&
rMimeType
)
=
0
;
virtual
void
AddToRecentDocumentList
(
const
OUString
&
rFileUrl
,
const
OUString
&
rMimeType
)
=
0
;
virtual
bool
hasNativeFileSelection
()
const
{
return
false
;
}
virtual
bool
hasNativeFileSelection
()
const
{
return
false
;
}
...
@@ -164,9 +171,9 @@ public:
...
@@ -164,9 +171,9 @@ public:
createFilePicker
(
const
com
::
sun
::
star
::
uno
::
Reference
<
createFilePicker
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>&
)
com
::
sun
::
star
::
uno
::
XComponentContext
>&
)
{
return
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ui
::
dialogs
::
XFilePicker2
>
();
}
{
return
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ui
::
dialogs
::
XFilePicker2
>
();
}
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ui
::
dialogs
::
XFolderPicker2
>
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ui
::
dialogs
::
XFolderPicker2
>
createFolderPicker
(
const
com
::
sun
::
star
::
uno
::
Reference
<
createFolderPicker
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>&
)
com
::
sun
::
star
::
uno
::
XComponentContext
>&
)
{
return
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ui
::
dialogs
::
XFolderPicker2
>
();
}
{
return
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ui
::
dialogs
::
XFolderPicker2
>
();
}
// callbacks for printer updates
// callbacks for printer updates
...
...
vcl/inc/sallayout.hxx
Dosyayı görüntüle @
0cd6947e
...
@@ -39,10 +39,7 @@ class PhysicalFontFace;
...
@@ -39,10 +39,7 @@ class PhysicalFontFace;
#define MAX_FALLBACK 16
#define MAX_FALLBACK 16
// ----------------
// Layout options
// - LayoutOption -
// ----------------
#define SAL_LAYOUT_BIDI_RTL 0x0001
#define SAL_LAYOUT_BIDI_RTL 0x0001
#define SAL_LAYOUT_BIDI_STRONG 0x0002
#define SAL_LAYOUT_BIDI_STRONG 0x0002
#define SAL_LAYOUT_RIGHT_ALIGN 0x0004
#define SAL_LAYOUT_RIGHT_ALIGN 0x0004
...
...
vcl/inc/salsys.hxx
Dosyayı görüntüle @
0cd6947e
...
@@ -24,8 +24,7 @@
...
@@ -24,8 +24,7 @@
#include <vcl/dllapi.h>
#include <vcl/dllapi.h>
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
/* Button combinations for ShowNativeMessageBox
// Button combinations for ShowNativeMessageBox
*/
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK
=
0
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK
=
0
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK_CANCEL
=
1
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK_CANCEL
=
1
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_ABORT_RETRY_IGNORE
=
2
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_ABORT_RETRY_IGNORE
=
2
;
...
@@ -33,8 +32,7 @@ const int SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_YES_NO_CANCEL = 3;
...
@@ -33,8 +32,7 @@ const int SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_YES_NO_CANCEL = 3;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_YES_NO
=
4
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_YES_NO
=
4
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_RETRY_CANCEL
=
5
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_RETRY_CANCEL
=
5
;
/* Button identifier for ShowNativeMessageBox
// Button identifier for ShowNativeMessageBox
*/
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK
=
1
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK
=
1
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_CANCEL
=
2
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_CANCEL
=
2
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_ABORT
=
3
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_ABORT
=
3
;
...
@@ -43,7 +41,6 @@ const int SALSYSTEM_SHOWNATIVEMSGBOX_BTN_IGNORE = 5;
...
@@ -43,7 +41,6 @@ const int SALSYSTEM_SHOWNATIVEMSGBOX_BTN_IGNORE = 5;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_YES
=
6
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_YES
=
6
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_NO
=
7
;
const
int
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_NO
=
7
;
class
VCL_PLUGIN_PUBLIC
SalSystem
class
VCL_PLUGIN_PUBLIC
SalSystem
{
{
public
:
public
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment