Home
last modified time | relevance | path

Searched refs:M_SOFFICE (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/automation/source/inc/
H A Drcontrol.hxx133 #define M_SOFFICE 0x0800 // Command valid for Star/Open Office macro
305 #define RC_AppAbort ( M_SOFFICE | M_MOZILLA | 1 )
306 #define RC_SetClipboard ( M_SOFFICE | M_MOZILLA | 2 )
307 #define RC_NoDebug ( M_SOFFICE | M_MOZILLA | 3 )
308 #define RC_Debug ( M_SOFFICE | M_MOZILLA | 4 )
309 #define RC_GPF ( M_SOFFICE | M_MOZILLA | 5 )
310 #define RC_DisplayHid ( M_SOFFICE | M_MOZILLA | 6 )
311 #define RC_AppDelay ( M_SOFFICE | M_MOZILLA | 7 )
312 #define RC_UseBindings ( M_SOFFICE | 8 )
313 #define RC_Profile ( M_SOFFICE | M_MOZILLA | 9 )
[all …]
/AOO42X/test/testcommon/source/org/openoffice/test/vcl/client/
H A DConstant.java130 public static final char M_SOFFICE = 0x0800; field
380 public static final char RC_AppAbort = (M_SOFFICE | M_MOZILLA | 1);
382 public static final char RC_SetClipboard = (M_SOFFICE | M_MOZILLA | 2);
384 public static final char RC_NoDebug = (M_SOFFICE | M_MOZILLA | 3);
386 public static final char RC_Debug = (M_SOFFICE | M_MOZILLA | 4);
388 public static final char RC_GPF = (M_SOFFICE | M_MOZILLA | 5);
390 public static final char RC_DisplayHid = (M_SOFFICE | M_MOZILLA | 6);
392 public static final char RC_AppDelay = (M_SOFFICE | M_MOZILLA | 7);
394 public static final char RC_UseBindings = (M_SOFFICE | 8);
396 public static final char RC_Profile = (M_SOFFICE | M_MOZILLA | 9);
[all …]
/AOO42X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...