summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui
AgeCommit message (Expand)Author
2014-04-26cppcheck: pColEntry has never been used since the initial import in 2000/09/18Julien Nabet
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15sw: clean up inter-module includesThomas Arnhold
2014-04-08coverity#705015 Explicit null dereferencedCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-30OUString: avoid temporaries and constifyMatteo Casalin
2014-03-30sal_uInt16 to sal_uLongMatteo Casalin
2014-03-30OUString: constify and avoid some temporariesMatteo Casalin
2014-03-30Constify, reduce scope, use proper types and avoid some castsMatteo Casalin
2014-03-30OUString: constify, avoid concatenated appends, use != or ==Matteo Casalin
2014-03-30Remove unneeded variablesMatteo Casalin
2014-03-30Constify some OUStrings and avoid some appendsMatteo Casalin
2014-03-30Use more consistent integer types, constify and reduce scopeMatteo Casalin
2014-03-30OUStringBuffer to OUString and optimize related codeMatteo Casalin
2014-03-30Remove temporary OUStringsMatteo Casalin
2014-03-30Use more consistent integer types + constifyMatteo Casalin
2014-03-30Some more conversion to consinstent integer typesMatteo Casalin
2014-03-30Avoid some OUString concatenationsMatteo Casalin
2014-03-30OUString: use isEmpty instead of getLength()==0Matteo Casalin
2014-03-30Use more consistent integer types + constifyMatteo Casalin
2014-03-30Do not use accessors for private variablesMatteo Casalin
2014-03-30This file level variable can be staticMatteo Casalin
2014-03-30Constify some variablesMatteo Casalin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak12345
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-06Typo: formating -> formattingJulien Nabet
2014-01-28bool improvementsStephan Bergmann
2014-01-26bool improvementsStephan Bergmann
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-18Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-01-17bool improvementsStephan Bergmann
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann
2013-12-19CID#703893 SwJavaEditDialog::Get[Text|Type] orthogonal to Dialog::Get*Caolán McNamara
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-11-20fdo#71645 remove footnote numbers in cross-referencesLászló Németh
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann