_grfsh.sdi (395b75f9) _grfsh.sdi (261e9a4b)
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

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

21
22
23
24interface BaseTextGraphic
25[
26 Automation = FALSE;
27]
28{
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

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

21
22
23
24interface BaseTextGraphic
25[
26 Automation = FALSE;
27]
28{
29 FN_FLIP_VERT_GRAFIC // status(final|play)
30 [
31 ExecMethod = ExecAttr ;
32 StateMethod = GetAttrState ;
33 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
34 ]
35 SID_FLIP_VERTICAL
36 [
37 ExecMethod = ExecAttr ;
38 StateMethod = GetAttrState ;
39 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
40 ]
41
29 SID_FLIP_VERTICAL
30 [
31 ExecMethod = ExecAttr ;
32 StateMethod = GetAttrState ;
33 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
34 ]
35
42 FN_FLIP_HORZ_GRAFIC // status(final|play)
43 [
44 ExecMethod = ExecAttr ;
45 StateMethod = GetAttrState ;
46 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
47 ]
48 SID_FLIP_HORIZONTAL
49 [
50 ExecMethod = ExecAttr ;
51 StateMethod = GetAttrState ;
52 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
53 ]
54
55 FN_FORMAT_GRAFIC_DLG // status(final|play)

--- 175 unchanged lines hidden ---
36 SID_FLIP_HORIZONTAL
37 [
38 ExecMethod = ExecAttr ;
39 StateMethod = GetAttrState ;
40 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
41 ]
42
43 FN_FORMAT_GRAFIC_DLG // status(final|play)

--- 175 unchanged lines hidden ---