summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin3-6/+9
2018-04-07weld ScLinkedAreaDlgCaolán McNamara1-2/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-06weld linkeditdialogCaolán McNamara1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-04-02drop the spurious invisible_char[_set] propertiesCaolán McNamara4-12/+0
2018-04-02tdf#115131 made a common submenu for toolbars and notebookbarsKshitij Pathania1-0/+1
2018-03-30weld SvxZoomDialogCaolán McNamara1-1/+1
2018-03-30weld SvxCharacterMap dialogCaolán McNamara3-549/+566
2018-03-29loplugin:unusedmethodsNoel Grandin2-6/+0
2018-03-29loplugin:virtualdown in sfx2Noel Grandin1-1/+1
2018-03-22loplugin:useuniqueptr in SmDocShellNoel Grandin2-3/+3
2018-03-16use more TypedWhichId in sfxsidsNoel Grandin1-1/+1
2018-03-16loplugin:useuniqueptr in SmCategoryDescNoel Grandin2-14/+9
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem2-36/+91
2018-03-13SDI: don't #define/#undef names of actual classes for slot headersMike Kaganski3-3/+3
2018-03-13ofz#6843 Integer-overflowCaolán McNamara1-2/+2
2018-03-09Remove unused HIDsGabor Kelemen1-12/+0
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara1-7/+3
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin1-1/+1
2018-03-07use more Color in sfx2..svtoolsNoel Grandin3-11/+11
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara11-11/+11
2018-03-02delete colordata.hxxNoel Grandin1-1/+0
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin2-3/+3
2018-02-28Translate German comments and debug stringsJohnny_M2-3/+3
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin4-26/+26
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin4-11/+6
2018-02-25convert all help responses to gtk's -11Caolán McNamara6-17/+17
2018-02-24starmath: Adjusting by 0 is the same as doing nothingTakeshi Abe1-2/+0
2018-02-22weld native message dialogsCaolán McNamara2-11/+17
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-1/+1
2018-02-21ColorData->Color in sd..svxNoel Grandin3-5/+5
2018-02-20starmath: no need to use std::deque hereTakeshi Abe1-2/+1
2018-02-20loplugin:changetoolsgen in starmathNoel Grandin12-189/+189
2018-02-19starmath: Spare unnecessary assignmentsTakeshi Abe1-3/+4
2018-02-15starmath: Prefer moving subnodes to copying themTakeshi Abe5-18/+23
2018-02-14starmath: Omit SmParser::GetError()'s argumentTakeshi Abe3-9/+5
2018-02-12Fix typosAndrea Gelmini1-1/+1
2018-02-08starmath: Make SmParser::DoAttribut() etc. return std::unique_ptrTakeshi Abe2-21/+31
2018-02-07starmath: Make SmParser::DoLine() etc. return std::unique_ptrTakeshi Abe2-47/+47
2018-02-06starmath: Make DoAlign() return std::unique_ptrTakeshi Abe2-12/+12
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet1-3/+3
2018-02-01starmath: Put GetDefaultFontName() in an unnamed namespaceTakeshi Abe3-67/+70
2018-01-24tdf#115030 Formula use "dot" instead of "acute" math command.ekuiitr2-0/+4
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin2-4/+3
2018-01-22ofz#5575 call cleanup while its still a SmXMLImportCaolán McNamara1-0/+1
2018-01-22starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe11-52/+39
2018-01-22ofz#5526 restrict mml parsing depthCaolán McNamara2-4/+25