summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)AuthorFilesLines
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2-4/+4
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-8/+8
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-24refactor code with <algorithm>Takeshi Abe2-19/+6
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl2-2/+3
2012-09-20sal_Bool to boolTakeshi Abe4-50/+49
2012-08-16sw layout dump: include the height and width of SwTxtPortionMiklos Vajna2-2/+2
2012-08-16sw layout dump: include the height and width of SwFlyPortionMiklos Vajna2-2/+2
2012-07-28update comments about SvPtrArrCaolán McNamara2-3/+3
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-2/+2
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin2-4/+4
2012-07-09some UniString->rtl::OUStringCaolán McNamara2-2/+2
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-2/+2
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-3/+3
2012-06-21sw: include the height of SwNumberPortions in layout dumpMiklos Vajna2-2/+2
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara1-4/+2
2012-06-21re-base on ALv2 code.Michael Meeks18-429/+267
2012-06-18removed unused forward declarations of classTakeshi Abe2-3/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold11-23/+0
2012-05-31targetted misc. minor cppcheck cleanups reversionMichael Meeks1-1/+1
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara2-4/+4
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-06optional argument is always providedCaolán McNamara1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+5
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot3-9/+9
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz1-1/+0
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-4/+4
2011-12-19sw: Fix cursor accessibility API (fdo#43390)Vincent Povirk1-0/+15
2011-11-27remove include of pch header from swNorbert Thiebaud25-48/+0
2011-11-24sw: enable more debug code:Michael Stahl1-10/+10
2011-11-23SwSelBoxes: svarray -> std::mapDaisuke Nishino2-4/+4
2011-11-08sw, writerfilter: fixed debug builds and output dmapper table messagesCédric Bosdonnat1-0/+1
2011-11-02ByteString->rtl::OStringCaolán McNamara1-3/+3
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+6
2011-08-26catch by const refCaolán McNamara1-1/+1
2011-06-01use uuid template here instead of hand-rolled onesCaolán McNamara11-111/+76
2011-05-18Remove #include <tools/debug.hxx> in writer/swJacek Wolszczak4-5/+0
2011-05-18Remove unused debug function from acccontext.cxxJacek Wolszczak1-104/+0
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak10-108/+108
2011-04-26inefficient emptiness checkKayo Hamid1-1/+1
2011-04-22left arrow comments removed // <--Júlio Hoffimann14-52/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky13-53/+46
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky10-168/+71
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks10-168/+71
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold3-12/+6
2011-03-13Move DBG_ERROR to OSL_FAIL for strings GetBuffer()Thomas Arnhold1-1/+1
2011-02-21Remove all traces off ASSERT_IDThomas Arnhold3-3/+0