Commit graph

67702 commits

Author SHA1 Message Date
Tor Lillqvist
16471e0e6e chmod -x 2011-05-15 00:41:03 +03:00
Tor Lillqvist
c32ebe1bb3 Kill obsolete stuff 2011-05-15 00:39:43 +03:00
Noel Power
c751332218 fix for fdo#36684
fix layout problem with toolbars ( when enabling/disabling them from View/Toolbars )
2011-05-13 17:49:59 +01:00
Andras Timar
c548902bd3 make these entries localizable - fdo#36274 2011-05-13 09:29:08 +02:00
David Tardon
2aa1bbf7d6 fix array overflow 2011-05-12 14:32:30 +02:00
David Tardon
3d50039170 do not leak memory 2011-05-12 14:32:30 +02:00
David Tardon
5861faa1b3 do not leak memory 2011-05-12 14:32:29 +02:00
David Tardon
b7f5f3fea1 do not leak memory 2011-05-12 14:32:29 +02:00
David Tardon
6be5742c15 use rtl::OUString 2011-05-12 14:32:29 +02:00
Noel Power
fcbe10ce74 fix for fdo#37103
reset toolbar command handler when toolbarmanager is destroyed
2011-05-11 13:53:24 +01:00
David Tardon
50f4454fab prefer C++ wrapper to avoid leak 2011-05-11 12:47:55 +02:00
Joseph Powers
403be6168f GDIMetaFile cleanup
Plus trailing whitespace cleanup.
2011-05-10 07:44:41 -07:00
Luboš Luňák
47ce6dbc63 make it possible to update the region passed to BeginDrawLayers() (bnc#683550)
Writer needs this, as it changes the region during painting.
2011-05-10 16:40:52 +02:00
Christian Lohmaier
0495eaf375 WaE unused method (Mac)/use REL_PATH in both places, not only once (non-Mac) 2011-05-09 19:49:15 +02:00
Christina Rossmanith
74ccba128f Moved duplicate code into methods 2011-05-09 13:28:30 +02:00
Rafael Dominguez
9151c89670 Check if ObjectList has any item with empty instead of size. 2011-05-08 06:37:58 -07:00
Rafael Dominguez
322cbf9d4e Remove List in GalleryExplorer::FillObjList functions. 2011-05-08 06:37:58 -07:00
Julien Nabet
b21661ce42 Some cppcheck cleaning 2011-05-08 14:31:03 +02:00
Francois Tigeot
61b5d347d8 Fix previous commit. 2011-05-07 12:23:58 +02:00
Francois Tigeot
b042dd8a36 Do not convert file names to MS-DOS style. 2011-05-07 12:12:51 +02:00
Francois Tigeot
eacd5aa2b5 Do not convert file names to FSYS_STYLE_VFAT 2011-05-07 12:02:50 +02:00
Luboš Luňák
d433e1634d fix horrible indentation 2011-05-06 16:38:33 +02:00
Laurent Godard
c66df18715 add useful msgbox helper awt wrapper 2011-05-06 14:53:43 +01:00
Michael Meeks
55a5d4c611 kill standalone pagein, it is now an integral part of oosplash.bin 2011-05-06 14:53:43 +01:00
Fridrich Štrba
df0071f0ac Clear a leftover instance of DdeTopics 2011-05-06 10:56:43 +02:00
Fridrich Štrba
1b233cf999 Fix to build 2011-05-06 10:41:50 +02:00
Rafael Dominguez
0105e425ba Remove usage of List for DdeConnection in SbiDdeControl. 2011-05-06 10:26:00 +02:00
Joseph Powers
747d3154e3 Remove an unused header. 2011-05-05 06:26:47 -07:00
Bjoern Michaelsen
7aec97f3d2 fdo#36727: use gb_Deliver_deliver to deliver to OUTDIR 2011-05-05 10:18:35 +02:00
Andras Timar
181fd3ec5d copy localized globlmn.hrc to $(OUTDIR)/inc/svx - fdo#36727
otherwise other modules would include the en-US only version
and strings in it would be unlocalized in the build
2011-05-05 10:18:06 +02:00
Francois Tigeot
f4e2232c17 No need to convert the path to a relative one 2011-05-05 09:22:34 +02:00
Michael Meeks
2cffe9a5f5 fix fdo#36838 by avoiding -L argument to pagein 2011-05-04 20:27:43 +01:00
Takeshi Abe
de6e29578b removed dead code 2011-05-05 01:22:16 +09:00
Florian Reuter
771799c23e external-apm-header.diff: fix WMF scaling in RTF import, n#417818 2011-05-04 17:41:30 +02:00
Kalman Szalai - KAMI
43b8894cc2 Adds OxygenOffice as product in sysui 2011-05-03 17:11:34 +02:00
Cédric Bosdonnat
4240ae68b8 fdo#32872: Fixed components names reintroduced with .component files 2011-05-02 17:14:38 +02:00
Muthu Subramanian
e784a2c0ef n#690798: Fixed a crasher. Also, improved batch conversion.
* The pointer is not removed from the array before 'delete'
* FilterMatcher now uses (input) content to guess better.
2011-05-02 17:01:45 +05:30
Tor Lillqvist
7b7c53a529 Delete unused setup_a.cxx file 2011-05-02 14:11:51 +03:00
Christina Rossmanith
9cc6dfd98f remove Attribute_XXX in favor of osl_File_Attribute_XXX (desktop) 2011-04-30 17:43:17 +02:00
Joseph Powers
ce6738ec7b Remove unneed include of <tools/list.hxx> 2011-04-30 08:03:30 -07:00
Joseph Powers
92072096f7 Ignore .gitattributes 2011-04-30 07:44:15 -07:00
Francois Tigeot
b1cc998d9a Remove some OS/2 code 2011-04-30 09:02:07 +02:00
Thorsten Behrens
10c0f7f76f Applied normalize-template-paths-fix (slightly amended)
Fixes n#512146
2011-04-29 19:00:48 +02:00
Tor Lillqvist
cca12f114e Fix compilation error
Avoid temporary variable that was moved from a nested block in
previous commit, but had the same name as a variable alredy existing
in this block.
2011-04-29 11:37:49 +03:00
Norbert Thiebaud
5e259ad384 clean-up obsolete define related to gstreamer or lack thereof 2011-04-28 23:56:15 -05:00
Norbert Thiebaud
4323920f40 bad module name in assigning sdi deps for svxcore 2011-04-28 16:27:22 -05:00
Tor Lillqvist
09649920fc Include <osl/diagnose.h> for OSL_ENSURE etc
No idea why this include is suddenly needed.
2011-04-28 16:38:11 +03:00
David Tardon
84098f4624 this wasn't so good idea after all--reverting for now 2011-04-28 15:07:51 +02:00
Luboš Luňák
7d597eaca6 OpenOffice.org -> LibreOffice 2011-04-28 15:01:22 +02:00
Luboš Luňák
282d1e0844 add presumably missing ReleaseSolarMutex() call
Noticed by Julien Nabet <serval2412@yahoo.fr>. It seems commit
b58863e8ddc923fa737d064b873b8099a24a8c51 reorganized the code
and removed this call. Not quite sure if it's needed as it has
apparently worked fine for a while, but this should match the code
before that commit (except for the pointless TryToAcquire() ).
2011-04-28 14:04:47 +02:00