/aoo41x/main/configmgr/source/ |
H A D | rootaccess.cxx | 87 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()
|
/aoo41x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XChangesBatch.java | 115 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()
|
/aoo41x/main/offapi/com/sun/star/configuration/ |
H A D | UpdateRootElement.idl | 43 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 D | AccessRootElement.idl | 52 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
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | XChangesBatch.idl | 44 /** 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 D | XModeChangeBroadcaster.idl | 49 /** 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 D | XChangesSet.idl | 44 /** 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.
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | TextGraphicObject.idl | 68 /** 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.
|
/aoo41x/main/offapi/com/sun/star/chart/ |
H A D | ChartDataChangeEvent.idl | 53 /** 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 D | XChartDataChangeEventListener.idl | 41 /** 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
|
/aoo41x/main/offapi/com/sun/star/embed/ |
H A D | Storage.idl | 115 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 commited all changes made to it will be integrated to 264 a storage is not commited, no changes for it or it's child elements
|
/aoo41x/main/offapi/com/sun/star/configuration/backend/ |
H A D | XBackendChangesNotifier.idl | 40 /** broadcasts changes when data from backend sources has changed. 47 /** adds the specified listener to receive events when changes occured. 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 D | LayerUpdateMerger.idl | 57 /** 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
|
H A D | Layer.idl | 48 <p> A layer contains the configuration setting changes to be performed 81 provides a way to detect changes to the layer. 86 When the content of the Layer changes,
|
/aoo41x/main/offapi/com/sun/star/drawing/framework/ |
H A D | XConfigurationController.idl | 66 <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>
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | TransactionIsolation.idl | 40 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
|
/aoo41x/main/offapi/com/sun/star/form/binding/ |
H A D | ValueBinding.idl | 49 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
|
H A D | XListEntrySource.idl | 48 as well as components which want to passively being notified of changes in the list.</p> 73 /** adds a listener which will be notified about changes in the list 83 be notfiied about changes in the entry list.
|
/aoo41x/main/offapi/com/sun/star/frame/ |
H A D | XStatusListener.idl | 40 /** 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
|
/aoo41x/main/offapi/com/sun/star/document/ |
H A D | ExtendedTypeDetectionFactory.idl | 130 /** 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.
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | highred.src | 41 Text [ en-US ] = "~Show changes in spreadsheet" ; 55 Text [ en-US ] = "Show ~accepted changes" ; 63 Text [ en-US ] = "Show ~rejected changes" ;
|
/aoo41x/main/offapi/com/sun/star/mozilla/ |
H A D | XMenuProxyListener.idl | 48 /** 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,
|
/aoo41x/main/offapi/com/sun/star/form/runtime/ |
H A D | FormFeature.idl | 78 /** 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
|
/aoo41x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleEventId.idl | 67 /** 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
|
/aoo41x/main/offapi/com/sun/star/view/ |
H A D | PrinterDescriptor.idl | 89 /** indicates, whether the printer allows changes to 95 /** indicates, whether the printer allows changes to 102 /** indicates if the printer allows changes to
|