summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-20Remove library urelibs. It was more just a temporary hack and is not used.Matúš Kukan13-94/+10
2015-03-20Ensure GrammarCheckingIterator thread is joined before SwBreakIt::_DeleteStephan Bergmann6-4/+115
2015-03-20use static_cast<> and typeid, its fasterBjoern Michaelsen1-5/+5
2015-03-20more testcodeBjoern Michaelsen1-1/+47
2015-03-20copy a full OtherTestClient implementationBjoern Michaelsen1-17/+10
2015-03-20make ClientIteratorBase only know about WriterListenerBjoern Michaelsen2-24/+25
2015-03-20fix y-axis position on x-axis handlingMarkus Mohrhard1-1/+1
2015-03-20someone did not understand c++Markus Mohrhard1-4/+0
2015-03-20fix typoMarkus Mohrhard3-4/+4
2015-03-20remove whitespaceMarkus Mohrhard1-1/+0
2015-03-20no need for explicit thisMarkus Mohrhard1-2/+2
2015-03-20add SvtSaveOptions::ODFDefaultVersion::ODFVER_013 for ODF 1.3Eike Rathke1-0/+1
2015-03-20gdk-pixbuf-xlib-2.0->gdk-pixbuf-2.0Caolán McNamara1-1/+1
2015-03-20No need for svp_create_SalInstance to be extern "C"Tor Lillqvist2-8/+5
2015-03-20The 'svp' "plug-in" library is empty so don't build it at allTor Lillqvist10-79/+7
2015-03-20fix double delete on loading ooo123605-1.odtCaolán McNamara1-0/+2
2015-03-20fix commentsEike Rathke1-6/+6
2015-03-20fix assert on loading ooo74082-1.docCaolán McNamara1-3/+3
2015-03-20tdf#89597: Resize formula buffers after adding a dummy sheetKatarina Behrens3-0/+16
2015-03-20fix a bunch of crashtest import failuresCaolán McNamara4-15/+12
2015-03-20Staroffice->StarOfficeCaolán McNamara1-1/+1
2015-03-20opengl: More checking for GL errors.Jan Holesovsky1-0/+20
2015-03-20opengl dr.memory: Avoid double delete.Jan Holesovsky1-9/+0
2015-03-20opengl dr.memory: DC that contains selected object being deleted.Jan Holesovsky1-1/+3
2015-03-20Add const version of getDocImportKatarina Behrens2-0/+6
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant29-182/+137
2015-03-20Resolves: tdf#89958 filter ends with / does not end with correctionEike Rathke1-5/+5
2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist10-43/+5
2015-03-20Fix various loplugin warningsStephan Bergmann1-3/+5
2015-03-20Don't include vcl's private include files in desktopTor Lillqvist6-23/+65
2015-03-20coverity#988421 unchecked return valueCaolán McNamara1-1/+6
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose47-206/+206
2015-03-20tdf#83889:FILEOPEN:PPTX bullet point is followed by spurious symbolPriyankaGaikwad3-0/+27
2015-03-20tdf#89806 : Fixed background fill export for table cell.Sushil Shinde4-1/+70
2015-03-20DocxSdrExport::Impl: use std::unique_ptr for m_pDashLineStyleAttrMiklos Vajna2-6/+4
2015-03-20Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet26-45/+45
2015-03-20Typo: intead->insteadJulien Nabet1-1/+1
2015-03-20coverity#1288897 Resource leakZolnai Tamás1-5/+5
2015-03-20drop unneeded includeDavid Tardon1-1/+0
2015-03-20use IsChanged() some moreBjoern Michaelsen1-2/+2
2015-03-20add unittestBjoern Michaelsen1-0/+95
2015-03-20remove spurious friend and forward-declBjoern Michaelsen1-2/+0
2015-03-20introduce Sync() helperBjoern Michaelsen1-8/+9
2015-03-20move IsChanged to shared baseBjoern Michaelsen1-2/+2
2015-03-20typoBjoern Michaelsen1-8/+8
2015-03-20derive SwIterator<> from ClientIteratorBaseBjoern Michaelsen1-82/+79
2015-03-19tdf#89437 Ordinal suffix should never be superscript in some languagesNiklas Johansson1-49/+59
2015-03-19move ucs4toindexCaolán McNamara3-41/+42
2015-03-19more privacy tweaksBjoern Michaelsen2-12/+8
2015-03-19rename SwClientIter to sw::ClientIteratorBaseBjoern Michaelsen2-57/+59