summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-05Remove unused code TESortedPositions and TEWritingDirectionInfosMaciej Rumianowski1-12/+0
2012-03-05Replace VARARR TEWritingDirectionInfos with std::vectorMaciej Rumianowski3-24/+24
2012-03-05Replace VARARR_SORT TESortedPositions with std::setMaciej Rumianowski1-27/+24
2012-03-05n747499: Wav/Audio files import - stub.Muthu Subramanian3-1/+10
2012-03-05Convert ImplPropertyTable from tools/table.hxx to std::mapNoel Grandin2-93/+48
2012-03-05rtl_uString_newFromAscii_WithLength() and use it in OUStringLuboš Luňák4-3/+22
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák17-201/+185
2012-03-05optimized OUString operators =,==,!= for string literalsLuboš Luňák1-0/+107
2012-03-05check that *ascii* string functions are really passed only ASCIILuboš Luňák1-6/+29
2012-03-05add @since to new OUString ctorsLuboš Luňák1-0/+2
2012-03-05assume string literals to be ASCII-only, rather than UTF-8Luboš Luňák1-7/+9
2012-03-05sw: CheckFields: oops, forgot to close the documentMichael Stahl1-0/+6
2012-03-05fdo#39694, fdo#42073: add junit test for theseMichael Stahl2-0/+175
2012-03-05fdo#39694: add test documentJuergen Steinhilber1-0/+0
2012-03-05mingw: override gcc's definition of INLINEDavid Tardon1-4/+7
2012-03-05Convert SbxFactory from SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin3-15/+14
2012-03-05WaE: unused parameters in the DISABLE_SCRIPTING caseTor Lillqvist2-2/+6
2012-03-05iterator are not orderedNorbert Thiebaud1-1/+1
2012-03-05WaE: calling delete on the wrong thingCaolán McNamara1-6/+24
2012-03-05unused inlineCaolán McNamara1-1/+0
2012-03-05Resolves: fdo#31306 some icons don't get grayed when disabledCaolán McNamara1-2/+52
2012-03-05RtfAttributeOutput::FlyFrameGraphic: don't try to compare a null pointerMiklos Vajna1-1/+1
2012-03-05i#118986 RTF: reduce memory usage when exporting large graphicsMiklos Vajna1-8/+8
2012-03-05make ExportPICT() and WriteHex() be able to write to a streamMiklos Vajna2-9/+27
2012-03-05introduce RtfStringBufferMiklos Vajna6-200/+408
2012-03-05this can be just a pointer as wellMiklos Vajna2-6/+6
2012-03-05Drop an unused variableTor Lillqvist1-3/+1
2012-03-05Replace String by OUStringOlivier Hallot1-2/+2
2012-03-05Kill LinkedList in hwpfilterSzabolcs Dezsi11-219/+310
2012-03-05Improvement to fdo#46565Thomas Collerton1-2/+8
2012-03-05Dropdown list in Letter Wizard are now ordered alphabeticallySzabolcs Dezsi1-13/+32
2012-03-05Remove unused codeElton Chung19-403/+1
2012-03-05remove unused codePetr Vorel12-94/+3
2012-03-05add a spaceBjoern Michaelsen1-1/+1
2012-03-05Don't bother mentioning irrelevant autogen optionsTor Lillqvist1-9/+0
2012-03-05lp#562027: actually give the quickstart suppressor a scopeBjoern Michaelsen1-1/+1
2012-03-05fix pathDavid Tardon1-1/+1
2012-03-04iterator end should be tested with != not <Norbert Thiebaud1-1/+1
2012-03-04help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud4-0/+9
2012-03-04GenericSalLayout: manage the collection of GlyphItem with a vector.Norbert Thiebaud2-162/+109
2012-03-04build internal cairo if not with_system_cairo but enable_librsvg != NONorbert Thiebaud1-1/+7
2012-03-04Removed dead codeMarc-André Laverdière-Papineau3-18/+0
2012-03-04Removed dead codeMarc-André Laverdière-Papineau3-8/+0
2012-03-04Removed dead codeMarc-André Laverdière-Papineau3-8/+0
2012-03-05and two more errors of the same kindMarkus Mohrhard1-2/+2
2012-03-05well one copy/paste error is not enoughMarkus Mohrhard1-1/+1
2012-03-05fix copy/paste errorMarkus Mohrhard1-1/+1
2012-03-05add notes back to ScTable::SearchRangeForAllEmptyCellsMarkus Mohrhard1-0/+6
2012-03-05readd note handling to CopyUpdatedMarkus Mohrhard1-0/+10
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist24-33/+268