Caolán McNamara
ae0e8ff40c
callcatcher: unused ImpATan2
2011-07-11 09:05:06 +01:00
Caolán McNamara
583166b519
callcatcher: remove this unused ImpMultBig2 variant
2011-07-11 09:05:06 +01:00
Caolán McNamara
d7f18c8f60
callcatcher: unused GetSchnittBit
2011-07-11 09:05:06 +01:00
Caolán McNamara
27c6b816bc
remove unused and archaic ImpCartToPolar
2011-07-11 09:05:05 +01:00
Caolán McNamara
0e3e30c57e
remove unused and archaic ImpPolarToCart
2011-07-11 09:05:05 +01:00
Caolán McNamara
34a4f4ea35
callcatcher: WriteWindowMetafile moved to binfilter long ago, remove this copy
2011-07-11 09:05:05 +01:00
Caolán McNamara
d208b1094a
callcatcher: remove unused PIList* methods
2011-07-11 09:05:05 +01:00
Joseph Powers
7d1a41c189
Replace List with std::vector< AInfo* >
...
I actually moved the List member from the class to a class method. I think
this is safe because the member was only used in one method and it's life-
span was limited to the one method (populate, process, dispose - all in one
"if" block.
I also removed all the member's export methods since no one used them.
2011-07-09 16:01:45 -07:00
Takeshi Abe
1737c05013
header for rtl::OStringBuffer
2011-07-08 18:12:46 +09:00
Caolán McNamara
930450f44e
ByteString::CreateFromInt32->rtl::OString::valueOf
2011-07-07 11:18:39 +01:00
Cédric Bosdonnat
004a29b9ac
Fixed a crash: GDIMetafile was deleted twice
2011-07-06 18:05:48 +02:00
Caolán McNamara
8ba39261d6
handle busted emf lengths
2011-07-06 13:41:52 +01:00
Caolán McNamara
a0a3c24609
ByteString::CreateFromInt32->rtl::OString::valueOf
2011-07-02 23:17:56 +01:00
Francois Tigeot
094092d474
Do not include filedlg.hxx when not necessary
2011-07-01 07:31:26 +02:00
Caolán McNamara
7fe95cc52c
remove deprecated ByteString::CreateFromInt64
2011-06-29 09:05:07 +01:00
Luke Symes
1dc2221b26
Fix ScrollToAbsPos to work when we have an empty list.
2011-06-27 10:13:49 +02:00
Matus Kukan
ec2ba48815
update component factory methods to use new prefixes, to add lib merging
2011-06-24 14:58:40 +01:00
Caolán McNamara
f1251f68b1
remove parse ByteString variant
2011-06-23 09:08:07 +01:00
Luke Symes
a7e20d7ae2
Implement GetLastEntryInView for SvTreeListBox.
...
This function matches up with GetFirstEntryInView, and will be useful
in saving the scroll state of a SvTreeListBox, in particular
the CustomAnimationList.
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-22 13:57:54 +03:00
Luke Symes
657a01ef25
Implement ScrollToAbsPos for listboxes.
...
Scrolls the listbox so the given entry is the first visible entry.
The existing MakeVisible is not good enough since it won't scroll
down if the given entry is already visible.
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-22 13:57:52 +03:00
Luke Symes
16c9d63da6
Set the listbox height to an integer multiple of the listbox entry height.
...
This ensures that we don't get a half visible entry at the bottom of the view.
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-22 13:57:50 +03:00
Caolán McNamara
6c359e5757
ByteString->rtl::OStringBuffer
2011-06-21 09:13:10 +01:00
Robert Nagy
c481fc6bb8
add missing newline to the end of file to silence the compiler
2011-06-20 17:08:12 +02:00
Caolán McNamara
b74c7e7fce
silence unhelpful assert
2011-06-20 11:08:37 +01:00
Takeshi Abe
b33ae7fc70
remove dead code
2011-06-18 00:01:15 +09:00
Tor Lillqvist
174be928f7
Put the local LetterTable class in the anonymous namespace
2011-06-16 21:07:51 +03:00
Andras Timar
0abc701a09
add Teke-Eboo language - fdo#37275
2011-06-14 17:52:33 +02:00
Caolán McNamara
f2ef13b219
catch by const reference
2011-06-14 09:56:45 +01:00
Caolán McNamara
94cc09fbd0
fix assert, title column added twice
2011-06-14 09:56:44 +01:00
Caolán McNamara
31558d6086
quieten this down a bit
2011-06-13 14:09:27 +01:00
Caolán McNamara
a13904ead0
createFromAscii -> RTL_CONSTASCII_USTRINGPARAM
2011-06-13 11:43:36 +01:00
Radek Doulik
12c57820da
fixed debug build
2011-06-10 16:00:58 +02:00
Caolán McNamara
68ae0620db
fix build, and fix reversed logic
2011-06-10 14:40:55 +01:00
Joseph Powers
7ecb95bbd9
Change ScTreeEntryList to no longer depend on class List.
...
Version 2.0 of the patch. It works this time...
2011-06-10 05:41:14 -07:00
Christina Rossmanith
463563853a
Changed return type of GetHTMLColor
2011-06-05 21:29:06 +02:00
Christina Rossmanith
a4492e92c4
Removed lines from merge conflicts
2011-06-04 13:04:33 +02:00
Christina Rossmanith
3ceeddf4b3
Use SAL_CALL / refurbish #include's (IWYU) / sal_Bool->bool
2011-06-04 13:04:32 +02:00
Christina Rossmanith
260c854f39
Changed HTML_ColorEntry.nColor to sal_uInt32
2011-06-04 13:04:32 +02:00
Christina Rossmanith
56d6589368
Added HTML_TOKEN_ONOFF test
2011-06-04 13:04:32 +02:00
Christina Rossmanith
b419b82c14
Translated comments
2011-06-04 13:04:32 +02:00
Christina Rossmanith
5add730b41
Removed comments/commented code
2011-06-04 13:04:32 +02:00
Christina Rossmanith
a58a4f943f
Translated comments
2011-06-04 13:04:31 +02:00
Christina Rossmanith
11cbcb8b08
Bug 36390 <title /> breaks html filter fixed
2011-06-04 13:04:31 +02:00
Christina Rossmanith
1f967b487f
Translated comments German->English
2011-06-04 13:04:31 +02:00
Caolán McNamara
a5ef12f38f
overly static
2011-06-01 15:21:55 +01:00
Caolán McNamara
8d962494a8
tidy this up
2011-06-01 15:21:54 +01:00
Caolán McNamara
d248451ca3
use tunnel pattern here
2011-06-01 15:21:54 +01:00
Joseph Powers
3c16062109
Replace List in SvTreeList with a vector<>
2011-06-01 04:55:18 -07:00
Luboš Luňák
99dd038001
vcl::DeleteOnDeinit for static BitmapEx objects
...
they should not outlive VCL cleanup (need X connection, etc.)
2011-05-31 20:55:53 +02:00
Jan Holesovsky
ec6c98105a
Merge commit 'libreoffice-3.4.0.2'
...
Conflicts:
svtools/source/filter/wmf/winmtf.hxx
tools/source/fsys/urlobj.cxx
unotools/source/config/configmgr.cxx
unotools/source/config/makefile.mk
vcl/inc/vcl/cursor.hxx
vcl/source/gdi/outdevnative.cxx
vcl/source/window/abstdlg.cxx
vcl/source/window/toolbox.cxx
vcl/unx/generic/printer/ppdparser.cxx
vcl/unx/generic/printer/printerinfomanager.cxx
2011-05-31 10:45:54 +02:00