summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-19Convert rotation tap page to widget UIOlivier Hallot
Conflicts: cui/source/inc/helpid.hrc cui/uiconfig/ui/slantcornertabpage.ui Change-Id: Ifd2a18ad1a84728237de61bed3d96f83313afd62 Reviewed-on: https://gerrit.libreoffice.org/5506 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19Prefer using declarations over using directivesStephan Bergmann
Change-Id: I1316fc4ae1d4dab91684bdc059f5c69c5e0c401a
2013-08-19Use upcasting Reference copy ctorStephan Bergmann
Change-Id: Iab00310e2e6fcf8a43617363cf095a1bccfd9751
2013-08-19Use standard idiomStephan Bergmann
Change-Id: Ida916e3019d72c9e9d1b5b117de2060f0227c310
2013-08-19some extra spacing between framesCaolán McNamara
Change-Id: I94051d2f2c1bd4cce6945798f85e90d6b5316450
2013-08-19Updated coreCaolán McNamara
Project: help d2c983410d61bd286667b89f5d8d44244bb463c0
2013-08-19Convert slant & Corner radius tabpage to Widget UIOlivier Hallot
Conflicts: cui/source/inc/helpid.hrc Change-Id: Id0a51421e7d6cb7e0d0265f88de31ff3d9c574ec Reviewed-on: https://gerrit.libreoffice.org/5505 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19drop unused help idsCaolán McNamara
Change-Id: I3c660679852afee5fc6684f4ea94445ce1ec8423
2013-08-19Updated coreCaolán McNamara
Project: help f8a660c3c6850535ab48c0a9536229ac374255c2
2013-08-19tweak a bitCaolán McNamara
Change-Id: Ic2ea51faf0fcec0a7d6fdc4a52e2e930e8461e20
2013-08-19wrong mnemonic widgetCaolán McNamara
Change-Id: I539fb2599743ed2eda3b33895f73230cc2342055
2013-08-19Convert position & size tab page to widget UIOlivier Hallot
Conflicts: cui/source/inc/helpid.hrc Change-Id: I5265e74e88654136b4eeeabf7cfcae24dec08e38 Reviewed-on: https://gerrit.libreoffice.org/5504 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19Updated coreCaolán McNamara
Project: help 8fad124be31b9f372454c7bb68cbd293f06d4e1c
2013-08-19convert field function page to .uiCaolán McNamara
Change-Id: Ied4353f4997e330f65b8dffb58bbdc791196427e
2013-08-19bShowSelection is always falseCaolán McNamara
Change-Id: I7a541a8ba6b561736e93c45ac9c20caddafcbe52
2013-08-19Windows includes in lowercase, guys\! :)Fridrich Štrba
Change-Id: I2c6f2553cd0a1657981de720b2398754253ec4d4
2013-08-19Remove bogus symlinks (!) to /data/git/libreoffice/... pathsTor Lillqvist
Change-Id: I13a819829f1aa6ac3cdf2e3aa1237af170610f80
2013-08-19Reduce verbosity: Don't print annoying warningsTor Lillqvist
Tons of these warnings were printed during the build, and nobody cared, so they can't be that serious, can they? Change-Id: Iecad7d8f6c562d04c5360161387212efef59b889
2013-08-19Implement column-type alteration. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Id192bd7d62d0ce9d5abc04390670cb277c6ec755
2013-08-19Update internal HarfBuzz to 0.9.19Khaled Hosny
Change-Id: I520832508a8d419e394817a0e25949071928f612 Reviewed-on: https://gerrit.libreoffice.org/5478 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-19Split type-description out of createStandardColumnPart.Andrzej J.R. Hunt
createStandardColumnPart returns a string that is usable in table creation, the type descriptor (e.g. CHAR(N)) is also useful in column-type altering statements, hence this is split into a separate function. This is needed primarily in the firebird driver where column-type alter statements are in a different form to most dbs. Change-Id: If44554f979f6dd14bf679455978f3f0b44784bf5 Reviewed-on: https://gerrit.libreoffice.org/5432 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-19fdo#39007: Brute force fix: Unlink a potential restorecount.plist fileTor Lillqvist
It is not completely clear to me whether we really still might be leaving such files around. After all, we now in *two* places (at least in current master) tell our NSWindows to not be restorable... Norbert's code in AquaSalFrame::initWindowAndView() *and* Herbert Dürr's code in -[SalFrameWindow initWithSalFrame:]. On the other hand, Cocoa does seem to create the file and keep it around for a short while before removing it (in responce to our setRestorable:NO calls?), so there is a slight time window where if LO crashes, the file will be left around. Such a file might also be around from an older LO version, or manually planted there by somebody wanting to reproduce the bug... Of course, the *real* fix for this problem would be to make LO a *proper* Cocoa document centric application, that would use NSDocument, NSApplication etc like native applications are supposed to, and that *would* handle window restoration the Cocoa way. I.e., work with the system instead of against it. Change-Id: I9ed058130ddddf49cf0221d899bef3e2654589c7
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-19callcatcher: remove some more unused codeCaolán McNamara
Change-Id: I7332b0ead075e09b60549203bc32eb99a2bb0430
2013-08-19Use standard idiomStephan Bergmann
Change-Id: I77b2732e04435ee93044b65c4925de43cc20187f
2013-08-19fdo#57950: Remove some chained appends in dbaccessJelle van der Waa
Change-Id: If93b4a11ac15ede2b08ef42bb2fa4670f0d4cd24 Reviewed-on: https://gerrit.libreoffice.org/5481 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-08-19Mark as constTakeshi Abe
Change-Id: Ic81dd60fadecf72f25792903985f2b387df7a7a0
2013-08-19Use correct paths to URE stuff on WindowsTor Lillqvist
For some historical reason, URE has no "share" subfolder on Windows. Change-Id: I530e673cc7a5cb5fe5d82a5e952ac50e4c2270b2
2013-08-18Simplify a bitJulien Nabet
Change-Id: Ia742718cebca57237145b16a8bf363a35a95f818 Reviewed-on: https://gerrit.libreoffice.org/5445 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-18Updated coreCaolán McNamara
Project: help 00ceae6cf10ed0f4e0165acd0f0cadd54b19c06b
2013-08-18convert docinfo field page to .uiCaolán McNamara
Change-Id: Ic968fdf76f31373240ab70d45192f9716375628b
2013-08-18XubString->OUStringCaolán McNamara
Change-Id: I0b7c2753fd6974e0db88cc47156156a37cd92987
2013-08-18_FESHVIEW_ONLY_INLINE_NEEDED is never definedMatteo Casalin
Change-Id: I3706675aa18d4a2f6ecdcfef1e36da8c87adafac
2013-08-18Add where pyuno.so is to PYPATH for the "Mac-like app structure" caseTor Lillqvist
In that case, the .py files are in Resources while pyuno.so is in Frameworks. Or maybe I should put pyuno.so in Resources. too. Change-Id: Iec453c378defdc45d6d3ba6bd17b2a86de669d29
2013-08-18Correct comment on sdremote discovery service port.Andrzej J.R. Hunt
Change-Id: I36d154efb59a6e13da84c004bca8fafe24161088
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-08-18Decouple the "Mac-like" app bundle structure choice from sandboxing choiceTor Lillqvist
Add a switch --enable-canonical-installation-tree-structure. Only implemented for OS X for now, but the same switch can be used if and when we want to make it possible to make the Unix installation tree more "standard", too. Change-Id: Icb0ad500b77d7e986f2f188fd17faabaf2e2fe99
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-18make install or install-strip hardly make sense on OS XTor Lillqvist
Change-Id: Ib21607e3fef7c2a52c443d6d16c5466e0a2d4340
2013-08-18AC_DEFINE an ENABLE_MACOSX_MACLIKE_APP_STRUCTURETor Lillqvist
Change-Id: I6aab77fd253baf1fbbfa82d82bd4e83ddd9e3299
2013-08-18Bypass the O_NONBLOCK resetting for now when sandboxed on OS XTor Lillqvist
The fcntl fails. Will have to check later whether we should also drop using O_NONBLOCK when opening then. Change-Id: I529a4d728563eb323e35487782f7fee88b2faa0c
2013-08-18Actually the smoketest does not work for a sandboxed soffice on OS XTor Lillqvist
We can't create and bind Unix domain sockets, it seems, so bypass this for now. Change-Id: I85b84099f2d8afe860e0bc866e3ced3cb922ca63
2013-08-18Use a proper folder as "user installation" when sandboxedTor Lillqvist
A sandboxed soffice process (runnin smoketest) has no access to workdir. Change-Id: I62ef94282df37ea710735f1305c1d95dd2b0a304
2013-08-18Adapt for HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURETor Lillqvist
Change-Id: I598efffda7be77171cdff9d3d5b8705972cfba18
2013-08-18Add a --nstemporarydirectory switch for potential use when sandboxedTor Lillqvist
Intentionally very brutally just exit after printing out what NSTemporaryDirectory() returns, as this is for use only in unit testing, so that makefiles can learn the app-specific sandboxed temp dir. Change-Id: I96fba1399ffc43b09fe317c1b9db5af76432f4e0
2013-08-18fix updating of initials for the RussiansIvan Timofeev
i.e. replace hardcoded "2" by nInits var. For the Russians nInits == 3. Also move the code block to the more appropriate place. Change-Id: I1cbc6b14dc5e4c04516c0d3952920ee060c81afc
2013-08-18GetPageDescByName_Impl: move, rename and clean upMatteo Casalin
Change-Id: I1415f8b97fc197694bd52b1cf8e94c1ec2c7bdbe Reviewed-on: https://gerrit.libreoffice.org/5467 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-18fdo#57950: Remove some chained appends in xmlsecurityJelle van der Waa
Change-Id: I35ac622abb995a9259f0774f463ec2816b3668b6 Reviewed-on: https://gerrit.libreoffice.org/5477 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-08-18fdo#57950: Remove some chained appends in basctlJelle van der Waa
Change-Id: Ib1c14c6712848ebb28f49d50837f691531c1b5d6 Reviewed-on: https://gerrit.libreoffice.org/5479 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-08-18Resolves: #i119440# add support for further field codes to Read_SubF_CombinedOliver-Rainer Wittmann
Found by: Yan Ji Patch by: zjcen Review by: orw (cherry picked from commit 3c7cfb25492dafb231b74d824570fb943a599981) Conflicts: sw/source/filter/ww8/ww8par5.cxx Change-Id: I458d556dccab7ddbfec4889cab2bfdc76fef15c9 Related: #i119440# correction to be warning-free sal_Unicode is unsigned on all platforms; Found by: Pavel Janik (cherry picked from commit 0d2bf1c7dcc7adfd0b4e8c899501eacd06ff50d4) Change-Id: I9df9ccc770eedc2fa51a080ad47576b06befb6b0