PresenterConfigurationAccess.hxx (06bcd5d2) PresenterConfigurationAccess.hxx (fb0b81f5)
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

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

90 valid state.
91 */
92 bool IsValid (void) const;
93
94 /** Move the focused node to the (possibly indirect) child specified by the given path.
95 */
96 bool GoToChild (const ::rtl::OUString& rsPathToNode);
97
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

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

90 valid state.
91 */
92 bool IsValid (void) const;
93
94 /** Move the focused node to the (possibly indirect) child specified by the given path.
95 */
96 bool GoToChild (const ::rtl::OUString& rsPathToNode);
97
98 /** Move the focused node to the first direct child that fulfills the the given predicate.
98 /** Move the focused node to the first direct child that fulfills the given predicate.
99 */
100 bool GoToChild (const Predicate& rPredicate);
101
102 /** Modify the property child of the currently focused node. Keep in
103 mind to call CommitChanges() to write the change back to the
104 configuration.
105 */
106 bool SetProperty (const ::rtl::OUString& rsPropertyName, const css::uno::Any& rValue);

--- 95 unchanged lines hidden ---
99 */
100 bool GoToChild (const Predicate& rPredicate);
101
102 /** Modify the property child of the currently focused node. Keep in
103 mind to call CommitChanges() to write the change back to the
104 configuration.
105 */
106 bool SetProperty (const ::rtl::OUString& rsPropertyName, const css::uno::Any& rValue);

--- 95 unchanged lines hidden ---