summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim3-0/+9
2013-03-08A little cleanup.Kohei Yoshida1-1/+1
2013-03-07drop unused resourcesCaolán McNamara1-1/+1
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara1-1/+1
2013-03-06remove .src remnantsCaolán McNamara1-1/+0
2013-03-06prevent non-3D refs from being accepted in chart2, related fdo#61781Markus Mohrhard1-1/+1
2013-03-04doubled includesThomas Arnhold2-3/+0
2013-03-04remove unused and commented out codeThomas Arnhold2-2/+0
2013-03-04Convert page header/footer to new widget UIOlivier Hallot1-1/+1
2013-03-01String::CreateFromAscii drop in scRicardo Montania1-2/+2
2013-02-28regenerate pchPeter Foley1-0/+2
2013-02-28fdo#38838,UniString,String_to_OUStringelixir1-1/+1
2013-02-27enable disabled test for rotated anchored shape,Noel Power1-2/+2
2013-02-26add some shape anchor related tests ( for rotated shapes )Noel Power1-1/+1
2013-02-25use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard1-1/+1
2013-02-24simplify CreateScImportAsciiDlgCaolán McNamara2-4/+1
2013-02-24suck alternative title out of the .uiCaolán McNamara1-1/+0
2013-02-23Fix typo seperated/separatedJulien Nabet1-1/+1
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet1-3/+3
2013-02-23try and beat this weird SvxAcceptChgCtr into something sanishCaolán McNamara1-1/+18
2013-02-21basic support for writing embedded fonts for calc docsNoel Power2-1/+5
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power4-12/+16
2013-02-19fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac2-4/+4
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida3-0/+19
2013-02-14Disable DumpState() and its friends when not debugging pivot code.Kohei Yoshida1-4/+13
2013-02-14Why in the world would anyone pass an integer as a const reference...Kohei Yoshida1-1/+1
2013-02-14This should be a struct & let's not put everything in header.Kohei Yoshida1-5/+4
2013-02-14Actually we can just swap them. The originals are not used after this call.Kohei Yoshida1-4/+6
2013-02-14Use std::vector instead of C-style arrays.Kohei Yoshida1-7/+6
2013-02-14Pass ScDPSource to ScDPResultData as a reference.Kohei Yoshida1-5/+4
2013-02-14Misc cleanup - scope reduction, string, class description etc.Kohei Yoshida1-0/+3
2013-02-14More boolean cleanups.Kohei Yoshida1-1/+1
2013-02-14String to OUString.Kohei Yoshida1-16/+17
2013-02-14Massive sal_Bool to bool conversion.Kohei Yoshida1-65/+64
2013-02-14CalcRowData can be passed as a const reference.Kohei Yoshida1-1/+1
2013-02-14adapt code to insert sheet .uiCaolán McNamara1-2/+2
2013-02-13sal_Bool to bool.Kohei Yoshida1-5/+4
2013-02-13ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida5-13/+13
2013-02-13Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida3-19/+14
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-5/+0
2013-02-13update pch headers, broken by 1aaf9a9Luboš Luňák1-6/+33
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2-16/+16
2013-02-12Add prefix 'm' for ScEditCell's data members.Kohei Yoshida1-10/+10
2013-02-12Made similar change to SetData() of ScEditCell.Kohei Yoshida1-2/+26
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-2/+14
2013-02-12Avoid unnecessary cloning of text object when instantiating ScEditCell.Kohei Yoshida1-0/+10
2013-02-12address cell protection text alignmentCaolán McNamara2-2/+0
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers1-0/+1
2013-02-07another row height ( related to optimalheight and deleting content ) fdo#59193Noel Power1-1/+1
2013-02-06Use initializer to initialize data members.Kohei Yoshida1-9/+1