Home
last modified time | relevance | path

Searched refs:FolderHistory (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx114 struct FolderHistory struct
119 FolderHistory( const String& _rURL, sal_Int32 _nGroup ) : in FolderHistory() argument
123 DECLARE_LIST( HistoryList_Impl, FolderHistory* ) in DECLARE_LIST() argument
1237 FolderHistory* pLastEntry = pHistoryList->GetObject( pHistoryList->Count() - 1 ); in AppendHistoryURL()
1243 FolderHistory* pEntry = new FolderHistory( rURL, nGroup ); in AppendHistoryURL()
1253 FolderHistory* pEntry = pHistoryList->Remove( pHistoryList->Count() - 1 ); in OpenHistory()