summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
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-20convert equalsAsciiL calls to startsWith callsNoel Grandin3-7/+6
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin6-12/+12
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-2/+2
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-12/+0
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin2-3/+3
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin4-67/+67
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-5/+5
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-9/+8
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin2-8/+7
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida2-3/+4
2013-11-04Populate raw cell values using ScDocumentImport.Kohei Yoshida1-1/+1
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-30Use enum for table op mode.Kohei Yoshida1-5/+6
2013-10-28fdo#70100 Detect single stream excel files with BOF ID 5Maxim Monastirsky1-0/+1
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 Godard3-10/+28
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist5-7/+7
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+1
2013-10-19CID#1103761 uninit memberCaolán McNamara1-1/+2
2013-10-18convert remaining String in SC to OUStringNoel Grandin2-7/+6
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida4-13/+19
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida1-1/+2
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida2-15/+36
2013-10-08-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin26-730/+713
2013-10-08convert sc/inc/addruno.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/cellsuno.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/chartuno.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/dapiuno.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/datauno.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin1-6/+6
2013-10-04convert sc/inc/fmtuno.hxx from String to OUStringNoel Grandin1-10/+10
2013-10-04convert sc/inc/l*.hxx from String to OUStringNoel Grandin1-3/+3
2013-10-04convert sc/inc/nameuno.hxx from String to OUStringNoel Grandin1-4/+4
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin3-8/+8
2013-10-04convert sc/inc/s*.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/inc/view*.hxx from String to OUStringNoel Grandin2-4/+4
2013-10-04convert sc/source/ui/inc/a*.hxx from String to OUStringNoel Grandin1-3/+3
2013-10-04convert sc/source/ui/inc/sc*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-10-02More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann1-0/+2
2013-10-02remove some UniString::GetBufferCaolán McNamara1-2/+1
2013-10-01convert remains of String to OUString in formula moduleNoel Grandin1-3/+3