svdata.hxx (85c309d6) svdata.hxx (df906e24)
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

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

177
178 /** Controls whether showing any IME status window is toggled on or off.
179
180 Only meaningful if showing IME status windows can be toggled on and off
181 externally (see Application::CanToggleImeStatusWindow).
182 */
183 ImeStatusWindowMode meShowImeStatusWindow;
184
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

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

177
178 /** Controls whether showing any IME status window is toggled on or off.
179
180 Only meaningful if showing IME status windows can be toggled on and off
181 externally (see Application::CanToggleImeStatusWindow).
182 */
183 ImeStatusWindowMode meShowImeStatusWindow;
184
185//IAccessibility2 Implementation 2009-----
186 long m_bEnableAccessInterface;
187 long m_mbIsBridgeRegistered;
188//-----IAccessibility2 Implementation 2009
185 DECL_STATIC_LINK( ImplSVAppData, ImplQuitMsg, void* );
186
187};
188
189
190// -----------------
191// - ImplSVGDIData -
192// -----------------

--- 276 unchanged lines hidden ---
189 DECL_STATIC_LINK( ImplSVAppData, ImplQuitMsg, void* );
190
191};
192
193
194// -----------------
195// - ImplSVGDIData -
196// -----------------

--- 276 unchanged lines hidden ---