summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-05Don't bypass the form stuff for iOS for nowTor Lillqvist
2012-03-05WaE: expression result unusedTor Lillqvist
2012-03-05Make postprocess build for iOS and --disable-database-connectivityTor Lillqvist
Whether anything that's done in postprocess is relevant for iOS remains to be seen.
2012-03-04fdo#37197: No legend entry for regression curve if not applicableKatarina Machalkova
make the original check more general, to cover all chart types that don't support statistics
2012-03-04Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin
* Make typedefs private to class ScTabViewObj * rename field aSelectionListeners to aSelectionChgListeners
2012-03-04correctly set the position of the axis labels, related fdo#44832Markus Mohrhard
There are still some more issues but at least they are now correctly located in the right position All advanced attributes are not yet applied.
2012-03-04don't crash for empty input data in charts, fdo#46885Markus Mohrhard
2012-03-04fdo#46847 use windows style path for midl.exeAndras Timar
2012-03-04mingw: change liblpsolve.a -> .dll.aDavid Tardon
2012-03-04do not change the lib nameDavid Tardon
2012-03-04it seems this is not necessary after allDavid Tardon
Maybe it depends on the day of the week or something like that...
2012-03-04fdo#46847 typo in midl command lineAndras Timar
2012-03-04fix building of so_activex (fdo#46847)David Tardon
2012-03-04use custom target for copying sourcesDavid Tardon
2012-03-03Fix lacking break in switchJulien Nabet
2012-03-03build nsplugin also without mozilla as in 3-5 branchMatúš Kukan
2012-03-03gtk3: Avoid crash with some themes (unico based)Lucas Baudin
We didn't check wether the window was big enough to draw all the widgets. Sometimes, when the window was displaying, it was too small and drawing outside of the window caused a crash, we didn't take into account that the root point for drawing gtk3 widgets wasn't always (0,0).
2012-03-03Avoid temporary rtl::OUStringJulien Nabet
2012-03-03Avoid temporary rtl::OUStringJulien Nabet
2012-03-03ValueSet: simplified autoscroll logicMatteo Casalin
2012-03-03ValueSet: reduce memory footprint by dynamically evaluating rectanglesMatteo Casalin
2012-03-03ValueSet: remove redundant checkMatteo Casalin
2012-03-03ValueSet: fix safety check - failure value of GetItemId is 0, not -1Matteo Casalin
2012-03-03ValueSet: replace some conditionals with simple arithmeticMatteo Casalin
2012-03-03don't create uno::Sequence with new, fdo#46825Markus Mohrhard
The uno::Sequence copy c'tor creates a flat copy and increments the ref count. So if you use new and later delete together with the copy constructor you get a double delete.
2012-03-03make this variable constMarkus Mohrhard
there are some lifetime problems related to SchXMLCell and therefore this helps to limit the scope of possible problems
2012-03-03remove debug statementMarkus Mohrhard
2012-03-03don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard
2012-03-03WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-03WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-03WaE: expression result unusedTor Lillqvist
A right parenthesis was apparently misplaced, leading to the code actually containing a bogus comma expression. The GetPropertyValue() call's result was ignored and the subexpression after the comma, zero, was used instead.
2012-03-03WaE: use of unary operator that may be intended as compound assignment (-=)Tor Lillqvist
2012-03-03WaE: two unused functionsTor Lillqvist
2012-03-03WaE: use of logical '&&' with constant operandTor Lillqvist
Surely it's the bitwise operator & that is wanted here. The code makes no sense otherwise. We apparently have been generating UUIDs where every second hex digit is always a '1', like {x1x1x1x1-x1x1-x1x1-x1x1-x1x1x1x1x1x1} (where each x is a random hex digit).
2012-03-03WaE: expression result unusedTor Lillqvist
Remopve apparently accidentally leftover initializer parameter list that now was just a comma expression with no effect.
2012-03-03SwXTextField::setPropertyValue: simplify a bit:Michael Stahl
It looks like the second call to PutValue() was accidentally inserted in f462a51fcc8e50f3255d2d8c98a4c6408dce725e. Also, pDoc is valid when pField is.
2012-03-03unofield.cxx: fix indentation a littleMichael Stahl
2012-03-03fdo#42073: sw: expand all text fields when setting properties:Michael Stahl
SwXTextField::setPropertyValue: call Expand() for all text fields Fixes getPresentation returning stale values. (regression from CWS sw34bf01, 8485708f3001fca132c3353c464fe7187ef62bed) Also, without this the text formatting does not actually update and the new content is not displayed until some other unrelated editing operation.
2012-03-03fdo#39694: SwTxtFld: do expand the field in the ctorMichael Stahl
While only the text formatting is able to expand all fields correctly, this is still good enough for many field types and fixes a race condition when the field value is requested before layout is finished. (regression from CWS sw34bf01, 8485708f3001fca132c3353c464fe7187ef62bed)
2012-03-03ExecuteQuerySaveDocument: return NO when headless instead of CANCELMichael Stahl
2012-03-03OfficeConnection.java: don't wait forever if terminate() failsMichael Stahl
2012-03-03oox::drawingml::Shape: fix "lock underflow in SvxShape" assertionsMichael Stahl
2012-03-02customshapes: re-generate smaller, faster to compile data.Michael Meeks
2012-03-02customshapes: special-case Sequence of EnhancedCustomShapeParameterPairMichael Meeks
another 20% compile time win, and 350K saved from the shared library
2012-03-02customshapes: special case EnhancedCustomShapeParameterPair to winMichael Meeks
Gives a 50% shrink in compile time, and a ~1Mb shrink in binary size
2012-03-02customshapes: use static integer array for EnhancedCustomShapeSequencesMichael Meeks
Saves 4% compile time and 200K of space
2012-03-02customshapes: 800k size saving, and 25% compile speedupMichael Meeks
Use static const char * arrays and a helper function instead of inlining umpteen OUString intern calls.
2012-03-02remove translations from hereMatúš Kukan
2012-03-02generate more pptx test documents with preset shapesRadek Doulik
- before we only generated custom shapes used as presets definition - preset-*.pptx documents might be used for testing the presets
2012-03-02Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df.