summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2011-10-03WaE: add bracesCaolán McNamara
2011-10-03n717290: Feature to allow string constants in chart ranges.Muthu Subramanian
Chart ranges specifically for labels can now be of the form ="Label1". This allows labels to be picked from chart data (from UI) rather than from the sheet.
2011-10-03Fix for bug fdo#41310 - Need more room for localized stringOlivier Hallot
The following patch resizes the sheet protection dialog to display localized strings without truncation Sizes adjusted for fontsize = 10
2011-10-01fdo#41396 - Need more room for localized string (III)Olivier Hallot
Resizes one string in the named interval dialog to display localized strings without truncation Sizes adjusted for fontsize = 10
2011-10-01fdo#41393 - Need more room for localized stringOlivier Hallot
Resizes the multiple operations dialog to display localized strings without truncation Sizes adjusted for fontsize = 10
2011-10-01basprov/scriptframe are now a 'new' componentNorbert Thiebaud
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-30use read_uInt8s_AsOString instead of hand-crafted loopCaolán McNamara
2011-09-30enable the registration for vba unit test againMarkus Mohrhard
2011-09-29disable it again, it seems that it tries to access the user installationMarkus Mohrhard
it seems it only produces an error in a non sourced environment
2011-09-29init the unit test for vba unit tests correctlyMarkus Mohrhard
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-29ByteString->rtl::OStringCaolán McNamara
2011-09-29add modelinesCaolán McNamara
2011-09-28more unit test cut/paste reduxMichael Meeks
2011-09-28sc: switch filters-test to the new shared unit test codeMichael Meeks
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27add dependencies for vba unit testMarkus Mohrhard
2011-09-27move the checkboxes below the more buttonMarkus Mohrhard
2011-09-27assert on the console in a helpful way as/when we get a message dialogMichael Meeks
2011-09-26Manage Names: adapt menu to changesMarkus Mohrhard
2011-09-26add "Manage Names..." entry to Name Box/ScPosWndMarkus Mohrhard
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-24Manage Names: braodcast change in range names now directlyMarkus Mohrhard
2011-09-24add local range names to "Name Box"/ScPosWndMarkus Mohrhard
2011-09-24handle local range names from name box/navigator correctlyMarkus Mohrhard
2011-09-24show local range names in navigatorMarkus Mohrhard
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
2011-09-24Manage Names: add comments and remove dead codeMarkus Mohrhard
2011-09-24Manage Names: refactoring in namedlg.cxxMarkus Mohrhard
2011-09-24show only relevant range namesMarkus Mohrhard
2011-09-24fix crash, various button problems, memory leakMarkus Mohrhard
2011-09-24Manage Names: set new entry as selectedMarkus Mohrhard
2011-09-23inital work for new "Manage Names" dialogMarkus Mohrhard
still missing: * change the more button to something more modern * change the position of the range options to the place below the more button * insert/paste button is missing * last inserted item should be selected by default additional future improvements: * filters * search bar
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22Always link with user32Tor Lillqvist
2011-09-21fix array initialization and thus windows buildFridrich Štrba
2011-09-21Revert "remove newly unused methods", used againCaolán McNamara
This reverts commit 9693764946ac3f27a0170d7556ee62276d7c3dcb.
2011-09-21callcatcher: remove newly unused methodsCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida
We need to map Excel's database ranges (or in Excel's terminology "tables") to named db ranges because they may be referenced in formula expressions. Also, Excel tables are always of the form Table*[] when used in formulas. Skip the "[]" part then the preceding token is a valid database range.
2011-09-20Unit test for copying range names.Kohei Yoshida
This test would've detected my earlier mistake with the index-lookup perf enhancement.
2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel
2011-09-20Ensure that only ScDPCollection can remove caches.Kohei Yoshida
Call ScDPCollection::ClearCache() to remove cache during refreshing.
2011-09-19Unit test for refreshing while source data contains empty field name.Kohei Yoshida
2011-09-19Use the method to insert source data.Kohei Yoshida
2011-09-19Extracted method for inserting source data for pivot table testing.Kohei Yoshida