summaryrefslogtreecommitdiff
path: root/wiki-to-help/metabook.json
blob: 4f460a1e405c054b981a54f56f0f567073ca64f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "items": [], 
    "licenses": [
        {
            "mw_license_url": "", 
            "type": "license"
        }
    ], 
    "summary": "", 
    "type": "collection", 
    "version": 1, 
    "wikis(deprecated)": [
        {
            "baseurl": "http://help.libreoffice.org/", 
            "imagesize": 800, 
            "keep_tmpfiles": false, 
            "script_extension": ".php", 
            "type": "wikiconf",
            "ident": "en"
        }
    ],
    "images(deprecated)": {
        "movedata.png": {"url": "http://path/movedata.png"}
        
    }
}
e='feature/pytable'>feature/pytable LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/uitest
AgeCommit message (Expand)Author
2024-05-11loplugin:ostr in svxNoel Grandin
2022-02-23SdrLayerID must be based on sal_Int16Mike Kaganski
2021-04-12forward decl vcl::Window in uiobject.hxxCaolán McNamara
2021-01-02introduce Degree100 strong_int typeNoel
2020-11-16tdf#123936 Formatting files in module svx with clang-formatPhilipp Hofer
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-16add a DrawingAreaUIObject to avoid need to include layout.hxx for uitestCaolán McNamara
2020-07-07Removed duplicated includesAndrea Gelmini
2020-07-03uitest : Add Support for SvxNumValueSetShiko
2020-06-10uitest: Add support for Calc / Format cell / background color selectorShiko
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin
2018-03-30weld SvxCharacterMap dialogCaolán McNamara
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2017-11-18RotateFlyFrame3: Corrected interactive CropArmin Le Grand
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-06-27loplugin:oncevar in svxNoel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-10-01support crop and rotating for drawinglayer object in UI testingMarkus Mohrhard
2016-10-01add resizing support to drawinglayer ui test objectsMarkus Mohrhard
2016-10-01add initial drawinglayer support to UI testing frameworkMarkus Mohrhard
2016-06-25uitest: add wrapper for special character windowMarkus Mohrhard