Commit graph

1458 commits

Author SHA1 Message Date
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Josh Heidenreich
904d59fab9 add missing README to animation, sc, sd, slideshow, starmath, sw 2012-02-04 09:26:08 -06:00
Caolán McNamara
04d58ef75a String->rtl::OUString 2012-01-24 16:53:55 +00:00
David Tardon
d5286b6462 WaE: deleting object of abstract class type with non-virtual destructor 2012-01-15 20:27:26 +01:00
Olivier Hallot
806dce17d6 Fix for fdo43460 Part XXXIV getLength() to isEmpty()
Part XXXIV
Modules
shell, slideshow, sot, starmath
2012-01-11 18:43:07 -02:00
Thorsten Behrens
122cb4ff9c Fix fdo#43820 - properly initialize iterators before math. 2012-01-11 00:08:01 +01:00
Thomas Arnhold
2c3d0ff9f8 Use SAL_N_ELEMENTS
Some more like Thorstens diff 9c59cd15b1

Done with some regex magic (and a check if this var is an array):

s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
2012-01-10 16:52:33 +01:00
Thorsten Behrens
9c59cd15b1 Use SAL_N_ELEMENTS in slideshow where possible. 2012-01-09 18:57:11 +01:00
Thorsten Behrens
ce123a5c6f Fix totally busted whitespace in slideshow module. 2012-01-09 18:48:56 +01:00
Thorsten Behrens
c85142eb63 Fix more incorrect iterator re-use.
Follow-up fix for 540963d879
std::algos use iterator arguments by value, and may change them.
2012-01-09 18:37:52 +01:00
Caolán McNamara
d99c1ecdf3 regenerate list under OSL_DEBUG_LEVEL=2 2012-01-05 09:18:14 +00:00
Caolán McNamara
30ec94d8d4 WaE and build fixes for OSL_DEBUG_LEVEL == 2 2012-01-05 09:18:14 +00:00
Michael Stahl
c24552ed05 slideshow: fix unused param warnings in ObjC files 2012-01-04 17:59:39 +01:00
Thorsten Behrens
feb1a67179 Fix slideshow text animations - fdo#43837
String compare was not replaced equivalently, this needs matching
against the XTEXT prefix, not exactly

Removed VERBOSE_TEXTCOMMENTS exporter flag, that's now unused.

Added some verbose-mode trace output
2011-12-22 23:52:15 +01:00
Thorsten Behrens
854dc02f08 Fix for fdo#43837 - prevent invalid shape text indices.
Catch a few cases where an invalid text node index is passed into
the shape subsetter.
2011-12-22 23:51:56 +01:00
Jesse
6a8f6c4b13 Removed extra semicolons 2011-12-15 16:38:50 +00:00
Michael Stahl
5924454a86 slideshow: play back embedded media:
The slideshow uses the UNO API to access the drawing objects,
so add a property to get the temp file URL from the media object.
2011-12-12 21:53:46 +01:00
Bjoern Michaelsen
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
Caolán McNamara
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Caolán McNamara
d57887eaad Resolves: rhbz#759647 ::dispose clears mpPresTimer before releaseTimer called 2011-12-06 16:26:05 +00:00
Lior Kaplan
e10fc18fb2 typo fix: explicitely -> explicitly 2011-12-01 23:41:42 +02:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
Norbert Thiebaud
05b879dabf remove include of pch header from slidewhow 2011-11-27 13:22:08 -06:00
Norbert Thiebaud
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Tor Lillqvist
97722c8215 Drop unnecessary inclusions of <sal/main.h> 2011-11-05 12:11:16 +02:00
Cédric Bosdonnat
7ffe517dea RangeExpander functor removed, but needed in one place.
Added a local class for it: there may be a better fix, but it avoids the
build to break.

Removed a few remaining includes
2011-11-03 08:53:40 +01:00
Caolán McNamara
76e37b7f79 adapt naming scheme 2011-11-01 09:27:24 +00:00
Caolán McNamara
4403ef6fa8 ByteString->rtl::OString 2011-11-01 09:27:23 +00:00
Tor Lillqvist
bb11326047 WaE: type name first seen using 'struct' now seen using 'class' 2011-10-25 13:55:36 +03:00
Tor Lillqvist
a47ef216cc Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API 2011-10-19 14:50:18 +03:00
Pierre-André Jacquod
d97b1a7305 add missing braces for if statement, making correct scope 2011-10-07 15:57:56 +02:00
Michael Meeks
6c2d66e525 remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb 2011-10-05 14:00:34 +01:00
Caolán McNamara
e9a562ed69 cast is gone now 2011-10-05 11:14:49 +01:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02: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
Tor Lillqvist
eeefce57c8 Fix error: invalid conversion from 'long int*' to 'const GLint*' 2011-09-29 22:07:56 +03:00
Stephan Bergmann
10f996efb1 fix trunk gcc compiler errors; second attempt for the previously reverted part 2011-09-29 17:11:14 +02:00
Stephan Bergmann
a08df51f64 Reverted std::hash map part of previous "fix trunk gcc compile errors." 2011-09-29 14:01:20 +02:00
Matúš Kukan
8de6948e4f fix trunk gcc compile errors 2011-09-29 13:22:57 +02:00
Pierre-André Jacquod
162800bbaf cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxx
but left the call to the function behind, since not sure there is
no effect on data
2011-09-26 22:02:39 +02: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
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
Caolán McNamara
6b72a64543 make slideshow ByteString free 2011-09-12 09:09:59 +01:00
Peter Foley
1bd2884369 convert Mesa to gbuild and add to tail_build 2011-09-10 18:52:18 -05:00
Pierre-André Jacquod
aa9fe64403 [cppchecker] unread Variable within a #ifdef [WINT] removed 2011-09-06 22:38:07 +02:00
Caolán McNamara
5ba602cbf0 callcatcher: another layer of unused 2011-09-01 09:53:36 +01:00