Age | Commit message (Expand) | Author |
2013-02-28 | fdo#38838,UniString,String_to_OUString | elixir |
2013-02-27 | enable disabled test for rotated anchored shape, | Noel Power |
2013-02-26 | add some shape anchor related tests ( for rotated shapes ) | Noel Power |
2013-02-25 | use URM_COPY when copying cond formats, fdo#60306, fdo#60311 | Markus Mohrhard |
2013-02-24 | simplify CreateScImportAsciiDlg | Caolán McNamara |
2013-02-24 | suck alternative title out of the .ui | Caolán McNamara |
2013-02-23 | Fix typo seperated/separated | Julien Nabet |
2013-02-23 | Fix typo "sucessfully" -> "successfully" | Julien Nabet |
2013-02-23 | try and beat this weird SvxAcceptChgCtr into something sanish | Caolán McNamara |
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 |