Lines Matching refs:pHistoryList
1050 pHistoryList ( NULL ) in SvtTemplateWindow()
1103 if ( pHistoryList ) in ~SvtTemplateWindow()
1105 for ( sal_uInt32 i = 0; i < pHistoryList->Count(); ++i ) in ~SvtTemplateWindow()
1106 delete pHistoryList->GetObject(i); in ~SvtTemplateWindow()
1107 delete pHistoryList; in ~SvtTemplateWindow()
1236 if ( !pHistoryList ) in AppendHistoryURL()
1237 pHistoryList = new HistoryList_Impl; in AppendHistoryURL()
1238 else if ( pHistoryList->Count() > 0 ) in AppendHistoryURL()
1240 FolderHistory* pLastEntry = pHistoryList->GetObject( pHistoryList->Count() - 1 ); in AppendHistoryURL()
1247 pHistoryList->Insert( pEntry, LIST_APPEND ); in AppendHistoryURL()
1248 aFileViewTB.EnableItem( TI_DOCTEMPLATE_BACK, pHistoryList->Count() > 1 ); in AppendHistoryURL()
1256 FolderHistory* pEntry = pHistoryList->Remove( pHistoryList->Count() - 1 ); in OpenHistory()
1257 pEntry = pHistoryList->Remove( pHistoryList->Count() - 1 ); in OpenHistory()
1258 aFileViewTB.EnableItem( TI_DOCTEMPLATE_BACK, pHistoryList->Count() > 1 ); in OpenHistory()
1272 if ( pHistoryList && pHistoryList->Count() > 1 ) in DoAction()
1521 if( pHistoryList ) in ClearHistory()
1522 pHistoryList->Clear(); in ClearHistory()