Ivan Timofeev
5122e3413b
cppcheck: avoid possible null pointer dereferences
2011-11-06 15:47:55 +04:00
Ivan Timofeev
9b94d385f9
cppcheck: avoid possible null pointer dereferences
2011-11-04 23:01:17 +04:00
Takeshi Abe
307535d98a
removed unused macro
2011-11-05 00:05:20 +09:00
Michael Stahl
66d9925bb6
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core
2011-11-02 17:49:42 +01:00
Michael Stahl
b2254d5d6f
rhbz#657394: sd::DocumentRenderer:
...
Closing an Impress document while it is printing results in the document
being destroyed, but the DocumentRenderer still retaining views that
contain SfxItemSets that reference the document's SfxItemPool.
Prevent the crash by retaining a SfxObjectShellRef.
2011-11-02 13:21:14 +01:00
Ivan Timofeev
eda6d8971d
fix fdo#31966: inserting empty slide when printing handouts
2011-10-30 21:13:52 +04:00
Tor Lillqvist
70db161e69
WaE: C++ exception handler used, but unwind semantics are not enabled
2011-10-26 15:26:19 +03:00
Tor Lillqvist
19ced247c6
WaE: unreferenced local variable
2011-10-26 15:26:17 +03:00
Tor Lillqvist
cfb050dfb1
WaE: class has virtual functions, but destructor is not virtual
2011-10-26 15:26:14 +03:00
Tor Lillqvist
00677707d3
WaE: class has virtual functions, but destructor is not virtual
2011-10-26 15:26:12 +03:00
Tor Lillqvist
69746a5e96
WaE: reinterpret_cast used between related classes
2011-10-26 15:26:09 +03:00
Olivier Hallot
a5d6dca3e9
Fix for fdo41997 continuation of VCL cleanup
2011-10-25 13:42:00 +01:00
Olivier Hallot
b0224f8050
Fix for bug fdo#41997, cleanup vcl enumeration
2011-10-21 20:48:03 +01:00
Felix Zhang
48e2a853b9
remove unused methods from sd::slidesorter
2011-10-21 16:56:52 +02:00
Rob Snelders
638804f7e2
Added a scanbutton to the scan-dialog
2011-10-20 23:04:13 +02:00
François Tigeot
708892fe70
Disable a cppunit test crashing on DragonFly.
2011-10-17 15:12:33 +02:00
Tor Lillqvist
51a1995381
WaE: type name first seen using 'struct' now seen using 'class'
2011-10-10 12:53:16 +03:00
Tor Lillqvist
1babb8f66b
WaE: class has virtual functions, but destructor is not virtual
2011-10-10 12:53:13 +03:00
Tor Lillqvist
1459d574f4
WaE: reinterpret_cast used between related classes
2011-10-10 12:53:11 +03:00
Caolán McNamara
9da5c3b8e3
callcatcher: remove some unused code
2011-10-10 08:51:15 +01:00
Muthu Subramanian
ce285da92f
n#685123: Undo corrupting the document.
2011-10-07 20:15:01 +05:30
Pierre-André Jacquod
26b17d5c2c
cppcheck scope reduction in sd/... CustomAnimationList.cxx
2011-10-07 15:57:37 +02:00
Pierre-André Jacquod
f087747a58
cppcheck reduce scope of var in sd/ pptin.cxx
2011-10-07 15:57:37 +02:00
Bjoern Michaelsen
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
Bjoern Michaelsen
8a3a108f5e
adapt sd unittests to separate RdbTarget makefile requirement
2011-10-04 18:34:24 +02:00
Ivan Timofeev
e758f6fa4b
fix doubling of one page when range is empty and incorrect selection page
2011-10-04 14:57:08 +01:00
Caolán McNamara
3a924f260d
drop voids and constify GetCurrentPageIndex
2011-10-03 10:40:17 +01:00
Ivan Timofeev
92ed1be5c9
remove unused and dead code in DocumentRenderer.cxx
2011-10-03 10:32:00 +01:00
Ivan Timofeev
cb7c75302f
migrate to StringRangeEnumerator in Draw
2011-10-03 10:31:57 +01:00
Caolán McNamara
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
Michael Meeks
642553238c
add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste
2011-09-27 15:07:12 +01:00
Noel Power
5609c512cd
move OCX_Control ( and subclasses ) and OCX control export to oox
2011-09-26 12:06:04 +01:00
Stephan Bergmann
51dcb469c0
Fixed DBG_ASSERT broken by recent commit.
2011-09-26 11:18:02 +02:00
Michael Meeks
3d22598a19
more post colortable cleanup
2011-09-26 09:12:02 +01:00
Michael Meeks
c8dc737208
re-factor XPropertyList derivatives to use a rtl::Reference
...
This cleans up a lot of lifecycle nasties and cleans up some serious
cut/paste code duplication issues at the same time. Cleanup the
naming of ColorTable -> ColorList to match the impl. too
2011-09-24 08:33:46 +01:00
Jan Holesovsky
eb3b4ec7c2
Fix comment to reference the right bugtracker.
2011-09-23 09:23:35 +02:00
Armin Le Grand
d543cb25e1
Fix #i118456# make sure TextEdit changes get pushed to model
...
(cherry-picked from http://svn.apache.org/viewvc?rev=1174130&view=rev )
2011-09-22 17:44:21 +02:00
Caolán McNamara
871426533f
just silence the auto_ptr deprecations in isolation
2011-09-22 15:01:05 +01:00
Thomas Arnhold
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Ivan Timofeev
c62fc469aa
fdo#38391: don't crash while dropping texture
2011-09-17 19:35:50 +01:00
Stephan Bergmann
7d1bb036e1
Simplified setting headless mode for smoke-/subsequenttetss.
...
Both C++ and Java OfficeConnection code now always pass --headless, so no
need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that
link against vcl still need an explicit --headless.
2011-09-16 10:38:06 +02:00
Peter Rabi
0c113d825d
Fix of localised template name problems in Impress part 1
...
Template entries now appear in the correct word order
in their representation in TemplateScanner. That makes
dlgass template listboxes work as expected.
Contributed under license LGPLv3+/MPL.
2011-09-14 22:25:53 +02:00
Julien Nabet
81607ad3e7
remove this TODO created in 2000
2011-09-13 21:01:56 +02:00
Stephan Bergmann
d996328cd5
sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
...
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Michael Meeks
0f690c3495
Initial DocumentSettingsSerializer implementation
2011-09-11 09:27:05 +02:00
Michael Meeks
313b8b0db3
initial DocumentSettingsSerializer interface impl.
2011-09-11 09:27:02 +02:00
Michael Meeks
cbcfda9b20
add XPropertyList enum, factory, and associated cleanup
2011-09-11 09:26:59 +02:00
Caolán McNamara
4388c7cab4
convert the last of sd's ByteStrings to rtl::OString[Buffer]
...
fix potential bug in "3D" search while I'm at it I guess
2011-09-09 09:23:09 +01:00
Caolán McNamara
595ce66e70
ByteString->rtl::OString, etc
2011-09-08 09:29:31 +01:00
Caolán McNamara
4f7bb219c0
surely a terrible idea to use a random system encoding here
2011-09-07 08:54:40 +01:00