summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2622-210/+210
* editeng: clean up unneeded bForceCursorMiklos Vajna2014-03-241-2/+1
* coverity#736772 Dereference before null checkCaolán McNamara2014-03-221-1/+1
* convert OUString::match to OUString::endsWithNoel Grandin2014-03-191-2/+1
* Add dash-dot and dash-dot-dot line styles.Kohei Yoshida2014-03-191-0/+4
* Disable unit tests which use library objects from libmerged on Windows.Matúš Kukan2014-03-181-11/+6
* Make this non-inline.Kohei Yoshida2014-03-171-1/+4
* codemaker,editeng: prefer passing OUString by referenceNoel Grandin2014-03-172-10/+10
* fdo#63154 Remove some solar.h referencesAlexandre Vicenzi2014-03-151-6/+1
* fdo#68779: RTF import: set borders without explicit widthMichael Stahl2014-03-141-1/+3
* oox export: associate editeng CharInteropGrabBag with sw via SIDTomaž Vajngerl2014-03-111-1/+1
* editeng: sal_Bool->boolNoel Grandin2014-03-111-9/+9
* editeng: register GrabBag as a Char attributeTomaž Vajngerl2014-03-104-6/+40
* editeng: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-105-48/+8
* editeng: Add CharInteropGrabBag to editeng.Tomaž Vajngerl2014-03-101-1/+3
* RTF writing now uses SfxStyleSheetIterator to iterate over style sheetsTobias Lippert2014-03-101-22/+25
* coverity#735418 Logically dead codeCaolán McNamara2014-03-071-4/+3
* coverity#982456 Dereference after null checkCaolán McNamara2014-03-071-3/+3
* coverity#1190356 Dereference null return valueCaolán McNamara2014-03-061-4/+14
* Simplify DrawWaveKeith Curtis2014-03-051-13/+3
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-3/+3
* remove unused code SvxNumRule::Create(SvStream&)Noel Grandin2014-03-051-5/+0
* remove unused code SvxNumberFormat::Create(SvStream&)Noel Grandin2014-03-051-5/+0
* remove unused code accessibility::AccessibleParaManager::Release(int)Noel Grandin2014-03-051-14/+0
* remove unused code editeng::MisspellRange::MisspellRange()Noel Grandin2014-03-051-1/+0
* remove unused code editeng::Section::Section()Noel Grandin2014-03-051-2/+0
* fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida2014-03-042-1/+6
* fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza2014-03-041-21/+3
* editeng: sal_Bool->boolNoel Grandin2014-03-034-12/+12
* editeng: sal_Bool->boolNoel Grandin2014-03-031-5/+5
* editeng: sal_Bool->boolNoel Grandin2014-03-032-28/+28
* editeng: sal_Bool->boolNoel Grandin2014-03-032-17/+17
* editeng: sal_Bool->boolNoel Grandin2014-03-033-5/+5
* editeng: sal_Bool->boolNoel Grandin2014-03-031-2/+2
* editeng: sal_Bool->boolNoel Grandin2014-03-035-95/+81
* WaE sign/unsigned compNorbert Thiebaud2014-03-021-2/+2
* Fix editeng missing spellchecking redline on loadNorbert Thiebaud2014-03-024-41/+37
* Add EditPaM::operator !() and simplify EditSelection::IsInvalidMatteo Casalin2014-03-022-8/+2
* sal_Bool to bool and some optimizationsMatteo Casalin2014-03-022-10/+4
* Return value of EditSelection::Adjust is never usedMatteo Casalin2014-03-022-9/+5
* sal_Bool to bool, with some optimizationsMatteo Casalin2014-03-022-33/+17
* Use EditSelection::HasRangeMatteo Casalin2014-03-021-2/+2
* Avoid temporaries just used as return valueMatteo Casalin2014-03-021-4/+2
* Use existing method instead of hand-writingMatteo Casalin2014-03-021-5/+1
* EditLine::CalcTextSize - nIndex is updated but never readMatteo Casalin2014-03-021-3/+0
* Avoid a check and use plain arithmeticMatteo Casalin2014-03-021-5/+2
* Use OUStringBuffer instead of rtl_uString in EditDoc::GetTextMatteo Casalin2014-03-021-17/+12
* fdo#63154 Remove unused solar.hAlexandre Vicenzi2014-02-281-2/+0
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-282-2/+2
* remove unused code EditTextObjectImpl::SetParaAttribs(int, SfxItemSet const&)Noel Grandin2014-02-282-11/+0