summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-03there are no SfxFontItem used anywhereCaolán McNamara4-340/+0
2013-07-03don't need an explicit help handler, the default will be fineCaolán McNamara4-30/+12
2013-07-03Updated coreCaolán McNamara1-0/+0
2013-07-03fonttypedialog.ui widgetManal Alhassoun9-259/+589
2013-07-03Updated coreCaolán McNamara1-0/+0
2013-07-03sync the FixedFormatskey1 entry of pt-AO with other pt entriesCaolán McNamara1-1/+1
2013-07-03restore a11y relations and some other clean upCaolán McNamara3-6/+17
2013-07-03allow changing the fill color user for tab previewsCaolán McNamara4-9/+11
2013-07-03Convert tab stop page to widget UIOlivier Hallot9-488/+752
2013-07-03arrange a way to describe non-dropdown MetricBoxesCaolán McNamara4-49/+129
2013-07-03metric and numeric boxes should calc optimal size based on legal input rangeCaolán McNamara2-1/+15
2013-07-03adjust ComboBox optimal size for non-dropdown caseCaolán McNamara1-12/+15
2013-07-03 fdo#66281 - followup: fix a comment for overbrace.Frédéric Wang1-3/+11
2013-07-03Fix glyph names in OpenSymbol and add a note in the READMEFrédéric Wang3-6/+11
2013-07-03OOpsFridrich Štrba1-1/+1
2013-07-03Fix Windows signing and timestampingFridrich Štrba2-7/+8
2013-07-03Try to fix collision in packages with libkde4bello.so.Tomáš Chvátal1-5/+5
2013-07-03exclude the -safeseh from 64-bit windowsFridrich Štrba1-1/+1
2013-07-03fix for wrong case value in dmapperAdam Co1-2/+2
2013-07-03Finishing touch on Drop Caps widget UI conversion.Olivier Hallot2-17/+16
2013-07-03restore title on Format Number single tab dialogsCaolán McNamara7-21/+115
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan41-1048/+993
2013-07-03Build msc .exe and .dll executables with -safeseh flagFridrich Štrba1-0/+1
2013-07-03Resolves: #i120718# page border and shadow to doc.Jian Hong Cheng1-1/+3
2013-07-03 fdo#66282 - MathML export: improve ExportBraceFrédéric Wang3-27/+31
2013-07-03xls cells have all hard number format, fdo#66506Markus Mohrhard1-0/+1
2013-07-03fix the inherited number format removal codeMarkus Mohrhard3-6/+21
2013-07-02Not to forget this header...Kohei Yoshida1-0/+4
2013-07-02Dummy formula group interpreter for testing.Michael Meeks2-4/+52
2013-07-02Forgot to remove these debug statements.Kohei Yoshida1-6/+0
2013-07-02Detect circular dependency in formula groups to fallback to cell-based.Kohei Yoshida5-23/+75
2013-07-02Actually we need to reset the top row to be the top of the group.Kohei Yoshida1-7/+11
2013-07-02Be aware that the top row may not always be the top of the group.Kohei Yoshida1-7/+14
2013-07-02Move this code from the column code back into the interpreter code.Kohei Yoshida3-79/+63
2013-07-02Move this to another file to distribute the compiler load.Kohei Yoshida2-768/+774
2013-07-02 fdo#66283 - MathML export: remove useless mrow/mstyle with font commandsFrédéric Wang2-15/+14
2013-07-02fdo#46990 - re-work new desktop checks, guard against NULL DESKTOP_SESSION.Michael Meeks2-30/+27
2013-07-02fdo#46990 - detect MATE and XFCE desktops.Pader Rezso3-3/+33
2013-07-02Fix opencl path and linking issues on windows.Michael Meeks1-2/+8
2013-07-02Some feeble attempt to reduce dependency on token.hxx header.Kohei Yoshida3-2/+4
2013-07-02Related: #i122594# Added same handling for outer SVG elementArmin Le Grand1-62/+58
2013-07-02avoid enumeration value ... not handled in switch [-Werror=switch]Michael Stahl1-1/+2
2013-07-02fdo#61429: Stylist: try a little harder to restore "hierarchical"Michael Stahl2-19/+26
2013-07-02fix naming snafu.Michael Meeks1-1/+1
2013-07-02Add a way to inverse matrix using openCL. It's an no-op for now.Kohei Yoshida4-0/+26
2013-07-02Enable group calculation on COUNT and COUNT2.Kohei Yoshida1-0/+2
2013-07-02Try not to iterate beyond the end of the formula block.Kohei Yoshida1-1/+2
2013-07-02COUNT should skip formula cells with error.Kohei Yoshida5-1/+25
2013-07-02Re-implement SUM function to make use of new cell storage.Kohei Yoshida3-40/+236
2013-07-02Unused variable.Kohei Yoshida1-1/+1