Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-05 | Sprinkle more DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-03-05 | Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTING | Tor Lillqvist | |
The tables functionality in Writer documents need SbxValue. | |||
2012-03-05 | WaE: unused parameter in the DISABLE_SCRIPTING case | Tor Lillqvist | |
2012-03-05 | WaE: unused variable in the DISABLE_SCRIPTING case | Tor Lillqvist | |
2012-03-05 | support import of key shortcut for macro ( Excel only ) | Noel Power | |
2012-03-05 | Revert "Workaround for weird gbuild looping problem with Clang for iOS" | Tor Lillqvist | |
The root cause for the problem was in solenv/bin/concat-deps.c, has been fixed now. This reverts commit af9618b29f186c3991d9225cc50b55dc78612f27. | |||
2012-03-05 | Handle consecutive slashes before ".." | Tor Lillqvist | |
2012-03-05 | Must properly quote also the vars in config_build.mk when sourcing it | Tor Lillqvist | |
2012-03-05 | Remove unused code from basic | Elton Chung | |
2012-03-05 | Translate german comments in core/comphelper | Tom Thorogood | |
2012-03-05 | fdo#44832: Follow-up fix for axis labels for complex categories | Markus Mohrhard | |
Don't add special handling for second and following categories. [From Markus's patch email to the list, edited by tml] This patch is not obvious and I'm not sure that it will not introduce another regression. I don't fully understand why we need to add special handling for labels of second and following categories. | |||
2012-03-05 | n#693238, n#747471: create TableManager for inside shapes | Cédric Bosdonnat | |
When a texbox is contained inside a table cell... we were running into some troubles when creating the table: the reference to the paragraphs inside the textbox were passed to the TableManager. This was leading to missing references when converting to a table because the paragraph references within the textbox were dropped. | |||
2012-03-05 | n#747471, n#693238: Textboxes import is a mess with OLE objects inside | Cédric Bosdonnat | |
2012-03-05 | fix dbgutil build | Caolán McNamara | |
2012-03-05 | vba implementation for Application.OnKey | Noel Power | |
2012-03-05 | Related: rhbz#799630 survive unknown/broken nIdctHint values | Caolán McNamara | |
2012-03-05 | callcatcher: update list | Caolán McNamara | |
2012-03-05 | Remove unused code TESortedPositions and TEWritingDirectionInfos | Maciej Rumianowski | |
2012-03-05 | Replace VARARR TEWritingDirectionInfos with std::vector | Maciej Rumianowski | |
2012-03-05 | Replace VARARR_SORT TESortedPositions with std::set | Maciej Rumianowski | |
2012-03-05 | n747499: Wav/Audio files import - stub. | Muthu Subramanian | |
2012-03-05 | Convert ImplPropertyTable from tools/table.hxx to std::map | Noel Grandin | |
In the process, remove the ImplControlProperty struct, since it was duplicating information already stored in the key of the map. | |||
2012-03-05 | rtl_uString_newFromAscii_WithLength() and use it in OUString | Luboš Luňák | |
2012-03-05 | remove RTL_CONSTASCII_USTRINGPARAM usage | Luboš Luňák | |
2012-03-05 | optimized OUString operators =,==,!= for string literals | Luboš Luňák | |
2012-03-05 | check that *ascii* string functions are really passed only ASCII | Luboš Luňák | |
2012-03-05 | add @since to new OUString ctors | Luboš Luňák | |
2012-03-05 | assume string literals to be ASCII-only, rather than UTF-8 | Luboš Luňák | |
ASCII-only handling is much more efficient, and some functionality like comparison has optimized variants for ASCII | |||
2012-03-05 | sw: CheckFields: oops, forgot to close the document | Michael Stahl | |
2012-03-05 | fdo#39694, fdo#42073: add junit test for these | Michael Stahl | |
2012-03-05 | fdo#39694: add test document | Juergen Steinhilber | |
2012-03-05 | mingw: override gcc's definition of INLINE | David Tardon | |
gcc defines INLINE to __inline, which leads to 'multiple definition of ...' error on use of liblpsolve.dll.a (e.g., in sccomp). Also use host ar and ranlib. | |||
2012-03-05 | Convert SbxFactory from SV_DECL_PTRARR_DEL to boost::ptr_vector | Noel Grandin | |
2012-03-05 | WaE: unused parameters in the DISABLE_SCRIPTING case | Tor Lillqvist | |
2012-03-05 | iterator are not ordered | Norbert Thiebaud | |
2012-03-05 | WaE: calling delete on the wrong thing | Caolán McNamara | |
2012-03-05 | unused inline | Caolán McNamara | |
2012-03-05 | Resolves: fdo#31306 some icons don't get grayed when disabled | Caolán McNamara | |
some of our menu icons are not RGBA, but our fade-out code only handled images with an alpha channel, so we need to extend it for bitmaps with alpha channel icons | |||
2012-03-05 | RtfAttributeOutput::FlyFrameGraphic: don't try to compare a null pointer | Miklos Vajna | |
2012-03-05 | i#118986 RTF: reduce memory usage when exporting large graphics | Miklos Vajna | |
Delay the call to FlyFrameGraphic() till we can write the result to the stream without buffering in memory; 1.048GB -> 330.1MB memory usage with the bugdoc. | |||
2012-03-05 | make ExportPICT() and WriteHex() be able to write to a stream | Miklos Vajna | |
2012-03-05 | introduce RtfStringBuffer | Miklos Vajna | |
It's a wrapper around OStringBuffer to handle export of graphics more efficiently. | |||
2012-03-05 | this can be just a pointer as well | Miklos Vajna | |
2012-03-05 | Drop an unused variable | Tor Lillqvist | |
2012-03-05 | Replace String by OUString | Olivier Hallot | |
Replace String by OUString | |||
2012-03-05 | Kill LinkedList in hwpfilter | Szabolcs Dezsi | |
2012-03-05 | Improvement to fdo#46565 | Thomas Collerton | |
2012-03-05 | Dropdown list in Letter Wizard are now ordered alphabetically | Szabolcs Dezsi | |
2012-03-05 | Remove unused code | Elton Chung | |
2012-03-05 | remove unused code | Petr Vorel | |