summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-05Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTINGTor Lillqvist
The tables functionality in Writer documents need SbxValue.
2012-03-05WaE: unused parameter in the DISABLE_SCRIPTING caseTor Lillqvist
2012-03-05WaE: unused variable in the DISABLE_SCRIPTING caseTor Lillqvist
2012-03-05support import of key shortcut for macro ( Excel only )Noel Power
2012-03-05Revert "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-05Handle consecutive slashes before ".."Tor Lillqvist
2012-03-05Must properly quote also the vars in config_build.mk when sourcing itTor Lillqvist
2012-03-05Remove unused code from basicElton Chung
2012-03-05Translate german comments in core/comphelperTom Thorogood
2012-03-05fdo#44832: Follow-up fix for axis labels for complex categoriesMarkus 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-05n#693238, n#747471: create TableManager for inside shapesCé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-05n#747471, n#693238: Textboxes import is a mess with OLE objects insideCédric Bosdonnat
2012-03-05fix dbgutil buildCaolán McNamara
2012-03-05vba implementation for Application.OnKeyNoel Power
2012-03-05Related: rhbz#799630 survive unknown/broken nIdctHint valuesCaolán McNamara
2012-03-05callcatcher: update listCaolán McNamara
2012-03-05Remove unused code TESortedPositions and TEWritingDirectionInfosMaciej Rumianowski
2012-03-05Replace VARARR TEWritingDirectionInfos with std::vectorMaciej Rumianowski
2012-03-05Replace VARARR_SORT TESortedPositions with std::setMaciej Rumianowski
2012-03-05n747499: Wav/Audio files import - stub.Muthu Subramanian
2012-03-05Convert ImplPropertyTable from tools/table.hxx to std::mapNoel Grandin
In the process, remove the ImplControlProperty struct, since it was duplicating information already stored in the key of the map.
2012-03-05rtl_uString_newFromAscii_WithLength() and use it in OUStringLuboš Luňák
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák
2012-03-05optimized OUString operators =,==,!= for string literalsLuboš Luňák
2012-03-05check that *ascii* string functions are really passed only ASCIILuboš Luňák
2012-03-05add @since to new OUString ctorsLuboš Luňák
2012-03-05assume string literals to be ASCII-only, rather than UTF-8Luboš Luňák
ASCII-only handling is much more efficient, and some functionality like comparison has optimized variants for ASCII
2012-03-05sw: CheckFields: oops, forgot to close the documentMichael Stahl
2012-03-05fdo#39694, fdo#42073: add junit test for theseMichael Stahl
2012-03-05fdo#39694: add test documentJuergen Steinhilber
2012-03-05mingw: override gcc's definition of INLINEDavid 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-05Convert SbxFactory from SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin
2012-03-05WaE: unused parameters in the DISABLE_SCRIPTING caseTor Lillqvist
2012-03-05iterator are not orderedNorbert Thiebaud
2012-03-05WaE: calling delete on the wrong thingCaolán McNamara
2012-03-05unused inlineCaolán McNamara
2012-03-05Resolves: fdo#31306 some icons don't get grayed when disabledCaolá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-05RtfAttributeOutput::FlyFrameGraphic: don't try to compare a null pointerMiklos Vajna
2012-03-05i#118986 RTF: reduce memory usage when exporting large graphicsMiklos 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-05make ExportPICT() and WriteHex() be able to write to a streamMiklos Vajna
2012-03-05introduce RtfStringBufferMiklos Vajna
It's a wrapper around OStringBuffer to handle export of graphics more efficiently.
2012-03-05this can be just a pointer as wellMiklos Vajna
2012-03-05Drop an unused variableTor Lillqvist
2012-03-05Replace String by OUStringOlivier Hallot
Replace String by OUString
2012-03-05Kill LinkedList in hwpfilterSzabolcs Dezsi
2012-03-05Improvement to fdo#46565Thomas Collerton
2012-03-05Dropdown list in Letter Wizard are now ordered alphabeticallySzabolcs Dezsi
2012-03-05Remove unused codeElton Chung
2012-03-05remove unused codePetr Vorel
2012-03-05add a spaceBjoern Michaelsen