Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dhistoryoptions.cxx222 case eHELPBOOKMARKS: in GetSize()
268 case eHELPBOOKMARKS: in SetSize()
269 if(nSize!=GetSize(eHELPBOOKMARKS)) in SetSize()
308 case eHELPBOOKMARKS: in impl_truncateList()
372 case eHELPBOOKMARKS: in Clear()
444 case eHELPBOOKMARKS: in GetList()
515 case eHELPBOOKMARKS: in AppendItem()
518 nMaxSize = GetSize(eHELPBOOKMARKS); in AppendItem()
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx80 impl_testHistory(eHELPBOOKMARKS, 100); in checkHelpBookmarks()
406 case eHELPBOOKMARKS : in impl_getNewHistory()
442 case eHELPBOOKMARKS : in impl_getOldHistory()
/trunk/main/unotools/inc/unotools/
H A Dhistoryoptions.hxx60 eHELPBOOKMARKS = 2 enumerator
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx1279 aHistOpt.Clear( eHELPBOOKMARKS ); in ~BookmarksBox_Impl()
1286 …aHistOpt.AppendItem( eHELPBOOKMARKS, rtl::OUString( *pURL ), sEmpty, rtl::OUString( aTitle ), sEmp… in ~BookmarksBox_Impl()
1397 aBookmarkSeq = SvtHistoryOptions().GetList( eHELPBOOKMARKS ); in BookmarksTabPage_Impl()