Home
last modified time | relevance | path

Searched refs:FixedHyperlinkImage (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svtools/source/control/ !
H A Dfixedhyper.cxx138 FixedHyperlinkImage::FixedHyperlinkImage( Window* pParent, const ResId& rResId ) : in FixedHyperlinkImage() function in svt::FixedHyperlinkImage
144 FixedHyperlinkImage::FixedHyperlinkImage( Window* pParent, WinBits nWinStyle ) : in FixedHyperlinkImage() function in svt::FixedHyperlinkImage
150 FixedHyperlinkImage::~FixedHyperlinkImage() in ~FixedHyperlinkImage()
154 void FixedHyperlinkImage::Initialize() in Initialize()
160 void FixedHyperlinkImage::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
169 void FixedHyperlinkImage::MouseButtonUp( const MouseEvent& ) in MouseButtonUp()
189 void FixedHyperlinkImage::GetFocus() in GetFocus()
195 void FixedHyperlinkImage::LoseFocus() in LoseFocus()
201 void FixedHyperlinkImage::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
215 void FixedHyperlinkImage::SetURL( const String& rNewURL ) in SetURL()
[all …]
/trunk/main/svtools/inc/svtools/ !
H A Dfixedhyper.hxx134 class SVT_DLLPUBLIC FixedHyperlinkImage : public FixedImage class
171 FixedHyperlinkImage( Window* pParent, const ResId& rId );
172 FixedHyperlinkImage( Window* pParent, WinBits nWinStyle = 0 );
177 virtual ~FixedHyperlinkImage();
/trunk/main/cui/source/inc/ !
H A Doptimprove.hxx75 svt::FixedHyperlinkImage m_aInfoFI;
89 DECL_LINK( HandleHyperlink, svt::FixedHyperlinkImage * );
107 DECL_LINK( HandleHyperlink, svt::FixedHyperlinkImage * );
/trunk/main/sfx2/inc/sfx2/ !
H A Dbasedlgs.hxx170 namespace svt { class FixedHyperlinkImage; }
177 ::svt::FixedHyperlinkImage* m_pInfoImage;
/trunk/main/cui/source/options/ !
H A Doptimprove.cxx137 IMPL_LINK( SvxImprovementDialog, HandleHyperlink, svt::FixedHyperlinkImage*, pHyperlinkImage ) in IMPL_LINK() argument
H A Doptimprove2.cxx106 IMPL_LINK( SvxImprovementOptionsPage, HandleHyperlink, svt::FixedHyperlinkImage*, EMPTYARG ) in IMPL_LINK() argument
/trunk/main/sfx2/source/dialog/ !
H A Dbasedlgs.cxx861 pImpl->m_pInfoImage = new ::svt::FixedHyperlinkImage( this ); in SetPage()

Completed in 56 milliseconds