summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-23int to sal_Int32Markus Mohrhard
Change-Id: I44c5027c15b4f77a3ee76b62673641cc200fbefe
2012-09-23little refactoring and code simplificationMarkus Mohrhard
Change-Id: I41c7507d668eb0853b97c24217ff04f7dd4acd40
2012-09-23add color scale import test for xlsxMarkus Mohrhard
Change-Id: I8877d285be21ea4cd010cb532de593b3f5ab5975
2012-09-23improve the color Scale testMarkus Mohrhard
Change-Id: I6004874b83adbc602dcad83192cf68607bee5a96
2012-09-23improve the dump code for cond formatsMarkus Mohrhard
Change-Id: Icefaa4777f64ca934928ae2ad95496000df364e9
2012-09-23really fix make syntax. i mean it! honestly!David Tardon
Change-Id: Ic56f7d2db6dcf5ec485ae39891f55ccc5d8b2892
2012-09-23allow make bluez_bluetooth.allDavid Tardon
Change-Id: Ic1d2d52fda7fb4cfbb4e6e6a83d5fe7149f8e003
2012-09-23keep the lists alphabetically sortedDavid Tardon
Change-Id: I82734285736dd9ee5236f522892bd80a80f520fc
2012-09-23do not build what is not necessaryDavid Tardon
Change-Id: I6fb9ff64c2cc408bf4133ddcee4a255b54078e41
2012-09-23fix typoDavid Tardon
Change-Id: I6fc329c2faacac943bf2c1beb234a6cc6d5aaf03
2012-09-23do not add deps on SDFs if not building with langsDavid Tardon
Change-Id: I48fa21356ba32670b137bd3846f00b522af5314b
2012-09-23fix dep on clucene headersDavid Tardon
Change-Id: I1a644dabdd5404645450541ab6a7a94aaf61658d
2012-09-23fix make syntaxDavid Tardon
Change-Id: I6414a49f867c71c7a9a17bbcc9acd5da35e3a292
2012-09-23change the rest of deps on target-spec. varDavid Tardon
Change-Id: I8e8be3d5b419e79902847ffab74e5c50e839444c
2012-09-23be in lexicographic orderTakeshi Abe
Change-Id: I26b15fe1cc5f8f3066f241143d01615a7416eb5b
2012-09-23fix typoTakeshi Abe
Change-Id: I8bb811cfe06d409bebad586c16cf3837551f5a5f
2012-09-23fix build of dictionaries with l10n enabledDavid Tardon
It seems that foo : BAR := xyz foo $$(BAR) does not really work, i.e., it does not generate a dep on xyz, but $$(BAR) expands into an empty string. It is unclear to me whether it is a bug in make or it does not work by design. Info documentation for make only says that target-specific variable _assignments_ are evaluated in the context of the target, so previously defined target-specific variables shall be in scope. There is no mention whether this should work for use of such a variable too (like in the example above). I have always expected it does; experimental evidence shows it does not .-) Change-Id: If99bdcacea403aa925127dd993a7e94ed7d57ae4
2012-09-23nlpsolver depends on translationsAndras Timar
Change-Id: I20f966d4f1ccdefda2b057b00d2d8e2e716fe28d
2012-09-23revert all my recent changes to CustomTarget_readme.mkAndras Timar
Change-Id: I1c831ae13b3bc4856acf819bf3d0a76c3b89422c
2012-09-23Revert "Revert "fix localization of readlicense_oo""Andras Timar
This reverts commit 90a613e0f6e7b35131dda914c7d2212676ab585c.
2012-09-23Revert "fix localization of readlicense_oo"Andras Timar
This reverts commit ae8aa63e7efcb2cef414f2eff6b3d22f9d73f848.
2012-09-23fix localization of readlicense_ooAndras Timar
Change-Id: Ibc73809f565bdecb470191c61650490bca7cd048
2012-09-23fix localization of readlicense_ooAndras Timar
Change-Id: I7af3c826519ae31df960dd46beb0757f22504f13
2012-09-23fix make module.allDavid Tardon
Change-Id: I468c9b6e3381383665ee9c86a485831a176982eb
2012-09-23add translations to tail_buildDavid Tardon
Change-Id: Ibb4d777b216a1782b17dfd9a24c3ee839ccdd980
2012-09-23move readme.xrm one dir upDavid Tardon
Change-Id: I7ee016dbae76c709644f10d950159c3830693d9b
2012-09-23drop obsolete cruftDavid Tardon
Change-Id: I352886daa93c4436e3acff5af7cee2feefec4957
2012-09-23migrate readlicense_oo to gbuildDavid Ostrovsky
Change-Id: I8698d2da889d74a9f806c01f520ac0cbcca67b03
2012-09-23add missing basic keywords to syntax highlighterAndras Timar
Change-Id: I920ad01c0ea338795afeb16e44cd8ec09e5fc5d6
2012-09-23End of ::rtl::OUString to OUString in avmediaRicardo Montania
Change-Id: I1ac8f773ddb72b94d1371fe60948fb2782ddecd4 Reviewed-on: https://gerrit.libreoffice.org/675 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-23The upcoming libwpd 0.9.5 has also WPX_SEEK_END seek typeFridrich Štrba
Change-Id: I7be3b67c797a728b5c72e957c67e3f864072addc
2012-09-23now we can also activate the cond format import test for xlsxMarkus Mohrhard
Change-Id: Idb72bb2616c212439241d93ac28c9649457507a3
2012-09-23fix another problem in dxf exportMarkus Mohrhard
Change-Id: Ib6417b88b89a8960e73d6d4dc985223adb22be4d
2012-09-23correctly export number formats in conditional format export to xlsxMarkus Mohrhard
Change-Id: I2a4a65bd5e622d900c77704dfe198ffab0be6c42
2012-09-23we don't need explicit rule for this target...David Tardon
Change-Id: Id6d47437dc00045936b1cf4f5df868f2d3a2fc3d
2012-09-23(hopefully) fix build of bridges on linux ARMDavid Tardon
Change-Id: I8d7a10e26858dbbcce9c7c47a1dd9668a35736bd
2012-09-23Revert "add forgotten asm file to build"David Tardon
This reverts commit 492f9139c1033b3f069880bff8e7f2857cbca111.
2012-09-23gb_AsmObject expects .s extensionDavid Tardon
Change-Id: I958ad58081821ff31c02df0a1a5efb8406d7a6ee
2012-09-23add forgotten asm file to buildDavid Tardon
Change-Id: I5c86e369649e71d785af06437b2af633d6805b8d
2012-09-23add deps on CLI libs used in cli_uno buildDavid Tardon
Change-Id: I6ae009851e4d8f06e2c2939a26cc72b453e8c406
2012-09-23$(gb_STDLIBS) is needed for androidDavid Tardon
Change-Id: Icc384b5c7e54d997dda45b1397f3a77894cc145c
2012-09-23there must always be a bridge builtDavid Tardon
Change-Id: Ie5bc8a27feed65126bd8bfceff2903029cd20059
2012-09-23fix more copy&pasted conditions selecting bridge to buildDavid Tardon
Change-Id: Icffcd0733e030b565e3f78f6fff7467a10347f52
2012-09-22gbuild: forgot to include assembler objects in mac linksNorbert Thiebaud
Change-Id: Ib5168507f251136801a1218a93d4bb6cd4d1845f
2012-09-22dl is not a usable library on MacNorbert Thiebaud
Change-Id: I4e34538b1da77c36a41b74484afe050ccedf41e3
2012-09-22brides was not invoking the build of libggc2_uno on MacsNorbert Thiebaud
Change-Id: I3f3fe5904ce7cc257fb475b5a91227af7e540293
2012-09-22rtl::OUString to OUString in unotoolsRicardo Montania
Change-Id: I9d045c6947fa2acb86befdb9bf43c666f82e8858 Reviewed-on: https://gerrit.libreoffice.org/670 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-22guard against updating nonexistent fileDavid Tardon
Change-Id: I74cc4752ac4abfd83f9eafa01ae4eb1813bb2afa
2012-09-22fix delivery of headers in ExternalPackagesDavid Tardon
Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
2012-09-22Package is replaceable by ExternalPackageDavid Tardon
Change-Id: I6d46f4ae957576927432dca63a281a376ce15600