summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-20API CHANGE: Remove deprecated cppuhelper/bootstrap.hxx functionalityStephan Bergmann3-92/+45
cppu::createSimpleRegistry, cppu::createNestedRegistry, and cppu::bootstrap_InitialComponentContext for registry-based type/service information, superseded by cppu::defaultBootstrap_InitialComponentContext. Aborting stubs for the three functions are left in cppuhelper/source/compat.cxx to avoid having to incompatibly change cppuhelper/source/gcc3.map. Change-Id: I8e714c021c246b15a6e6fb7f25d754dceff17c8a
2012-12-20Thou shall not mention qtz twice, thy packaging breakethFridrich Štrba1-5/+2
Change-Id: Icd65d8a456cf59b6e4b6b6bfb095c0bff498bcbc
2012-12-20this custom target is needed by pdfimport_s libDavid Tardon1-1/+1
Change-Id: I853927f5057d60962dc858335c4350881768b2b2
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida6-678/+623
Moved much of the field area specific storage from the parent dialog to its child field area control. It's much cleaner this way. Change-Id: I603fbebc2d9d62742a3808d6f72ca23357d84046
2012-12-20sal_Bool to bool in sw/source/ui/shells/grfsh.cxxRodolfo Ribeiro Gomes1-12/+12
Change-Id: I10727407c04b46eb80fb7b9b7f5ddcb0c7d628fa Reviewed-on: https://gerrit.libreoffice.org/1425 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-12-20Removal unnecessary using declarationsJosé Guilherme Vanz12-35/+0
This commit just removes some unnecessary using declarations Change-Id: Ia1c7cc925b2db5b1172fae91dc703883d6539eaa Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1430 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-12-20fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes9-7/+250
Change-Id: I1a4caea70ef8e2fc177a966e7e267ca4df139864 Reviewed-on: https://gerrit.libreoffice.org/1412 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-12-20some small fixes for UI around date cond formatsMarkus Mohrhard1-3/+7
2012-12-20handle last week/next week betweek different years, fdo#58340Markus Mohrhard1-9/+25
2012-12-20sal_Bool to boolTakeshi Abe9-86/+86
Change-Id: Ie4aac09e9aa7232c61cfdcda7b2bffd5002036a7
2012-12-20Some cppcheck cleaningJulien Nabet2-4/+2
Change-Id: I04a7a1b119cb6cca4bf0dd0d576e5e051f99cc6f
2012-12-19Some cppcheck cleaningJulien Nabet6-21/+14
Change-Id: I750058d7e25de26bf82e76ff09c69257ae09c5ba
2012-12-19regenerate pchPeter Foley11-768/+769
Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf
2012-12-19Fix localization of modified listsZolnai Tamás1-102/+119
Two cases: 1. The items of PairedList have unique id so it works well when change order of items. Thus when there is no poentry for some of the items than use the original strings. 2. The items of other lists have only an order number as id so when order changes than id changes too, which means poentries do not match with original items. To avoid pointless lists fill the whole list with english items. Actually it is a rare case when only the order change, at most time it goes hand in hand with changing of count so use that to decide when use original list. This whole translation ignorance lasts until next po update. Plus delete one call of MegreRest() function because it was called twice for some macro defined strings. Change-Id: I4b34a1831991608583f53e1885c4eb2aea605493
2012-12-19fdo#57881 sw: make UseOnPage independent from SvxPageUsageMiklos Vajna2-2/+41
UseOnPage got changed in commit fa0f42bafbf24e9141ddee728b160b5ab47077f2, but SvxPageUsage got unchanged. Given that right now other applications don't support first page headers / footers, leave SvxPageUsage unchanged and provide conversion methods between the two types.
2012-12-19remove bin/repo-list accidentally added in c2537d7d1c291ba643953849cMatúš Kukan1-1/+0
Change-Id: I2ff51793718a26f62157c3847034ac3fae905292
2012-12-19Add librelogo to listsTomas Chvatal1-0/+3
Change-Id: Iee20612a194b563d89c02a286993cd16fd196bbe
2012-12-19l10ntools: remove wrong dependency on offapiMatúš Kukan1-2/+0
Change-Id: I1de82c254438bd3f706caa3c3b3221cfc4de5ff1
2012-12-19resolved fdo#54344 let date pattern match overrule incomplete format matchEike Rathke1-1/+11
Change-Id: I69a0c62ab5b4da036a77bd6c3b2baec0af7c8339
2012-12-19Respect TARFILE_LOCATION variable.Tomas Chvatal1-1/+1
Thanks to Matus for pointers. Change-Id: Iff2254a3f59ae95c11988a33f322ede5d04b5452
2012-12-19resolved fdo#54336 accept abbreviated combined date/time inputEike Rathke2-5/+72
Abbreviated combined date/time input was not accepted if the date acceptance pattern ended in a separator, like "D.M." with input "D.M. hh:mm". Additionally check that for "D.M. #" input against a "D.M." pattern the '#' (any number) is not interpreted as year if the input so far was recognized to possibly match a date without time, in which case the count of numbers in input must match the count of numbers in pattern and input here is not a date. Change-Id: I3b123b872fbab9dab58afe3b6754b8ad70a61356
2012-12-19pywizards: get rid of ViewHandlerXisco Fauli4-61/+2
Change-Id: Ie0098f0342a5863ffeb9dec96104efb7d94d7ae2
2012-12-19don't use shared empty string if extra space is to be allocatedLuboš Luňák1-1/+1
fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""
2012-12-19Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised ↵Luboš Luňák1-1/+1
with """ newFromLiteral doesn't cheat, it's broken This reverts commit 8b9b779e9fc1de7186217b7be75ef02bb66e2da9.
2012-12-19fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""Noel Power1-1/+1
don't call rtl_uString_newFromLiteral when literal has zero length as that cheats and doesn't assign a buffer. what we really want to do is assign a buffer with initial capacity ( but no content ) Change-Id: I9d642c453dee747aca6365abb15408c05f86bb52
2012-12-19fix crash for fdo#58306 by avoiding literal assignNoel Power1-1/+1
OUStringBuffer doesn't handler append ( if it had been previously assigned to "" literal ) Change-Id: Ief4379490a4873fbee4117db5833111943b86334
2012-12-19post OnPrint event ( application & document ) when printing startsNoel Power2-0/+2
this event used to get posted, somehow it seems it got dropped somewhere along the line ( looks like the printer and printer monitor code got reworked ) Change-Id: Ib75ee9e7ecd41614275033d2be2a351785326e24
2012-12-19API CHANGE: Remove support for uno executable's -ro/-rw argumentsStephan Bergmann2-199/+11
...and instead require users to specify URE_MORE_SERVICES/TYPES (resp. UNO_SERVICES/TYPES for invocations from within the build) bootstrap variables. This removes usage of deprecated bootstrap_InitialComponentContext from the uno executable's code. Change-Id: I9af626f47a94c3bea1fb0d3c3efbab54f8db9e40
2012-12-19add in extra widgets needed for RTL and for insert->sectionCaolán McNamara2-750/+748
Change-Id: I1da651b8682e11fc61bcf4b3bc98c8b5b630d7fc
2012-12-19Converted Formats->columns.uiGokul1-0/+750
Change-Id: I7be50faa10d0106452256f02ec2f4b9cacd3c6d2 Reviewed-on: https://gerrit.libreoffice.org/1346 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-19Little optimization when detecting if there is cell notes to be deletedRodolfo Ribeiro Gomes1-0/+3
Change-Id: I6f7a79459f3d0431adc45f339854b1a9339444c0 Reviewed-on: https://gerrit.libreoffice.org/1415 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-12-19No more .memdump files left behind by xstlproc in postprocessStephan Bergmann1-3/+0
...since e37eb6345dcc09620889a9b8622ea0b7b57da0e0 "postprocess: convert to gbuild" Change-Id: Ia7f29efebb2872e096d36ab04f5d13bc2d437d71
2012-12-19Make testtools use defaultBootstrap_InitialComponentContextStephan Bergmann2-24/+23
...instead of the ure executable's obsolte -ro arguments (leading to usage of deprecated bootstrap_InitialComponentContext with an XSimpleRegistry instead), similar to 0c1dc375b4bf0c8ff01fe51921767faa703b1295 "Make ure/source/uretest/ use defaultBootstrap_InitialComponentContext." Change-Id: Idd35e27959f7650decfe78364d86614bafbbbec7
2012-12-19even simpler way to get the whole rangeMarkus Mohrhard1-22/+1
2012-12-19Little optimisation when getting the whole rangeRodolfo Ribeiro Gomes1-8/+5
Just avoid "if" statement every iteration since the condition is true only at the first run Change-Id: I0f2f93196b2b28d457dfbb7b18f568abb45adcbb
2012-12-19set a more sane default height on headerbarsCaolán McNamara2-2/+2
Change-Id: I2af5adb064888336dd1ea622bb274c45052e2e61
2012-12-19convert document properties tabdialog to .ui formatCaolán McNamara8-169/+178
this includes allow us to add tabpages to SfxTabDialogs by name (and getting back the matching pageid) where the name of a tabpage is the name of the label widget for the page in the .ui notebook. Change-Id: I48bfaa9ac8daa443ca72540e2024ddb9df34faa5
2012-12-19split out custom properties info page and convert to .uiCaolán McNamara8-226/+198
The CustomPropertiesWindow could be converted to something that inherits from one of the new containers and remove a load of that custom positioning code but for now just minimally retro-fit the existing manual position setting code of the custom scrolling widget. Change-Id: I6c85286f3652a11bf8c8d827c4986b5b9d745523
2012-12-19split out custom info page and convert to .uiCaolán McNamara8-217/+115
Change-Id: I4353c839f6b081fcffd33edb2eb6722e91379cf5
2012-12-19split out internet info page and convert to .uiCaolán McNamara10-502/+375
Change-Id: I1aa0dea1e0867b4cf6c4ca099d8c0281d400b24c
2012-12-19a GtkComboBoxText and GtkComboBox are effectively the same thingCaolán McNamara1-8/+1
Change-Id: Iec7b9a0d04c3974a081813aee285f7482de904aa
2012-12-19n#794350: [PPTX] Flip gradient fill as well.Muthu Subramanian3-3/+12
2012-12-19fdo#58331: Handle IllegalArgumentException routinely thrown for legacy extsStephan Bergmann1-4/+10
...that was no longer handled properly when installing such a legacy .zip extension due to 31170413ae3786bf44564e813d7291354e939a77 "API CHANGE: com.sun.star.lang.IllegalArgumentException." Change-Id: I6f5f4be0eed16496d8d3c3623d6676c7c669c5c4
2012-12-19fix KDE file dialog setting checkboxes to trueLuboš Luňák1-1/+1
No idea how long this has been broken, or if it ever worked, but inserting a picture sets the 'link' and 'preview' checkboxes to true for the next time (as getValue() returns void*, which gets silently converted to bool *sigh*). Change-Id: I6af0e09ac5e475fc9ff04cd7f937af0bc7aeea77
2012-12-19added [hr-HR] D.M.Y. date acceptance pattern (dot after year)Eike Rathke1-0/+1
Change-Id: Ie212f2e91b3ef262997bcd125817769ae24c16c3
2012-12-19fix last commitLuboš Luňák1-1/+1
operator== is case-sensitive Change-Id: I9b0a99ffdd53780ab14d569b3fac17a7983d5b96
2012-12-19Removel ::rtl:: prefixes and macros in ooxJosé Guilherme Vanz7-76/+55
This commit removes ::rtl:: prefixes, macros and replace old String class in oox Change-Id: I2672c859a45bc1221415479218c352bab4fe9b1a Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1335 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-19serialize all unit tests runs with icecream_run.Michael Meeks1-2/+2
Change-Id: Iaed997a4c9a36d618934c5870c65c3006c44561d
2012-12-19wrap vararg sax functions in typesafe overloadsLuboš Luňák4-27/+158
Now automatic conversions can take place (no getStr() needed), and there are compile errors when used improperly. The FSEND terminator is also no longer needed, but it's better to dump it only after forgetting it no longer silently breaks backports. Change-Id: Ib47e6eda2d5e12ce889b69bf2affbda3679c2d3f
2012-12-19-DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák17-8/+24
Change-Id: I94c7865b68c65540765c9fbfba6f669055dad4ba