summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-06-18LOK: kill double initialize.Andrzej Hunt2-6/+0
2014-06-17LOK: Split into instance and class.Andrzej Hunt2-14/+23
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke1-0/+4
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke2-5/+10
2014-06-13Extract kmz and collada converter code to a seperate functionZolnai Tamás1-0/+2
2014-06-12liblok: add include for size_t.Michael Meeks1-0/+2
2014-06-12cast loses precisionCaolán McNamara1-4/+4
2014-06-12liblok: check new methods via macros on nSize, not by de-referencing.Michael Meeks2-1/+11
2014-06-12Complete LibreOfficeKit C++ renaming.Andrzej Hunt1-3/+2
2014-06-11Upgrade LibreOfficeKit C++ API.Andrzej Hunt1-10/+14
2014-06-11Rename C api of LibreOfficeKit.Andrzej Hunt2-18/+18
2014-06-11Move liblibreoffice into LibreOfficeKit.Andrzej Hunt2-0/+149
2014-06-10make that variable protected againMarkus Mohrhard1-2/+2
2014-06-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard5-35/+38
2014-06-07we only support GLX 1.3+Markus Mohrhard1-2/+2
2014-06-07Lsan: fix memory leakMarkus Mohrhard1-0/+2
2014-06-07Lsan: fix invalid memory accessMarkus Mohrhard1-0/+2
2014-06-06bnc#880763: PPTX import: wrong z-order becuause of wrong import orderZolnai Tamás2-2/+3
2014-06-062nd part of bnc#870233: import font color from color fragment for SmartArtsZolnai Tamás2-0/+7
2014-06-061st part of bnc#870233: wrong list style in shapesZolnai Tamás1-0/+3
2014-06-05fdo#79597 Password UI: correct typo for 1 characterLaurent Balland-Poirier2-0/+2
2014-06-04add convenience functions to handle dirsDavid Tardon1-0/+3
2014-06-03oox, writerfilter: Support for artistic effects on picturesJacobo Aragunde Pérez4-1/+74
2014-06-03add bDisallowPrivate parameter to LanguageTag::isValidBcp47()Eike Rathke1-1/+7
2014-06-02add LANGUAGE_USER_FRENCH_TOGO 0x8C0C [fr-TG] French (Togo), fdo#79353Eike Rathke1-0/+1
2014-06-02add LANGUAGE_USER_FRENCH_NIGER 0x880C [fr-NE] French (Niger), fdo#79352Eike Rathke1-0/+1
2014-06-02add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351Eike Rathke1-0/+1
2014-05-30bnc#870237: wrong text position in grouped listZolnai Tamás1-2/+4
2014-05-30Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara2-17/+5
2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida1-0/+2
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara2-3/+7
2014-05-28Resolves: fdo#79142 When Creating Styles - The 2nd One Always Replaces the 1stCaolán McNamara1-0/+1
2014-05-26rebase all import libsDavid Tardon3-25/+23
2014-05-23switch the Western language list box to SvxLanguageComboBoxEike Rathke2-1/+16
2014-05-22bnc#467278: Introduce a warning that changes to VBA macros cannot be saved.Jan Holesovsky1-1/+1
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida1-7/+5
2014-05-21So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann1-1/+0
2014-05-21ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann1-1/+1
2014-05-21we have GetEntryPos(), use itEike Rathke1-0/+3
2014-05-21Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann1-1/+2
2014-05-21Replace ZCodec::mbInit with sane enumStephan Bergmann1-2/+8
2014-05-21ZCodec::UpdateCRC is privateStephan Bergmann1-1/+2
2014-05-21Remove unused ZCodec::IsFinishedStephan Bergmann1-1/+0
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann1-14/+3
2014-05-21Remove unused ZCODEC_BEST_SPEED, ZCODEC_BEST_COMPRESSION macrosStephan Bergmann1-2/+0
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-13/+10
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann1-3/+2
2014-05-21Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann1-4/+2
2014-05-21Remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macrosStephan Bergmann1-2/+0
2014-05-21Remove unnecessary DEFAULT_IN/OUT_BUFSIZE macrosStephan Bergmann1-11/+1