XModifiable2.idl (d1766043) XModifiable2.idl (8e0daafc)
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

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

47 Please use this interface very carefuly.
48 </p>
49 */
50published interface XModifiable2: com::sun::star::util::XModifiable
51{
52 //-------------------------------------------------------------------------
53 /** disable possibility to change modified state of the document
54
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

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

47 Please use this interface very carefuly.
48 </p>
49 */
50published interface XModifiable2: com::sun::star::util::XModifiable
51{
52 //-------------------------------------------------------------------------
53 /** disable possibility to change modified state of the document
54
55 @retuns the value that says whether the modified state change was
55 @returns the value that says whether the modified state change was
56 enabled before the call
57 <TRUE/> the changing of the modified state was already disabled
58 <FALSE/> the changing of the modified state was enabled
59
60 */
61 boolean disableSetModified();
62
63 //-------------------------------------------------------------------------
64 /** enable possibility to change modified state of the document
65
56 enabled before the call
57 <TRUE/> the changing of the modified state was already disabled
58 <FALSE/> the changing of the modified state was enabled
59
60 */
61 boolean disableSetModified();
62
63 //-------------------------------------------------------------------------
64 /** enable possibility to change modified state of the document
65
66 @retuns the value that says whether the modified state change was
66 @returns the value that says whether the modified state change was
67 enabled before the call
68 <TRUE/> the changing of the modified state was disabled
69 <FALSE/> the changing of the modified state was already enabled
70 */
71 boolean enableSetModified();
72
73 //-------------------------------------------------------------------------
74 /** allows to detect whether the modified state change is enabled
75 */
76 boolean isSetModifiedEnabled();
77};
78
79//=============================================================================
80
81}; }; }; };
82
83#endif
84
67 enabled before the call
68 <TRUE/> the changing of the modified state was disabled
69 <FALSE/> the changing of the modified state was already enabled
70 */
71 boolean enableSetModified();
72
73 //-------------------------------------------------------------------------
74 /** allows to detect whether the modified state change is enabled
75 */
76 boolean isSetModifiedEnabled();
77};
78
79//=============================================================================
80
81}; }; }; };
82
83#endif
84