summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-12fdo#51828 - UI: Sort: can use more than 3 criteria once onlyAlbert Thuswaldner
Change-Id: I7480e8d606e1eafde45635e36dfafa4232f529cb Reviewed-on: https://gerrit.libreoffice.org/3217 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/3350 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-04-11prevent vector and sequence out of bounds access, fdo#60300Eike Rathke
This fixes the symptom of the crash but not the underlying cause why a subtotal count would be wrong. (cherry picked from commit 8bd3be9915ff28458d010fc8f0a1a1ab66d730b0) Conflicts: sc/source/core/data/dpoutput.cxx Change-Id: I3782b5e39f18bc65ffe510b847ffa7969a26cd37 Reviewed-on: https://gerrit.libreoffice.org/3340 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2013-04-11prevent out of bounds vector access in ooo62493-1.xls recalculationEike Rathke
The document https://issues.apache.org/ooo/attachment.cgi?id=34418 attached to https://issues.apache.org/ooo/show_bug.cgi?id=62493 crashes in a dbgutil build due to an invalid subtotal count that leads to an out of bounds access in a vector, in this case with offset -1 This fixes the symptom, not the cause why the subtotal count would be wrong. Change-Id: If96c2eadba8753ea3e3166db0a81441818c89b2d (cherry picked from commit 58885eda4f15913fc46243dab726632f5904aab5) Reviewed-on: https://gerrit.libreoffice.org/3336 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2013-04-11Resolves: fdo#62287 avoid a crash on OSX on reusing a dead AquaSalFrameCaolán McNamara
part 1 of 3: Resolves: #i120237# workaround a crash on OSX... when a VirtualDevice is reused that was created for a now dead window regression was introduced by the changes for #i116758# Patch-By: Herbert Duerr Suggested-By: Herbert Duerr Found-By: Herbert Duerr (cherry picked from commit 6550c7c0595670c10e340e2c7b41be7e128af40a) (cherry picked from commit 5333d295225e4cf961e03ea8bf2fd1e2f9d168bc) part 2 of 3: Related: #i120237# cache the updated frame reference in AquaSalGraphics (cherry picked from commit 6e4214e604f8aa86b08a7fbe315a80d7751ffc2d) (cherry picked from commit ef4b5aad82da7133e89e37e3e04791398d6fb3a6) part 3 of 3: Related: fdo#62287 make it impossible to use a dead AquaSalFrame (cherry picked from commit 43a23fb3f8f1ffa4937658dd9393d23533b84d18) d10d49737ba773e95a3198997e25fbfd98708f65 e56a41e901ea26d5ea946260bdf25a903185be99 Change-Id: I1a813f128ad16e6eb840b22fbd14af49b34e11d0 Reviewed-on: https://gerrit.libreoffice.org/3295 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-11odk: fix packaging of purpenvhelper import lib on WNTMichael Stahl
This import lib was apparently renamed in LO 3.6 and the crappy dmake build system in odk silently dropped it from the packages. This problem was fixed differently on master by converting the module to gbuild. Change-Id: Ib07e1472815b7d068cd718f6c733630fd59639d2 Reviewed-on: https://gerrit.libreoffice.org/3307 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-11resolved fdo#63403 do not create matrix with 0 rows or colsEike Rathke
Change-Id: Icb0000bde3723c1b37713d0f26ef8305c4a199b8 (cherry picked from commit 7c3ab3bc15cec211767490823539efcada4fe964) Reviewed-on: https://gerrit.libreoffice.org/3321 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-11fdo#63350 math: move stardard toolbar to the leftThomas Arnhold
Change-Id: Ibadd1dff90383fb0a285a9cb94cc0050906e3f24 Reviewed-on: https://gerrit.libreoffice.org/3324 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10fdo#39066: using UNO_QUERY instead of UNO_QUERY_THROW displays hyperlinksChr. Rossmanith
Change-Id: Iafa9e273c009fe0772a9401b47b51738dc235a13 Reviewed-on: https://gerrit.libreoffice.org/3296 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 7bcba4c910fa7eecf256a05a1f274f7b253e5fc5) Reviewed-on: https://gerrit.libreoffice.org/3303 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-04-10fdo#61389 - Display Properties, Set as default actions in save mode.Rafael Dominguez
It dosent make sense to display delete action since we are saving a template same for edit. Change-Id: I83368f80a29f60c8d24b47fe3682ca93a2373a98 Reviewed-on: https://gerrit.libreoffice.org/3301 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Display correct region name in error messages.Rafael Dominguez
Change-Id: Icf4149272f67df6681bdad711362dd7d3802d04a Reviewed-on: https://gerrit.libreoffice.org/3300 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Fetch thumbnails position and id from filter array instead."Rafael Dominguez
Change-Id: I35bd8b47eeba3e2f8e2ea74afbf1fe8e48390bab Reviewed-on: https://gerrit.libreoffice.org/3299 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Update template item path when moving it to another folder.Rafael Dominguez
Change-Id: I4de701e32dfe1244ba29704633d7d15f829a9e7a Reviewed-on: https://gerrit.libreoffice.org/3298 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Mark thumbnailview item as unselected when updating filter.Rafael Dominguez
Change-Id: Ifc98603045364419a6f76316fea96c2e668c333e Reviewed-on: https://gerrit.libreoffice.org/3297 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Fix again n719988, n734733Xisco Fauli
Bullet should have same color as following text by default Regression from bb3540a7cb6866a7b6c36cd71ea4bb9b0609d1e8 Change-Id: I007088db5bcb71e8d90d287b21762dca0dda9573
2013-04-09disable cached value import for ODS for now, fdo#60215Markus Mohrhard
Change-Id: I714e75112727f5ebcd8cc55cf4f70dd15eb9b810 Reviewed-on: https://gerrit.libreoffice.org/3290 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2013-04-09Resolves: fdo#61948 delayed delete deletes nothing under windowsCaolán McNamara
The reason there appears to be two dialogs, is because there actually is. The original dialog doesn't get deleted under windows. If we use the actual returned type of the dialog here rather than a lower baseclass then the right thing happens. Original code works under Linux but not Windows. Change-Id: Iaf99fa4e16f743b1f5a3d29f42a140491f3d67b0 (cherry picked from commit afb3af7ce5fef803d42a549095863e6bb8210ef2) Reviewed-on: https://gerrit.libreoffice.org/3288 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-08Resolves: rhbz#949238 div by zero on pagedown in 0 width task paneCaolán McNamara
Change-Id: I2ee5e0b19db724adf94d699ce0af686648fb67e8 (cherry picked from commit 626bac2f5ccec91eb9962c700564381158f826bc) Reviewed-on: https://gerrit.libreoffice.org/3277 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2013-04-08fdo#49120 - Implementig XML_stateIrányossy Knoblauch Artúr
Change-Id: If4779aeb5301bb3e422ceb6a4029ddf5542ab03d Reviewed-on: https://gerrit.libreoffice.org/3222 Reviewed-by: Németh László <nemeth@numbertext.org> Tested-by: Németh László <nemeth@numbertext.org> Signed-off-by: Andras Timar <atimar@suse.com>
2013-04-08Updated coreAndras Timar
Project: help b56864919adc5b2c36b354e365c93964bb611dab
2013-04-08Uploading libcdr-0.0.12: fixing fdo#62538 and fdo#53278Fridrich Štrba
Change-Id: Ia7121c5e77ac86941fc70e08d1c824a93e842aff (cherry picked from commit 29339357cfba19e80c3687639fe33e847d3e6f93) Reviewed-on: https://gerrit.libreoffice.org/3269 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Updated coreAndras Timar
Project: help e9b6ed7fb094f12207112cc0fffde5aea0c6dcb1
2013-04-08fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez
Change-Id: I0b107d0918e1914709de31fd52cd11480e7fd419 Reviewed-on: https://gerrit.libreoffice.org/3260 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Avoid generating filter list several times.Rafael Dominguez
- Only generate the list after applying a new filter function. - Append item directly to the filtered list if its allowed when appending a new item to the thumbnailview. Change-Id: I408785507ef94908d31e4373b407e9d443f72895 Reviewed-on: https://gerrit.libreoffice.org/3259 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Dont show import action while in save mode.Rafael Dominguez
Change-Id: Iafe814382ed1b52c9119893851c98bd15812fa60 Reviewed-on: https://gerrit.libreoffice.org/3258 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08fdo#60844 Remember last open folder and filter in Template Manager.Rafael Dominguez
Change-Id: I4513428e10aad9b8b5c0d739bd763fb2a1f0bf81 Reviewed-on: https://gerrit.libreoffice.org/3257 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Position view below toolbox and search bar when resizing Template dialog.Rafael Dominguez
Change-Id: I94806487f4cebde965652997a595c7263d710338 Reviewed-on: https://gerrit.libreoffice.org/3256 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Dont reload template information after saving.Rafael Dominguez
Change-Id: Ib75bd4561581254f690e6dd4a2b83343c99d65af Reviewed-on: https://gerrit.libreoffice.org/3255 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Display empty folders in Template Manager.Rafael Dominguez
Change-Id: I1cab8c78dc6dc3f1969cd2e4e8bcda0b684a4caa Reviewed-on: https://gerrit.libreoffice.org/3254 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Make template thumbnail sizes appropiate to the content in them.Rafael Dominguez
Change-Id: I785a351a5a936a42b56081a868c01d97e0a6105f Reviewed-on: https://gerrit.libreoffice.org/3253 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Calculate template thumbnail subtitle position to fit drawing area.Rafael Dominguez
Change-Id: Ieaf067f5182c9dc690d028cdc6ba5bc28ac8436f Reviewed-on: https://gerrit.libreoffice.org/3252 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Deselect items when searching for templates to reset toolbars.Rafael Dominguez
Change-Id: I762762f5684287d06a046aca6d7160bce10e3653 Reviewed-on: https://gerrit.libreoffice.org/3251 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Deselect templates when closing the search view.Rafael Dominguez
Change-Id: If187b154a023a9364b6775270ce4c24377a98524 Reviewed-on: https://gerrit.libreoffice.org/3250 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Show search and extra buttons when a template is selected.Rafael Dominguez
Change-Id: Ia3e97f3f540ab07725ae3871251aefe4ba3d5e2d Reviewed-on: https://gerrit.libreoffice.org/3249 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08fdo#60581 Import templates into current directory.Rafael Dominguez
Change-Id: I3dfec069c606e61fc49b44e36602804054ca1bca Reviewed-on: https://gerrit.libreoffice.org/3248 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08fdo#60581 Display import templates only when its allowed.Rafael Dominguez
Change-Id: Iefe4fdd1484389d0bbbccecdca49e4c0061ec81e Reviewed-on: https://gerrit.libreoffice.org/3247 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Display create template folder only when its allowed.Rafael Dominguez
Change-Id: I892cfd88907ac4588e882e3a89c4feb200ce6744 Reviewed-on: https://gerrit.libreoffice.org/3246 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Update search results when changing template type in Template Manager.Rafael Dominguez
Change-Id: I52f79b5963e331332f02974dc739d631b9c359eb Reviewed-on: https://gerrit.libreoffice.org/3245 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Filter search results by type and keyword in Template Manager.Rafael Dominguez
Change-Id: I612b0b87340a50f0e5ec69ec4e8b2beba13cab36 Reviewed-on: https://gerrit.libreoffice.org/3244 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Get the correct region id view when saving a template.Rafael Dominguez
Change-Id: If3a75fa2d64dd1c912bfa9a7f3ea96e5fd80e594 Reviewed-on: https://gerrit.libreoffice.org/3243 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Fix moving selected search results in Template Manager.Rafael Dominguez
Change-Id: I577f7cc9f56f5309cd6ebccdc73b4072a4ee91a3 Reviewed-on: https://gerrit.libreoffice.org/3242 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Fix exporting selected search results in Template Manager.Rafael Dominguez
Change-Id: I60e517807fec797a99d2f182e41731d515d30dcc Reviewed-on: https://gerrit.libreoffice.org/3241 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Delete the correct template from the selected search results.Rafael Dominguez
Change-Id: I4a594e3c35d4c68da51421c92247b6687d163fe5 Reviewed-on: https://gerrit.libreoffice.org/3240 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Fix deleting templates through Template Manager.Rafael Dominguez
Change-Id: I79c16eb264d957b510a8bf8ee2009e1f55190a0b Reviewed-on: https://gerrit.libreoffice.org/3239 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Separate template region ids from thumbnail ids.Rafael Dominguez
- Update all actions to use the new system. Change-Id: I8aa09a3317eff4cb083c8fc151ea2f93a5a971fe Reviewed-on: https://gerrit.libreoffice.org/3238 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-05fdo#62155 - band-aid crash from poor addin registration on upgradeMichael Meeks
For some sadly unknown reason we get an exception traversing the calc addins and crashing doesn't seem a great response to that. Change-Id: I8d1eda7c8bab384817f19a86607c7035e4c3a8ab Reviewed-on: https://gerrit.libreoffice.org/3212 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05export darken/darkeless/lighten/lightenless commandsRadek Doulik
Change-Id: I4531ab82a52e3da41f12409185f7c0730381aa23
2013-04-05export subpath sizes (these are for example in pptx custom shape presets)Radek Doulik
Change-Id: Iab21d0845d0cb6e4dadeffb5f7b9ebab1e4b955a
2013-04-05resolved fdo#63161 out of bounds string accessEike Rathke
Introduced with c7709b460394283fd5b1d2779b6af3585f80a991 String to OUString where previous String::GetChar() handled this. Change-Id: I9253df1af7498e2d7a8ea8077ec6b369697ad44e (cherry picked from commit d526e48912deeb44061ff570d715c31ca45f77b8) Reviewed-on: https://gerrit.libreoffice.org/3211 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-04-05fix selection change event firingNoel Power
Change-Id: I64e8b684dd5462e1a742ba47b5480951b4e3a4c4 Reviewed-on: https://gerrit.libreoffice.org/3210 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-05fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power
Seems now we need to additionally set 'Visible' property for XControlShapes to ensure correct visibility Also we need allow 'For Each' syntax to with with CommandBar collection. Note: the implementation of the CommandBar enumeration seems wrong, I would have thought that it should match ( and share ) implementation details with normal index access ( it doesn't ) Change-Id: Ia5306b4c976f6dc9a5f82e245ca5440f204f5bab Reviewed-on: https://gerrit.libreoffice.org/3209 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>