summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-17remove last users of gb_Executable_add_noexception_objectBjoern Michaelsen
Change-Id: Iddee238aa800ecfee8f97a7132b38b6446e0b2a4 Reviewed-on: https://gerrit.libreoffice.org/4953 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-17remove last user of gb_Library_add_noexeception_objectBjoern Michaelsen
Change-Id: I9aef310bd7af21c6725c256109776b3bbb8c9574 Reviewed-on: https://gerrit.libreoffice.org/4952 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-17sidebar: A FIXME comment; I don't want to spend any more time on this.Jan Holesovsky
Change-Id: I91af1e9d053f3d27074ec0d20c8f2517f71849cc
2013-07-17sidebar: InsertPropertyPanel needs to use SidebarToolBox.Jan Holesovsky
Change-Id: I8e93a91aa7f93c7ca21068d56796c80096711801
2013-07-17Move hasBigImages() from ToolboxController to SfxToolBoxController.Jan Holesovsky
We want to decide whether the images are big or not based on the real (underlying) ToolBox, not on the global setting, because we can have both toolbars with large as well as small icons visible at the same time (small in sidebar, large in toolbars). Change-Id: I046a12a495f2038df9a571f5779794a639bae6dc
2013-07-17Fix crash & reduce nesting.Jan Holesovsky
Change-Id: Ifbfe401cd69678c278394d190a37cc41a28d5c56
2013-07-17sidebar: InsertPropertyPanel conversion to .uiPrashant Pandey
Change-Id: I51df7ade7b5f83124a2a103db3028fbb0b5ea8cc
2013-07-17Disable firebird with --disable-database-connectivity.Andrzej J.R. Hunt
Change-Id: Ieed24db81ccbfdc3e2876ce74afdc13dee4371db
2013-07-17fdo#39904, n#825976: implement hyperlinks for Illustrations indexCédric Bosdonnat
(cherry picked from commit 8bb2c7f1556c10508c8ac451c579539ccf5dacfb) Conflicts: sw/inc/swtypes.hxx Change-Id: I6f682c382e7ab0e06259b335247fdcebd7412942
2013-07-17Updated coreAndras Timar
Project: dictionaries 43d24786db9947f0aababb1228379b0b3ece2652
2013-07-17After some trials, maybe even I can get things rightFridrich Štrba
Change-Id: Ib553ea1ceff1d09dff86c4a36b896dddab854ba0
2013-07-17Brackets are cheap, so use themFridrich Štrba
Change-Id: If5b539025020a2e9a35fa6e7bc70bcc6a9a4f4c6
2013-07-17Fix MINGW64 build in svlFridrich Štrba
Change-Id: I92370c829c192be4ae480e13f290629e7a85be0c
2013-07-17cygpath only on WNTMSCFridrich Štrba
Change-Id: I38a52116e0bcd85d34c153880c281087bcd2cb41
2013-07-17Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard
The result of osl_getCurrentSecurity () should always be deleted again with osl_freeSecurityHandle (). Change-Id: If0991937fcb24207d1f78166f61c4be22d423629 Reviewed-on: https://gerrit.libreoffice.org/4947 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-07-17Updated coreAndras Timar
Project: dictionaries eba615babe174605596d7d31dc33ff1f21dd8b73
2013-07-17Circulate, nothing to see here!Fridrich Štrba
Change-Id: Ib5223b059ac608580bdb3eade0d9c07340ad7b53
2013-07-17Trying to fix win32 dbgutil build of firebirdFridrich Štrba
Change-Id: Id28b1eeb1f3ef120d0f764d5c584cc97125290a2
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa
Change-Id: Id9d579960a9b641b7b2cdf05eabea8bfbfc06bd6 Reviewed-on: https://gerrit.libreoffice.org/4901 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-17Add PrintName to PrintOptions.idlPierre-Eric Pelloux-Prayer
Change-Id: If023204f44a4b1180ea747686356c2a8a7aaf288 Reviewed-on: https://gerrit.libreoffice.org/4859 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-17mail merge: forward PrinterName property to ExecPrint methodPierre-Eric Pelloux-Prayer
Otherwise, there's no way to select the printer to use (from an extension) Change-Id: Iee59f9de38547a8edb0419cf4d2df3c1ce2d7999 Reviewed-on: https://gerrit.libreoffice.org/4858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-17mail merge: properly increment indexing counter (was const)Pierre-Eric Pelloux-Prayer
Change-Id: I1d780a5369c04a93e7fe16b41bff5f37d641e60c Reviewed-on: https://gerrit.libreoffice.org/4857 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-17Correct help message for --disable-firebird-sdbcTor Lillqvist
Change-Id: Ia05e09cff1a71237abc487a550dabacd39844c41
2013-07-17Partial patch for C++11 compilation of the Firebird codeTor Lillqvist
Fixes for three classes of C++ errors (real errors, not warnings): "C++11 requires a space between literal and identifier", "non-constant-expression cannot be narrowed from type 'int' to 'size_t'" and "constant expression evaluates to -2147483648 which cannot be narrowed to type 'ULONG'". I didn't bother any more and just use --disable-firebird-sdbc instead now in the tree where I use Clang and C++11. Change-Id: Ie47e2ceef8e014c48e50f5afa5df6f625040974c
2013-07-17We already have the -mmacosx-version-min option we want in CXXTor Lillqvist
No need to add a hardcoded -mmacosx-version-min=10.6 that overrides the switch in our CXX, especially as that causes a linking error when using libc++, as that requires OS X 10.7. Change-Id: Ieb0ccad7613fae793387e38be617e0cb6ac23d06
2013-07-17Add Emacs mode lineTor Lillqvist
Change-Id: I8c4632ff8e38340c1e5474d86ed5c5ab1212cd17
2013-07-17Bin "Only in" linesTor Lillqvist
Change-Id: I65c77736c348078838382ab895749e7a63682fec
2013-07-17Mark as constTakeshi Abe
Change-Id: I59ac01eacf31061093b83ab3057963de7ea4a2e7
2013-07-17n#820077: Import images with duotone filter.Muthu Subramanian
Also, contains implementation for a simple duotone filter.
2013-07-17Remove duplication from FSubComponent.Andrzej J.R. Hunt
Change-Id: I453eb35ec82cfa632616626385a80d6e0d5cebbc
2013-07-17InstallModule_firebird.mk: actually define SYSTEM_FIREBIRDRene Engelhard
Change-Id: I3250eddfb1a718b45694624a3d881210d2136ec4
2013-07-17Make m_aMutex a member variable rather than base type.Andrzej J.R. Hunt
Change-Id: I91491af582b57ae602b89a971ccbe5e4901834bf
2013-07-17Fix clang warnings in firebird-sdbc.Andrzej J.R. Hunt
Change-Id: I89c0f22e8db166537f1d6b9313f94c9c3631f195
2013-07-16Updated coreLászló Németh
Project: help a14b0defe8aec0eb8e80827e5c9cc76ebe742fd3
2013-07-16Don't use firebird internal headers.Andrzej J.R. Hunt
Change-Id: Ida2f3599c2904c1c9a01a46656b8e8cd308a6f52
2013-07-16fix RepositoryExternal.mk for system-firebirdRene Engelhard
Change-Id: Ie8308940bbeb607babaead768407ff6eefcda098
2013-07-16Fix typo in libfbembed mac installation.Andrzej J.R. Hunt
Change-Id: Ie233caecb29e16aa82d29b02882ed349e55ee869
2013-07-16#i122752# check iterator in each iteration of ↵Herbert Dürr
CFormatEtcContainer::nextFormatEtc()'s loop Don't trust nextFormatEtc()'s aNum argument not to mislead the iterator beyond the container bounds. The comparable loop in CFormatEtcContainer::skipFormatEtc() already checks the iterator against the container end in each iteration. (cherry picked from commit a609daa146c5588c6a35c2c145e9573c625ec123)
2013-07-16Resolves: #i122758# Initialize Mask with non-transparentArmin Le Grand
(cherry picked from commit db4affff17f202e69447fd22c246843a6cda3e52) Change-Id: I4851c544b23d2857a0f13cff3ede987ebb813cef
2013-07-16add and use VclExpander::[g|s]et_expandedCaolán McNamara
Change-Id: I3b4e0947e85a7f6d6533dd17f39542584087c68a
2013-07-16libatomic-ops is only needed for internal firebird, so only check it then...Rene Engelhard
Change-Id: I8279b70df17071d46e97583a8b40209444c01928
2013-07-16there is no libfbembed moduleMatúš Kukan
Change-Id: I9c95b826fb3b48a4430fe9e869b1e3fa45682574
2013-07-16idl add missing param description for XStorage and XSvgParserNorbert Thiebaud
Change-Id: Id33160c32d38411c5dd5a1a753db2b204865e717 Reviewed-on: https://gerrit.libreoffice.org/4896 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-07-16fdo#63133: Write tools/tempfile.hxx outPalenik Mihály
I deleted TempFile class and changed it to utl::TempFile class -which in unotools/tempfile.hxx- in the followings: Storage, StgTmpStrm, SwXMailMerge classes; and RenderAsEMF function. I modified header in precompiled_sw.hxx. Change-Id: I3dae5333dc42538e1b905f6a6bbc85534c591dc1 Reviewed-on: https://gerrit.libreoffice.org/4938 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-07-16Teach configure about distro-packaged external firebird.Andrzej J.R. Hunt
Distros seem to omit fb_config when packaging firebird, pkg-config can be used instead. Change-Id: I12e5c5892fcdc5de25835f210ebbb941433f2f44
2013-07-16fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (Part 4)Matthias Freund
Change-Id: Ibc235d9a34e3530368b904fa084a66490d789048 Reviewed-on: https://gerrit.libreoffice.org/4873 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-16fdo#63273 sw: let word count not update stat. fieldsMiklos Vajna
Updating fields would generate loads of selection change events and it's not what we asked for. Regression from ce14342c4292628a641a72d4f63d9c048e030c6a. Change-Id: If237df1f31436357022ca8d77b924681e403abd8
2013-07-16libfbfembed shouldn't be part of libmerged.Andrzej J.R. Hunt
Change-Id: I262b62eb33896c7912685cf3bc78e15b80ce2102
2013-07-16SwGetRefField::PutValue: unused variable sTmpMichael Stahl
Change-Id: I94cc8455d054d6d43a5445d3434b1d8ef57c05c7
2013-07-16warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl
Change-Id: I2d65386fb697cbd62768cbcc565611d9a5fdb068