Commit graph

303005 commits

Author SHA1 Message Date
Luboš Luňák
f096e61a5f add missing endif 2012-03-13 13:51:12 +01:00
Korrawit Pruegsanusak
380f0af0a8 gtar actually expects --strip-components, with trailing 's' 2012-03-13 18:38:37 +07:00
Tor Lillqvist
41b52a106f No need to be afraid of empty quoted strings as test arguments 2012-03-13 12:55:43 +02:00
Tor Lillqvist
4e384372a2 Be consistent in spacing before the ';' terminating a test or while expression 2012-03-13 12:55:42 +02:00
Tor Lillqvist
169a3f2fa5 Use test's -a and -o operators instead of shell && or || constructs 2012-03-13 12:55:41 +02:00
Tor Lillqvist
494ce8b51b Build static liblcms2 for iOS 2012-03-13 12:55:40 +02:00
Andras Timar
6c412d2e69 change Privacy and Legal URLs in API doc 2012-03-13 11:53:05 +01:00
Caolán McNamara
d4c791b13e some more test documents 2012-03-13 10:49:51 +00:00
Caolán McNamara
3beb6f66cb missing namespace 2012-03-13 10:49:51 +00:00
Caolán McNamara
1038fd6d4b add some tests 2012-03-13 10:49:51 +00:00
Miklos Vajna
ae6d4aeb89 g push/status: use @{upstream} instead of origin
origin won't work if origin/HEAD points to nowhere, which is a valid
use-case.
2012-03-13 11:49:32 +01:00
Luboš Luňák
1613a4949f fix compile 2012-03-13 11:27:49 +01:00
Stephan Bergmann
40c0ff75d2 TextEngine::SeekCursor needs to call SetFont after all
10f28d5c9a "callcatcher: build fixes" had removed
this with the comment "SetFont() doesn't do anything" but that is clearly wrong:
Without this, e.g. bold text within text fields is not displayed as such (e.g.,
"File - New - Templates and Documnets - Templates - Presentation Backgrounds -
Black and White": the captions in the right hand pane ("Title:", "Date:", etc.)
should be bold).
2012-03-13 10:39:52 +01:00
Stephan Bergmann
760e0d2d73 Document reason for -Wno-non-virtual-dtor 2012-03-13 10:39:52 +01:00
Stephan Bergmann
cbdc446e6f Clean up ODocumentInfoPreview 2012-03-13 10:39:51 +01:00
Stephan Bergmann
3f89190894 Make Converter service new-style, for easier use 2012-03-13 10:39:51 +01:00
Miklos Vajna
e5823e8513 testcase for fdo#45563 2012-03-13 10:19:46 +01:00
Miklos Vajna
9f5dfe0779 Related: fdo#45563 RTF import of \r should be the same as \par 2012-03-13 10:06:40 +01:00
Christina Rossmanith
f8c9ed1663 Bug 45563 - incorrect IMPORT of Zotero RTF, regression 2012-03-13 10:06:37 +01:00
David Tardon
ee40910379 WaE: command line option '-fpermissive' is valid for C++/ObjC++ but not for C 2012-03-13 09:03:08 +01:00
Luboš Luňák
d2850c03d8 actually use the base class, not the class itself 2012-03-13 08:35:51 +01:00
Josh Heidenreich
bde32dc95d Removed FileStatus::isFile. Use ::isRegular instead.
See:
https://bugs.freedesktop.org/show_bug.cgi?id=44982#c6
https://bugs.freedesktop.org/show_bug.cgi?id=44982#c7

for why.
2012-03-13 16:03:32 +10:30
Kohei Yoshida
32b3e93e04 Get drill-down by double-click to work with number-grouped data.
This never worked before, going back to the OOo days...
2012-03-13 00:18:35 -04:00
Kohei Yoshida
307bfa235b Forgot to add break here... 2012-03-13 00:18:34 -04:00
Matúš Kukan
794f4e2329 missing $: announce only if something is happening 2012-03-13 02:03:11 +01:00
Tor Lillqvist
d37b4908ef Setenv SAL_LOG to yes for maximum logging for now 2012-03-13 02:44:01 +02:00
Tor Lillqvist
9a188e78b2 Don't usse -D_FILE_OFFSET_BITS=no 2012-03-13 02:44:01 +02:00
Tor Lillqvist
2b2804b956 Use _NSGetExecutablePath also on iOS 2012-03-13 02:44:00 +02:00
Tor Lillqvist
bbe99e9c7b No inter-process UNO on iOS 2012-03-13 02:43:59 +02:00
Tor Lillqvist
53baab7261 Deliver the static libraries built for iOS 2012-03-13 02:43:59 +02:00
Tor Lillqvist
bfabdcdca1 Initial version of pretty-printer for lldb 2012-03-13 02:43:58 +02:00
Markus Mohrhard
2a26fe4a39 only shrink to used area in text export, fdo#46230, related n#677811 2012-03-13 01:27:19 +01:00
Josh Heidenreich
6635337181 Fix authgen.sh to not clobber autogen.lastrun when using --help
Fix also works for -h and -?
2012-03-13 08:58:31 +10:30
Michael Stahl
b7c2124b39 SwFlowFrm::CalcUpperSpace: fix crash with null pPrevFrm in framework_unoapi 2012-03-12 23:18:09 +01:00
Santiago Martinez
8a10f9e3e9 Remove unused code in dpitemdata 2012-03-12 17:12:13 -04:00
Santiago Martinez
6f7bf17e31 Remove unused code in dptabres 2012-03-12 17:05:15 -04:00
Santiago Martinez
411a0f08f9 Remove unused code in dpcache 2012-03-12 17:05:14 -04:00
Kohei Yoshida
a105d96979 Nobody uses this now. 2012-03-12 17:05:14 -04:00
Miklos Vajna
f722299e13 implement RTF support of contextual spacing
Import, export and testcase.
2012-03-12 21:09:45 +01:00
Kohei Yoshida
85f580ac0c Get double-click drill-down of pivot data to work again. 2012-03-12 15:47:07 -04:00
Ivan Timofeev
53f661b314 sax: no matching function for call to 'max(int, sal_Int32&)' 2012-03-12 22:26:05 +04:00
Luboš Luňák
36627af621 SAL_DLLPUBLIC_TEMPLATE
On Linux, public templates should not be hidden at the linker level.
But on Windows, dllimport causes trouble. So create a new macro
to be used specifically with templates that does the right thing
on both platforms.
(http://lists.freedesktop.org/archives/libreoffice/2012-March/028041.html
and followups)
2012-03-12 19:12:49 +01:00
Miklos Vajna
9f4bb5bd4f xmloff: implement contextual spacing import/export 2012-03-12 18:42:34 +01:00
Miklos Vajna
8631dbf85f cui: implement contextual spacing UI 2012-03-12 18:42:33 +01:00
Miklos Vajna
03f9b6bebc DocxAttributeOutput: implement contextual spacing 2012-03-12 18:42:33 +01:00
Miklos Vajna
1105933171 SwFlowFrm: implement contextual spacing 2012-03-12 18:42:32 +01:00
Miklos Vajna
0662778b0b dmapper: implement contextual spacing 2012-03-12 18:42:32 +01:00
Miklos Vajna
6f04bf5e90 SvxULSpaceItem: implement contextual spacing 2012-03-12 18:42:31 +01:00
Michael Stahl
b7c79fc2ef sax: replace Min/Max macros with std::max 2012-03-12 18:30:37 +01:00
Michael Stahl
7191b52c00 Makefile: subsequentcheck should only run tests
... so drop the dependency on dev-install (with it, subsequentcheck is
just a synonym for check, which does not seem useful).
2012-03-12 18:30:36 +01:00