Lines Matching refs:SvxShowCharSet

58 sal_uInt32& SvxShowCharSet::getSelectedChar()  in getSelectedChar()
68 SvxShowCharSet::SvxShowCharSet( Window* pParent, const ResId& rResId ) : in SvxShowCharSet() function in SvxShowCharSet
79 aVscrollSB.SetScrollHdl( LINK( this, SvxShowCharSet, VscrollHdl ) ); in SvxShowCharSet()
89 void SvxShowCharSet::GetFocus() in GetFocus()
97 void SvxShowCharSet::LoseFocus() in LoseFocus()
105 void SvxShowCharSet::StateChanged( StateChangedType nType ) in StateChanged()
117 void SvxShowCharSet::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
128 void SvxShowCharSet::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
150 void SvxShowCharSet::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
164 void SvxShowCharSet::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
188 void SvxShowCharSet::Command( const CommandEvent& rCEvt ) in Command()
196 sal_uInt16 SvxShowCharSet::GetRowPos(sal_uInt16 _nPos) const in GetRowPos()
203 sal_uInt16 SvxShowCharSet::GetColumnPos(sal_uInt16 _nPos) const in GetColumnPos()
210 int SvxShowCharSet::FirstInView( void ) const in FirstInView()
220 int SvxShowCharSet::LastInView( void ) const in LastInView()
232 inline Point SvxShowCharSet::MapIndexToPixel( int nIndex ) const in MapIndexToPixel()
241 int SvxShowCharSet::PixelToMapIndex( const Point& point) const in PixelToMapIndex()
249 void SvxShowCharSet::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
318 void SvxShowCharSet::Paint( const Rectangle& ) in Paint()
323 void SvxShowCharSet::DeSelect() in DeSelect()
329 void SvxShowCharSet::DrawChars_Impl( int n1, int n2 ) in DrawChars_Impl()
441 void SvxShowCharSet::InitSettings( sal_Bool bForeground, sal_Bool bBackground ) in InitSettings()
467 sal_UCS4 SvxShowCharSet::GetSelectCharacter() const in GetSelectCharacter()
476 void SvxShowCharSet::SetFont( const Font& rFont ) in SetFont()
523 void SvxShowCharSet::SelectIndex( int nNewIndex, sal_Bool bFocus ) in SelectIndex()
614 void SvxShowCharSet::SelectCharacter( sal_UCS4 cNew, sal_Bool bFocus ) in SelectCharacter()
631 IMPL_LINK( SvxShowCharSet, VscrollHdl, ScrollBar *, EMPTYARG ) in IMPL_LINK() argument
658 SvxShowCharSet::~SvxShowCharSet() in ~SvxShowCharSet()
664 void SvxShowCharSet::ReleaseAccessible() in ReleaseAccessible()
671 ::com::sun::star::uno::Reference< XAccessible > SvxShowCharSet::CreateAccessible() in CreateAccessible()
679 ::svx::SvxShowCharSetItem* SvxShowCharSet::ImplGetItem( int _nPos ) in ImplGetItem()
696 void SvxShowCharSet::ImplFireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOl… in ImplFireAccessibleEvent()
702 ScrollBar* SvxShowCharSet::getScrollBar() in getScrollBar()
707 sal_Int32 SvxShowCharSet::getMaxCharCount() const in getMaxCharCount()