summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotext.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-09constLuboš Luňák1-1/+1
2014-10-23coverity#1019337 Dereference after null checkCaolán McNamara1-1/+5
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-20/+9
2014-09-05coverity#1233486 Unchecked dynamic_castCaolán McNamara1-9/+9
2014-09-04coverity#707311 Uncaught exceptionCaolán McNamara1-1/+1
2014-09-04coverity#983958 Uncaught exceptionCaolán McNamara1-1/+3
2014-08-20fdo#72695: avoid double-free race condition for SwXParagraphMichael Stahl1-1/+1
2014-08-20i#105557: thread-safe caching of SwXTextTable instancesMichael Stahl1-5/+7
2014-08-20make SwXFrame derived constructors privateMichael Stahl1-2/+3
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-1/+1
2014-08-12Resolves: fdo#81046 don't crash on compilers that enforce exception specsCaolán McNamara1-5/+13
2014-07-18SwXText::insertTextContentWithProperties: call EndUndo on exceptionMichael Stahl1-2/+6
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-28/+28
2014-07-13remove code that was commented out more than three years agoPhilipp Riemer1-5/+3
2014-07-13fdo#39468: Translate German comments in sw/source/core/Philipp Riemer1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-21/+20
2014-05-24coverity#983959 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-10Avoid temporary OUStringsMatteo Casalin1-3/+3
2014-05-10OUString: avoid temporaries and concatenated appendsMatteo Casalin1-9/+4
2014-05-10sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-7/+7
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-20/+5
2014-04-23coverity#707312 Uncaught exceptionCaolán McNamara1-1/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-10sw: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-12/+2
2014-03-07coverity#735930 Dereference after null checkCaolán McNamara1-1/+4
2014-03-06SwXText::convertToTable(): assert that SwTable is client of table formatMichael Stahl1-0/+2
2014-02-27Remove visual noise from swAlexander Wilms1-4/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-57/+57
2014-02-16DOCX import: floating tables belong to the same paragraphZolnai Tamás1-8/+14
2014-02-10coverity#1130444 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-10coverity#1130445 Uncaught exceptionCaolán McNamara1-1/+6
2014-01-28bool improvementsStephan Bergmann1-4/+4
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-1/+1
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-1/+1
2013-12-12Reduce unoprnms.hxx to a set of string literal macrosStephan Bergmann1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-33/+33
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-10-25fdo#44736 - set and fetch multiple properties concurrently 2Matúš Kukan1-40/+2
2013-10-24fdo#54938: Remove SupportsServiceImpl from sw and use cppu insteadMarcos Paulo de Souza1-5/+3
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-1/+1
2013-10-03CID#705749 mem leakCaolán McNamara1-0/+2
2013-07-23expand out the U2S and S2U macros from sfxuno.hxxNoel Grandin1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-29remove some createFromAscii usageThomas Arnhold1-3/+3
2013-06-04fdo#64761: sw: avoid another ~SwIndexReg assertMichael Stahl1-0/+4
2013-05-23Related #i120832#, the style and color set on table text by user...Jian Fang Zhang1-3/+9
2013-04-25Belts and braces for crash in null pointer dereferenceFridrich Štrba1-1/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-23/+22