Home
last modified time | relevance | path

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

/AOO41X/main/basic/source/runtime/
H A Dinputbox.cxx38 class SvRTLInputBox : public ModalDialog class
54 SvRTLInputBox( Window* pParent, const String& rPrompt, const String& rTitle,
59 SvRTLInputBox::SvRTLInputBox( Window* pParent, const String& rPrompt, in SvRTLInputBox() function in SvRTLInputBox
85 void SvRTLInputBox::InitButtons( const Size& rDlgSize ) in InitButtons()
93 aOk.SetClickHdl(LINK(this,SvRTLInputBox, OkHdl)); in InitButtons()
94 aCancel.SetClickHdl(LINK(this,SvRTLInputBox,CancelHdl)); in InitButtons()
97 void SvRTLInputBox::PositionDialog(long nXTwips, long nYTwips, const Size& rDlgSize) in PositionDialog()
107 void SvRTLInputBox::PositionEdit( const Size& rDlgSize ) in PositionEdit()
114 void SvRTLInputBox::PositionPrompt(const String& rPrompt,const Size& rDlgSize) in PositionPrompt()
129 IMPL_LINK_INLINE_START( SvRTLInputBox, OkHdl, Button *, pButton ) in IMPL_LINK_INLINE_START() argument
[all …]