Lines Matching refs:SvtIconWindow_Impl

321 SvtIconWindow_Impl::SvtIconWindow_Impl( Window* pParent ) :  in SvtIconWindow_Impl()  function in SvtIconWindow_Impl
410 SvtIconWindow_Impl::~SvtIconWindow_Impl() in ~SvtIconWindow_Impl()
419 SvxIconChoiceCtrlEntry* SvtIconWindow_Impl::GetEntry( const String& rURL ) const in GetEntry()
436 void SvtIconWindow_Impl::Resize() in Resize()
448 String SvtIconWindow_Impl::GetCursorPosIconURL() const in GetCursorPosIconURL()
458 String SvtIconWindow_Impl::GetSelectedIconURL() const in GetSelectedIconURL()
468 String SvtIconWindow_Impl::GetSelectedIconText() const in GetSelectedIconText()
474 String SvtIconWindow_Impl::GetIconText( const String& rURL ) const in GetIconText()
483 void SvtIconWindow_Impl::InvalidateIconControl() in InvalidateIconControl()
488 sal_uLong SvtIconWindow_Impl::GetCursorPos() const in GetCursorPos()
499 sal_uLong SvtIconWindow_Impl::GetSelectEntryPos() const in GetSelectEntryPos()
507 void SvtIconWindow_Impl::SetCursorPos( sal_uLong nPos ) in SetCursorPos()
515 void SvtIconWindow_Impl::SetFocus() in SetFocus()
520 long SvtIconWindow_Impl::CalcHeight() const in CalcHeight()
535 sal_Bool SvtIconWindow_Impl::IsRootURL( const String& rURL ) const in IsRootURL()
543 sal_uLong SvtIconWindow_Impl::GetRootPos( const String& rURL ) const in GetRootPos()
565 void SvtIconWindow_Impl::UpdateIcons( sal_Bool _bHiContrast ) in UpdateIcons()
579 void SvtIconWindow_Impl::SelectFolder(sal_Int32 nFolderPosition) in SelectFolder()
1054 pIconWin = new SvtIconWindow_Impl( this ); in SvtTemplateWindow()