summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-12-26convert search format dialog to .uiCaolán McNamara
Change-Id: I29db27f8adf2afda7e47b69c43b032758c1e7b24
2013-12-24convert text control character dialog to .uiCaolán McNamara
Change-Id: I4f8301578e01d3c7bf0ea912a5a9fc0beac70b4f
2013-12-24convert text control paragraph dialog to .uiCaolán McNamara
Change-Id: Iedaa5db0add3e6f65d4e207f1514b8eb8344b6da
2013-12-24More informative logging in codeSnippet()Tor Lillqvist
Change-Id: I6909ed60b39a65e6a6464427b2f839aa2bff3863
2013-12-23add a basic GetOptimalSize to progress barCaolán McNamara
Change-Id: I34b98d4c98b3f9af062473f254ffeadb05130471
2013-12-23TyposJulien Nabet
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
2013-12-22Fix other typosJulien Nabet
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
2013-12-21add an intermediate virtual 'response' to MessageDialogCaolán McNamara
so subclasses can decide to not EndDialog on a given responseid Change-Id: I78a02f121b414c458bece1574f890d952ad5cc23
2013-12-21Make the broadcasting work even when about to destruct.Jan Holesovsky
Change-Id: Idba9302e1ec5234d3d472cda047c09ba52afd328
2013-12-21Don't call EndListening() on already destructed listeners.Jan Holesovsky
Change-Id: I9bda35f2246de9d37077dda33c710b89ee008e5a
2013-12-21fdo#72916 correct rounding of time part of DateTimeLionel Elie Mamane
Change-Id: I135478755f9e5a844119129b470fef8de2cd0409
2013-12-20Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida
Useful for debugging in a more flashy way. But never ever document this for end users. If you are an end user reading this, use this at your own risk. You have been warned. Change-Id: Ibbdb45f576287f707106327704754ffaec27ba3c
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky
Listeners and broadcasters are M:N relationship. If you want to destruct them, you easily end up in O(M*N) situation; where for every listener, you iterate all broadcasters, to remove that one listener. To avoid that, announce to the broadcasters that they are going to die, and the listeners do not have to bother with removing themselves from the broadcaster. The broadcaster will not broadcast anything after the PrepareForDesctruction() call anyway. Change-Id: I68d78b23e73bcbb944de9139448b2c20dfa14f62
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan
Also reverts "These services are in fact implemented in svxcore library." This reverts commit 090674dcb085cd41f4628e4f07c9a2268a18e862 and commit 4a969ac35174520f1ffeb4f919f5d7bb6d99a628. This is embarrassing; needs more work.
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan
Change-Id: I888f10a923dc2b97247b2a66cc6bd116eee280a7
2013-12-20Resolves: #i120358# apply patch to support properties from tab modelJürgen Schmidt
Patch By: hanya Review By: jsc (cherry picked from commit aa098b9e612b30a916cd4ce002133d499d7f711a) Conflicts: include/toolkit/controls/controlmodelcontainerbase.hxx Change-Id: I4c038c08d24ceceba606154573abbb1cd41cf7cb
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