summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Improved striped rows implementationSamuel Mehrbrodt2-19/+23
2014-10-01fdo#82577: Handle TimeNoel Grandin6-9/+9
2014-09-30Improve SvTreeListBox classPalenik Mihály2-0/+43
2014-09-30Some glue for using std::unique_ptr with the Boost Pointer Container LibraryStephan Bergmann1-2/+3
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-5/+5
2014-09-30fdo#82577: Handle RegionNoel Grandin12-36/+36
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann2-4/+4
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann7-9/+10
2014-09-29loplugin: cstylecastNoel Grandin31-172/+175
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos2-2/+2
2014-09-28Restore missing title in addresstemplatedialog.uiAdolfo Jayme Barrientos1-0/+1
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2-3/+3
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin1-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-26remove pointless commentsNoel Grandin1-2/+0
2014-09-26remove unnecessary casts'sNoel Grandin2-9/+8
2014-09-26Resolves: fdo#83943 avoid infinite recursionCaolán McNamara1-2/+17
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin92-281/+281
2014-09-22html: add applyEvents to HTML outputTomaž Vajngerl1-0/+25
2014-09-22Extend HTMLWriter: flush the stack, more values for attribute(..)Tomaž Vajngerl2-3/+170
2014-09-18callcatcher: update unused codeCaolán McNamara1-35/+0
2014-09-18fdo#82577: Handle FontNoel Grandin22-80/+79
2014-09-17add Kven Finnish [fkv-NO] to language list, fdo#83332Eike Rathke1-0/+1
2014-09-17callcatcher: update unused codeCaolán McNamara3-29/+0
2014-09-16Remove shadows in tabs to make them look more flat.Tomaž Vajngerl1-71/+2
2014-09-16Make tab label padding dependent on font height.Tomaž Vajngerl1-2/+4
2014-09-16Change tabs (sheets in Calc) to better looking rectangle shape.Tomaž Vajngerl1-32/+24
2014-09-14convert Edit autocomplete Hdl to boost signals2Luboš Luňák1-7/+2
2014-09-13Resolves: fdo#82259 more fonts that lie or have no os/2 tableCaolán McNamara1-2/+17
2014-09-13USCRIPT_LAO->USCRIPT_MALAYALAMCaolán McNamara1-1/+1
2014-09-13Related: fdo#82259 GungSeo has no OS/2 tableCaolán McNamara1-0/+5
2014-09-13do HardCodedScriptName before getting Font CapabilitiesCaolán McNamara1-13/+9
2014-09-12Related: fdo#82259 BiauKai makes some crazy claimsCaolán McNamara1-0/+6
2014-09-12Related: fdo#82259 various "* MN" fonts incorrectly claim to support TAMILCaolán McNamara1-3/+52
2014-09-12svtools: sal_Bool -> boolStephan Bergmann3-3/+3
2014-09-10callcatcher: update unused codeCaolán McNamara2-267/+0
2014-09-10vcl: sal_Bool -> boolStephan Bergmann7-10/+10
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+3
2014-09-05fdo#69162 avoid crashing on Accellerator in poorly initialized contextNorbert Thiebaud1-1/+4
2014-09-02fdo#82259 Hardcode script for "GB18030 Bitmap"Matthew J. Francis1-7/+27
2014-08-31Typo: childs->childrenJulien Nabet1-1/+1
2014-08-31Treeview may lose focus when left/right arrow is usedNiklas Johansson1-4/+18
2014-08-31GraphicManager: fix crash when swapping out graphicsMichael Stahl1-1/+11
2014-08-31GraphicManager: let's assert GraphicObjects are inserted and deleted onceMichael Stahl1-1/+5
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard1-1/+12
2014-08-29cache the call to getenvMarkus Mohrhard1-1/+2
2014-08-29Make opengl chart window always activeZolnai Tamás1-0/+13
2014-08-29Add a method to check whether an XEmbeddedObject is a chartZolnai Tamás1-11/+16