module ooo { module vba { module word { constants WdLineStyle { const long wdLineStyleDashDot = 5; const long wdLineStyleDashDotDot = 6; const long wdLineStyleDashDotStroked = 20; const long wdLineStyleDashLargeGap = 4; const long wdLineStyleDashSmallGap = 3; const long wdLineStyleDot = 2; const long wdLineStyleDouble = 7; const long wdLineStyleDoubleWavy = 19; const long wdLineStyleEmboss3D = 21; const long wdLineStyleEngrave3D = 22; const long wdLineStyleInset = 24; const long wdLineStyleNone = 0; const long wdLineStyleOutset = 23; const long wdLineStyleSingle = 1; const long wdLineStyleSingleWavy = 18; const long wdLineStyleThickThinLargeGap = 16; const long wdLineStyleThickThinMedGap = 13; const long wdLineStyleThickThinSmallGap = 10; const long wdLineStyleThinThickLargeGap = 15; const long wdLineStyleThinThickMedGap = 12; const long wdLineStyleThinThickSmallGap = 9; const long wdLineStyleThinThickThinLargeGap = 17; const long wdLineStyleThinThickThinMedGap = 14; const long wdLineStyleThinThickThinSmallGap = 11; const long wdLineStyleTriple = 8; }; }; }; }; option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx
AgeCommit message (Expand)Author
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-02-19weld ChineseDictionaryDialogCaolán McNamara
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-02-01tdf#42949 Remove unneeded helpids.h headers (2/3)Gabor Kelemen
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-07-21de-hrc various thingsCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15WaE: 'bValue' may be used uninitialized in this functionTor Lillqvist
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-04convert chinese dictionary dialog to .uiCaolán McNamara
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-22Tutorial step #8 clean unused .src|.hrc remaindersCaolán McNamara
2013-01-22Tutorial step #7 remove FreeResourceCaolán McNamara
2013-01-22Tutorial step #6 convert remaining widgetsCaolán McNamara
2013-01-22Tutorial step #5 convert first remaining widgetCaolán McNamara
2013-01-22Tutorial step #4 remove redundant FixedLine/FixedText constructorsCaolán McNamara
2013-01-22Tutorial step #3 remove redundant button widget constructorsCaolán McNamara
2013-01-22Tutorial step #3 change Dialog constructorCaolán McNamara
2013-01-22remove always false and disabled m_aCB_Use_Variants checkboxCaolán McNamara