Lines Matching refs:pHistoryList
1047 pHistoryList ( NULL ) in SvtTemplateWindow()
1100 if ( pHistoryList ) in ~SvtTemplateWindow()
1102 for ( sal_uInt32 i = 0; i < pHistoryList->Count(); ++i ) in ~SvtTemplateWindow()
1103 delete pHistoryList->GetObject(i); in ~SvtTemplateWindow()
1104 delete pHistoryList; in ~SvtTemplateWindow()
1233 if ( !pHistoryList ) in AppendHistoryURL()
1234 pHistoryList = new HistoryList_Impl; in AppendHistoryURL()
1235 else if ( pHistoryList->Count() > 0 ) in AppendHistoryURL()
1237 FolderHistory* pLastEntry = pHistoryList->GetObject( pHistoryList->Count() - 1 ); in AppendHistoryURL()
1244 pHistoryList->Insert( pEntry, LIST_APPEND ); in AppendHistoryURL()
1245 aFileViewTB.EnableItem( TI_DOCTEMPLATE_BACK, pHistoryList->Count() > 1 ); in AppendHistoryURL()
1253 FolderHistory* pEntry = pHistoryList->Remove( pHistoryList->Count() - 1 ); in OpenHistory()
1254 pEntry = pHistoryList->Remove( pHistoryList->Count() - 1 ); in OpenHistory()
1255 aFileViewTB.EnableItem( TI_DOCTEMPLATE_BACK, pHistoryList->Count() > 1 ); in OpenHistory()
1269 if ( pHistoryList && pHistoryList->Count() > 1 ) in DoAction()
1518 if( pHistoryList ) in ClearHistory()
1519 pHistoryList->Clear(); in ClearHistory()