summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-21check reads and seeksCaolán McNamara
2011-07-20callcatcher: remove unused lcl_SkipNPagesThomas Arnhold
2011-07-20check for short readsCaolán McNamara
2011-07-20use SprmIterator here too instead of hand-rolled loopCaolán McNamara
2011-07-19fix an extra comma (was already referenced OOo bug 87057)Julien Nabet
2011-07-19I knew there was something screwy about that use of getVersionCaolán McNamara
2011-07-19comment out an unused variable for nowLuboš Luňák
2011-07-19skeleton for writting .docx commentsLuboš Luňák
2011-07-19make text wrapping work in headers/footers too (fdo#39155)Luboš Luňák
2011-07-19const methodsLuboš Luňák
2011-07-18Changed undo insert horizontal ruler to rule.Jeffrey Chang
2011-07-18de-stupid-operator-ize plcf and keep nIdx within legal limitsCaolán McNamara
2011-07-18merge PAP and CHP length and offset clippingCaolán McNamara
2011-07-18check if strlen is even possibleCaolán McNamara
2011-07-18check seeks, check available size, pointers to refCaolán McNamara
2011-07-18clip silly allocsCaolán McNamara
2011-07-18if the offset doesn't exist, don't botherCaolán McNamara
2011-07-18defer allocating dest until we know the source existsCaolán McNamara
2011-07-18horrifically hard to find bug, deleted paras referenced by uncommitted propsCaolán McNamara
2011-07-18callcatcher: remove unused methodsCaolán McNamara
2011-07-18adapt to new InsertAutomaticEntryColor methodMichael Meeks
2011-07-15fix for bnc#693477 ensure table alignment is preservedNoel Power
2011-07-15Add prefixes for component_getFactory methodsMatúš Kukan
2011-07-14If nFib is 0x00D9 or greater, then cQuickSaves MUST be 0xFCaolán McNamara
2011-07-14Fix "signed/unsigned comparison" warning in itrcrsr.cxx.Nigel Hawkins
2011-07-13Fix counting the paragraphs, fdo#36816.Jan Holesovsky
2011-07-13Replace SvUShorts with deque in porlay.hxx and cascade.Nigel Hawkins
2011-07-13Replace SvUShorts with vector in xmlexpit.[ch]xxNigel Hawkins
2011-07-13Replace SvUShorts with vector in ftnidx.[ch]xxNigel Hawkins
2011-07-13Replace SvUShorts with vector in extinput.hxx and cascade changes.Nigel Hawkins
2011-07-13Replace SvUShorts with vector in label.hxx and label1.cxx.Nigel Hawkins
2011-07-13guard against endpos preceeding startposCaolán McNamara
2011-07-12In the print dialog, always default to "All pages".Jan Holesovsky
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan
2011-07-12use oox filter for *all* control importNoel Power
2011-07-11Remove unused RtfSdrExport::AddShapeAttributeMiklos Vajna
2011-07-11protect against short reads and silly offset valuesCaolán McNamara
2011-07-11callcatcher: remove unused PutCJKandCTLFontsInAttrPoolCaolán McNamara
2011-07-11check that seeks succeed, sanity check count of styles against recorded lengthCaolán McNamara
2011-07-11make the test depend on the resources, rather than the .cxxCaolán McNamara
2011-07-11callcatcher: unused lcl_PamContainsFlyCaolán McNamara
2011-07-11callcatcher: unused lcl_SubLeftRightCaolán McNamara
2011-07-11callcatcher: remove unused sw3io_ConvertToOldFieldCaolán McNamara
2011-07-11only need this on bigendianCaolán McNamara
2011-07-11OUString does not have Len()Takeshi Abe
2011-07-09enforce dependency on msword target for filters testCaolán McNamara
2011-07-09Resolves: fdo#34779 wrong word counts for USHRT_MAX len parasCaolán McNamara
2011-07-08Resolves: fdo#33012 crash on 0 width FrmFmt table cell layoutCaolán McNamara
2011-07-08Fixed debug build Count() -> size()Cédric Bosdonnat