Commit graph

7624 commits

Author SHA1 Message Date
Michael Meeks
9b8067d675 disable EMF+ rendering on windows - it doesn't work yet 2011-02-15 12:46:33 +00:00
Caolán McNamara
e4840966c6 try and use the same spacing between checkboxes and text as vcl does 2011-02-11 13:24:47 +00:00
Caolán McNamara
5aee848d35 add sample Hangul text for hang script-tag 2011-02-10 14:08:40 +00:00
Caolán McNamara
50bd906a0f preview area is a little overlarge 2011-02-10 13:26:08 +00:00
Joseph Powers
4c77cde77d Delete some unused code
Also some trailing whitespace in the editbrowsebox.hxx
2011-02-09 08:17:16 -08:00
Caolán McNamara
052a4a89ed Resolves: fdo#33510 better font preview for Arabic/CTL fonts 2011-02-09 14:33:20 +00:00
Joseph Powers
2ba79400a4 Remove DECLARE_LIST( ImpFilterList, ImpFilterItem* ) 2011-02-09 06:29:19 -08:00
Joseph Powers
9f4f8dae5a Remove DECLARE_LIST( UniStringList, UniString* ) 2011-02-08 22:18:52 -08:00
Tobias Rosenberger
ff9c588d9b translated parts of German comment in svtools/inc/ruler.hxx 2011-02-08 21:49:59 -05:00
Luboš Luňák
52c63c207d revert USHORT->size_t change, breaks build
clone/components/cui/source/tabpages/borderconn.cxx:215:1: error: narrowing conversion of '-1u' from 'size_t' to 'short unsigned int' inside { }
2011-02-08 19:55:45 +01:00
Joseph Powers
63ec47e630 Remove DECLARE_LIST( ValueItemList, ValueSetItem* ) 2011-02-08 07:00:55 -08:00
Caolán McNamara
c3cdfda71d GetTaskItem unused anywhere 2011-02-08 12:05:58 +00:00
Tor Lillqvist
f10a74f4fd Move prewin.h and postwin.h to solenv and adapt 2011-02-08 14:02:04 +02:00
Cédric Bosdonnat
5c7c8cd6ef Fixed crasher introduced by commit #196197b2 2011-02-08 10:06:11 +01:00
Fridrich Štrba
b162c5d59e std::bit_vector -> ::std::vector<bool, std::allocator<bool> > 2011-02-08 07:48:03 +01:00
Joseph Powers
1e82579c58 Remove DECLARE_LIST( ImplTaskSBItemList, ImplTaskSBFldItem* ) 2011-02-07 19:44:59 -08:00
Thomas Arnhold
dedffc5920 Remove some dead code 2011-02-07 23:06:03 +01:00
Joseph Powers
d73b93915d Remove DECLARE_LIST( ImplTaskItemList, ImplTaskItem* ) 2011-02-07 06:50:58 -08:00
Cédric Bosdonnat
8bf38998ec Fixed size computation for toolbar menus with controls 2011-02-07 13:03:46 +01:00
Cédric Bosdonnat
3200629612 Fixed ToolbarMenu drawing text over controls if any 2011-02-07 11:37:41 +01:00
Andreas Sliwka
016bb06464 translate some German comments 2011-02-06 15:15:29 +00:00
Joseph Powers
bd24a310be Remove DECLARE_LIST( ImplHeadItemList, ImplHeadItem* ) 2011-02-05 12:26:26 -08:00
Joseph Powers
5b42e9d75c Remove DECLARE_LIST( ImplFontList, ImplFontNameListData* ) 2011-02-05 07:25:59 -08:00
Joseph Powers
1b82bcb4f9 Remove DECLARE_LIST( ImpLineList, ImpLineListData* ) 2011-02-05 06:57:33 -08:00
Joseph Powers
87c3b65c6c Remove DECLARE_LIST( ImpColorList, ImplColorListData* ) 2011-02-05 06:23:11 -08:00
Joseph Powers
d97973cab1 Remove DECLARE_LIST( NewDocList_Impl, ::rtl::OUString* ) 2011-02-05 05:51:50 -08:00
Joseph Powers
543338c529 Remove some more INCLUDED_HASH_MAP guards.
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-04 19:16:49 -08:00
Tobias Rosenberger
c5d7868a6a Translated parts of German comment in inc/ruler.hxx 2011-02-04 22:02:12 +01:00
Joseph Powers
580ef36b03 Remove DECLARE_LIST( HistoryList_Impl, FolderHistory* )
Also found some memory leeks...
2011-02-03 20:56:23 -08:00
Fridrich Strba
e99fcbe58e Bulk move libs-gui to boost unordered containers 2011-02-04 01:10:15 +01:00
Caolán McNamara
55e325ab97 fix copy ctor and assignment sigs 2011-02-03 14:46:28 +00:00
Caolán McNamara
3438e33b8a fix up some includes 2011-02-03 14:16:16 +00:00
Caolán McNamara
4fae3e1d62 Related: fdo#33510 right align symbol preview area and center text on line
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-03 14:08:51 +00:00
Caolán McNamara
fc3042d278 Related: fdo#33510 identify known symbol fonts that don't advertise as such 2011-02-03 13:34:48 +00:00
Joseph Powers
079dc26ce4 Remove DECLARE_LIST( StringList_Impl, OUString* ) 2011-02-02 21:38:56 -08:00
Joseph Powers
f2a76c0e0b Remove some commented code 2011-02-02 20:46:55 -08:00
Joseph Powers
0e3fe17713 Remove DECLARE_LIST( RectangleList, Rectangle* ) 2011-02-02 20:41:45 -08:00
Jonathan Callen
74a67b2c88 Convert tools/list.hxx usage to std::list 2011-02-02 15:29:26 -05:00
Joseph Powers
9cae2e68ca Remove DECLARE_LIST( BrowserColumns, BrowserColumn* ) 2011-02-02 07:38:02 -08:00
Thomas Arnhold
931d9ef98d Clean up makefiles 2011-02-02 12:16:37 +01:00
Thomas Arnhold
32ce576ef9 Remove RCS information 2011-02-01 17:58:54 +01:00
Kurosawa Takeshi
3fd326e398 Remove GradientWrapper
These files are not compiled.
2011-01-31 12:38:36 +01:00
Thomas Arnhold
bdfe8dfb23 Remove OV_DEBUG. 2011-01-29 15:41:51 +01:00
Thomas Arnhold
ac3628a412 Remove double line spacing and unused code. 2011-01-29 15:41:50 +01:00
An Leenders
6c6eafb05b cpp cleanliness: check for assignment to self 2011-01-26 20:16:30 +00:00
David Tardon
025ddb2c12 WaE: remove unused variable 2011-01-25 15:21:12 +01:00
Caolán McNamara
90b755b283 WaE: gcc 4.6.0 various warnings 2011-01-25 10:29:50 +00:00
Thomas Arnhold
4d6bcb340d Remove FS_PRIV_DEBUG directive. 2011-01-24 22:20:45 +01:00
Caolán McNamara
85398c935b WaE: gcc 4.6.0 various warnings 2011-01-24 10:46:04 +00:00
Thomas Arnhold
3a1894b17e Remove some dead code. 2011-01-22 16:55:34 +01:00