summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
AgeCommit message (Expand)AuthorFilesLines
2014-02-24coverity#707318 Uncaught exceptionCaolán McNamara1-136/+139
2014-02-21coverity#1158357 Uncaught exceptionCaolán McNamara1-1/+0
2014-02-21coverity#705038 Explicit null dereferencedCaolán McNamara1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-17cid#705962 dereference before null checkNoel Grandin1-2/+2
2014-02-12coverity#738374 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738381 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738382 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-12coverity#738383 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738385 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738387 Uncaught exceptionCaolán McNamara1-1/+4
2014-02-12coverity#738392 Uncaught exceptionCaolán McNamara1-1/+3
2014-02-12coverity#738397 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738398 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738400 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738402 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738403 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738405 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738409 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738411 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12coverity#738412 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-12Export MailMerge cancel functionality via UNO.Jan-Marek Glogowski1-1/+32
2014-02-12sal_Bool->boolNoel Grandin2-2/+2
2014-02-12cid#705318 missing break in switchNoel Grandin1-0/+1
2014-02-06Typo: formating -> formattingJulien Nabet1-1/+1
2014-02-05sw: Ctor feature for sw.sidebar.SwPanelFactoryMatúš Kukan1-9/+0
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-3/+3
2014-01-28bool improvementsStephan Bergmann4-9/+9
2014-01-18Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2-4/+6
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-3/+3
2014-01-09Merge these source files. Also move a function to where it's used.Matúš Kukan2-73/+34
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan1-2/+4
2013-12-24Cleanup SwXMailMerge constructor.Jan-Marek Glogowski1-15/+10
2013-12-20typo fixesAndras Timar1-2/+2
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+0
2013-12-12Reduce unoprnms.hxx to a set of string literal macrosStephan Bergmann4-61/+50
2013-12-12Simplify comphelper::PropertyInfoStephan Bergmann2-146/+145
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-2/+1
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-1/+2
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-2/+1
2013-12-09fdo#54938: Convert sw to use cppu::supportsServiceMarcos Paulo de Souza9-78/+29
2013-11-27Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin1-2/+1
2013-11-20Clean up SwXTextDocument::createStephan Bergmann1-96/+85
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-8/+15
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+3
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14longparas: change GetExpandTxt to sal_Int32Caolán McNamara1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1