summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-277-8/+7
* add dependencies for vba unit testMarkus Mohrhard2011-09-272-1/+3
* move the checkboxes below the more buttonMarkus Mohrhard2011-09-273-4/+40
* assert on the console in a helpful way as/when we get a message dialogMichael Meeks2011-09-272-0/+14
* Manage Names: adapt menu to changesMarkus Mohrhard2011-09-261-0/+1
* add "Manage Names..." entry to Name Box/ScPosWndMarkus Mohrhard2011-09-263-4/+26
* move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power2011-09-263-8/+4
* Manage Names: braodcast change in range names now directlyMarkus Mohrhard2011-09-241-0/+4
* add local range names to "Name Box"/ScPosWndMarkus Mohrhard2011-09-242-19/+38
* handle local range names from name box/navigator correctlyMarkus Mohrhard2011-09-241-6/+24
* show local range names in navigatorMarkus Mohrhard2011-09-241-14/+35
* re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks2011-09-2414-85/+54
* Manage Names: add comments and remove dead codeMarkus Mohrhard2011-09-242-13/+6
* Manage Names: refactoring in namedlg.cxxMarkus Mohrhard2011-09-242-113/+88
* show only relevant range namesMarkus Mohrhard2011-09-241-10/+16
* fix crash, various button problems, memory leakMarkus Mohrhard2011-09-241-2/+30
* Manage Names: set new entry as selectedMarkus Mohrhard2011-09-242-3/+4
* inital work for new "Manage Names" dialogMarkus Mohrhard2011-09-236-470/+674
* deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara2011-09-231-7/+5
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-2252-1/+272
* Always link with user32Tor Lillqvist2011-09-222-6/+0
* fix array initialization and thus windows buildFridrich Štrba2011-09-211-1/+1
* Revert "remove newly unused methods", used againCaolán McNamara2011-09-213-1/+12
* callcatcher: remove newly unused methodsCaolán McNamara2011-09-213-12/+1
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-12/+12
* Get DB range import from xlsx to work once again.Kohei Yoshida2011-09-203-0/+23
* Unit test for copying range names.Kohei Yoshida2011-09-201-7/+44
* Add missing chart data point ODF1.2 standard symbolsRegina Henschel2011-09-201-7/+15
* Ensure that only ScDPCollection can remove caches.Kohei Yoshida2011-09-201-0/+6
* Unit test for refreshing while source data contains empty field name.Kohei Yoshida2011-09-191-3/+24
* Use the method to insert source data.Kohei Yoshida2011-09-191-42/+11
* Extracted method for inserting source data for pivot table testing.Kohei Yoshida2011-09-191-42/+52
* sal_True to true.Kohei Yoshida2011-09-191-2/+2
* Store previously selected tables in std::set.Kohei Yoshida2011-09-191-19/+16
* A little cleanup.Kohei Yoshida2011-09-191-15/+11
* Let's avoid modifying the selection data during search and replace.Kohei Yoshida2011-09-196-110/+119
* Pass as const reference where possible & indent fix.Kohei Yoshida2011-09-192-9/+9
* Removed an unnecessary anonymous temporary object.Kohei Yoshida2011-09-191-1/+1
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-162-0/+2
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-162-2/+0
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-162-3/+0
* filter: adapt to changes in LOMichael Stahl2011-09-151-1/+1
* Resolves: rhbz#738255 avoid crash on NULL pointerCaolán McNamara2011-09-151-6/+9
* forgot another csv fileMarkus Mohrhard2011-09-151-0/+2
* add formats test for xls and xlsxMarkus Mohrhard2011-09-153-66/+79
* improve calc's format unit testMarkus Mohrhard2011-09-154-46/+175
* Don't always set refresh flag on export. This is a bad hack.Kohei Yoshida2011-09-141-3/+0
* Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida2011-09-143-7/+12
* New unit test case for testing SHEETS function result.Kohei Yoshida2011-09-141-0/+40
* Do the same when calling ScDocument::InsertTabs().Kohei Yoshida2011-09-141-1/+4