Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/trunk/main/configmgr/source/
H A Drootaccess.cxx87 comphelper::SequenceAsVector< css::util::ElementChange > changes; in initBroadcaster() local
89 modifications, broadcaster, changesListeners_.empty() ? 0 : &changes); in initBroadcaster()
90 if (!changes.empty()) { in initBroadcaster()
91 css::util::ChangesSet set(changes.getAsConstList()); in initBroadcaster()
307 std::vector< css::util::ElementChange > changes; in hasPendingChanges() local
308 reportChildChanges(&changes); in hasPendingChanges()
309 return !changes.empty(); in hasPendingChanges()
318 comphelper::SequenceAsVector< css::util::ElementChange > changes; in getPendingChanges() local
319 reportChildChanges(&changes); in getPendingChanges()
320 return changes.getAsConstList(); in getPendingChanges()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XChangesBatch.java115 ElementChange[]changes = oObj.getPendingChanges(); in _getPendingChanges() local
116 if (changes == null) { in _getPendingChanges()
120 } else if (changes.length != 1) { in _getPendingChanges()
121 int amount = changes.length; in _getPendingChanges()
126 changes[i].Element.toString() + "' ReplacedElement: '" + in _getPendingChanges()
127 changes[i].ReplacedElement.toString() + "'"); in _getPendingChanges()
132 boolean result = changes[0].ReplacedElement.equals(originalElement); in _getPendingChanges()
133 result &= changes[0].Element.equals(changeElement); in _getPendingChanges()
/trunk/main/offapi/com/sun/star/configuration/
H A DUpdateRootElement.idl43 collecting changes and applying them to a backend store as a single batch.
59 <p>The accumulated changes within this hierarchy can be managed using
60 <type scope="com::sun::star::util">XChangesBatch</type>. Pending changes
64 changes, the changes will be lost.
78 /** allows managing changes within the hierarchy.
81 reports all changes within the hierarchy that are done through (direct or
82 indirect) descendants of this element. The same set of changes is committed
90 <member scope="com::sun::star::lang">XLocalizable::setLocale()</member>, changes
H A DAccessRootElement.idl52 Allows observing changes in the hierarchy as a whole.
122 which will receive notifications for any changes within the
126 <p>An implementation will collect as many changes as possible into a single
134 the hierarchy, all changes will be notified with a single event.
139 on an overlapping hierarchy access, all relevant changes will be notified
/trunk/main/offapi/com/sun/star/util/
H A DXChangesBatch.idl44 /** this interface enables applying a set of changes in one batch transaction.
47 its state locally. It will keep a list of pending changes until such changes
50 <p>Only when they are explicitly committed will these changes take effect
60 /** commits any pending changes.
68 /** checks whether this object has any pending changes that can be committed.
73 /** queries for any pending changes that can be committed.
H A DXModeChangeBroadcaster.idl49 /** broadcasts changes in an object's internal mode.
60 changes.
65 changes.
73 if the component does not allow vetoing mode changes
82 if the component does not allow vetoing mode changes
H A DXChangesSet.idl44 /** this interface enables inspecting a set of changes forming one batch transaction.
47 container interfaces to access individual changes as well. </p>
57 /** queries for all contained changes at once.
60 each changes that is part of this object.
/trunk/main/offapi/com/sun/star/text/
H A DTextGraphicObject.idl68 /** determines if the content is protected against changes from the user interface.
122 /** changes the display of the luminance.
127 /** changes the display of contrast.
132 /** changes the display of the red color channel.
137 /** changes the display of the green color channel.
142 /** changes the display of the blue color channel.
/trunk/main/offapi/com/sun/star/embed/
H A DStorage.idl115 read-write mode all noncommited changes will be lost.
173 explicitly, the changes will not appear in the new
207 explicitly, the changes will not appear in the new
220 changes will not appear in the new created storage.
231 changes will not appear in the new created storage.
257 /** allows to commit or revert changes that were done for the storage.
260 If a storage is committed all changes made to it will be integrated to
264 a storage is not committed, no changes for it or it's child elements
/trunk/main/offapi/com/sun/star/chart/
H A DChartDataChangeEvent.idl53 /** specifies the column number in which the changes begin.
59 /** specifies the column number in which the changes end.
65 /** specifies the row number in which the changes begin.
71 /** specifies the row number in which the changes end.
H A DXChartDataChangeEventListener.idl41 /** makes it possible to receive events when chart data changes.
47 /** is called whenever chart data changes in value or structure.
50 to get notified of changes in chart data. They can be
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationController.idl66 <li>when the last pending request for configuration changes has been
73 <p>Requests for configuration changes are handled in a two step process:
84 configuration is made. These changes are broadcasted to registered
164 configuration changes are sent after this call returns.</p>
175 without further changes.</p>
183 configuration changes are sent after this call returns.</p>
208 changes) before all change requests are being made.</p>
254 changes are properly broadcasted.</p>
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXBackendChangesNotifier.idl40 /** broadcasts changes when data from backend sources has changed.
47 /** adds the specified listener to receive events when changes occurred.
52 The name of the component the listener is monitoring changes for.
64 The name of the component the listener is monitoring changes for.
H A DLayerUpdateMerger.idl57 /** accepts events describing the changes.
77 <dd>If <FALSE/>, specifies that changes should be applied
81 <dd>If <TRUE/> requests that changes should not be merged onto
82 existing data, but that the changes should be applied
/trunk/main/offapi/com/sun/star/sdbc/
H A DTransactionIsolation.idl40 by another transaction before any changes in that row have been
41 committed (a "dirty read"). If any of the changes are rolled back,
48 from reading a row with uncommitted changes in it.
54 reading a row with uncommitted changes in it, and it also
/trunk/main/offapi/com/sun/star/form/binding/
H A DValueBinding.idl49 as well as (optionally) active broadcasting of value changes</p>
92 by the <type>ValueBinding</type> instance changes.
95 actively notifying changes in it's value. Note, however, that in case
97 on value changes, and will thus override any values which are
/trunk/main/offapi/com/sun/star/frame/
H A DXStatusListener.idl40 /** makes it possible to receive events when the state of a feature changes.
54 /** is called when the status of the feature changes.
57 provides information about changes of the requested feature
/trunk/main/offapi/com/sun/star/document/
H A DExtendedTypeDetectionFactory.idl130 /** can be used to perform container changes.
136 make all changes (adding/changing/removing of items) and call flush at the end.
138 Only in case all made changes was correct, they will be written back to the
140 changes listener can be registered too.
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleEventId.idl67 /** State changes are signaled with this event type. Use one event for
92 position. If the absolute position changes but not the relative
147 /** Events of this type indicate changes of the selection. The
162 /** This constant indicates changes of the value of an
250 /** Events of this type signal changes of the selection. The old or new
260 /** Use this id to indicate general text changes, i.e. changes to text
/trunk/main/sc/source/ui/miscdlgs/
H A Dhighred.src41 Text [ en-US ] = "~Show changes in spreadsheet" ;
55 Text [ en-US ] = "Show ~accepted changes" ;
63 Text [ en-US ] = "Show ~rejected changes" ;
/trunk/main/offapi/com/sun/star/form/runtime/
H A DFormFeature.idl78 /** saves all changes in the form's current record, including changes in the current
83 /** revertsall changes in the form's current record, including changes in the current
/trunk/main/offapi/com/sun/star/mozilla/
H A DXMenuProxyListener.idl48 /** Listens for changes in menu items.
55 /** is called, if the content or graphical representation/state of the menu changes
63 /** is called, if the content or graphical representation/state of the menu changes,
/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl224 /** registers a listener for notification about property value changes
227 However, in this case property value changes made by third party components are not
236 the listener to notify about property changes
245 /** revokes a listener for notification about property value changes
303 changes, the UI for other properties needs to be updated (e.g. enabled or disabled).</p>
308 <p>Whenever the value of an actuating property changes, all handlers which expressed
399 <p>This method is called whenever a property value changes, limited to those properties
400 … whose changes the handler expressed interest in (see <member>getActuatingProperties</member>).</p>
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowView.idl94 /** Add a listener to get notified when the transformation matrix changes.<p>
97 called every time the transformation matrix changes.<p>
100 Listener interface to call when the transformation matrix changes.
165 This method changes the mouse cursor currently in effect, for
/trunk/main/sdext/source/minimizer/
H A Dminimizer.src86 "At the last step of the wizard you can choose to apply the changes "
242 Text [ en-US ] = "Choose where to apply the following changes" ;
257 Text [ en-US ] = "~Apply changes to current presentation" ;
272 Text [ en-US ] = "~Duplicate presentation before applying changes" ;

Completed in 96 milliseconds

12345678910>>...17