summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-31fdo#87441-Send document as Email removes invisible contentCharu Tyagi5-5/+108
2015-03-31Breeze: Changes toolbar iconsandreas_k23-0/+0
2015-03-31Breeze: missing icons resandreas_k2-0/+0
2015-03-31Breeze: Border style change orange borders for Adolfoandreas_k12-0/+0
2015-03-31Breeze: Border style changeandreas_k61-0/+0
2015-03-31Breeze: Missing Impress iconsandreas_k7-0/+0
2015-03-31cppcheck: can add explicit to ctorCaolán McNamara3-7/+7
2015-03-31cppcheck: value that is never usedCaolán McNamara1-2/+1
2015-03-31cppcheck: scope can be reducedCaolán McNamara1-1/+2
2015-03-31fix higher debugging level buildCaolán McNamara1-1/+1
2015-03-31MacrosTest::loadFromDesktop: use comphelper::containerToSequence()Miklos Vajna1-19/+18
2015-03-31RTF export: indentation fixesMiklos Vajna2-7/+7
2015-03-30SwXTextTable::setDataArray can reuse SwXCellRange tooBjoern Michaelsen1-63/+3
2015-03-30lets get a XTest reference right awayBjoern Michaelsen1-21/+8
2015-03-30use even more SwXCellRange impls from SwXTextTableBjoern Michaelsen1-64/+10
2015-03-30whops, index swapBjoern Michaelsen1-1/+1
2015-03-30fix bounds checkingBjoern Michaelsen1-4/+4
2015-03-30add Python test for table describtionsBjoern Michaelsen1-0/+26
2015-03-30reorder {Row,Column}Description (prepare for unify)Bjoern Michaelsen1-55/+42
2015-03-30add some helpful log messagesBjoern Michaelsen1-0/+2
2015-03-30remove useless cast causing a warningBjoern Michaelsen1-1/+1
2015-03-30remove unused variableBjoern Michaelsen1-1/+0
2015-03-30make SwXTextTable::getRowDescriptions reuse SwXCellRangeBjoern Michaelsen1-37/+5
2015-03-30make SwXTextTable::getData reuse the code from SwXCellRangeBjoern Michaelsen2-86/+53
2015-03-30SwXCellRange:: and SwXTextTable::getDataArray() do the sameBjoern Michaelsen1-68/+23
2015-03-30simplifyBjoern Michaelsen1-25/+14
2015-03-30simplifyBjoern Michaelsen1-31/+18
2015-03-30whops, fix subsequentcheckBjoern Michaelsen1-4/+7
2015-03-30use helper function for precond checkBjoern Michaelsen1-12/+10
2015-03-30use helper function for precond checkBjoern Michaelsen1-26/+20
2015-03-30simplifyBjoern Michaelsen1-31/+15
2015-03-30fix subsequentchecksBjoern Michaelsen1-3/+3
2015-03-30simplifyBjoern Michaelsen1-27/+13
2015-03-30simplify/eat copypastaBjoern Michaelsen1-39/+6
2015-03-30simplifyBjoern Michaelsen1-22/+12
2015-03-30be honest and except when not implementedBjoern Michaelsen1-19/+7
2015-03-30flatten and simplifyBjoern Michaelsen1-6/+3
2015-03-30reduce UNO boilerplateBjoern Michaelsen1-16/+6
2015-03-30flatten and simplifyBjoern Michaelsen1-7/+2
2015-03-30flatten and simplifyBjoern Michaelsen1-42/+30
2015-03-30flatten and simplifyBjoern Michaelsen1-48/+34
2015-03-30reduce UNO boilerplateBjoern Michaelsen1-20/+7
2015-03-30getCount() should throw exceptions on complex table like othersBjoern Michaelsen1-13/+7
2015-03-30simplifyBjoern Michaelsen1-19/+3
2015-03-30flatten and simplifyBjoern Michaelsen1-40/+30
2015-03-30flatten and improve exception msgsBjoern Michaelsen1-53/+36
2015-03-30bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar6-6/+316
2015-03-30most likely formulas won't be longer than 64k characters, but...Eike Rathke1-1/+1
2015-03-30Scanlines on Windows seem to be padded to DWORD multiplesTor Lillqvist1-0/+9
2015-03-30Include <algorithm> for std::min()Tor Lillqvist1-0/+2