Age | Commit message (Expand) | Author |
2013-02-21 | basic support for writing embedded fonts for calc docs | Noel Power |
2013-02-19 | fdo#56276 - resize/reposition rotated shapes in a sensible way | Noel Power |
2013-02-19 | fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String. | Jean-Noël Rouvignac |
2013-02-15 | Add a quick way to dump the content of pivot table result tree. | Kohei Yoshida |
2013-02-14 | Disable DumpState() and its friends when not debugging pivot code. | Kohei Yoshida |
2013-02-14 | Why in the world would anyone pass an integer as a const reference... | Kohei Yoshida |
2013-02-14 | This should be a struct & let's not put everything in header. | Kohei Yoshida |
2013-02-14 | Actually we can just swap them. The originals are not used after this call. | Kohei Yoshida |
2013-02-14 | Use std::vector instead of C-style arrays. | Kohei Yoshida |
2013-02-14 | Pass ScDPSource to ScDPResultData as a reference. | Kohei Yoshida |
2013-02-14 | Misc cleanup - scope reduction, string, class description etc. | Kohei Yoshida |
2013-02-14 | More boolean cleanups. | Kohei Yoshida |
2013-02-14 | String to OUString. | Kohei Yoshida |
2013-02-14 | Massive sal_Bool to bool conversion. | Kohei Yoshida |
2013-02-14 | CalcRowData can be passed as a const reference. | Kohei Yoshida |
2013-02-14 | adapt code to insert sheet .ui | Caolán McNamara |
2013-02-13 | sal_Bool to bool. | Kohei Yoshida |
2013-02-13 | ScDPValueData->ScDPValue. The last 'Data' sounds very redundant. | Kohei Yoshida |
2013-02-13 | Switch integer constants to enum & prefix data members with 'm'. | Kohei Yoshida |
2013-02-13 | Remove VALIDTAB and other similar macros | Julien Nabet |
2013-02-13 | update pch headers, broken by 1aaf9a9 | Luboš Luňák |
2013-02-12 | Renamed hard-to-remember 8-char headers in editeng. | Kohei Yoshida |
2013-02-12 | Add prefix 'm' for ScEditCell's data members. | Kohei Yoshida |
2013-02-12 | Made similar change to SetData() of ScEditCell. | Kohei Yoshida |
2013-02-12 | Go through all ScEditCell instantiations and fix memory leaks. | Kohei Yoshida |
2013-02-12 | Avoid unnecessary cloning of text object when instantiating ScEditCell. | Kohei Yoshida |
2013-02-12 | address cell protection text alignment | Caolán McNamara |
2013-02-08 | fdo#60322 add calc function SKEWP as in ODFF v1.2 | Winfried Donkers |
2013-02-07 | another row height ( related to optimalheight and deleting content ) fdo#59193 | Noel Power |
2013-02-06 | Use initializer to initialize data members. | Kohei Yoshida |
2013-02-06 | Make ScColumn explicitly non-copyable. | Kohei Yoshida |
2013-02-06 | Rename ScColumn::Resize() to ReserveSize(). | Kohei Yoshida |
2013-02-05 | Remove unused header includes. | Kohei Yoshida |
2013-02-05 | UniString to OUString in ScRefFinder, and a bunch more cleanups. | Kohei Yoshida |
2013-02-04 | moved the export row check to qahelper, made it useful for import/export | Noel Power |
2013-01-30 | bnc#615317: Recompile cells with #NAME! for English function name option. | Kohei Yoshida |
2013-01-30 | unfriend this class and the method | Markus Mohrhard |
2013-01-30 | make a few more users of ScAttrArray outside of the class const | Markus Mohrhard |
2013-01-30 | this parameter was always true | Markus Mohrhard |
2013-01-30 | prevent copy c'tor and operator= | Markus Mohrhard |
2013-01-30 | Let's stick with just one variant of ScDocument::GetString()... | Kohei Yoshida |
2013-01-29 | Slightly better way to skip pivot table ranges during spell check. | Kohei Yoshida |
2013-01-30 | make clear that this variable should not be used inside of ScDocument | Markus Mohrhard |
2013-01-30 | no user of nVisibleTab inside ScDocument anymore | Markus Mohrhard |
2013-01-30 | make some more methods const | Markus Mohrhard |
2013-01-29 | bnc#484599: Prevent pivot table from getting sheared when cells are shifted. | Kohei Yoshida |
2013-01-29 | We don't need this hack anymore for unit test. | Kohei Yoshida |
2013-01-28 | fdo#38838 Some removal/replacement of the String/UniString with OUString | Jean-Noël Rouvignac |
2013-01-28 | no need for the String version of this function anymore | Markus Mohrhard |
2013-01-28 | remaining ui parts for conditional date formats | Markus Mohrhard |