summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis
This also introduces a getter for the mnDPIScaleFactor variable. Change-Id: I02ba6858fb1842f911d62976f4c54afc3bfa337f
2013-12-20Resolves: #i120065# apply patch for Enabled property in grid modelJürgen Schmidt
Patch By: hanya Review By: jsc (cherry picked from commit 0164d67071d06aa42213c4a66765b5d032ca84d3) Change-Id: Iad363b75dd30722b10139b31c90b3d598deaaf30
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke
Set to true for export, false for import. If export true, an XMLPropertyMapEntry with mbImportOnly==true is not added to the mappings. This to be able to have more than one mappings for import (for example a current extension namespace and the future namespace proposed to the ODF-TC, or corrected typos in element or attribute names), but map only to one entry on export, of course. Change-Id: Ia01ea949c88eda2f8a6c10f51c59e35e7abdcaf3
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke
Change-Id: Id5a54a591a42c836884af1fd09dc055f2fce6db5
2013-12-20just beautify this a littleEike Rathke
Change-Id: Ibd7da12d88ec8e965f652499f7e7e32f81bd8ccc
2013-12-20reordered member variables for 4 byte alignmentEike Rathke
Change-Id: Iaae7689d1ed3c74e261fcc90fa88b5521468e376
2013-12-19Improve CppunitTest_servicesStephan Bergmann
Change-Id: I4b22ce7e5fa91d5008f72e1f351d25063065ba43
2013-12-19Add new XML tokens for ODS, for calc data stream import & export.Kohei Yoshida
Change-Id: I3b86a53a3fcbac8eab56a74c5c636e0ce0cb13e5
2013-12-19svl: whitespace fixes in grabbagitemMiklos Vajna
Change-Id: I363e8c0f1a51a18bf0ad0ac4f931107137fd1c58
2013-12-19Missing eol backslashStephan Bergmann
Change-Id: Ia3fd6c84c430fcce30779f9b554090a322e6fd9a
2013-12-19Deduplicate more components.Matúš Kukan
No one says this is the only good classification. Quite possibly it's not even a good one, but at least something. Change-Id: I81178314222f9f63708a83b262ff8ef73a1d9467
2013-12-19Deduplicate calc components.Matúš Kukan
Hopefully it makes sense, I don't know. Inspired by Debian packages. Change-Id: I8caf2d4aa75b8f6de3cc7da9eb293955a4ed58d8
2013-12-19Deduplicate writer component factories.Matúš Kukan
Change-Id: I0b82e8a284f871829b7c22a654d61534b5c5a3cc
2013-12-19Introduce DPI scale factor for Hi-DPI displays.Jan Holesovsky
This is supposed to stay 1 (no scale) for printers and default virtual devices, but should be set accordingly (2 or 3) for windows and virtual devices derived from windows. Various VCL widgets or paint operations should incrementally become aware of this, and changed so that they draw nicely on the Hi-DPI displays. This patch only introduces the behavior for waved lines. The default is currently being set depending on the DPI setting only; could be changed to a more clever way if necessary. Change-Id: I71118f9ab6b64028d1eeee76e860e999d5cd9d19
2013-12-19WIP: Direct service ctor calls at least on Android/iOSStephan Bergmann
Change-Id: I8a1907bc4b8f2134efb15d38a0fb5176b4384317
2013-12-19CID#703891 RubyDialog::GetText orthogonal to Dialog::GetTextCaolán McNamara
Change-Id: I131daae13b11b5242e9a32a94532463f6e0d925b
2013-12-19Fix up constructor function declarationsStephan Bergmann
Change-Id: I68ec96b20da1603e5cafd31d620d8dd54306627a
2013-12-19Deduplicate a lot of common components.Matúš Kukan
Change-Id: Ic3eb95119eed7a691c9cd0c677f28c87395b9415
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
...to directly call constructor functions of ComponentContext-based C++ implementations of (non-single-instance) UNO services. The case where these calls would need to be bridged across different environments (e.g., from gcc3 to gcc3:affine) is not yet implemented. bootstrap.component and expwrap.component are adapted accordingly as a proof-of- concept (which had previously been adapted to use the prefix="direct" feature, which may become unnecessary again in the end, depending on how to handle single-instance services/singletons). More to follow. Change-Id: I18682d75bcd29d3d427e31331b4ce8161dbb846d
2013-12-19Introduce osl::Module::releaseStephan Bergmann
...to make osl::Module useful in cases where there underlying library shall remain loaded after the Module instance is destroyed. Change-Id: Ie2c9c094207f159b900620d394f489d49ffa36d2
2013-12-19fdo#72304 Write Chart Data Table information back to XML.Nikhil Walvekar
During export access properties stored during import and write back those. Currently we just support basic chart data table information such as border and outline, there are more properties, which are pending. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: Icbc1245fc829f49833a8c307e029c3dd3dc2e0bd
2013-12-19fdo#72304 Added properties to store Chart data table information, during import.Nikhil Walvekar
Change-Id: I77c458828b86bc31fae533e2e632d57237e44e6f
2013-12-19fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar
Change-Id: I767bb32fdaddcaf742923055cc86bb19138b42be
2013-12-18resolved fdo#72778 keep setting system locale and LanguageTag in syncEike Rathke
Change-Id: I3547786bf77b8f611bc08d0e52c66ac00e199f13
2013-12-18URE headers do not have "using rtl::OUString"Stephan Bergmann
Change-Id: I525b93371dbd89dafa6916f7c3696423f44753f6
2013-12-18Consistently mark these as deleted on all platformsStephan Bergmann
Change-Id: I87b226fe8ade512fa5559be9cb66cff75543e383
2013-12-18Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan
It's not terribly nice, but, hopefully, better. The hope is that one day, lo_get_library_map will be no more. In lo_get_implementation_map we can specify more precisely what to link into the binary. Change-Id: I99a1854fbae05be2f70302cc56bea88e522ec129
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan
Change-Id: I91cb0177edd79485eab885e995e79b1a19a769d5
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan
Use more anonymous namespaces, de-duplicate code, bin some comments. Makes the library smaller. Change-Id: Id0cefdcaa72a74741303fc27e36038488ef8b059
2013-12-18Deduplicate some foo_component_getFactory declarations.Matúš Kukan
Change-Id: I9304b62134bab375b721399ae078bf66e01191d8
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
a new log section (sal.rtl.xub) is used to display alert in case of suspicious len == 0xFFFF (aka STRING_LEN) Change-Id: I3ed2aa7896e12592be9e003580dd6c8eda4add5e Reviewed-on: https://gerrit.libreoffice.org/7117 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-12-17test::FiltersTest: add support for export testsMiklos Vajna
For now, this is only implemented for the Writer RTF filter. Change-Id: I0c7ae5b0e544bd4738652a38474f4d262ce65661
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
...which it did unlike all the other implbaseN.hxx. Required lots of downstream clean-up, of course. Change-Id: Ib720e7a0a43410dcd7e6338b84a3973dfbb20866
2013-12-16remove SGI compiler checksMichael Stahl
Change-Id: I8b4bce4b9c0cc457732b2de4af93049010de1097
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
Change-Id: I5150eec33228e18e274a8ae4effd3f185851b7f4 Reviewed-on: https://gerrit.libreoffice.org/7103 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-12-16CPPU_CURRENT_NAMESPACE is impl detail, mark @deprecatedStephan Bergmann
Change-Id: I4f66403c197bb94ec0ce178f949ece80bab1116f
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers
LOGNORM.DIST, LOGNORM.INV, NORM.DIST, NORM.INV, NORM.S.DIST, NORM.S.INV Change-Id: I695e0645642af1757a1dd7d7f0f15c9515e21309 Reviewed-on: https://gerrit.libreoffice.org/6883 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-12-16convert fontwork spacing dialog to .uiCaolán McNamara
Change-Id: I0cf7fb84974741a162addb6c1fc393d3328f21cb
2013-12-16svtools: rename IAccessibleTableControl::dispose()Michael Stahl
... to not confuse it with XComponent::dispose(). Change-Id: I056fdf77f9116d1c22f8ca9313a0ea313fb1c4aa
2013-12-16move this QueryFolderName into fpickerCaolán McNamara
Change-Id: I1b7b26ceef86e0dcc642d760b8413a822c125a2b
2013-12-16convert query folder dialog to .uiCaolán McNamara
Change-Id: I844b45b4cc9834550d0d187dfdbc69686e512e5d
2013-12-16Re-enable building test-active.oxtStephan Bergmann
Change-Id: I56bd0630f8d238488d9d6598d87acefe1a08fdf0
2013-12-16janitorial: correction in commentLionel Elie Mamane
Change-Id: I8a3dd1a368c1c1eb327c818f5053545f3ff44b09
2013-12-14utl::TempFile should not be copiedMarkus Mohrhard
Change-Id: I35d0c96d52b490ef70a0238e715d874f0ecd1012
2013-12-13also export hiLowLines for lineChartMarkus Mohrhard
Change-Id: I7b96fcb1e537517a80de87d997818d372d03f74a
2013-12-13fdo#72345: Fixed for Charts - Up Down Bars are missing after Round tripYogeshBharate
UpDownBars missing after Roundtrip in case of LineChart. Change-Id: Ia3e574aefb9436a2f5b2b88e8824625d09d35c38
2013-12-13fixes for previous commitMarkus Mohrhard
Change-Id: Ic4f2d36ce901b88b47b43fdebba197daf8bd0373
2013-12-13startcenter: The welcome text was too long, split it to 2 lines.Jan Holesovsky
Change-Id: I23d6a4bf8d9c3b2531dd95e4ea293ce7225bf8f1