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