LibreOffice Module vcl (master) 1
|
Classes | |
class | Manager |
Functions | |
Graphic | loadFromURL (OUString const &rURL, weld::Window *pParentWin) |
void | SearchForGraphics (uno::Reference< uno::XInterface > const &xInterface, std::vector< uno::Reference< css::graphic::XGraphic > > &raGraphicList) |
IMPL_LINK (Manager, SwapOutTimerHandler, Timer *, pTimer, void) | |
VCL_DLLPUBLIC void | SearchForGraphics (css::uno::Reference< css::uno::XInterface > const &rxInterface, std::vector< css::uno::Reference< css::graphic::XGraphic > > &raGraphicList) |
Definition at line 182 of file Manager.cxx.
References maMutex.
Graphic VCL_DLLPUBLIC vcl::graphic::loadFromURL | ( | OUString const & | rURL, |
weld::Window * | pParentWin | ||
) |
Definition at line 22 of file GraphicLoader.cxx.
References utl::UcbStreamHelper::CreateStream(), ERRCODE_NONE, GraphicFilter::GetGraphicFilter(), Graphic::GetType(), weld::Window::GetXWindow(), GRFILTER_FORMAT_DONTKNOW, GraphicFilter::ImportGraphic(), and NONE.
Referenced by SearchForGraphics().
VCL_DLLPUBLIC void vcl::graphic::SearchForGraphics | ( | css::uno::Reference< css::uno::XInterface > const & | rxInterface, |
std::vector< css::uno::Reference< css::graphic::XGraphic > > & | raGraphicList | ||
) |
void vcl::graphic::SearchForGraphics | ( | uno::Reference< uno::XInterface > const & | xInterface, |
std::vector< uno::Reference< css::graphic::XGraphic > > & | raGraphicList | ||
) |
Definition at line 55 of file GraphicObject.cxx.
References Graphic::GetXGraphic(), GraphicObject::isGraphicObjectUniqueIdURL(), Graphic::IsNone(), loadFromURL(), and SearchForGraphics().
Referenced by SearchForGraphics().