Commit graph

37257 commits

Author SHA1 Message Date
Tor Lillqvist
40c9e4f82e Building rsc makes sense only for desktop OSes 2011-07-10 10:23:08 +03:00
Tor Lillqvist
a259b3da31 Don't pointlessly build build-time tools when cross-compiling 2011-07-10 10:20:25 +03:00
Tor Lillqvist
0abcc8b6e3 Don't pointlessly build the i18npool build-time tools when cross-compiling 2011-07-10 09:35:02 +03:00
Joseph Powers
dd1e686fed Replace List with std::vector< ImplAnimView* >
Ok, the list was a pointer to the list; however, the constructor always
created one and it was never replaced. Thus, I don't see a reason for the
member to be a pointer.
2011-07-09 19:55:39 -07: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
Joseph Powers
2da3b7076c Replace List with std::vector< AnimationBitmap* > 2011-07-09 07:13:09 -07:00
Tor Lillqvist
1203a32cb6 Build cpputools only for desktop OSes 2011-07-09 15:07:39 +03:00
Joseph Powers
648e382b3b Whitespace cleanup.
I'm have a lot of Lists to cleanup; so lets just get the whitespace fixed
first.
2011-07-08 21:20:12 -07:00
Francois Tigeot
59c08b6f76 Stop pretending to stay compatible with non-XKB X servers 2011-07-08 17:14:00 +02:00
Joseph Powers
d6f788b984 Replace List with std::vector< INetMIMEMessage* >
I also removed "sal_uIntPtr nNumChildren;". The use was question able at
best. Its count could be off because AttachChild() set it to size() if the
child was added; however, if the child wasn't added the person doing the
AttachChild() was also incrementing the count.

Related to the removal of nNumChildren, I also removed the GetChildCount()
& SetChildCount() methods because they where only used around the broken
AttachChild() code.
2011-07-08 07:28:01 -07:00
Caolán McNamara
a7d7624d5f catch by const reference 2011-07-08 10:50:41 +01:00
Caolán McNamara
bdbb385c77 catch by const reference 2011-07-08 10:50:41 +01:00
Takeshi Abe
1737c05013 header for rtl::OStringBuffer 2011-07-08 18:12:46 +09:00
Joseph Powers
b1fdf9dc77 Replace List with std::vector< INetMessageHeader* > 2011-07-07 19:16:58 -07:00
Caolán McNamara
2d360f0397 bodge this in to help people build for the moment 2011-07-07 16:08:38 +01:00
Katarina Machalkova
3b88fce039 Duplicate entries in Directory definition are no longer treated as errors
Fixes a problem where cetain XLS documents open as blank in
LibreOffice.

Described in the non-public bnc#682484.
2011-07-07 16:39:23 +03:00
Caolán McNamara
930450f44e ByteString::CreateFromInt32->rtl::OString::valueOf 2011-07-07 11:18:39 +01:00
Markus Mohrhard
ce30b112e3 fdo#38963: crash in number format dialog 2011-07-07 12:09:44 +02:00
Joseph Powers
750ba4b760 Remove unused class INetIOStream 2011-07-06 19:24:33 -07:00
Tor Lillqvist
bf02d13352 chmod -x 2011-07-06 21:00:55 +03:00
Tor Lillqvist
30804502d9 Drop Win9x and NT4 code 2011-07-06 21:00:53 +03:00
Caolán McNamara
43d7111c83 don't need this I believe 2011-07-06 17:27:50 +01:00
Caolán McNamara
7ba7f588ff add some emf test-cases 2011-07-06 17:27:50 +01:00
Cédric Bosdonnat
004a29b9ac Fixed a crash: GDIMetafile was deleted twice 2011-07-06 18:05:48 +02:00
Joseph Powers
bac1a3ff16 Remove unused class INetMessageHeaderIterator 2011-07-06 07:05:59 -07:00
Caolán McNamara
8ba39261d6 handle busted emf lengths 2011-07-06 13:41:52 +01:00
Caolán McNamara
645361f802 add some wmf test-cases 2011-07-06 13:17:03 +01:00
Caolán McNamara
a1b214effc add regression testing infrastructure for wmf/emf 2011-07-06 13:10:43 +01:00
Christina Rossmanith
7ae4abd293 Added SvStream::ReadLine( rtl::OString& ) 2011-07-05 21:57:25 +02:00
Takeshi Abe
1123974f67 removed obsolete code/comments 2011-07-05 08:41:34 +09:00
Tor Lillqvist
4281dfd19a Experimental dummy hacks for Android and iOS 2011-07-04 21:58:13 +03:00
Tor Lillqvist
0bcbc58743 Cannot build cairocanvas without cairo 2011-07-04 21:58:12 +03:00
Caolán McNamara
64c7d47de6 conditionalize this for librsvg 2011-07-04 13:53:26 +01:00
Caolán McNamara
e484593e2c link unconditionally to cairo for librsvg 2011-07-04 12:41:29 +01:00
Caolán McNamara
d8ba18651c Related: #i46388# busted ole2 wrapper 2011-07-03 12:30:00 +01:00
Caolán McNamara
23a90a9923 callcatcher: unused InputFile 2011-07-03 01:12:01 +01:00
Caolán McNamara
1df73a8a61 callcatcher: unused MacroParser 2011-07-03 01:07:08 +01:00
Caolán McNamara
a0a3c24609 ByteString::CreateFromInt32->rtl::OString::valueOf 2011-07-02 23:17:56 +01:00
Caolán McNamara
0fa72e3693 ByteString::CreateFromInt32->rtl::OString::valueOf 2011-07-02 23:05:34 +01:00
Caolán McNamara
98cabfbb70 tweak appendLocaleInfo to return a new string 2011-07-01 23:05:38 +01:00
Caolán McNamara
8d4d7b1062 ByteString::CreateFromInt32 -> OString::valueOf 2011-07-01 23:01:39 +01:00
Caolán McNamara
ce5702fca8 ByteString::CreateFromInt32 -> OString::valueOf 2011-07-01 22:27:20 +01:00
Luboš Luňák
5e692599df remove executable bit from .cxx files 2011-07-01 12:13:00 +02:00
Caolán McNamara
d4b3fa6abe ByteString->rtl::OStringBuffer 2011-07-01 09:08:46 +01:00
Caolán McNamara
ae25807a84 ByteString::CreateFromInt32 -> OString::valueOf 2011-07-01 09:08:45 +01:00
Francois Tigeot
094092d474 Do not include filedlg.hxx when not necessary 2011-07-01 07:31:26 +02:00
Tor Lillqvist
fe26694b03 Add Emacs and vim mode lines to *.mm files, too 2011-07-01 01:20:00 +03:00
Caolán McNamara
5f241208f1 callcatcher: unused code 2011-06-30 11:35:17 +01:00
Caolán McNamara
8d22e8e7d3 unused pure-virtual WorkOnRessourceEnd body 2011-06-30 11:35:17 +01:00
Caolán McNamara
b03b96fc6e remove deprecated ByteString::CreateFromInt64 2011-06-30 11:35:17 +01:00