summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-02Drop Core Text dynamic loading stufffeature/dematurize01Khaled Hosny
Our Mac OS X baseline includes Core Text. Change-Id: Icd2f0062d172db1d4393b2dd1eac4d9f55a88495
2013-06-02Get the new Core Text code to compileKhaled Hosny
Change-Id: I592158bd60afcbe756c6f0e11aa69a44768a0985
2013-06-02Cherry-pick Core Text port from AOOKhaled Hosny
Manually picked from: http://svn.apache.org/viewvc?view=revision&sortby=log&revision=1480384 Author: hdu Date: Wed May 8 18:14:34 2013 UTC (3 weeks, 2 days ago) Changed paths: 55 Log Message: #i122195# add VCL support for 64bit OSX>=10.7 Change-Id: Ia799d7fdeb257e9bfd311338dcfdf97caf9d191f
2013-06-02C4702: unreachable codeJulien Nabet
Change-Id: Ia5151a143583c597d30b9ba64733e610877ccab1
2013-06-02Updated coreRaimundo Moura
Project: dictionaries 3bdd3696fa35b2e2f85961d4cd93fa787ef91ce9
2013-06-02clang, -Wunused-private-fieldJulien Nabet
Change-Id: I8aa3d67c50a7b248cfdefb9a3152afd259b8ebbd
2013-06-02Updated coreAndras Timar
Project: dictionaries 721ecacc70123ccb748e9b2c13b30dfcc671cb2f
2013-06-02Updated coreAndras Timar
Project: translations 388a988b3a02f0bbd68c91520503fca3b7f53d04
2013-06-02jvmfwk: de-Pascalize do_msvcr71_magicMichael Stahl
The uninitialized Module variable causes the smoketest to fail when built with MSVC 2012 (assinging to it raises some weird exception). Change-Id: I77b3b591a94f4dfbb373938e3787f75e6a8e09c5
2013-06-02mysqlcppconn: MSVC 2010 finally has grown a stdint.hMichael Stahl
Change-Id: I5b8d948aad94ba492075245c18c8ed781baa469e
2013-06-02configure: fix warning about missing test parameterMichael Stahl
Change-Id: I9478a0c3703f5c9c6341f60db13eade195d074b4
2013-06-02fdo#39468 Comment translation GER-ENG in sw/source/ui/unoMatthias Freund
Cleanups and translations. Change-Id: Ia5ef91c120354ed868a69c3dbfc9cebe0fd61bab Reviewed-on: https://gerrit.libreoffice.org/4129 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-06-02remove unused variableMarkus Mohrhard
2013-06-02fix plugin build with clang < 3.3Luboš Luňák
Change-Id: If2eb7595ca7d25f6d491e332bb3060061d3b42a7
2013-06-02fix Werror tinderbox problemMarkus Mohrhard
2013-06-02sidebar: Restrict the minimal width of the sidebar.Jan Holesovsky
Change-Id: I99051830c4393b420125332e787c3abdc5a6aa61
2013-06-02sidebar: Don't overlap widgets in the .ui based panels.Jan Holesovsky
Change-Id: I32c978188a38d54f2b05d40b5d47b9d5520f3cca
2013-06-02sidebar: Convert TextPropertyPanel to .ui + adapt code.Jan Holesovsky
Change-Id: I1e446ca520b10f0fba4f79d2e840d10835850f66
2013-06-02sidebar: Try harder to find the command's image.Jan Holesovsky
Change-Id: I14d2a3887c36937be44e151409a851f923262a62
2013-06-02sidebar: Support for dropdown toolbar items in .ui.Jan Holesovsky
Change-Id: I964f82321e26cc8c9a0b6ec9d9d3f28dc5fc935b
2013-06-02sidebar: Allow creation of SidebarToolBoxes via .ui.Jan Holesovsky
Change-Id: If8789fd423a609a18514e5a798df5b5992dac34f
2013-06-02linkoo: Link .ui files correctly.Jan Holesovsky
Change-Id: Ie8e1c1a39238a2bc97b96a1a9dfef34b27f019e7
2013-06-02sidebar: Allow creation of toolboxes using Widget layout / .ui.Jan Holesovsky
Change-Id: Idc07614005a00401a51007b1a0aef00e17507daa
2013-06-02sidebar: Introduce PanelLayout class.Jan Holesovsky
This allows sidebars to be defined using Widget layout / .ui files. Change-Id: I7d5daf2579d6359ba48d4df4be344bb75ce16273
2013-06-02another merge errorMarkus Mohrhard
2013-06-02fix warnings after mergeMarkus Mohrhard
2013-06-02after rebase we have two SetCell methodsMarkus Mohrhard
Change-Id: Ib10e3084a4881bbafdd4c5b51d64fcf65d5d7da3
2013-06-02temporary ugly hack for ordering problemMarkus Mohrhard
Currently we have a problem with the ordering of the calls when we come to old cells that had inherited formats. They may not yet contain a number format when we get the number format. Change-Id: I0ddcdd10ff6ff0a43dbfecaf191e5903d3c0f9ce
2013-06-02use the correct order of arguments for expected and actual in calc testsMarkus Mohrhard
Change-Id: I40fc9b46d35e7046ef51c6ea92f9a1595f6d74a1
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard
Remove ScFormulaCell::GetStandardFormat Change-Id: I0b19f572cfcf5c08c81009b0f10e7cc44a1aa2f4
2013-06-02let us use clean test environmentsMarkus Mohrhard
The additional typing and the duplicated code benefit cleaner test execution. Test failures might be hidden by a dirty test environment or random test failures might be produced by it. Change-Id: I97283009b65facbaad82e41ae6f1258430684438
2013-06-02accept this result as bug fixedMarkus Mohrhard
We still have the number format type in ScFormulaCell. Removing that one from ScFormulaCell is more work and needs much more inspection than removing the formula index. Additionally we should inspect all callers of ScFormulaCell::GetStandardFormat as most of them are useless when we know that a cell has a fixed number format. Change-Id: I3ad55a0c072da0fc4046d6c7245ed734a1dcaabc
2013-06-02CPPUNIT_ASSERT_EQUAL gives a more helpful error messageMarkus Mohrhard
Change-Id: Ic7bc7d0298e6983e377b55f0362f34983de3df7a
2013-06-02don't set hard format for text formatsMarkus Mohrhard
Gets rid of some test failures that are the result of dirty test environments. Change-Id: I45ed4bbe46c8aa598e074c3eac7903811cbb2620
2013-06-02remove inherited number formats, related fdo#60215Markus Mohrhard
Change-Id: I23d5e1b3baeb1499ada1fba1665027bdbe3fbb87
2013-06-02use static_cast instead of c style castMarkus Mohrhard
Change-Id: I9194d5fb9fc42247cf43bfcd0327472eeca7c297
2013-06-02this method is unused nowMarkus Mohrhard
We are down to two number format methods in ScFormulaCell now Change-Id: If8bf13dfdd9803872bc1425909c31a5bb0ee1598
2013-06-02String to OUStringMarkus Mohrhard
Change-Id: I4ca8254fea9e2ec78cb1d542cc8c0c2cd12e6e89
2013-06-02bail out early for error cellsMarkus Mohrhard
Change-Id: Ice38b42cdd01b8dbb472752d2c8e1679181f8422
2013-06-02bail out for error cells earlyMarkus Mohrhard
Change-Id: I36581f3b735008dbba6eea5808da654eb8b279e3
2013-06-02remove one more use of inherited number formatsMarkus Mohrhard
Change-Id: If12ca06b45821efe9e52555095a45ae3ce2d377a
2013-06-02initial work on removing some ScFormulaCell instancesMarkus Mohrhard
These cells where using a ScFormulaCell to calculate the result of a formula and get the number format. Use the new ScSimpleFormulaCalculator which is a simplified version that has only a few limitations. Change-Id: I71f01b8fa10506234627a6512cb434800dceca6a
2013-06-02we don't need this include in the header fileMarkus Mohrhard
Change-Id: Ic0dce5427c359a44c36a59acfce3427fc9815d97
2013-06-02a few more places without ScFormulaCellMarkus Mohrhard
Change-Id: I13ae80429e06fad5e28f1166a585656e8e4ec29f
2013-06-02preparations for inherited number format removalMarkus Mohrhard
Without inherited number format these calls are unnecessary. Change-Id: I359cb217eb32d98df29bb6d2c0fbb14367e30425
2013-06-02remove temporary String instancesMarkus Mohrhard
Change-Id: I8afd7636fa0dcbf53402e8a4393868526e56892b
2013-06-02more String->OUString and early bail outsMarkus Mohrhard
Change-Id: Ia573f27962b5fbb48e543a2e2a802e85db36fafd
2013-06-02String->OUString and bail out earlyMarkus Mohrhard
Change-Id: I3fe720269be83840f3d76304042e92541ee14dbf
2013-06-02let us use scoped_ptr when possibleMarkus Mohrhard
Change-Id: Ia8199bdc63ee732bada51687df195c9ab9cae9aa
2013-06-02make the method privateMarkus Mohrhard
Change-Id: I6f50edefd90c8fbedabfb455d655c07647fecfaf