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