Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-02 | accessibility resources in the wrong dialog definition | Caolán McNamara | |
Change-Id: Ib3fe9b6a5b0a26343142044be5e638be46276f27 | |||
2012-05-02 | put VBA stuff into correct subpackages | Petr Mladek | |
move vbaobj.uno.so into -calc subpackage and vbaswobj.uno.so into -writer subpackage to fix dependencies Change-Id: Id9457d71ee38537b07456816845cb870c7b7a041 | |||
2012-05-02 | swapped DefaultAbbrvName and DefaultFullName in Era elements | Eike Rathke | |
2012-05-02 | changes to [is-IS] locale data | Björgvin Ragnarsson | |
2012-05-02 | fdo#49365 correctly map monitor index back to screen | David Tardon | |
Change-Id: I396b34119a2686011640d5f15de616fe2a166237 | |||
2012-05-02 | let make know about all files created by LinkTarget | David Tardon | |
Change-Id: Id8af5f63b7a249949286ed35d26d8f4e71a52742 | |||
2012-05-02 | catch by const ref | Caolán McNamara | |
Change-Id: Ib1571dfd2e7b821c929ab7efa9077a355471c0b8 | |||
2012-05-02 | help description added for recently introduced gmake LEXFLAGS option | David Ostrovsky | |
Change-Id: Ie94ba4b3a774ab947574c74837ecbc932bb3b621 | |||
2012-05-02 | fix typo | Caolán McNamara | |
Change-Id: I2becc370331e979987b34dbfff25ac4eddd9b067 | |||
2012-05-02 | can use -O2 without -fstrict-aliasing for icu | Caolán McNamara | |
Change-Id: I9841adb2e17e11c32823ac9e438bae824d30599e | |||
2012-05-02 | WaE: simple-minded msvc2008 considers code unreachable | Caolán McNamara | |
Change-Id: I97da4392bb3ca814e8d9037346c83fde4d460f97 | |||
2012-05-02 | WaE: doubles truncated to floats | Caolán McNamara | |
Change-Id: I42b67cc0670f3d0990708fb299243098c1aa972b | |||
2012-05-02 | Related: fdo#49208 implement operator== with faster equals | Caolá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-02 | Related: fdo#49208 use UText adaptor to underlying rtl::OUString | Caolá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-02 | DocxExport::WriteSettings: add missing cast | Miklos Vajna | |
Change-Id: I8eb74f3ed20254df767de689005819e8237da784 | |||
2012-05-02 | Fix typo | Julien Nabet | |
Change-Id: I3b01defa109b87c5c7f4c5b4e44e846de7d7ddf1 | |||
2012-05-02 | fdo#49183 link resources to executables | David Tardon | |
Change-Id: I5dd5cec5d4c66a65154d965c8c707f8a585880d6 | |||
2012-05-02 | convert custom makefile code into a package | David Tardon | |
Change-Id: I72b41e4826b7e93b5c8aeacbf6d9d52e3780f090 | |||
2012-05-02 | Remove GoPrevSentence indicated in unused | Julien Nabet | |
Change-Id: I492677ed33cf21404b22c2d8770fe32d2cac3839 | |||
2012-05-02 | sw: implement w:zoom in DOCX export | Miklos Vajna | |
2012-05-02 | Argh, another tweak. | Jan Holesovsky | |
Change-Id: I69f3aa4151dde15b02cf28dae13415f86cffad10 | |||
2012-05-02 | Minor comment tweak. | Jan Holesovsky | |
Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec | |||
2012-05-01 | Revert this not wanted test | Julien Nabet | |
Change-Id: Ie0d5cc1bd143240455b55ddf478fdf9fdd88654d | |||
2012-05-01 | Oups ! (Thank you Korrawit !) | Julien Nabet | |
Change-Id: I21122084cb35be38d859b44deb6200b68f378a0a | |||
2012-05-01 | Wno-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-01 | Resolves: fdo#49324 (Does not recognize VBA macro in JAPANESE...) | Julien Nabet | |
Thank you Caolán for your advice! Change-Id: I72c5ae37d04961e261b275ba4625d3a376629d49 | |||
2012-05-01 | hack to allow warnings in lexer on MacOSX | Norbert Thiebaud | |
2012-05-01 | Related: fdo#49208 optimize common case | Caolán McNamara | |
Change-Id: Ieec379b08cb9096b1c8187c2eda5053f093c612d | |||
2012-05-01 | Resolves: fdo#49208 icu string compare is shocking slow | Caolán McNamara | |
Change-Id: Iee3ab0ebbbb72e88e33dcbe0fcb4df1e4f60c301 | |||
2012-05-01 | Related: fdo#49208 don't copy string if we can reuse the original | Caolán McNamara | |
Change-Id: I95d82ce168fd1790107316460f6ddbd9f6b32e18 | |||
2012-05-01 | Related: fdo#49208 crazy to create the string *twice* | Caolán McNamara | |
Change-Id: Ib31919672d0754fa4f650dcb32dc2c59a410b54c | |||
2012-05-01 | fdo#47584 add yet another MinGW dll filename pattern | Andras Timar | |
2012-05-01 | SVG: use scale in font size and text baseline heuristic | Chr. Rossmanith | |
2012-05-01 | SVG: remove unused code in svgreader.cxx | Chr. Rossmanith | |
2012-05-01 | SVG: move default font size into state ctor | Chr. Rossmanith | |
2012-05-01 | rework callcatcher makefile to build subsequentcheck tests | Caolán McNamara | |
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c | |||
2012-05-01 | make javah work for me with JDK7 under windows | Caolán McNamara | |
Change-Id: Ie223f6213fea2fc4d9076f693857f4e17c726f54 | |||
2012-05-01 | SV_DECL_PTRARR_SORT->boost::ptr_set | Caolán McNamara | |
Change-Id: I770d684a11347593656edc80d173bc7631d58fd8 | |||
2012-05-01 | Matrix3d::* belongs to some external lib | Caolán McNamara | |
Change-Id: I2818d75d2698582d4ee13e6d5091865041eda2b8 | |||
2012-05-01 | cppunit test appears to have gotten lost | Caolán McNamara | |
Change-Id: Ief45ebc79f145c03c5b5967c415b45affffd0ca0 | |||
2012-05-01 | make these operators well-formed | Caolán McNamara | |
Change-Id: Ic1a2dad00b7f62e4df380fdef8b271fa94de8558 | |||
2012-05-01 | add README | David Tardon | |
Change-Id: I2e8214297d071857205c1031b64842e731ef1248 | |||
2012-05-01 | utilize the tail_build concept for cross-compilation | David 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-01 | fdo#42779 followup: Do not check for icons in nonexistent lookaside directory. | Gábor Stefanik | |
Change-Id: Ic493c2e33767968e5a1c1cced66a88295c694b2b | |||
2012-05-01 | build: cleaning up previously converted idlc module | David Ostrovsky | |
Change-Id: Ic90495f677dc42c0430492548deaa9f9b10e4d44 | |||
2012-05-01 | export flex | David Tardon | |
Change-Id: I7d5d8e380e12cc66255ddc3ac3f70bab7713f8b6 | |||
2012-04-30 | These two tests are now ported to cppunit. | Kohei Yoshida | |
Change-Id: Ifce4c2a6f0f81a9b206795d915cac6705087c2d1 | |||
2012-04-30 | Implemented test for XPropertySet::setPropertyValue(). | Kohei Yoshida | |
Also cover all UNO primitive types in isPropertyValueChangeable(). Change-Id: I21a1809ed2a6b58f68ef82252f513991e0f012af | |||
2012-04-30 | Test setPropertyValue(). | Kohei Yoshida | |
Change-Id: Idbad933cf5e3b297e7131e66202a0250b4c3def8 | |||
2012-04-30 | More descriptive method name. | Kohei Yoshida | |
Change-Id: I7f0d68ee59e7a36254267d652de398cc371c7f8c |