Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | SCCOl is 16 bit too | Markus Mohrhard | |
2011-10-04 | mac tinderbox can't deal with rtl::OStringBuffer::append(sal_Int16) | Markus Mohrhard | |
2011-10-04 | improve error message for csv_handler | Markus Mohrhard | |
2011-10-04 | adapt sc unittests to separate RdbTarget makefile requirement, also rename ↵ | Bjoern Michaelsen | |
sc_test_filters consistent to sc_filters_test | |||
2011-10-04 | bnc#705977 apply control name before control is inserted into Forms container | Noel Power | |
2011-10-03 | WaE: add braces | Caolán McNamara | |
2011-10-03 | n717290: 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-03 | Fix for bug fdo#41310 - Need more room for localized string | Olivier Hallot | |
The following patch resizes the sheet protection dialog to display localized strings without truncation Sizes adjusted for fontsize = 10 | |||
2011-10-01 | fdo#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-01 | fdo#41393 - Need more room for localized string | Olivier Hallot | |
Resizes the multiple operations dialog to display localized strings without truncation Sizes adjusted for fontsize = 10 | |||
2011-10-01 | basprov/scriptframe are now a 'new' component | Norbert Thiebaud | |
2011-09-30 | silence tedious malware checkers, arcfour, key 0x435645 | Caolán McNamara | |
2011-09-30 | merge filters-test code | Caolán McNamara | |
2011-09-30 | use read_uInt8s_AsOString instead of hand-crafted loop | Caolán McNamara | |
2011-09-30 | enable the registration for vba unit test again | Markus Mohrhard | |
2011-09-29 | disable it again, it seems that it tries to access the user installation | Markus Mohrhard | |
it seems it only produces an error in a non sourced environment | |||
2011-09-29 | init the unit test for vba unit tests correctly | Markus Mohrhard | |
2011-09-29 | fix trunk gcc compile errors | Matúš Kukan | |
2011-09-29 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-29 | add modelines | Caolán McNamara | |
2011-09-28 | more unit test cut/paste redux | Michael Meeks | |
2011-09-28 | sc: switch filters-test to the new shared unit test code | Michael Meeks | |
2011-09-28 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-27 | add dependencies for vba unit test | Markus Mohrhard | |
2011-09-27 | move the checkboxes below the more button | Markus Mohrhard | |
2011-09-27 | assert on the console in a helpful way as/when we get a message dialog | Michael Meeks | |
2011-09-26 | Manage Names: adapt menu to changes | Markus Mohrhard | |
2011-09-26 | add "Manage Names..." entry to Name Box/ScPosWnd | Markus Mohrhard | |
2011-09-26 | move OCX_Control ( and subclasses ) and OCX control export to oox | Noel Power | |
2011-09-24 | Manage Names: braodcast change in range names now directly | Markus Mohrhard | |
2011-09-24 | add local range names to "Name Box"/ScPosWnd | Markus Mohrhard | |
2011-09-24 | handle local range names from name box/navigator correctly | Markus Mohrhard | |
2011-09-24 | show local range names in navigator | Markus Mohrhard | |
2011-09-24 | re-factor XPropertyList derivatives to use a rtl::Reference | Michael 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-24 | Manage Names: add comments and remove dead code | Markus Mohrhard | |
2011-09-24 | Manage Names: refactoring in namedlg.cxx | Markus Mohrhard | |
2011-09-24 | show only relevant range names | Markus Mohrhard | |
2011-09-24 | fix crash, various button problems, memory leak | Markus Mohrhard | |
2011-09-24 | Manage Names: set new entry as selected | Markus Mohrhard | |
2011-09-23 | inital work for new "Manage Names" dialog | Markus 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-23 | deugly HTMLOutFuncs::ConvertStringToHTML | Caolán McNamara | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-22 | Always link with user32 | Tor Lillqvist | |
2011-09-21 | fix array initialization and thus windows build | Fridrich Štrba | |
2011-09-21 | Revert "remove newly unused methods", used again | Caolán McNamara | |
This reverts commit 9693764946ac3f27a0170d7556ee62276d7c3dcb. | |||
2011-09-21 | callcatcher: remove newly unused methods | Caolán McNamara | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas 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-20 | Get 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. |