no WindowResHeader, no RscWindowFlags

Change-Id: Id41e9414237c849c211785151e9170c71a449238
This commit is contained in:
Caolán McNamara
2016-10-25 10:36:57 +01:00
parent 2b6abbaa24
commit 00c4595646
2 changed files with 0 additions and 26 deletions

View File

@@ -33,21 +33,6 @@ namespace o3tl {
template<> struct typed_flags<RSWND> : is_typed_flags<RSWND, 0x03> {};
}
enum class RscWindowFlags {
XYMapMode = 0x0001,
X = 0x0002,
Y = 0x0004,
WHMapMode = 0x0008,
Width = 0x0010,
Height = 0x0020,
Text = 0x0040,
QuickText = 0x0100,
HelpId = 0x0200
};
namespace o3tl {
template<> struct typed_flags<RscWindowFlags> : is_typed_flags<RscWindowFlags, 0x37F> {};
}
// For all menu resources:
enum class RscMenu {
Items = 0x01,

View File

@@ -460,16 +460,6 @@ class MenuFloatingWindow;
class LifecycleTest;
namespace svt { class PopupWindowControllerImpl; }
enum class RSWND;
enum class RscWindowFlags;
struct WindowResHeader
{
RscWindowFlags nObjMask;
OString aHelpId;
RSWND nRSStyle;
};
enum class WindowHitTest {
NONE = 0x0000,
Inside = 0x0001,
@@ -479,7 +469,6 @@ namespace o3tl {
template<> struct typed_flags<WindowHitTest> : is_typed_flags<WindowHitTest, 0x0003> {};
};
namespace vcl {
class VCL_DLLPUBLIC RenderTools