QueryDesign.idl (d1766043) | QueryDesign.idl (c4dc0a1a) |
---|---|
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 --- 172 unchanged lines hidden (view full) --- 181 182 /** reflects the designed SQL command at the moment it was last saved by the user. 183 */ 184 [readonly, property] string ActiveCommand; 185 186 /** specifies whether the user enabled escape processing for the statement being designed. 187 188 @see DataAccessDescriptor::EscapeProcessing | 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 --- 172 unchanged lines hidden (view full) --- 181 182 /** reflects the designed SQL command at the moment it was last saved by the user. 183 */ 184 [readonly, property] string ActiveCommand; 185 186 /** specifies whether the user enabled escape processing for the statement being designed. 187 188 @see DataAccessDescriptor::EscapeProcessing |
189 @since OOo 2.4 | 189 @since OpenOffice 2.4 |
190 */ 191 [readonly, property, optional] boolean EscapeProcessing; 192}; 193 194//============================================================================= 195}; }; }; }; 196 197#endif | 190 */ 191 [readonly, property, optional] boolean EscapeProcessing; 192}; 193 194//============================================================================= 195}; }; }; }; 196 197#endif |