summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-27Remove unused include filesThomas Arnhold
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Remove commented out code (includes)Thomas Arnhold
Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
2012-06-27Remove commented out codeThomas Arnhold
Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6
2012-06-27Remove commented out codeThomas Arnhold
Change-Id: Idbd7ddb3f0a65454c4a82cd421298bee30184a4d
2012-06-27hrc cleanup: Remove commented out codeThomas Arnhold
Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66
2012-06-27Reduce newline bloat at eofThomas Arnhold
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-27Remove completely commented out file webwizar.srcThomas Arnhold
Change-Id: I4161a7fe929c81ac0bdd8506d2e0697bdc7f9c9e
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
2012-06-27Remove some obsolete stuffThomas Arnhold
* unused macro ENABLE_MISSINGKEYASSERTIONS * don't bother with private/commercial use Change-Id: I84af3ea909b20f0ab8295bbc0d0adc90e6d6f6e1
2012-06-27fix useless \EThomas Arnhold
Change-Id: I4181121dbba20539ad7d851c3e9b505d368a1809
2012-06-27tweak ScDrawStringsVars::RepeatToFill, us String::Expand instead of loopNoel Power
Change-Id: I74cfa5813f7df526794cea3cdeaf26fc5f1820ba
2012-06-27removed unnecessary forward declarations of classTakeshi Abe
except moving SvXMLStyleContext into xmloff/source/forms/layerimport.hxx Change-Id: I5e16b54f98ccdd54bc0bb373d3fe92ed1bef3c5e
2012-06-27fdo#48335 testcaseMiklos Vajna
Change-Id: I032ff9b65ec9c4d70a2247c7311c2c7292a411c7
2012-06-27fdo#48335 RTF export: avoid fake page breaks on page style changesMiklos Vajna
The problem was that a page break has been always exported when the page style changed -- but in case the page style changes just because of "first page"-like styles, we don't need that. Change-Id: I15527c8d3a2d1c441b4817cf94d61ea68dc5f92c
2012-06-27Adapt page switch animation duration to fling velocityTor Lillqvist
Change-Id: I30e177b45b0e25d92fd7dea02ffe4e9c0731dce5
2012-06-27Use GestureImageView again but still do handle page changesTor Lillqvist
Make the GestureImageView constructors take a OnGestureListener, and store that, Move the FlingListener class into GestureImageViewTouchListener so that FlingListener has access to the fields of GestureImageViewTouchListener. If the image is fully zoomed out and can't be dragged, pass flings on up, to DocumentLoader's gestureListener. Change-Id: I574280de23bdab2772a361833f561dff3e182bcd
2012-06-27Whitespace cleanupTor Lillqvist
Change-Id: I52590908e6ba59c19aded2771d779c1cfa3a45ea
2012-06-27Deliver also *.exe (to get python.exe delivered).Jan Holesovsky
Change-Id: I6e4645dc9de9e6650f3b5d9276e96b20266ada48
2012-06-27CMIS UCP: Use the URL host as ID for cached sessionsCédric Bosdonnat
Using the binding URL as ID for the cached sessions is bad as there may be several repositories on the same binding URL... which means different libcmis::Session objects. Change-Id: Id3605ee4fdfbfc32b72615fb573220e94c8748af
2012-06-27RtfAttributeOutput::SectionType: don't try to dump break code as charMiklos Vajna
Change-Id: I35e66abd5595a0a23db79aef4a84c25b4f45c725
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard
Change-Id: I2a15f8787afceaea1cb8e1c2902c05367d3e5b15
2012-06-27add support for axis color import/exportMarkus Mohrhard
Change-Id: I713981b9ae1a82ca0b014cde88abdc32af1f9975
2012-06-27support colored axis in data barsMarkus Mohrhard
Change-Id: Ie74404b35e31a2f96641abb18a9aaf46467e31c0
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-26removed unused lcl_IsReference()Eike Rathke
Change-Id: I1f79bf11105e06cf713db11a6e00cd41a3aab06b
2012-06-26bring some sense into translated commentEike Rathke
Change-Id: I045927b3310ddef6208a1d0a837ed6bc098f9ca8
2012-06-26android: add --with-android-arch to make space for an x86 targetMichael Meeks
2012-06-26android: make launcher function as expected - starts writer.Michael Meeks
Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks for not having cmdline arguments in the intent when launching.
2012-06-26android: remove duplicate services.rdb from config, and static bitsMichael Meeks
2012-06-26resolved fdo#51442 N() inconsistent argument handlingEike Rathke
5743e7b36220e9689091812cef7a4396dd48c4e6 introduced a different handling of arguments in the N() spreadsheet function. That lost the ability to use position dependent range intersections and suppressed every error instead of propagating it. Previous versions suppressed only the #N/A error. Excel propagates all errors instead. Note that Excel for N() does not use position dependent range intersection (SingleRef of DoubleRef) when a range reference is passed and does not handle evaluation in array context (instead top left value is always used), which both is inconsistent with other functions taking a scalar value parameter. ODFF does not specify this function different. This change re-enables range intersection and adds array evaluation. Gnumeric does the same. Change-Id: Ice35271e40f1a27cea384226e25945108003841a
2012-06-26added mnStringNoValueError handling to ConvertStringToValue()Eike Rathke
Change-Id: I05c2ddc0ebde6675e9f98722c4feb1ed49670dee
2012-06-26reenable unitcheck and slowcheck as top level targetsBjoern Michaelsen
Change-Id: Idb46ebcb427522c74632a1813afcbb841fb61243
2012-06-26fix for fdo#51040 preview crashNoel Power
Change-Id: I13d3cfa99294bdce8c9f5133f49e91114feb4baa
2012-06-26Revert "set the zoom only once, prevents infinite loop, fdo#51040"Noel Power
This reverts commit 793f1e70ce4c364b366d2e8065ea7fb2815bbf40.
2012-06-26do not submit a change for now as that removes the ref on gerritBjoern Michaelsen
Change-Id: I699aad760823a8ccbfc7dc93bf0658b5222dff71
2012-06-26fdo#44602 Modeless word count window hides when user clicks into a noteMuhammad Haggag
The word count dialog wasn't registered as a child window in the SwView interface. Now it is. Change-Id: I334e3403f91ff6884ef1e3a6a64149c284926726 Reviewed-on: https://gerrit.libreoffice.org/236 Tested-by: Michael Meeks <michael.meeks@suse.com> Reviewed-by: Michael Meeks <michael.meeks@suse.com>
2012-06-26fdo#48335 don't export zoom factor when zoom type is not percentMiklos Vajna
Change-Id: I1fb7e3d9d65f2f3388bb4851f5ad517ed1681f04
2012-06-26fdo#48335 RTF export: don't try to end not started runsMiklos Vajna
Change-Id: I022556acd0891cf24963d667d34f366496453630
2012-06-26Prevent print settings dialog to show help buttonMaxime de Roucy
Prevent the printer settings dialog to show help button when it's called from the help. Add a PrinterController property : HideHelpButton Change-Id: I45585a30a2f429659f554747f93c650cb048711f
2012-06-26Some rewriting in SfxViewShell::ExecPrint_ImplMaxime de Roucy
* add comments * reorganise if statement * use of the IsAPI function * prevent segfault (NULL pointer dereferencing) Change-Id: I79b010e676ea5efc23903d6c63e04175871d1258
2012-06-26aero toolbar: Use f0f0f0 for the gradient again, it was reverted by accident.Jan Holesovsky
Change-Id: I05435615185f05ec3fd9609f039394f4ecb03def
2012-06-26save tabdialog settings in dtor as well as ::OkCaolán McNamara
Change-Id: Ia279c7cf6e319cba8ee185fd7158f7aa7b504008
2012-06-26Properly store dialog's position and current pageTravis Carter
Dialog's position and current page weren't always being stored. Moved code from the destructor to SfxTabDialog::Ok() so that it will execute everytime Ok or Apply is clicked. Change-Id: Iddee68a7b22749db50c8c78613be11c8ba5500c6
2012-06-26get the right inclusion rules for nss libsCaolán McNamara
Change-Id: I119a012f1b0e9fe06d15b7e41fe7ac140bb83629
2012-06-26removed unnecessary forward declarations of classTakeshi Abe
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
2012-06-26n#766487 testcasesMiklos Vajna
Change-Id: I75c7913141461b354e85889faa6d43a1033680ef
2012-06-26move the nss stuff in scp2 to be dependent on xmlsecCaolán McNamara
Change-Id: Icb6d5cbc00135559b2e7b85a3c627dad974834a5
2012-06-26Fix more bugs in ImplgetTopDockingAreaHeight().Jan Holesovsky
- fixed infinite loop (calling next in an 'else' is a bad idea) - there may be more top docking areas, pick the one with != 0 height Change-Id: I4892a655e25efff4d7282c5106ba238f94586374
2012-06-26Resolves: fdo#50967 Address DataSource dialog fails on throwsCaolán McNamara
e.g. kde3 address book support is built in, but loaded on system without kde3 libs Change-Id: I0be27eeab3fce8f26fca203d61c67693b880fb3b
2012-06-26tidy some resource stringsCaolán McNamara
Change-Id: I611a276d048121084ec842d062129e042f3baea5