summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoidx.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-6/+6
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-5/+4
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-2/+2
2013-10-24fdo#54938: Remove SupportsServiceImpl from sw and use cppu insteadMarcos Paulo de Souza1-11/+5
2013-10-18convert sw/source/core/unocore/*.cxx from String to OUStringNoel Grandin1-9/+9
2013-10-09CID#736205 out of bounds accessCaolán McNamara1-2/+2
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara1-2/+2
2013-08-13String to OUString and some reduction of scopeMatteo Casalin1-3/+3
2013-08-08sw: convert some SwStyleNameMapper methods to OUStringMichael Stahl1-17/+17
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-06-08sal_Bool to bool and some cleanupMatteo Casalin1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-17/+16
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-17/+17
2013-02-03sw: replace SwEventListenerContainer in SwXDocumentIndex(,Mark}Michael Stahl1-46/+37
2013-02-03sw: split out SwXDocumentIndexes from sw/inc/unoidx.hxxMichael Stahl1-1/+2
2012-12-27sw: kill no longer needed C2S and C2U macrosMiklos Vajna1-51/+51
2012-12-14sal_Bool to boolTakeshi Abe1-6/+6
2012-12-03SwXDocumentIndex: implement css.util.XRefreshableMichael Stahl1-12/+50
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-2/+2
2012-11-06sal_Bool to boolTakeshi Abe1-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-12remove unused functionLuboš Luňák1-19/+0
2012-10-10sal_Bool to boolTakeshi Abe1-12/+12
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-06-20Convert SV_DECL_PTRARR(SwTOXMarks) to std::vectorNoel Grandin1-3/+3
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-7/+7
2012-05-31target cppcheck index incrementing revertMichael Meeks1-1/+1
2012-05-31targetted SAL_N_ELEMENTS revert.Michael Meeks1-15/+11
2012-05-25Convert SV_DECL_PTRARR(SwSections) to std::vectorNoel Grandin1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-34/+17
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot1-9/+9
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-4/+4
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+2
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-10-26WaE: default constructor could not be generatedTor Lillqvist1-1/+1
2011-06-01use uuid template here instead of hand-rolled onesCaolán McNamara1-4/+13
2011-05-18Remove #include <tools/debug.hxx> in writer/swJacek Wolszczak1-1/+0
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-25/+13
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-6/+6
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-6/+6
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-17/+9
2011-03-05Comment cleanup writer (part1)David Nalley1-10/+5
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-02-09CWS swlayoutrefactoring: fix merge conflictsMathias Bauer1-20/+0
2011-02-09CWS swlayoutrefactoring: resync to m100Mathias Bauer1-5/+25
2011-01-19Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-8/+9