Methods' Details |
getMediaType
- Description
- returns the media type of a package, e.g.
application/vnd.sun.star.basic-script .
- Returns
- media type of package
|
|
getDescription
- Description
- returns a description string to describe a package type.
- Returns
- description
|
|
getShortDescription
string |
getShortDescription(); |
- Description
- returns a short description string to describe a package type
(one line only).
- Returns
- description
|
|
getFileFilter
- Description
- returns a file filter string for the file picker user interface.
Both, the short description string and file filter string
will be passed to
::com::sun::star::ui::dialogs::XFilterManager::appendFilter.
- Returns
- file filter string
|
|
getIcon
any |
getIcon( |
[in] boolean |
highContrast, |
| [in] boolean |
smallIcon ); |
- Description
- returns an icon for a package.
- Parameter highContrast
- return high contrast icon
- Parameter smallIcon
- return a small icon (e.g. 16x16 pixel),
else return a big one (e.g. 26x26 pixel)
- Returns
- currently an unsigned short
(resource id for deploymentgui resource file),
void any if none is available
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.