quietinteraction.hxx (07a3d7f1) quietinteraction.hxx (06fea5eb)
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

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

122 @descr -
123
124 @threadsafe not necessary
125 */
126 QuietInteraction();
127
128 //_________________________________
129 /**
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

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

122 @descr -
123
124 @threadsafe not necessary
125 */
126 QuietInteraction();
127
128 //_________________________________
129 /**
130 @short return the handled interaction request
131 @descr We saved any getted interaction request internaly.
132 May the outside user of this class is interessted
133 on that. Especially we gotted an unknown interaction
130 @short returns the handled interaction request
131 @descr We saved any getted interaction request internally.
132 Maybe the outside user of this class is interested
133 in that. Especially if we got an unknown interaction
134 and aborted it hard.
135
136 @return [com.sun.star.uno.Any]
137 the packed interaction request
138 Can be empty if no interaction was used!
139
140 @threadsafe yes
141 */
142 css::uno::Any getRequest() const;
143
144 //_________________________________
145 /**
146 @short returns information if interaction was used
134 and aborted it hard.
135
136 @return [com.sun.star.uno.Any]
137 the packed interaction request
138 Can be empty if no interaction was used!
139
140 @threadsafe yes
141 */
142 css::uno::Any getRequest() const;
143
144 //_________________________________
145 /**
146 @short returns information if interaction was used
147 @descr It can be usefully to know the reason for a failed operation.
147 @descr It can be useful to know the reason for a failed operation.
148
149 @return [boolean]
150 <TRUE/> for used interaction
151 <FALSE/> otherwhise
152
153 @threadsafe yes
154 */
155 sal_Bool wasUsed() const;
156};
157
158} // namespace framework
159
160#endif // #ifndef __FRAMEWORK_INTERACTION_STILLINTERACTION_HXX_
148
149 @return [boolean]
150 <TRUE/> for used interaction
151 <FALSE/> otherwhise
152
153 @threadsafe yes
154 */
155 sal_Bool wasUsed() const;
156};
157
158} // namespace framework
159
160#endif // #ifndef __FRAMEWORK_INTERACTION_STILLINTERACTION_HXX_