rcontrol.hxx (fb99aade) rcontrol.hxx (10c5781f)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 271 unchanged lines hidden (view full) ---

280
281// Commands for (Edit)BrowseBox
282#define M_GetColumnCount ( M_WITH_RETURN | 56 )
283#define M_GetRowCount ( M_WITH_RETURN | 57 )
284#define M_IsEditing ( M_WITH_RETURN | 58 )
285
286#define M_IsItemEnabled ( M_WITH_RETURN | 59 )
287
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 271 unchanged lines hidden (view full) ---

280
281// Commands for (Edit)BrowseBox
282#define M_GetColumnCount ( M_WITH_RETURN | 56 )
283#define M_GetRowCount ( M_WITH_RETURN | 57 )
284#define M_IsEditing ( M_WITH_RETURN | 58 )
285
286#define M_IsItemEnabled ( M_WITH_RETURN | 59 )
287
288// TreeListBox
289#define M_Collapse ( M_WITH_RETURN | 60 )
290#define M_Expand ( M_WITH_RETURN | 61 )
291
288//#define M_SOFFICE 0x0800 // Command valid for Star/Open Office
289//#define M_MOZILLA 0x1000 // Command valid for Mozilla
290
291// Enhencement
292#define M_GetHelpText ( M_WITH_RETURN | 90 )
293#define M_GetQuickHelpText ( M_WITH_RETURN | 91 )
294#define M_GetScreenRectangle ( M_WITH_RETURN | 92 )
295#define M_HasFocus ( M_WITH_RETURN | 93 )

--- 205 unchanged lines hidden ---
292//#define M_SOFFICE 0x0800 // Command valid for Star/Open Office
293//#define M_MOZILLA 0x1000 // Command valid for Mozilla
294
295// Enhencement
296#define M_GetHelpText ( M_WITH_RETURN | 90 )
297#define M_GetQuickHelpText ( M_WITH_RETURN | 91 )
298#define M_GetScreenRectangle ( M_WITH_RETURN | 92 )
299#define M_HasFocus ( M_WITH_RETURN | 93 )

--- 205 unchanged lines hidden ---