Content.idl (cf841dcc) | Content.idl (7c6ca970) |
---|---|
1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * --- 433 unchanged lines hidden (view full) --- 442 // contains information about the way a folder stores the 443 // contents of (remote) documents. 444 <type>DocumentStoreMode</type> DocumentStoreMode 445 446 // contains the count of subfolders of a folder. 447 long FolderCount 448 449 // contains the free space left on a storage device. It is | 1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * --- 433 unchanged lines hidden (view full) --- 442 // contains information about the way a folder stores the 443 // contents of (remote) documents. 444 <type>DocumentStoreMode</type> DocumentStoreMode 445 446 // contains the count of subfolders of a folder. 447 long FolderCount 448 449 // contains the free space left on a storage device. It is |
450 specified in bytes. | 450 // specified in bytes. |
451 hyper FreeSpace 452 453 // indicates whether a content has subcontents, which are documents. 454 boolean HasDocuments 455 456 // indicates whether a content has subcontents, which are folders. 457 boolean HasFolders 458 --- 257 unchanged lines hidden (view full) --- 716 [optional] interface com::sun::star::container::XChild; 717}; 718 719//============================================================================= 720 721}; }; }; }; 722 723#endif | 451 hyper FreeSpace 452 453 // indicates whether a content has subcontents, which are documents. 454 boolean HasDocuments 455 456 // indicates whether a content has subcontents, which are folders. 457 boolean HasFolders 458 --- 257 unchanged lines hidden (view full) --- 716 [optional] interface com::sun::star::container::XChild; 717}; 718 719//============================================================================= 720 721}; }; }; }; 722 723#endif |
724 |
|