Lines Matching refs:OConnectionURLEdit
38 DBG_NAME(OConnectionURLEdit) in DBG_NAME() argument
42 OConnectionURLEdit::OConnectionURLEdit(Window* _pParent, const ResId& _rResId,sal_Bool _bShowPrefix) in DBG_NAME()
48 DBG_CTOR(OConnectionURLEdit ,NULL); in DBG_NAME()
52 OConnectionURLEdit::~OConnectionURLEdit() in ~OConnectionURLEdit()
54 DBG_DTOR(OConnectionURLEdit ,NULL); in ~OConnectionURLEdit()
63 void OConnectionURLEdit::SetTextNoPrefix(const String& _rText) in SetTextNoPrefix()
71 String OConnectionURLEdit::GetTextNoPrefix() const in GetTextNoPrefix()
79 void OConnectionURLEdit::SetText(const String& _rStr) in SetText()
86 void OConnectionURLEdit::SetText(const String& _rStr, const Selection& /*_rNewSelection*/) in SetText()
138 String OConnectionURLEdit::GetText() const in GetText()
145 void OConnectionURLEdit::ShowPrefix(sal_Bool _bShowPrefix) in ShowPrefix()