Lines Matching refs:DropDownEditControl
1040 DropDownEditControl::DropDownEditControl( Window* _pParent, WinBits _nStyle ) in DropDownEditControl() function in pcr::DropDownEditControl
1058 m_pDropdownButton->SetClickHdl( LINK( this, DropDownEditControl, DropDownHdl ) ); in DropDownEditControl()
1064 m_pFloatingEdit->SetPopupModeEndHdl( LINK( this, DropDownEditControl, ReturnHdl ) ); in DropDownEditControl()
1069 void DropDownEditControl::setControlHelper( ControlHelper& _rControlHelper ) in setControlHelper()
1079 DropDownEditControl::~DropDownEditControl() in ~DropDownEditControl()
1097 void DropDownEditControl::Resize() in Resize()
1113 long DropDownEditControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
1219 sal_Bool DropDownEditControl::ShowDropDown( sal_Bool bShow ) in ShowDropDown()
1260 long DropDownEditControl::FindPos(long nSinglePos) in FindPos()
1317 IMPL_LINK( DropDownEditControl, ReturnHdl, OMultilineFloatingEdit*, /*pMEd*/)
1334 IMPL_LINK( DropDownEditControl, DropDownHdl, PushButton*, /*pPb*/ )
1341 …void DropDownEditControl::SetStringListValue( const StlSyntaxSequence< ::rtl::OUString >& _rString… in SetStringListValue()
1348 StlSyntaxSequence< ::rtl::OUString > DropDownEditControl::GetStringListValue() const in GetStringListValue()
1354 void DropDownEditControl::SetTextValue( const ::rtl::OUString& _rText ) in SetTextValue()
1363 ::rtl::OUString DropDownEditControl::GetTextValue() const in GetTextValue()