summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2011-02-21Remove CSET supportThomas Arnhold
Obsolete IBM CSet C-Compiler
2011-02-20Remove DECLARE_LIST( ImplTabBarList, ImplTabBarItem* )Joseph Powers
2011-02-19Some more #include <tools/list.hxx> cleanupJoseph Powers
I basically removed them for everywhere and then added back in only the ones required to get it to build. I did a "make distclean" on Mac and it worked.
2011-02-16Remove WTC supportThomas Arnhold
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "WTC - watcom compiler (OS2, WNT?) - obsolete"
2011-02-16Remove MTW supportThomas Arnhold
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "MTW - metrowerks compiler (mac OS9 ?) - obsolete"
2011-02-16Remove unused USED ;)Thomas Arnhold
2011-02-16Remove XX_OVThomas Arnhold
2011-02-16Remove DBG_MIThomas Arnhold
2011-02-16fixed spelling menues -> menusChristina Rossmanith
2011-02-15use Natural sort as default sort for listboxes, etc.Caolán McNamara
2011-02-15disable EMF+ rendering on windows - it doesn't work yetMichael Meeks
2011-02-11try and use the same spacing between checkboxes and text as vcl doesCaolán McNamara
2011-02-10add sample Hangul text for hang script-tagCaolán McNamara
2011-02-10preview area is a little overlargeCaolán McNamara
2011-02-09Delete some unused codeJoseph Powers
Also some trailing whitespace in the editbrowsebox.hxx
2011-02-09Resolves: fdo#33510 better font preview for Arabic/CTL fontsCaolán McNamara
2011-02-09Remove DECLARE_LIST( ImpFilterList, ImpFilterItem* )Joseph Powers
2011-02-08Remove DECLARE_LIST( UniStringList, UniString* )Joseph Powers
2011-02-08translated parts of German comment in svtools/inc/ruler.hxxTobias Rosenberger
2011-02-08revert USHORT->size_t change, breaks buildLuboš Luňák
clone/components/cui/source/tabpages/borderconn.cxx:215:1: error: narrowing conversion of '-1u' from 'size_t' to 'short unsigned int' inside { }
2011-02-08Remove DECLARE_LIST( ValueItemList, ValueSetItem* )Joseph Powers
2011-02-08GetTaskItem unused anywhereCaolán McNamara
2011-02-08Move prewin.h and postwin.h to solenv and adaptTor Lillqvist
2011-02-08Fixed crasher introduced by commit #196197b2Cédric Bosdonnat
2011-02-08std::bit_vector -> ::std::vector<bool, std::allocator<bool> >Fridrich Štrba
2011-02-07Remove DECLARE_LIST( ImplTaskSBItemList, ImplTaskSBFldItem* )Joseph Powers
2011-02-07Remove some dead codeThomas Arnhold
2011-02-07Remove DECLARE_LIST( ImplTaskItemList, ImplTaskItem* )Joseph Powers
2011-02-07Fixed size computation for toolbar menus with controlsCédric Bosdonnat
2011-02-07Fixed ToolbarMenu drawing text over controls if anyCédric Bosdonnat
2011-02-06translate some German commentsAndreas Sliwka
2011-02-05Remove DECLARE_LIST( ImplHeadItemList, ImplHeadItem* )Joseph Powers
2011-02-05Remove DECLARE_LIST( ImplFontList, ImplFontNameListData* )Joseph Powers
2011-02-05Remove DECLARE_LIST( ImpLineList, ImpLineListData* )Joseph Powers
2011-02-05Remove DECLARE_LIST( ImpColorList, ImplColorListData* )Joseph Powers
2011-02-05Remove DECLARE_LIST( NewDocList_Impl, ::rtl::OUString* )Joseph Powers
2011-02-04Remove some more INCLUDED_HASH_MAP guards.Joseph Powers
INCLUDED_HASH_MAP is used for <hash_map> also which can cause issues. unordered_map.hpp has it's own internal guard so its safe to just remove the exernal guard.
2011-02-04Translated parts of German comment in inc/ruler.hxxTobias Rosenberger
2011-02-03Remove DECLARE_LIST( HistoryList_Impl, FolderHistory* )Joseph Powers
Also found some memory leeks...
2011-02-04Bulk move libs-gui to boost unordered containersFridrich Strba
2011-02-03fix copy ctor and assignment sigsCaolán McNamara
2011-02-03fix up some includesCaolán McNamara
2011-02-03Related: fdo#33510 right align symbol preview area and center text on lineCaolán McNamara
Stick the symbol preview over on the right, do more careful shrinkage of fonts to fit height if neceessary, chop bits off the preview text to get it to fit in available space to make it looks pleasently aligned. Be way more careful about centering the text in the available area.
2011-02-03Related: fdo#33510 identify known symbol fonts that don't advertise as suchCaolán McNamara
2011-02-02Remove DECLARE_LIST( StringList_Impl, OUString* )Joseph Powers
2011-02-02Remove some commented codeJoseph Powers
2011-02-02Remove DECLARE_LIST( RectangleList, Rectangle* )Joseph Powers
2011-02-02Convert tools/list.hxx usage to std::listJonathan Callen
2011-02-02Remove DECLARE_LIST( BrowserColumns, BrowserColumn* )Joseph Powers
2011-02-02Clean up makefilesThomas Arnhold