Thomas Arnhold
099a6640fa
Remove dead code
2011-02-06 13:30:33 +01:00
Thomas Arnhold
a4008f3093
Correct OSL_DEBUG_LEVEL usage
...
- remove values greater than 2
- move level 1 for debug_printf() to level 2 as it's user defined output
and it gets defined at level 2 in salframe.cxx for example.
2011-02-06 13:30:33 +01: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
Fridrich Štrba
bdb03faba5
some more std::hash_map::resize rests removed
2011-02-05 04:23:48 +01: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
Joseph Powers
4b1d6163d7
Remove the #include guards. The .hxx file has it's own guards.
...
Also add #include <vector> to work around a boost issue.
2011-02-04 18:35:41 -08:00
Tobias Rosenberger
c5d7868a6a
Translated parts of German comment in inc/ruler.hxx
2011-02-04 22:02:12 +01:00
Joseph Powers
4e2e095874
boost::unordered_map<> doesn't support resize()
2011-02-04 05:50:07 -08:00
Cédric Bosdonnat
6c3dca1f71
No resize for boot::unordered_map.
2011-02-04 11:53:42 +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
e06b75860a
std::hash -> boost::hash
2011-02-04 03:09:05 +01:00
Fridrich Strba
cbd9e9d4b8
use boost::hash instead of std::hash
2011-02-04 01:10:15 +01:00
Fridrich Strba
e99fcbe58e
Bulk move libs-gui to boost unordered containers
2011-02-04 01:10:15 +01:00
Chris Carpenter(mordocai)
fad7c8f3e0
Complete Easy Hack: Remove obsolete BmpColorMode enum
2011-02-03 17:53:48 +00:00
Peter Jentsch
89c80fd107
New sax documenthandler adapter.
...
A simple adapter for sax document handlers and is a prerequisite of
the new flat odf export implementation.
2011-02-03 17:47:06 +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
Kohei Yoshida
f8953be00b
i18npool now depends on cpputools for regcomp for its unit test.
2011-02-02 10:19:43 -05:00
Joseph Powers
1a82137a5d
Remove DECLARE_LIST(SvAddressList_Impl, SvAddressEntry_Impl*)
2011-02-02 05:19:11 -08:00
Caolán McNamara
ebdca00eb6
enable the breakiterator line break test
2011-02-02 13:10:20 +00:00
Thomas Arnhold
931d9ef98d
Clean up makefiles
2011-02-02 12:16:37 +01:00
Joseph Powers
e043b21174
Remove DECLARE_LIST( UCBStorageElementList_Impl, UCBStorageElement_Impl* )
...
Also:
- Fixed 2 memory leeks: UCBStorage_Impl::Commit & UCBStorage_Impl::Revert
They where erasing the list item but not deleting the object.
- Fixed the code to not skip the element after a removed item.
UCBStorage_Impl::Revert & UCBStorage_Impl::Commit
The code passes smoketest.
2011-02-01 22:03:59 -08:00
Thomas Arnhold
957c87b827
Clean up makefiles
2011-02-01 17:58:55 +01:00
Thomas Arnhold
32ce576ef9
Remove RCS information
2011-02-01 17:58:54 +01:00
Joseph Powers
177abf4048
Remove DECLARE_LIST( FileStringList, String* )
2011-02-01 07:24:09 -08:00
Caolán McNamara
446d59e168
exclude the localized style names from the cachemap
2011-02-01 10:20:22 +00:00
pgajdos
3043fec55d
Fixing font style languages.
2011-02-01 09:02:12 +00:00
Julien Nabet
78d248934f
Some cppcheck cleaning
2011-01-31 23:07:30 +01:00
Michael Meeks
2c88bc218b
fix branching on un-initialized memory in some cases
2011-01-31 20:41:37 +00:00
Thomas Arnhold
c502fa5f30
Remove RCS lines.
2011-01-31 19:03:12 +01:00
Cédric Bosdonnat
47f34102d1
fdo#33459: year of era in long format for zh_TW by default
2011-01-31 14:54:26 +01:00
Kurosawa Takeshi
3fd326e398
Remove GradientWrapper
...
These files are not compiled.
2011-01-31 12:38:36 +01:00
Lucas Baudin
0377b99b3f
GTK: Use gtk vseparator instead of native one for the toolbar
2011-01-31 11:24:43 +01:00
David Tardon
d326d10ba8
use the right variable
...
Not that it matters much, as nWheelBehavior has the same value...
2011-01-31 08:34:11 +01:00
Andy Holder
4938a98225
cppcheck: Prefer prefix ++/-- operators
2011-01-30 20:59:37 +00:00
Caolán McNamara
b92894e11a
fdo#33349 archaic 'Berling Antiqua' claims to also be 'Times New Roman'
2011-01-30 17:41:15 +00:00
Jesús Corrius
a9c26f1ad7
Fix wrong collation for Catalan language
2011-01-30 15:01:23 +01:00
Fridrich Štrba
dcb890250f
Revert "Work around compilation errors on 64-bit Windows"
...
This reverts commit a82aae8c5da6d708ff0efd17d28548f6d2fa5cc0, which breaks
directx canvas build on Windows 32-bit
2011-01-30 11:51:29 +01:00
Thomas Arnhold
bdfe8dfb23
Remove OV_DEBUG.
2011-01-29 15:41:51 +01:00