summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2014-03-05filter: make LibXSLTTransformer init backward compatibleMichael Stahl5-1/+256
2013-12-29fdo#39206 Add support for image transformation in SVG ImportSamuel Mehrbrodt1-1/+16
2013-12-09CID#736170, CID#736171, CID#736172 Out-of-Bounds read/writeJulien Nabet1-8/+7
2013-11-25rhbz#1030009 Remove global XModel refStephan Bergmann1-7/+0
2013-11-20fdo#66854 keep shadow distance of non-supported MSO shadow typeAndras Timar1-1/+4
2013-11-12Resolves: fdo#71309 Export SWF with Multiple files crashesLaurent Balland-Poirier1-3/+7
2013-10-28fdo#68903 Import .tsv and .xls plain text files in Calc by defaultMaxim Monastirsky1-0/+4
2013-10-09CID#736174 yikes, sizeof(char[]) includes 0, so 4 not 3Caolán McNamara1-1/+1
2013-10-09fdo#64400: DXF import filter: fix OUString handlingMichael Stahl9-126/+110
2013-09-09CID#1078757 nOfs <= nPersistPtrAnzCaolán McNamara1-6/+6
2013-09-06tests that ensure the master to be broken arent that helpfulBjoern Michaelsen3-12/+0
2013-09-05fdo#68210: Make tiff import work again with merged-libsBjoern Michaelsen21-29/+84
2013-09-03always call setDeferredProperties for dialog get/set titleCaolán McNamara1-1/+0
2013-08-26bnc#834035 DOCX export: fix hyperlinks of illustration indexMiklos Vajna1-0/+19
2013-08-22Resolves: fdo#68275 Grayscale TIFF is imported as whiteCaolán McNamara1-14/+6
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks14-42/+0
2013-07-22fdo#66274: Saving document as RTF result in text 'Use Rich Text Format Format'Julien Nabet1-1/+1
2013-06-28fdo#65123 Revert "n#782833: (PPT) Fix font size at end of para."David Tardon1-15/+0
2013-06-26Related: fdo#65716 title substitutionsCaolán McNamara1-0/+1
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power1-0/+121
2013-06-06Related: #i119628# Arrow shape changed is save doc file by AOOJianyuan Li1-7/+4
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-24/+15
2013-05-27Resolves: #i119753# fix audio video object lost when save .ppt fileSun Ying1-25/+48
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann1-21/+42
2013-05-21fdo#46808, Clean up old usages of ExtToolkitNoel Grandin1-6/+2
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin1-21/+7
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin1-18/+14
2013-05-20WaE: use of unary operator that may be intended as compound assignmentTor Lillqvist1-1/+1
2013-05-20Resolves: #i120554# Shape Gradient MS2003 import/export EnhancementJianyuan Li2-89/+322
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-3/+3
2013-05-19typoJulien Nabet1-1/+1
2013-05-19Resolves: #i119885# corrected AutoGrowHeight setting...Armin Le Grand1-2/+6
2013-05-19Resolves: #i119496# Correct flags AutoGrowWidth/Height for WordArtArmin Le Grand1-0/+4
2013-05-19Resolves: #i119443# Import lines from ppt as one point connectorsArmin Le Grand1-1/+6
2013-05-19Resolves: #i119703# Corrected bound rect for ms graphic object...Armin Le Grand1-6/+128
2013-05-18Resolves: #i119570# fix chaotically grouped object when importedJianyuan Li1-1/+11
2013-05-18Resolves: #i120437# Connector corrections in groups and PPT importsArmin Le Grand1-1/+9
2013-05-17fdo#37222 and possibly fdo#37219anuragkanungo7-1/+35
2013-05-15Resolves: #i119493# Fixed import of tables with connectors.Andre Fischer1-0/+10
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist6-28/+28
2013-05-14sal_Int*/sal_uInt* to boolTakeshi Abe1-5/+5
2013-05-12bnc#758621: Set the attribs for the entire para if a placeholder.Jan Holesovsky1-0/+8
2013-05-12bnc#758621: Kill unused aPlacementId, it is never set.Jan Holesovsky1-3/+0
2013-05-12Quiet cppcheck + simplify/optimize a bitJulien Nabet1-13/+13
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke2-5/+5
2013-05-09Related: #119477#, nBuStart is initialized as -1, an unsigned int is requiredXisco Fauli1-3/+1
2013-05-09#119477# fix bullet's start with error when save .ppt fileSun Ying1-13/+7
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand1-1/+1
2013-05-09Drop String.AppendAscii from filterRicardo Montania2-20/+13
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr18-97/+93