Home
last modified time | relevance | path

Searched refs:SfxHelpWindow_Impl (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx1493 sal_Bool SfxHelpWindow_Impl::splitHelpURL(const ::rtl::OUString& sHelpURL, in splitHelpURL()
1512 ::rtl::OUString SfxHelpWindow_Impl::buildHelpURL(const ::rtl::OUString& sFactory , in buildHelpURL()
1528 void SfxHelpWindow_Impl::loadHelpContent(const ::rtl::OUString& sHelpURL, sal_Bool bAddToHistory) in loadHelpContent()
1579 SfxHelpIndexWindow_Impl::SfxHelpIndexWindow_Impl( SfxHelpWindow_Impl* _pParent ) : in SfxHelpIndexWindow_Impl()
2075 SfxHelpTextWindow_Impl::SfxHelpTextWindow_Impl( SfxHelpWindow_Impl* pParent ) : in SfxHelpTextWindow_Impl()
2849 void SfxHelpWindow_Impl::Resize() in Resize()
2857 void SfxHelpWindow_Impl::Split() in Split()
2896 void SfxHelpWindow_Impl::GetFocus() in GetFocus()
2903 void SfxHelpWindow_Impl::MakeLayout() in MakeLayout()
2957 void SfxHelpWindow_Impl::InitSizes() in InitSizes()
[all …]
H A Dnewhelp.hxx301 class SfxHelpWindow_Impl;
317 SfxHelpWindow_Impl* pParentWin;
344 SfxHelpIndexWindow_Impl( SfxHelpWindow_Impl* pParent );
433 class SfxHelpWindow_Impl;
449 SfxHelpWindow_Impl* pHelpWin;
482 SfxHelpTextWindow_Impl( SfxHelpWindow_Impl* pParent );
506 class SfxHelpWindow_Impl : public SplitWindow class
550SfxHelpWindow_Impl( const ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame >& rF…
552 ~SfxHelpWindow_Impl();
H A Dhelpinterceptor.hxx51 class SfxHelpWindow_Impl;
61 friend class SfxHelpWindow_Impl;
73 SfxHelpWindow_Impl* m_pWindow;
119 void InitWaiter( SfxHelpWindow_Impl* pWindow ) in InitWaiter()
121 SfxHelpWindow_Impl* GetHelpWindow() const { return m_pWindow; } in GetHelpWindow()
H A Dsfxhelp.cxx808 SfxHelpWindow_Impl* impl_createHelp(Reference< XFrame >& rHelpTask , in impl_createHelp()
824SfxHelpWindow_Impl* pHelpWindow = new SfxHelpWindow_Impl( xHelpTask, pPa… in impl_createHelp()
988 SfxHelpWindow_Impl* pHelpWindow = 0; in Start_Impl()
992 pHelpWindow = (SfxHelpWindow_Impl*)VCLUnoHelper::GetWindow(xHelp->getComponentWindow()); in Start_Impl()
H A Dhelpdispatch.cxx87 SfxHelpWindow_Impl* pHelpWin = m_rInterceptor.GetHelpWindow(); in dispatch()