summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Collapse)AuthorAgeFilesLines
* WaE: add bracesCaolán McNamara2011-10-031-0/+2
|
* n717290: Feature to allow string constants in chart ranges.Muthu Subramanian2011-10-033-10/+53
| | | | | | 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.
* Fix for bug fdo#41310 - Need more room for localized stringOlivier Hallot2011-10-031-6/+6
| | | | | | | The following patch resizes the sheet protection dialog to display localized strings without truncation Sizes adjusted for fontsize = 10
* fdo#41396 - Need more room for localized string (III)Olivier Hallot2011-10-011-1/+1
| | | | | | | Resizes one string in the named interval dialog to display localized strings without truncation Sizes adjusted for fontsize = 10
* fdo#41393 - Need more room for localized stringOlivier Hallot2011-10-011-14/+14
| | | | | | | Resizes the multiple operations dialog to display localized strings without truncation Sizes adjusted for fontsize = 10
* basprov/scriptframe are now a 'new' componentNorbert Thiebaud2011-10-011-16/+16
|
* silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara2011-09-303-0/+0
|
* merge filters-test codeCaolán McNamara2011-09-301-102/+29
|
* use read_uInt8s_AsOString instead of hand-crafted loopCaolán McNamara2011-09-301-9/+2
|
* enable the registration for vba unit test againMarkus Mohrhard2011-09-301-2/+2
|
* disable it again, it seems that it tries to access the user installationMarkus Mohrhard2011-09-291-2/+2
| | | | it seems it only produces an error in a non sourced environment
* init the unit test for vba unit tests correctlyMarkus Mohrhard2011-09-291-2/+2
|
* fix trunk gcc compile errorsMatúš Kukan2011-09-292-17/+17
|
* ByteString->rtl::OStringCaolán McNamara2011-09-291-6/+7
|
* add modelinesCaolán McNamara2011-09-2917-0/+49
|
* more unit test cut/paste reduxMichael Meeks2011-09-283-87/+3
|
* sc: switch filters-test to the new shared unit test codeMichael Meeks2011-09-283-116/+34
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-281-13/+16
|
* 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
| | | | | | 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
* 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
| | | | | | | | | | | | 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
* 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
| | | | This reverts commit 9693764946ac3f27a0170d7556ee62276d7c3dcb.
* callcatcher: remove newly unused methodsCaolán McNamara2011-09-213-12/+1
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-12/+12
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* Get DB range import from xlsx to work once again.Kohei Yoshida2011-09-203-0/+23
| | | | | | | | 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.
* Unit test for copying range names.Kohei Yoshida2011-09-201-7/+44
| | | | | This test would've detected my earlier mistake with the index-lookup perf enhancement.
* 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
| | | | Call ScDPCollection::ClearCache() to remove cache during refreshing.
* 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
|