browserlistbox.cxx (2a97ec55) | browserlistbox.cxx (07a3d7f1) |
---|---|
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 --- 153 unchanged lines hidden (view full) --- 162 /** disposes the context. 163 164 When you call this method, all subsequent callbacks to the 165 <type scope="com::sun::star::inspection">XPropertyControlContext</type> methods 166 will throw a <type scope="com::sun::star::lang">DisposedException</type>. 167 */ 168 void SAL_CALL dispose(); 169 | 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 --- 153 unchanged lines hidden (view full) --- 162 /** disposes the context. 163 164 When you call this method, all subsequent callbacks to the 165 <type scope="com::sun::star::inspection">XPropertyControlContext</type> methods 166 will throw a <type scope="com::sun::star::lang">DisposedException</type>. 167 */ 168 void SAL_CALL dispose(); 169 |
170 /** sets the notification mode, so that notifications recieved from the controls are | 170 /** sets the notification mode, so that notifications received from the controls are |
171 forwarded to our IControlContext either synchronously or asynchronously 172 @param _eMode 173 the new notification mode 174 */ 175 void setNotificationMode( NotifcationMode _eMode ); 176 177 virtual void SAL_CALL acquire() throw(); 178 virtual void SAL_CALL release() throw(); --- 1130 unchanged lines hidden --- | 171 forwarded to our IControlContext either synchronously or asynchronously 172 @param _eMode 173 the new notification mode 174 */ 175 void setNotificationMode( NotifcationMode _eMode ); 176 177 virtual void SAL_CALL acquire() throw(); 178 virtual void SAL_CALL release() throw(); --- 1130 unchanged lines hidden --- |