summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara3-0/+0
2011-09-30merge filters-test codeCaolán McNamara1-102/+29
2011-09-30use read_uInt8s_AsOString instead of hand-crafted loopCaolán McNamara1-9/+2
2011-09-30enable the registration for vba unit test againMarkus Mohrhard1-2/+2
2011-09-29disable it again, it seems that it tries to access the user installationMarkus Mohrhard1-2/+2
2011-09-29init the unit test for vba unit tests correctlyMarkus Mohrhard1-2/+2
2011-09-29fix trunk gcc compile errorsMatúš Kukan2-17/+17
2011-09-29ByteString->rtl::OStringCaolán McNamara1-6/+7
2011-09-29add modelinesCaolán McNamara17-0/+49
2011-09-28more unit test cut/paste reduxMichael Meeks3-87/+3
2011-09-28sc: switch filters-test to the new shared unit test codeMichael Meeks3-116/+34
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara1-13/+16
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann7-8/+7
2011-09-27add dependencies for vba unit testMarkus Mohrhard2-1/+3
2011-09-27move the checkboxes below the more buttonMarkus Mohrhard3-4/+40
2011-09-27assert on the console in a helpful way as/when we get a message dialogMichael Meeks2-0/+14
2011-09-26Manage Names: adapt menu to changesMarkus Mohrhard1-0/+1
2011-09-26add "Manage Names..." entry to Name Box/ScPosWndMarkus Mohrhard3-4/+26
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power3-8/+4
2011-09-24Manage Names: braodcast change in range names now directlyMarkus Mohrhard1-0/+4
2011-09-24add local range names to "Name Box"/ScPosWndMarkus Mohrhard2-19/+38
2011-09-24handle local range names from name box/navigator correctlyMarkus Mohrhard1-6/+24
2011-09-24show local range names in navigatorMarkus Mohrhard1-14/+35
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks14-85/+54
2011-09-24Manage Names: add comments and remove dead codeMarkus Mohrhard2-13/+6
2011-09-24Manage Names: refactoring in namedlg.cxxMarkus Mohrhard2-113/+88
2011-09-24show only relevant range namesMarkus Mohrhard1-10/+16
2011-09-24fix crash, various button problems, memory leakMarkus Mohrhard1-2/+30
2011-09-24Manage Names: set new entry as selectedMarkus Mohrhard2-3/+4
2011-09-23inital work for new "Manage Names" dialogMarkus Mohrhard6-470/+674
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara1-7/+5
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara52-1/+272
2011-09-22Always link with user32Tor Lillqvist2-6/+0
2011-09-21fix array initialization and thus windows buildFridrich Štrba1-1/+1
2011-09-21Revert "remove newly unused methods", used againCaolán McNamara3-1/+12
2011-09-21callcatcher: remove newly unused methodsCaolán McNamara3-12/+1
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-12/+12
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida3-0/+23
2011-09-20Unit test for copying range names.Kohei Yoshida1-7/+44
2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel1-7/+15
2011-09-20Ensure that only ScDPCollection can remove caches.Kohei Yoshida1-0/+6
2011-09-19Unit test for refreshing while source data contains empty field name.Kohei Yoshida1-3/+24
2011-09-19Use the method to insert source data.Kohei Yoshida1-42/+11
2011-09-19Extracted method for inserting source data for pivot table testing.Kohei Yoshida1-42/+52
2011-09-19sal_True to true.Kohei Yoshida1-2/+2
2011-09-19Store previously selected tables in std::set.Kohei Yoshida1-19/+16
2011-09-19A little cleanup.Kohei Yoshida1-15/+11
2011-09-19Let's avoid modifying the selection data during search and replace.Kohei Yoshida6-110/+119
2011-09-19Pass as const reference where possible & indent fix.Kohei Yoshida2-9/+9
2011-09-19Removed an unnecessary anonymous temporary object.Kohei Yoshida1-1/+1