summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-07fdo#64256 writerfilter: handle void GraphicURL in ListsManager::lcl_sprmMiklos Vajna
Change-Id: I4d8b1b527d5099781a36cc1265318c167205340e
2013-05-07-Werror=unused-macrosStephan Bergmann
Change-Id: I9fd616930eb0b336ce89e97bc333f19d4cf449ae
2013-05-07Updated coreDavid Tardon
Project: dictionaries 6434e14f6601183d8b95f9d4f9a544525b3dc5c9
2013-05-07Better loggingStephan Bergmann
Change-Id: Ic3dca6f1f0c0f7de7070801793938569e76e1907
2013-05-07Avoid warnings about unused test functionsStephan Bergmann
Change-Id: I6b2a40c4b95555c4d8bf0d8674fce46accd49965
2013-05-07Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann
Based on a previous patch by Noel Grandin, <https://gerrit.libreoffice.org/#/c/3613/>, and borrowing from boost::is_base_and_derived (see comment in include/com/sun/star/uno/Reference.h) to avoid including Boost headers in URE headers. Change-Id: Iade5af144dd73ef03bd7d96000134c7a66a5e591 Reviewed-on: https://gerrit.libreoffice.org/3699 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-05-07codesign --timestamp=none is not supported on 10.6Norbert Thiebaud
Change-Id: Ie1e853fd1dd3154c6805eb8129c35a49150b458c Reviewed-on: https://gerrit.libreoffice.org/3806 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-05-07drop commented-out codeTakeshi Abe
Change-Id: I7384a4fd82c8807dfaf9049306b65fe3ef5cab42
2013-05-07gbuild: ExternalProject: always build externals from scratchMichael Stahl
It could happen that externals were built incrementally, in case something the ExternalProject depends on was updated. To prevent this, change the dependencies so that the UnpackedTarball is unpacked again when the ExternalProject's dependencies are newer. This is possible without introducing a new target for the purpose due to the refactorings in previous commits that enforce the name of UnpackedTarball. Change-Id: Ie7a84064ec2ffc76175cd2b7792517e68664a461
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl
... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
2013-05-07lib*: consistently name all UnpackedTarball and ExternalProjectMichael Stahl
Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl
It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
2013-05-07np_sdk: remove both Package_inc and Package_npapiMichael Stahl
This is a bit of a mess, apparently there are some headers here that may come from the system and others that are always internal? Change-Id: Ifbf486d3016bc87849e2593d83b3d48dae3aeca0
2013-05-07remove empty Module makefilesMichael Stahl
Change-Id: Ifd85c8e2c4ec16db42001657009b8678d89a8fe1
2013-05-07x11_extensions: remove Package_incMichael Stahl
Change-Id: Iae077cdb1f79a6f539734ecc9897249675f2aa73
2013-05-07twain: remove Package_incMichael Stahl
Change-Id: I67d0801d8d353951f9c9b1ca7f08b23de9b34067
2013-05-07sane: remove Package_incMichael Stahl
Change-Id: Ie60d8e9ff8f0abcccc85253be15b6c2c8de944cb
2013-05-07unixODBC: remove Package_incMichael Stahl
Change-Id: I99ebfcf2a52fe108599938abad87ab73552e6e2a
2013-05-07Mesa: remove Package_incMichael Stahl
Change-Id: Ie87b9b2d7dc87ee60c072a2cf80cda5b191d1209
2013-05-07bluez_bluetooth: remove Package_incMichael Stahl
Change-Id: I1168fca3ad3091f9562dfe25aee45329ebbb4988
2013-05-07helpcompiler: remove Package_incMichael Stahl
Change-Id: Iddafa9068edcc20135c08ed205b8fb7fb5382eba
2013-05-07dbaccess: remove Package_incMichael Stahl
Change-Id: I8e6748eef04f25603851a33d049cb9585fa04cc6
2013-05-06Surely the intent was to check for !pFallback hereKhaled Hosny
Change-Id: Ia583cfe1d123903ac8f61ad4a224364af7c77ef7
2013-05-06Revert "properly prefix graphic filter methods"Peter Foley
This reverts commit eacf12eeb174e35a301570726bf74434a4dd4b94. Appears to be broken. Conflicts: vcl/source/filter/graphicfilter.cxx Change-Id: I9ae3fbac2e7e9d08484c063cdb10e080ca89def2
2013-05-06configure: force ENABLE_QUICKSTART_LIBPNG to None with --enable-headlessRiccardo Magliocchetti
Change-Id: I7ab931bb7c4f0d83dd7701650ec0d6a1ef83fda2
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06fdo#62475 - remove ASCII artPhilipp Riemer
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer
In e2e2cc61144cb22227eebfadff0ea24b51ccfbd0 the method was removed automatically leaving several line breaks etc. as visual noise.
2013-05-06fix typoPhilipp Riemer
2013-05-06Debug rendering for PostScript printer backend.Thorsten Behrens
Change-Id: I4581026627fe509895d471f5c28089aaaee85f58
2013-05-06Fix for WindowsStephan Bergmann
Change-Id: I236c7887895d26a90c0f39655891d84b97b7b3ba
2013-05-06Enable HarfBuzz by defaultKhaled Hosny
HarfBuzz integration should be functional now, so to give it more wider testing it is made now a required dependency on non-Windows non-Mac OSs. By default text layout is now done by HarfBuzz but ICU LayoutEngine is kept as a fallback and can be enabled with SAL_USE_ICULE env variable. After 4.1.x is branched, ICU LayoutEngine should be removed completely. Change-Id: I4fe3beeaf6092f33dd436906c11b83aeafdfbd5d
2013-05-06[harfbuzz] Fix text width calculation, 3rd tryKhaled Hosny
It turns out storing the width in the layout is not so good idea, because in some mysterious cases when font fallback is involved we call GetTextWidth() without calling LayoutText() first, and we return the width of the previous text run. It seems all I needed is to pass down the X offset with the glyph item, and take it into account when calculating the width. Change-Id: Idbdb6bba00573fb6ca773701757d667e21ac0912
2013-05-06Remove unused variablesKhaled Hosny
Change-Id: I7881af8907c0735e4d8e8c327103c8d8488ec496
2013-05-06gbuild: predefine list of help packs to buildDavid Tardon
It does not make sense to repeat the same check many times. Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d
2013-05-06Revert "abstract type in ptr_container needs this workaround"Stephan Bergmann
d3f063cc86b50ac9adf08eb46dd2caf7975ed43c, by instead restricting the use of the Boost pointer containers to non-inline code (watch out for implicitly generated copy ctors and copy assignment ops), thus preventing MSVC from trying to generate full template instantiations of those containers (similar to f4227c822c7f5a4e1e1b3b4e096cb63cf710a3f1 "Blind fix for MSVC, take two"). Turns out the ScConditionalFormat copy ctor was unused anyway (but the ScConditionalFormatList copy ctor isn't, so only prevent generation of an implicit copy assignment op there). Change-Id: I23303a98df7024dbce95638ac13097b71a9c5c04
2013-05-06Drop unused SystemClipboardExt and GenericClipboardExt servicesStephan Bergmann
...uses of which had been introduced with 2fab32e831fc02e7efd4069aa0dfc7779d97a9cf "mtclip01: #i112022# Allow extended clipboard creation" but which did not introduce any implementations of those services, so this might have been a hook for StarOffice-only functionality. Change-Id: I4d3c977547147aaca78b6079d1df8fbf6b196650
2013-05-06added ICU 51 layout fix tarball, ticket 10107Eike Rathke
With 428bde3591ff2fd2195097040dbe1480f1f4210f this should enable ICU to bounds-check font tables as mentioned in http://site.icu-project.org/download/51#TOC-Known-Issues With this patch also needed is 7de7267f4cfcb455aabb09053c7ed681d4591867 otherwise application will crash. Change-Id: I42e31778f762afc80ea21c1fb20952eab42791dc
2013-05-06gbuild: add gb_UnpackedTarball_set_pre_actionDavid Tardon
This function is for running arbitrary command just after unpacking. It turns out that gb_UnpackedTarball_set_post_action is not enough :-( Change-Id: Ibad9d7fbcdd2b95a16cc838ad8773eef5c6da019
2013-05-06check for double modifications in compiler pluginsLuboš Luňák
A different way to do 1c0669af2f1f58e6431b5e489ac48a883e242ba7. Sometimes one piece of code can be represented several times in the AST, e.g. with default function arguments. Change-Id: Ic7799fa0bd918a638bdc8ebef69e6aa91d355bdc
2013-05-06compiler plugin for RTL_CONSTASCII_USTRINGPARAM removalLuboš Luňák
Change-Id: Ibc487aa78d9eba3f936b4f4cc0298adfaef60d5c
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-06Revert "ignore already seen locations in compiler plugins"Luboš Luňák
This does not always work well, e.g. when building a return value in a return statement from a temporary, there is CXXConstructExpr containing CXXTemporaryObjectExpr, which both share the same location. This reverts commit 1c0669af2f1f58e6431b5e489ac48a883e242ba7.
2013-05-06ignore already seen locations in compiler pluginsLuboš Luňák
Change-Id: Icba8dfa61aee7237af569b2414b1cf4ce93ca476
2013-05-06Fix handling range in removeText().Luboš Luňák
Turns out removeText( SourceRange ) treats it as a token range, so it's not always character-exact if used for removal of only several characters from a token (e.g. an identifier). Change-Id: I0223d52da90f9535d9ef1d48b0f56d69131536c8
2013-05-06Did not want to push this thing ;)Fridrich Štrba
Change-Id: I2dfaa895a3efefa6fee8d21575f148ef9bba03c3
2013-05-06Revert "fdo#46808, Convert SystemClipboardExt service to new style"Stephan Bergmann
This reverts commit 135d20caa4178c3a6d7682b547c5da6d58310f01. Conflicts: vcl/source/window/window.cxx There is no implementation of the SystemClipboardExt service, so Window::GetClipboard would now always fail with catching an Exception, instead of trying to create a SystemClipboard if SystemClipboardExt is unavailable. (I'll clean up the unused SystemClipboardExt in a follow-up commit.) Change-Id: Ic3c45b148057e174d3487aedb4176549cb28f3c0
2013-05-06fdo#63878 fix the zoom problem when the sheet are RTLFaisal M. Al-Otaibi
Change-Id: Ie451b7a84b5481e9209c5b6d6d439844de5082fd Reviewed-on: https://gerrit.libreoffice.org/3789 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-05-06SW : Fix crash by checking find resultArnaud Versini
Change-Id: I6caf18b110dd0a40f09e185c00cb238261457db3 Reviewed-on: https://gerrit.libreoffice.org/3783 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-05-06WRITER_DEBUG_MSG -> SAL_[INFO/WARN]Fridrich Štrba
Change-Id: I8bdcc273b50e35dbbb0e34183a465e370cc5b22c