summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák53-130/+181
2013-03-20use -isystem instead of -I for 3rd party headersLuboš Luňák3-43/+64
2013-03-20clarify when HAVE_FOO macros should have 0 fallbackLuboš Luňák1-2/+3
2013-03-20simplify OUString assignmentsChr. Rossmanith20-97/+93
2013-03-20allow to use internal python for build-stuff on MacChristian Lohmaier1-6/+15
2013-03-20fdo#55814 create unit test for it firstDavid Ostrovsky2-0/+185
2013-03-20coverity#735389 Copy-paste errorJulien Nabet1-1/+1
2013-03-20WaE: class 'ScFormulaCellGroup' was previously declared as a structTor Lillqvist1-1/+1
2013-03-20fix fdo#62050 : Initially disable RTL for comment window.navin patidar1-4/+1
2013-03-20lowering baseline for python used during buildingChristian Lohmaier1-2/+3
2013-03-20'size_t' is not the same as 'unsigned long'Tor Lillqvist1-4/+4
2013-03-20fix spelling mistake in @since tagNoel Grandin1-1/+1
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin139-543/+525
2013-03-20fdo#46808, convert some getProcessServiceFactory()Noel Grandin2-3/+3
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin22-291/+274
2013-03-20fdo#46808, convert graphic::PrimitiveFactory2D to new styleNoel Grandin4-51/+82
2013-03-20fdo#46808, cleanup some usage of getProcessServiceFactory()Noel Grandin9-143/+103
2013-03-20fdo#46808, API CHANGE: update ScannerManager serviceNoel Grandin4-35/+14
2013-03-20fdo#46808, cleanup some usage of getProcessServiceFactory()Noel Grandin3-73/+68
2013-03-20fdo#46808, Convert sdb::TextConnectionSettings to new styleNoel Grandin5-5/+73
2013-03-20fdo#46808, Convert sdb::TextConnectionSettings to new styleNoel Grandin3-2/+41
2013-03-20fdo#46808, cleanup some usage of comphelper::getProcessServiceFactory()Noel Grandin3-88/+83
2013-03-20fdo#46808, Convert frame::Bibliography to new styleNoel Grandin3-4/+43
2013-03-20fdo#46808, Convert i18n::IndexEntrySupplier to new styleNoel Grandin5-31/+10
2013-03-20fdo#46808, Convert XSLTFilterDialog to new-styleNoel Grandin11-48/+79
2013-03-20fdo#46808, Convert linguistic2::ProofreadingIterator to new styleNoel Grandin6-25/+15
2013-03-20fdo#46808, Convert text::AutoTextContainer to new styleNoel Grandin13-55/+85
2013-03-20fix the object name so it matches the cppunit make file nameNoel Grandin2-22/+22
2013-03-20this should be enoughThomas Arnhold1-2/+1
2013-03-20make gcc-wrapper work even with ccacheDavid Ostrovsky1-2/+5
2013-03-19coverity#704590 Explicit null dereferencedJulien Nabet1-1/+1
2013-03-19coverity#735382 Copy-paste errorJulien Nabet1-1/+1
2013-03-20replace decimal separator at correct position, rhbz#919020Eike Rathke1-2/+2
2013-03-19resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke1-78/+117
2013-03-19These classes are not usedZolnai Tamás6-415/+0
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida12-54/+161
2013-03-19windows build fixAndras Timar1-1/+1
2013-03-19fdo#39445 writing out tools/fsys.hxx (linguistic)Andras Timar8-8/+0
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Andras Timar2-29/+17
2013-03-19-Werror=format, "fix %d expects argument of type int"Julien Nabet1-1/+1
2013-03-19translation and cleanup of comments in sd/source/ui/view/Urs Fässler39-1756/+756
2013-03-19fdo#39445 writing out tools/fsys.hxx (sot)Krisztian Pinter2-2/+0
2013-03-19fdo#39445 writing out tools/fsys.hxx (rsc)Krisztian Pinter3-3/+0
2013-03-19calm debug, and disable unless SC_FORMULAGROUP=1Michael Meeks4-5/+13
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida21-64/+127
2013-03-19This ScFormulaCell member is not used. Also remove cell.hxx include...Kohei Yoshida3-3/+1
2013-03-19start of InterpretFormulaGroup.Michael Meeks3-7/+92
2013-03-19get row offset calculation right for groups.Michael Meeks1-2/+3
2013-03-19Tweak hash generation code to NOT rely on 'i' to shift bits.Kohei Yoshida1-14/+17
2013-03-19build spans of doubles and cleanup excessive debug.Michael Meeks4-25/+94