summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/docuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-6/+1
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida1-15/+12
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-105/+105
2014-02-25coverity#737586 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-25coverity#737561 Uncaught exceptionCaolán McNamara1-2/+2
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-19sal_Bool->boolNoel Grandin1-2/+2
2014-02-18sal_Bool->boolNoel Grandin1-3/+3
2014-02-18sal_Bool->bool, and remove some virtual modifiersNoel Grandin1-24/+24
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-3/+3
2014-02-10coverity#1078996 Uncaught exceptionCaolán McNamara1-2/+2
2014-02-10coverity#1078997 Uncaught exceptionCaolán McNamara1-1/+1
2014-01-29coverity#737564 Uncaught exceptionCaolán McNamara1-1/+3
2014-01-29coverity#737582 Uncaught exceptionCaolán McNamara1-1/+3
2014-01-29coverity#1079017 Uncaught exceptionCaolán McNamara1-3/+3
2014-01-28bool improvementsStephan Bergmann1-11/+11
2014-01-27coverity#1158322 Uncaught exceptionCaolán McNamara1-2/+2
2014-01-27coverity#1158323 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-27coverity#1158324 Uncaught exceptionCaolán McNamara1-2/+2
2014-01-24coverity#1158389 Uncaught exceptionCaolán McNamara1-3/+3
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-58/+57
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-57/+58
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-58/+57
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza1-5/+4
2013-12-06count notes - GetNotesInRange now include last tabLaurent Godard1-1/+1
2013-12-05counting notes is per table, not on the whole documentLaurent Godard1-1/+4
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann1-11/+1
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard1-0/+23
2013-11-25add API to retrieve all available OpenCL platforms and devicesMarkus Mohrhard1-1/+28
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard1-0/+56
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-6/+16
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-9/+8
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-6/+6
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida1-35/+6
2013-10-23remove warning [-Wsign-compare]Laurent Godard1-2/+3
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-7/+25
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-103/+101
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin1-6/+6
2013-09-20indent: Just some indenting for better readingAndres Gomez1-40/+40
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez1-0/+17
2013-07-09Mark as constTakeshi Abe1-3/+3
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-7/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-113/+113
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0