Lines Matching refs:FileControl
35 FileControl::FileControl( Window* pParent, WinBits nStyle, FileControlMode nFlags ) : in FileControl() function in FileControl
43 maButton.SetClickHdl( LINK( this, FileControl, ButtonHdl ) ); in FileControl()
56 WinBits FileControl::ImplInitStyle( WinBits nStyle ) in ImplInitStyle()
85 FileControl::~FileControl() in ~FileControl()
91 void FileControl::SetText( const XubString& rStr ) in SetText()
100 XubString FileControl::GetText() const in GetText()
107 void FileControl::StateChanged( StateChangedType nType ) in StateChanged()
147 void FileControl::Resize() in Resize()
183 IMPL_LINK( FileControl, ButtonHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
192 void FileControl::GetFocus() in GetFocus()
199 void FileControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw()
211 void FileControl::SetButtonText( const XubString& rStr ) in SetButtonText()
220 void FileControl::ResetButtonText() in ResetButtonText()