|
LibreOffice Module forms (master) 1
|
#include <commandimageprovider.hxx>
Public Member Functions | |
| DocumentCommandImageProvider (const css::uno::Reference< css::uno::XComponentContext > &_rContext, const css::uno::Reference< css::frame::XModel > &_rxDocument) | |
| std::vector< Image > | getCommandImages (const css::uno::Sequence< OUString > &_rCommandURLs, bool _bLarge) const |
Private Attributes | |
| css::uno::Reference< css::ui::XImageManager > | m_xDocumentImageManager |
| css::uno::Reference< css::ui::XImageManager > | m_xModuleImageManager |
Definition at line 34 of file commandimageprovider.hxx.
| frm::DocumentCommandImageProvider::DocumentCommandImageProvider | ( | const css::uno::Reference< css::uno::XComponentContext > & | _rContext, |
| const css::uno::Reference< css::frame::XModel > & | _rxDocument | ||
| ) |
Definition at line 53 of file commandimageprovider.cxx.
References DBG_UNHANDLED_EXCEPTION, Exception, m_xDocumentImageManager, and m_xModuleImageManager.
| std::vector< Image > frm::DocumentCommandImageProvider::getCommandImages | ( | const css::uno::Sequence< OUString > & | _rCommandURLs, |
| bool | _bLarge | ||
| ) | const |
Definition at line 90 of file commandimageprovider.cxx.
References DBG_UNHANDLED_EXCEPTION, ENSURE_OR_THROW, Exception, i, m_xDocumentImageManager, and m_xModuleImageManager.
|
private |
Definition at line 42 of file commandimageprovider.hxx.
Referenced by DocumentCommandImageProvider(), and getCommandImages().
|
private |
Definition at line 43 of file commandimageprovider.hxx.
Referenced by DocumentCommandImageProvider(), and getCommandImages().