Searched refs:UnoWrapper (Results 1 – 3 of 3) sorted by relevance
133 return new UnoWrapper( NULL ); in CreateUnoWrapper()139 UnoWrapper::UnoWrapper( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit>& r… in UnoWrapper() function in UnoWrapper144 void UnoWrapper::Destroy() in Destroy()149 UnoWrapper::~UnoWrapper() in ~UnoWrapper()153 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit> UnoWrapper::GetVCLToolkit() in GetVCLToolkit()160 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> UnoWrapper::GetWindowInterfac… in GetWindowInterface()171 void UnoWrapper::SetWindowInterface( Window* pWindow, ::com::sun::star::uno::Reference< ::com::sun:… in SetWindowInterface()191 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics> UnoWrapper::CreateGraphics( Out… in CreateGraphics()200 void UnoWrapper::ReleaseAllGraphics( OutputDevice* pOutDev ) in ReleaseAllGraphics()255 void UnoWrapper::WindowDestroyed( Window* pWindow ) in WindowDestroyed()[all …]
40 class UnoWrapper : public UnoWrapperBase class47 UnoWrapper( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit>& rxToolkit );85 virtual ~UnoWrapper();
483 UnoWrapper* pUnoWrapper = new UnoWrapper( pTTD->pTk ); in ToolkitWorkerFunction()
Completed in 22 milliseconds