Searched refs:pIconWin (Results 1 – 2 of 2) sorted by relevance
1051 pIconWin = new SvtIconWindow_Impl( this ); in SvtTemplateWindow()1053 pFileWin->SetMyDocumentsURL( pIconWin->GetMyDocumentsRootURL() ); in SvtTemplateWindow()1054 pFileWin->SetSamplesFolderURL( pIconWin->GetSamplesFolderURL() ); in SvtTemplateWindow()1058 pIconWin->SetClickHdl( LINK( this, SvtTemplateWindow, IconClickHdl_Impl ) ); in SvtTemplateWindow()1065 long nWidth = pIconWin->GetMaxTextLength() * 8 / 7 + 1; // extra space for border in SvtTemplateWindow()1066 aSplitWin.InsertItem( ICONWIN_ID, pIconWin, nWidth, SPLITWINDOW_APPEND, 0, SWIB_FIXED ); in SvtTemplateWindow()1072 pIconWin->Show(); in SvtTemplateWindow()1097 delete pIconWin; in ~SvtTemplateWindow()1112 String aURL = pIconWin->GetSelectedIconURL(); in IMPL_LINK()1114 aURL = pIconWin->GetCursorPosIconURL(); in IMPL_LINK()[all …]
241 SvtIconWindow_Impl* pIconWin; member in SvtTemplateWindow286 inline sal_Bool HasIconWinFocus() const { return pIconWin->HasChildPathFocus(); } in HasIconWinFocus()