summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-15these are not old component files anymoreMatúš Kukan
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)
2012-01-14SwXTextDocument: add some SolarMutexGuardsMichael Stahl
2012-01-14Remove useless macroAugust Sodora
2012-01-14translated german comments in order to help with bug bug fdo#36681Luc Castermans
2012-01-14Remove a few left-over FIXME's from comment translationsStefan Knorr (astron)
See also: 5513e24eeaca20a12aac338a722fc9ba81c7c833
2012-01-14Some cppcheck cleaningJulien Nabet
2012-01-14SvStringsDtor->boost::ptr_vectorAugust Sodora
2012-01-13SvStringsDtor->boost::ptr_vectorAugust Sodora
2012-01-13Remove unused member variableAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13Remove unnecessary forward declarationAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck
Zooming does now base on a geometric progression instead of an arithmetic one. Since the zoom factor is not only used in Draw but for all other applications 1.2 seems like a good choice.
2012-01-13fdo#40438: force calculating layout before Activate to avoid crashes and loopsCédric Bosdonnat
2012-01-13simply MSDFFReadZString and friendsCaolán McNamara
2012-01-13these are length prefixed stringsCaolán McNamara
2012-01-13fdo#38515: Fixed crasher in dialog destructorCédric Bosdonnat
2012-01-13fdo#30788: why not showing horizontal scrollbar when needed?Cédric Bosdonnat
2012-01-13n#715421 - Word 2010 validation: no plcfhdd if ccpHdd is 0Cédric Bosdonnat
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12Translate German comments to EnglishPhilipp Weissenbacher
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2012-01-10sw: SwNavigationMgr: don't store SwPositionsMichael Stahl
Using SwPosition to store the history is an awful ideal as that isn't corrected when the node it points to is deleted, which could cause crashes when the user then wants to jump there. SwUnoCrsr looks like a better fit as it is automatically corrected.
2012-01-10sw: SwNavigationMgr: style cleanupMichael Stahl
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
2012-01-10MAC_WITHOUT_EXT never defined thesedaysCaolán McNamara
2012-01-10Translate German comments and correct a few English onesPhilipp Weissenbacher
2012-01-10Translate German commentsPhilipp Weissenbacher
2012-01-10we know that the encoding is not UTF-16 hereCaolán McNamara
2012-01-10we know that the encoding is not UTF-16 hereCaolán McNamara
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-09fdo#36681: refresh the layout after inserting a pictureCédric Bosdonnat
2012-01-09don't use an invalidated iteratorLuboš Luňák
2012-01-09simplify CharClassCaolán McNamara
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
2012-01-08sw: drop exec bit of cxx filesMiklos Vajna