Lines Matching refs:SvtIconChoiceCtrl

122 SvtIconChoiceCtrl::SvtIconChoiceCtrl( Window* pParent, WinBits nWinStyle ) :  in SvtIconChoiceCtrl()  function in SvtIconChoiceCtrl
138 SvtIconChoiceCtrl::SvtIconChoiceCtrl( Window* pParent, const ResId& rResId ) : in SvtIconChoiceCtrl() function in SvtIconChoiceCtrl
153 SvtIconChoiceCtrl::~SvtIconChoiceCtrl() in ~SvtIconChoiceCtrl()
159 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::InsertEntry( sal_uLong nPos, const Point* pPos, sal_uInt… in InsertEntry()
166 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::InsertEntry( const String& rText, const Image& rImage, s… in InsertEntry()
175 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::InsertEntry( const String& rText, const Image& rImage, c… in InsertEntry()
184 sal_Bool SvtIconChoiceCtrl::EditedEntry( SvxIconChoiceCtrlEntry*, const XubString&, sal_Bool ) in EditedEntry()
188 sal_Bool SvtIconChoiceCtrl::EditingEntry( SvxIconChoiceCtrlEntry* ) in EditingEntry()
192 void SvtIconChoiceCtrl::DrawEntryImage( SvxIconChoiceCtrlEntry* pEntry, const Point& rPos, OutputDe… in DrawEntryImage()
196 String SvtIconChoiceCtrl::GetEntryText( SvxIconChoiceCtrlEntry* pEntry, sal_Bool ) in GetEntryText()
200 sal_Bool SvtIconChoiceCtrl::HasBackground() const in HasBackground()
204 sal_Bool SvtIconChoiceCtrl::HasFont() const in HasFont()
208 sal_Bool SvtIconChoiceCtrl::HasFontTextColor() const in HasFontTextColor()
212 sal_Bool SvtIconChoiceCtrl::HasFontFillColor() const in HasFontFillColor()
217 void SvtIconChoiceCtrl::Paint( const Rectangle& rRect ) in Paint()
222 void SvtIconChoiceCtrl::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
228 void SvtIconChoiceCtrl::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
234 void SvtIconChoiceCtrl::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
239 void SvtIconChoiceCtrl::ArrangeIcons() in ArrangeIcons()
277 void SvtIconChoiceCtrl::Resize() in Resize()
283 Point SvtIconChoiceCtrl::GetLogicPos( const Point& rPosPixel ) const in GetLogicPos()
290 Point SvtIconChoiceCtrl::GetPixelPos( const Point& rPosLogic ) const in GetPixelPos()
297 void SvtIconChoiceCtrl::DocumentRectChanged() in DocumentRectChanged()
302 void SvtIconChoiceCtrl::VisibleRectChanged() in VisibleRectChanged()
307 void SvtIconChoiceCtrl::GetFocus() in GetFocus()
317 void SvtIconChoiceCtrl::LoseFocus() in LoseFocus()
323 void SvtIconChoiceCtrl::SetUpdateMode( sal_Bool bUpdate ) in SetUpdateMode()
328 void SvtIconChoiceCtrl::SetFont( const Font& rFont ) in SetFont()
337 void SvtIconChoiceCtrl::SetPointFont( const Font& rFont ) in SetPointFont()
345 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetEntry( const Point& rPixPos, sal_Bool bHit ) const in GetEntry()
349 return ((SvtIconChoiceCtrl*)this)->_pImp->GetEntry( aPos, bHit ); in GetEntry()
352 void SvtIconChoiceCtrl::SetStyle( WinBits nWinStyle ) in SetStyle()
357 WinBits SvtIconChoiceCtrl::GetStyle() const in GetStyle()
361 void SvtIconChoiceCtrl::Command( const CommandEvent& rCEvt ) in Command()
366 void SvtIconChoiceCtrl::SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode, SvxIconChoiceCtrlEntry* … in SetEntryTextMode()
371 SvxIconChoiceCtrlTextMode SvtIconChoiceCtrl::GetEntryTextMode( const SvxIconChoiceCtrlEntry* pEntry… in GetEntryTextMode()
376 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetNextEntry( const Point& rPixPos, SvxIconChoiceCtrlEnt… in GetNextEntry()
380 return ((SvtIconChoiceCtrl*)this)->_pImp->GetNextEntry( aPos, pCurEntry ); in GetNextEntry()
383 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetPrevEntry( const Point& rPixPos, SvxIconChoiceCtrlEnt… in GetPrevEntry()
387 return ((SvtIconChoiceCtrl*)this)->_pImp->GetPrevEntry( aPos, pCurEntry ); in GetPrevEntry()
389 sal_uLong SvtIconChoiceCtrl::GetEntryCount() const in GetEntryCount()
394 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetEntry( sal_uLong nPos ) const in GetEntry()
399 void SvtIconChoiceCtrl::CreateAutoMnemonics( MnemonicGenerator& _rUsedMnemonics ) in CreateAutoMnemonics()
404 void SvtIconChoiceCtrl::CreateAutoMnemonics( void ) in CreateAutoMnemonics()
409 void SvtIconChoiceCtrl::RemoveEntry( SvxIconChoiceCtrlEntry* pEntry ) in RemoveEntry()
414 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetSelectedEntry( sal_uLong& rPos ) const in GetSelectedEntry()
419 void SvtIconChoiceCtrl::ClickIcon() in ClickIcon()
425 sal_Bool SvtIconChoiceCtrl::IsEntryEditing() const in IsEntryEditing()
430 sal_Bool SvtIconChoiceCtrl::SetChoiceWithCursor ( sal_Bool bDo ) in SetChoiceWithCursor()
435 void SvtIconChoiceCtrl::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
445 sal_Bool SvtIconChoiceCtrl::DoKeyInput( const KeyEvent& rKEvt ) in DoKeyInput()
455 sal_uLong SvtIconChoiceCtrl::GetEntryListPos( SvxIconChoiceCtrlEntry* pEntry ) const in GetEntryListPos()
459 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetCursor( ) const in GetCursor()
463 void SvtIconChoiceCtrl::SetCursor( SvxIconChoiceCtrlEntry* pEntry ) in SetCursor()
467 void SvtIconChoiceCtrl::InvalidateEntry( SvxIconChoiceCtrlEntry* pEntry ) in InvalidateEntry()
471 void SvtIconChoiceCtrl::Clear() in Clear()
475 void SvtIconChoiceCtrl::StateChanged( StateChangedType nType ) in StateChanged()
481 void SvtIconChoiceCtrl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
495 void SvtIconChoiceCtrl::SetBackground( const Wallpaper& rPaper ) in SetBackground()
544 void SvtIconChoiceCtrl::Flush() in Flush()
549 void SvtIconChoiceCtrl::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
555 void SvtIconChoiceCtrl::SetSelectionMode( SelectionMode eMode ) in SetSelectionMode()
560 sal_Bool SvtIconChoiceCtrl::HandleShortCutKey( const KeyEvent& r ) in HandleShortCutKey()
565 Rectangle SvtIconChoiceCtrl::GetBoundingBox( SvxIconChoiceCtrlEntry* pEntry ) const in GetBoundingBox()
570 void SvtIconChoiceCtrl::FillLayoutData() const in FillLayoutData()
574 SvtIconChoiceCtrl* pNonConstMe = const_cast< SvtIconChoiceCtrl* >( this ); in FillLayoutData()
596 Rectangle SvtIconChoiceCtrl::GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _… in GetEntryCharacterBounds()
609 void SvtIconChoiceCtrl::SetNoSelection() in SetNoSelection()
614 void SvtIconChoiceCtrl::CallImplEventListeners(sal_uLong nEvent, void* pData) in CallImplEventListeners()
618 ::com::sun::star::uno::Reference< XAccessible > SvtIconChoiceCtrl::CreateAccessible() in CreateAccessible()