eformshelper.hxx (46dbacee) eformshelper.hxx (faea413b)
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

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

108 /** checks whether it's possible to bind the control model to a given XSD data type
109
110 @param _nDataType
111 the data type which should be bound. If this is -1, <TRUE/> is returned if the control model
112 can be bound to <em>any</em> data type.
113 */
114 bool canBindToDataType( sal_Int32 _nDataType = -1 ) const SAL_THROW(());
115
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

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

108 /** checks whether it's possible to bind the control model to a given XSD data type
109
110 @param _nDataType
111 the data type which should be bound. If this is -1, <TRUE/> is returned if the control model
112 can be bound to <em>any</em> data type.
113 */
114 bool canBindToDataType( sal_Int32 _nDataType = -1 ) const SAL_THROW(());
115
116 /** checks whether the control model cna be bound to any XSD data type
116 /** checks whether the control model can be bound to any XSD data type
117 */
118 bool canBindToAnyDataType() const SAL_THROW(()) { return canBindToDataType( -1 ); }
119
120 /** checks whether the control model is a source for list entries, as supplied by XML data bindings
121 */
122 bool isListEntrySink() const SAL_THROW(());
123
124 /** retrieves the names of all XForms models in the document the control lives in

--- 141 unchanged lines hidden ---
117 */
118 bool canBindToAnyDataType() const SAL_THROW(()) { return canBindToDataType( -1 ); }
119
120 /** checks whether the control model is a source for list entries, as supplied by XML data bindings
121 */
122 bool isListEntrySink() const SAL_THROW(());
123
124 /** retrieves the names of all XForms models in the document the control lives in

--- 141 unchanged lines hidden ---