summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode
AgeCommit message (Expand)AuthorFilesLines
2012-10-29rhbz#820283, fdo#55462: sw: better fix for DOCX table import crash:Michael Stahl1-27/+24
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-1/+1
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-06-01targetted revert of minor cppcheck cleanupsMichael Meeks1-1/+1
2012-05-25Convert SV_DECL_PTRARR(SwOLENodes) to std::vectorNoel Grandin1-1/+1
2012-05-25Convert SV_DECL_PTRARR(SwSections) to std::vectorNoel Grandin1-39/+25
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-23add libxml forward definitions instead of direct includesMichael Meeks1-0/+3
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin3-80/+80
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara2-46/+53
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag1-1/+8
2012-04-25Convert SV_DECL_PTRARR_DEL(SwSelUnions) to boost::ptr_vectorNoel Grandin1-13/+13
2012-04-25_FndBoxes was a PTRARR_DEL so use ptr_vectorMichael Stahl2-28/+40
2012-04-25Convert SV_DECL_PTRARR_DEL(_FndLines) to boost::ptr_vectorNoel Grandin2-38/+41
2012-04-25Convert SV_DECL_PTRARR(_FndBox*) to std::vectorNoel Grandin2-35/+38
2012-04-14Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara1-1/+9
2012-03-26Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-03-22Convert SVARRAY SORT into STL setBartosz Kosiorek1-28/+28
2012-03-21Revert "sw-outline-numbering-broken-fix.diff: outline numbering fix in master...Michael Stahl1-1/+1
2012-03-21rhbz#789022: SwNodes: fix inconsistent outline check:Michael Stahl1-17/+17
2012-03-13merge return branchesCaolán McNamara1-4/+0
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-02-27use a non-leaky singletonCaolán McNamara1-9/+8
2012-02-26fdo#46144: "Distributy Columns Evenly" does not work with the selected columnsIvan Timofeev1-8/+3
2012-02-23fdo#40599 i#112763: fix frame duplication:Michael Stahl1-1/+1
2012-01-21Improve checking for emptinessThomas Arnhold1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-28/+28
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz1-1/+0
2011-12-14sw: build hidden debug features in all casesCédric Bosdonnat1-4/+3
2011-12-12de-ICC this for maximum readabilityCaolán McNamara1-14/+0
2011-12-09make SwNode and SwCntntNode abstract base classesLuboš Luňák1-6/+6
2011-12-08childs -> childrenMichael T. Whiteley1-3/+3
2011-11-27remove include of pch header from swNorbert Thiebaud23-35/+0
2011-11-24sw: remove debug instance countingMichael Stahl1-14/+0
2011-11-24sw: enable more debug code:Michael Stahl3-7/+3
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl6-22/+22
2011-11-23SwSelBoxes: svarray -> std::mapDaisuke Nishino2-53/+46
2011-11-23aPosArr.Remove(0, n) shouldn't be aPosArr.clear(), but aPosArr.erase(...)Caolán McNamara1-1/+3
2011-11-17redundant if not-null checks on deleteIvan Timofeev2-3/+2
2011-11-01eliminate SvUShorts typeDaniel Di Marco1-6/+6
2011-10-03definition of ALPHA is no longer available for DEC AlphaTakeshi Abe2-12/+0
2011-09-29Allow for lack of LIBXML_ATTR_FORMATTor Lillqvist1-1/+5
2011-09-29add modelinesCaolán McNamara1-0/+3
2011-09-26revert the change of SwCntntNode bases, for nowLuboš Luňák1-2/+2
2011-09-26remove executable bitLuboš Luňák1-0/+0
2011-09-23debug support for dumping writer nodes structureLuboš Luňák1-0/+199
2011-09-23make SwCntntNode* and SwNode* have the same valueLuboš Luňák1-2/+2
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+2
2011-09-21Some cppcheck cleaningJulien Nabet1-2/+2
2011-09-20replaced some SvUShorts with std::vectorDaniel Di Marco1-22/+21