|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
Go to the source code of this file.
Modules | |
| module | com |
| module | com::sun |
| module | com::sun::star |
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::embed |
| interfaces related to embedded objects, both native UNO and OLE. | |
Constant Groups | |
| constants | com::sun::star::embed::ElementModes |
| The constant set contains possible modes to open an element. | |
Variables | |
| const long | READ = 1 |
| specifies opening of an element for reading. | |
| const long | SEEKABLE = 2 |
| specifies opening of a seekable element. | |
| const long | SEEKABLEREAD = 3 |
| specifies opening of a seekable element for reading. | |
| const long | WRITE = 4 |
| specifies opening of an element for writing. | |
| const long | READWRITE = 7 |
| specifies opening of an element for reading and writing. | |
| const long | TRUNCATE = 8 |
| lets the document be truncated immediately after opening. | |
| const long | NOCREATE = 16 |
| restricts creation of a new element on opening in case a requested one does not exist. | |