Lines Matching refs:SvtIconWindow_Impl
318 SvtIconWindow_Impl::SvtIconWindow_Impl( Window* pParent ) : in SvtIconWindow_Impl() function in SvtIconWindow_Impl
407 SvtIconWindow_Impl::~SvtIconWindow_Impl() in ~SvtIconWindow_Impl()
416 SvxIconChoiceCtrlEntry* SvtIconWindow_Impl::GetEntry( const String& rURL ) const in GetEntry()
433 void SvtIconWindow_Impl::Resize() in Resize()
445 String SvtIconWindow_Impl::GetCursorPosIconURL() const in GetCursorPosIconURL()
455 String SvtIconWindow_Impl::GetSelectedIconURL() const in GetSelectedIconURL()
465 String SvtIconWindow_Impl::GetSelectedIconText() const in GetSelectedIconText()
471 String SvtIconWindow_Impl::GetIconText( const String& rURL ) const in GetIconText()
480 void SvtIconWindow_Impl::InvalidateIconControl() in InvalidateIconControl()
485 sal_uLong SvtIconWindow_Impl::GetCursorPos() const in GetCursorPos()
496 sal_uLong SvtIconWindow_Impl::GetSelectEntryPos() const in GetSelectEntryPos()
504 void SvtIconWindow_Impl::SetCursorPos( sal_uLong nPos ) in SetCursorPos()
512 void SvtIconWindow_Impl::SetFocus() in SetFocus()
517 long SvtIconWindow_Impl::CalcHeight() const in CalcHeight()
532 sal_Bool SvtIconWindow_Impl::IsRootURL( const String& rURL ) const in IsRootURL()
540 sal_uLong SvtIconWindow_Impl::GetRootPos( const String& rURL ) const in GetRootPos()
562 void SvtIconWindow_Impl::UpdateIcons( sal_Bool _bHiContrast ) in UpdateIcons()
576 void SvtIconWindow_Impl::SelectFolder(sal_Int32 nFolderPosition) in SelectFolder()
1051 pIconWin = new SvtIconWindow_Impl( this ); in SvtTemplateWindow()