summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-01-17sw: tweak translations of previous commitMichael Stahl
2012-01-17Translate comments from German to English; sw/source/core/frmedt is complete.Luc Castermans
2012-01-17sw: translate some commentsMichael Stahl
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot
Part XL Modules sw
2012-01-18removed dead macroTakeshi Abe
2012-01-16SV_DECL_PTRARR_DEL->std::vectorAugust Sodora
2012-01-16Add import of docvariable fields from word documentsKenneth Aafløy
Hi, Attached is a patch that adds support for importing docvariable fields from microsoft word documents. The variables themselves are already converted correctly, so this patch only ties the field to the existing custom document information. Please consider this patch for inclusion. I declare that this and my further patches are under LGPLv3+ / MPL license. With Regards, Kenneth Aafløy
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak
2012-01-16Try without xmlhelp on non-desktop OSesTor Lillqvist
2012-01-16Translate German comments to EnglishLuc Castermans
2012-01-16remove unneeded ifDavid Tardon
2012-01-15use SAL_N_ELEMENTSDavid Tardon
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.