DocumentSaveRequest.idl (d1766043) DocumentSaveRequest.idl (c4dc0a1a)
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

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

35 module com { module sun { module star { module sdb {
36
37//=============================================================================
38
39/** an error specifying the lack of a document name
40 <p>
41 Usually thrown if someone tries to save a document which hasn't a name yet.
42 </p>
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

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

35 module com { module sun { module star { module sdb {
36
37//=============================================================================
38
39/** an error specifying the lack of a document name
40 <p>
41 Usually thrown if someone tries to save a document which hasn't a name yet.
42 </p>
43 @since OOo 2.0
43 @since OpenOffice 2.0
44*/
45exception DocumentSaveRequest: com::sun::star::task::ClassifiedInteractionRequest
46{
47 /** specifies the content where the document should save inside.
48 Somebody handling the request could, e.g., use the content as root content
49 to display the hierarchy of the sub contents.
50 */
51 com::sun::star::ucb::XContent Content;

--- 15 unchanged lines hidden ---
44*/
45exception DocumentSaveRequest: com::sun::star::task::ClassifiedInteractionRequest
46{
47 /** specifies the content where the document should save inside.
48 Somebody handling the request could, e.g., use the content as root content
49 to display the hierarchy of the sub contents.
50 */
51 com::sun::star::ucb::XContent Content;

--- 15 unchanged lines hidden ---