summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-02WaE: simple-minded msvc2008 considers code unreachableCaolán McNamara
Change-Id: I97da4392bb3ca814e8d9037346c83fde4d460f97
2012-05-02WaE: doubles truncated to floatsCaolán McNamara
Change-Id: I42b67cc0670f3d0990708fb299243098c1aa972b
2012-05-02Related: fdo#49208 implement operator== with faster equalsCaolán McNamara
we have an optimized equals which checks that the strings being compared for equality share the same underlying pImpl, but out operator== implementations don't use it! Change-Id: Ie5c464494ff875315a5ca369a2da80c22c29f431
2012-05-02Related: fdo#49208 use UText adaptor to underlying rtl::OUStringCaolán McNamara
Don't convert to icu UnicodeString, retain text as shallow-copy of original via rtl::OUString and use UText adaptor. Allows use of equals to do super fast compare that new string is the same as the old string Change-Id: Ie9a3dc981b22a6866f3712c786331a1d6fcf153a
2012-05-02DocxExport::WriteSettings: add missing castMiklos Vajna
Change-Id: I8eb74f3ed20254df767de689005819e8237da784
2012-05-02Fix typoJulien Nabet
Change-Id: I3b01defa109b87c5c7f4c5b4e44e846de7d7ddf1
2012-05-02fdo#49183 link resources to executablesDavid Tardon
Change-Id: I5dd5cec5d4c66a65154d965c8c707f8a585880d6
2012-05-02convert custom makefile code into a packageDavid Tardon
Change-Id: I72b41e4826b7e93b5c8aeacbf6d9d52e3780f090
2012-05-02Remove GoPrevSentence indicated in unusedJulien Nabet
Change-Id: I492677ed33cf21404b22c2d8770fe32d2cac3839
2012-05-02sw: implement w:zoom in DOCX exportMiklos Vajna
2012-05-02Argh, another tweak.Jan Holesovsky
Change-Id: I69f3aa4151dde15b02cf28dae13415f86cffad10
2012-05-02Minor comment tweak.Jan Holesovsky
Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec
2012-05-01Revert this not wanted testJulien Nabet
Change-Id: Ie0d5cc1bd143240455b55ddf478fdf9fdd88654d
2012-05-01Oups ! (Thank you Korrawit !)Julien Nabet
Change-Id: I21122084cb35be38d859b44deb6200b68f378a0a
2012-05-01Wno-error hack is really for MacOSX only...Norbert Thiebaud
This need to be fixed in a more elegant way, by allowing per-add flags for all kind of target... so the hack will be pushed in the 'user' .mk files rather than directly in gbuild Change-Id: I8b1bfd52d86253b1a2da4376702d6b788cad71b9
2012-05-01Resolves: fdo#49324 (Does not recognize VBA macro in JAPANESE...)Julien Nabet
Thank you Caolán for your advice! Change-Id: I72c5ae37d04961e261b275ba4625d3a376629d49
2012-05-01hack to allow warnings in lexer on MacOSXNorbert Thiebaud
2012-05-01Related: fdo#49208 optimize common caseCaolán McNamara
Change-Id: Ieec379b08cb9096b1c8187c2eda5053f093c612d
2012-05-01Resolves: fdo#49208 icu string compare is shocking slowCaolán McNamara
Change-Id: Iee3ab0ebbbb72e88e33dcbe0fcb4df1e4f60c301
2012-05-01Related: fdo#49208 don't copy string if we can reuse the originalCaolán McNamara
Change-Id: I95d82ce168fd1790107316460f6ddbd9f6b32e18
2012-05-01Related: fdo#49208 crazy to create the string *twice*Caolán McNamara
Change-Id: Ib31919672d0754fa4f650dcb32dc2c59a410b54c
2012-05-01fdo#47584 add yet another MinGW dll filename patternAndras Timar
2012-05-01SVG: use scale in font size and text baseline heuristicChr. Rossmanith
2012-05-01SVG: remove unused code in svgreader.cxxChr. Rossmanith
2012-05-01SVG: move default font size into state ctorChr. Rossmanith
2012-05-01rework callcatcher makefile to build subsequentcheck testsCaolán McNamara
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
2012-05-01make javah work for me with JDK7 under windowsCaolán McNamara
Change-Id: Ie223f6213fea2fc4d9076f693857f4e17c726f54
2012-05-01SV_DECL_PTRARR_SORT->boost::ptr_setCaolán McNamara
Change-Id: I770d684a11347593656edc80d173bc7631d58fd8
2012-05-01Matrix3d::* belongs to some external libCaolán McNamara
Change-Id: I2818d75d2698582d4ee13e6d5091865041eda2b8
2012-05-01cppunit test appears to have gotten lostCaolán McNamara
Change-Id: Ief45ebc79f145c03c5b5967c415b45affffd0ca0
2012-05-01make these operators well-formedCaolán McNamara
Change-Id: Ic1a2dad00b7f62e4df380fdef8b271fa94de8558
2012-05-01add READMEDavid Tardon
Change-Id: I2e8214297d071857205c1031b64842e731ef1248
2012-05-01utilize the tail_build concept for cross-compilationDavid Tardon
There is a new module cross_tail_build that serves the same purpose for the build side of cross-compilation (started from cross_toolset) as tail_build for the host side. Change-Id: Ic16bae9a7197a1f31cc2dcf31b16bbac68c3300f
2012-05-01fdo#42779 followup: Do not check for icons in nonexistent lookaside directory.Gábor Stefanik
Change-Id: Ic493c2e33767968e5a1c1cced66a88295c694b2b
2012-05-01build: cleaning up previously converted idlc moduleDavid Ostrovsky
Change-Id: Ic90495f677dc42c0430492548deaa9f9b10e4d44
2012-05-01export flexDavid Tardon
Change-Id: I7d5d8e380e12cc66255ddc3ac3f70bab7713f8b6
2012-04-30These two tests are now ported to cppunit.Kohei Yoshida
Change-Id: Ifce4c2a6f0f81a9b206795d915cac6705087c2d1
2012-04-30Implemented test for XPropertySet::setPropertyValue().Kohei Yoshida
Also cover all UNO primitive types in isPropertyValueChangeable(). Change-Id: I21a1809ed2a6b58f68ef82252f513991e0f012af
2012-04-30Test setPropertyValue().Kohei Yoshida
Change-Id: Idbad933cf5e3b297e7131e66202a0250b4c3def8
2012-04-30More descriptive method name.Kohei Yoshida
Change-Id: I7f0d68ee59e7a36254267d652de398cc371c7f8c
2012-04-30Test for XPropertySet. This is still work-in-progress.Kohei Yoshida
Change-Id: Icf8ddddb9a45435968bc43d8bc7a033ce5cfd702
2012-04-30Started porting the XPropertySet test code.Kohei Yoshida
Not all its tests have been converted. This is work-in-progress. Change-Id: I90a789852e05a214440e4f87011b6de3d3d4d08a
2012-04-30fdo#47670: sw: HTML: fix table border export:Michael Stahl
SwHTMLWrtTable::Write no longer writes BORDER and BORDERCOLOR attributes on TABLE elements, but instead various CSS "border" properties into STYLE attributes of the TD elements. However, it was forgotten to also remove the ROWS and FRAMES attributes, which (as the comments helpfully explain) only make sense in case BORDER is actually written, and cause Mozilla to not render some of the borders in cases RULES=ROWS or RULES=COLS. (regression from d18feffd49f4481626417daac7984b2a7e70c3bf)
2012-04-30script to list locales with and without DateAcceptancePatternEike Rathke
2012-04-30Some removing in cairocanvasJulien Nabet
Change-Id: Idd08fd733670f4410349a45de882710b19a31f67
2012-04-30WaE: unsafe mix of sal_Bool and boolCaolán McNamara
Change-Id: I753ee58e5999f9ba0da5adeaba7800b76f7f4d68
2012-04-30add another test docCaolán McNamara
Change-Id: I6cc92e2242cf0f162b5c670bf2e70f1e8fc49a28
2012-04-30and be (not so) ultimately smart in the mailto handlerLuboš Luňák
2012-04-30be even smarter in the mailto handler :)Luboš Luňák
2012-04-30we must call the make detected at configure timeCaolán McNamara
Change-Id: I57463bdcb8f580866d56741c427fd9882a151b07