Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-05 | Emacs modeline compatible with vim's oneFINAL_MASTERmaster-backup | Takeshi Abe | 1 | -0/+1 | |
2011-08-04 | sal_Bool to bool. | Kohei Yoshida | 2 | -23/+23 | |
2011-08-04 | Perhaps a const member needs an explicit constructor? | Kohei Yoshida | 2 | -0/+4 | |
Norbert's tinderbox spits warning on this. | |||||
2011-08-04 | More String removal. | Kohei Yoshida | 2 | -6/+7 | |
2011-08-04 | More String / sal_Bool removal. | Kohei Yoshida | 3 | -26/+23 | |
2011-08-04 | More String removal etc. | Kohei Yoshida | 2 | -9/+9 | |
2011-08-04 | Indentation "fix". | Kohei Yoshida | 1 | -21/+23 | |
2011-08-04 | Removed unnecessary condition checks. | Kohei Yoshida | 1 | -8/+4 | |
2011-08-04 | String to rtl::OUString. | Kohei Yoshida | 3 | -19/+20 | |
2011-08-04 | Removed custom html options iterator class; use the real iterators. | Kohei Yoshida | 1 | -60/+20 | |
2011-08-04 | Combined two html option loops. | Kohei Yoshida | 1 | -36/+33 | |
2011-08-03 | Parse CSS in the <style> content and set number formats to cells. | Kohei Yoshida | 7 | -15/+907 | |
Pick up number formats specified in the CSS content of Excel generated HTML documents. This makes use of a template-based CSS parser from the orcus project. | |||||
2011-08-04 | some clean-up | Markus Mohrhard | 4 | -8/+8 | |
you need boost::nullable if you want to insert a null pointer in a boost::ptr_vector and it seems that ptr_vector::c_array isn't supported then | |||||
2011-08-03 | change from sal_Bool to bool | Markus Mohrhard | 2 | -3/+3 | |
2011-08-03 | change from c-array to boost::ptr_vector | Markus Mohrhard | 2 | -37/+30 | |
2011-08-03 | use delete[] for arrays allocated with new[] | Markus Mohrhard | 1 | -2/+2 | |
2011-08-03 | fix for fdo#39773: crash with hidden column in Data->Form | Markus Mohrhard | 1 | -1/+2 | |
2011-08-03 | fix for fdo#39151: set correct table number in local db data | Markus Mohrhard | 1 | -1/+9 | |
2011-08-03 | Remove EXC_INCL_SST_STATISTICS | Thomas Arnhold | 1 | -47/+0 | |
This came in back in 11/2003. I assume this isn't used anymore. | |||||
2011-08-03 | 2 fixes in OSL_DEBUG part with ByteString | Julien Nabet | 2 | -15/+16 | |
2011-08-02 | fix for fdo#39728: check for empty local range names | Markus Mohrhard | 1 | -1/+3 | |
2011-07-31 | ByteString::CreateFromInt32 -> rtl::OStringBuffer::append | Caolán McNamara | 3 | -43/+60 | |
2011-07-31 | convert to rtl::OString[Buffer] and simplify | Caolán McNamara | 2 | -55/+95 | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | 12 | -4/+24 | |
2011-07-29 | initial work for autofilter unit test | Markus Mohrhard | 1 | -0/+56 | |
2011-07-29 | bnc#707486 fix fit of extreme carelessness with defaulted params | Noel Power | 1 | -2/+2 | |
2011-07-29 | bnc#707486, use correct CopyRangeNamesToClip for bUseRangeForVBA | Noel Power | 1 | -3/+6 | |
also ensure relevant checks regarding pMarks are only applied for !bUseRangeForVBA | |||||
2011-07-29 | findbar: Add seporator between the Prev/Next and Serch & Replace | Jan Holesovsky | 1 | -0/+1 | |
2011-07-29 | Fix the "By" property in GoDownSel and GoDownBlockSel | Olivier Hallot | 1 | -9/+24 | |
The "By" property for cell commands Go[Down,Up,Left,Right]Sel and Go[Down,Up,Left,Right]BlockSel was hardcoded to 1 in cellsh4.cxx. This patch allows repetition of the commands by the value of the By property. | |||||
2011-07-29 | tweak fix for bnc#707486 ( ensure multi-area processed for simple copy only ) | Noel Power | 1 | -0/+3 | |
2011-07-28 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calc | Jan Holesovsky | 8 | -9/+9 | |
2011-07-28 | Merge commit 'libreoffice-3.4.2.3' | Jan Holesovsky | 1 | -0/+8 | |
Conflicts: sc/source/filter/excel/xestream.cxx sc/source/filter/excel/xiname.cxx | |||||
2011-07-28 | add prefixes for component_getFactory | Matúš Kukan | 8 | -9/+9 | |
2011-07-27 | re-enable the CVE unittest on OpenBSD | Robert Nagy | 1 | -2/+0 | |
2011-07-27 | Resolves: fdo#38955 set selection request as done for macro recorder | Caolán McNamara | 1 | -0/+1 | |
2011-07-27 | fix wae ( because wrong loop counter variable used ) | Noel Power | 1 | -1/+1 | |
2011-07-27 | Revert "WaE: nEndTab unused" | Noel Power | 1 | -0/+2 | |
This reverts commit 7cdeb6d8c8e5ca8a6d3a654f4a973c12fd2886ac. | |||||
2011-07-27 | WaE: nEndTab unused | Caolán McNamara | 1 | -2/+0 | |
2011-07-26 | dr78: #i116250# set app flag in ScGlobal::SetSearchItem, fdo#33379, fdo#33593 | Niklas Nebel | 1 | -0/+1 | |
And also fdo#37499. It seems that this commit somehow disappeared during merge. | |||||
2011-07-26 | findbar: Show the "Search and Replace" button in the FindBar by default. | Jan Holesovsky | 1 | -1/+1 | |
2011-07-26 | fix for bnc#707486 allow copy for suitable multi-area Ranges | Noel Power | 7 | -169/+118 | |
also remove the extra CopyToClip ( and CopyToClip4VBA ), merged the functionality to remove the existing copy and paste. | |||||
2011-07-25 | use XFilePicker2 regardless of service, if possible, it is far more sane | Michael Meeks | 2 | -24/+2 | |
2011-07-25 | fdo#39236: Better way to remove DP objects without reversing order. | Kohei Yoshida | 1 | -9/+21 | |
The old fix reversed the order of the elements even when no elements were deleted. This is better & cleaner. Thanks to David Tardon for suggesting me this. Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com> | |||||
2011-07-25 | fdo#39236: Prevent double-deletes during removal of pivot tables. | Kohei Yoshida | 1 | -24/+9 | |
In short, don't use erase remove(_if) idiom to remove objects from boost ptr containers which would cause double deletes because of the way remove-like algorithms work. STL's remove-like algorithms create duplicates of the elements instead of re-ordering them by design, and this obviously doesn't work well with containers containing pointers. IMPORTANT: this will get a better incremental fix Signed-off-by: David Tardon <dtardon@redhat.com> Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com> | |||||
2011-07-25 | fdo#39236: Better way to remove DP objects without reversing order. | Kohei Yoshida | 1 | -9/+21 | |
The old fix reversed the order of the elements even when no elements were deleted. This is better & cleaner. Thanks to David Tardon for suggesting me this. | |||||
2011-07-24 | Merge branch 'master' into feature/gnumake4feature/gnumake4 | Bjoern Michaelsen | 8 | -78/+88 | |
2011-07-23 | Initial cut on testing ods document loading. | Kohei Yoshida | 2 | -4/+22 | |
The loading still fails in SfxObjectShell::DoLoad(). I need to look into it. | |||||
2011-07-23 | Use gb_Library_win32_OLDNAMES | Tor Lillqvist | 2 | -2/+2 | |
2011-07-22 | Adjusted for HTMLParser::GetOptions() return type change. | Kohei Yoshida | 2 | -70/+63 | |
2011-07-22 | remove duplicated en-US string definition | Andras Timar | 1 | -1/+0 | |