Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-05 | Don't bypass the form stuff for iOS for now | Tor Lillqvist | |
2012-03-05 | WaE: expression result unused | Tor Lillqvist | |
2012-03-05 | Make postprocess build for iOS and --disable-database-connectivity | Tor Lillqvist | |
Whether anything that's done in postprocess is relevant for iOS remains to be seen. | |||
2012-03-04 | fdo#37197: No legend entry for regression curve if not applicable | Katarina Machalkova | |
make the original check more general, to cover all chart types that don't support statistics | |||
2012-03-04 | Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vector | Noel Grandin | |
* Make typedefs private to class ScTabViewObj * rename field aSelectionListeners to aSelectionChgListeners | |||
2012-03-04 | correctly set the position of the axis labels, related fdo#44832 | Markus 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-04 | don't crash for empty input data in charts, fdo#46885 | Markus Mohrhard | |
2012-03-04 | fdo#46847 use windows style path for midl.exe | Andras Timar | |
2012-03-04 | mingw: change liblpsolve.a -> .dll.a | David Tardon | |
2012-03-04 | do not change the lib name | David Tardon | |
2012-03-04 | it seems this is not necessary after all | David Tardon | |
Maybe it depends on the day of the week or something like that... | |||
2012-03-04 | fdo#46847 typo in midl command line | Andras Timar | |
2012-03-04 | fix building of so_activex (fdo#46847) | David Tardon | |
2012-03-04 | use custom target for copying sources | David Tardon | |
2012-03-03 | Fix lacking break in switch | Julien Nabet | |
2012-03-03 | build nsplugin also without mozilla as in 3-5 branch | Matúš Kukan | |
2012-03-03 | gtk3: 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-03 | Avoid temporary rtl::OUString | Julien Nabet | |
2012-03-03 | Avoid temporary rtl::OUString | Julien Nabet | |
2012-03-03 | ValueSet: simplified autoscroll logic | Matteo Casalin | |
2012-03-03 | ValueSet: reduce memory footprint by dynamically evaluating rectangles | Matteo Casalin | |
2012-03-03 | ValueSet: remove redundant check | Matteo Casalin | |
2012-03-03 | ValueSet: fix safety check - failure value of GetItemId is 0, not -1 | Matteo Casalin | |
2012-03-03 | ValueSet: replace some conditionals with simple arithmetic | Matteo Casalin | |
2012-03-03 | don't create uno::Sequence with new, fdo#46825 | Markus 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-03 | make this variable const | Markus Mohrhard | |
there are some lifetime problems related to SchXMLCell and therefore this helps to limit the scope of possible problems | |||
2012-03-03 | remove debug statement | Markus Mohrhard | |
2012-03-03 | don't show an error message for empty names in Define Names, fdo#46816 | Markus Mohrhard | |
2012-03-03 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-03-03 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-03-03 | WaE: expression result unused | Tor 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-03 | WaE: use of unary operator that may be intended as compound assignment (-=) | Tor Lillqvist | |
2012-03-03 | WaE: two unused functions | Tor Lillqvist | |
2012-03-03 | WaE: use of logical '&&' with constant operand | Tor 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-03 | WaE: expression result unused | Tor Lillqvist | |
Remopve apparently accidentally leftover initializer parameter list that now was just a comma expression with no effect. | |||
2012-03-03 | SwXTextField::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-03 | unofield.cxx: fix indentation a little | Michael Stahl | |
2012-03-03 | fdo#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-03 | fdo#39694: SwTxtFld: do expand the field in the ctor | Michael 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-03 | ExecuteQuerySaveDocument: return NO when headless instead of CANCEL | Michael Stahl | |
2012-03-03 | OfficeConnection.java: don't wait forever if terminate() fails | Michael Stahl | |
2012-03-03 | oox::drawingml::Shape: fix "lock underflow in SvxShape" assertions | Michael Stahl | |
2012-03-02 | customshapes: re-generate smaller, faster to compile data. | Michael Meeks | |
2012-03-02 | customshapes: special-case Sequence of EnhancedCustomShapeParameterPair | Michael Meeks | |
another 20% compile time win, and 350K saved from the shared library | |||
2012-03-02 | customshapes: special case EnhancedCustomShapeParameterPair to win | Michael Meeks | |
Gives a 50% shrink in compile time, and a ~1Mb shrink in binary size | |||
2012-03-02 | customshapes: use static integer array for EnhancedCustomShapeSequences | Michael Meeks | |
Saves 4% compile time and 200K of space | |||
2012-03-02 | customshapes: 800k size saving, and 25% compile speedup | Michael Meeks | |
Use static const char * arrays and a helper function instead of inlining umpteen OUString intern calls. | |||
2012-03-02 | remove translations from here | Matúš Kukan | |
2012-03-02 | generate more pptx test documents with preset shapes | Radek Doulik | |
- before we only generated custom shapes used as presets definition - preset-*.pptx documents might be used for testing the presets | |||
2012-03-02 | Revert "Added 'Copy to Clipboard' button to error dialogs" | Tor Lillqvist | |
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df. |