summaryrefslogtreecommitdiff
path: root/sv_SE/description.xml
blob: 4e7f6b422b62962dee23f9b215fcc8f1ae835bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006"  xmlns:xlink="http://www.w3.org/1999/xlink">
    <version value="2.40" />
    <identifier value="sv.dsso.dicts.ooo" />
    <display-name>
    <name lang="en-US">Swedish Dictionary</name>
    <name lang="sv">Den stora svenska ordlistan</name>
    </display-name>
    <platform value="all" />
    <dependencies>
        <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0" />
    </dependencies>
    <publisher>
        <name xlink:href="http://www.dsso.se/" lang="sv">Den stora svenska ordlistan</name>
    </publisher>
</description>
e/opengl-transitions-rework LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/control/listbox.cxx
AgeCommit message (Expand)Author
2024-10-04tdf#163225 vcl: Erase listbox bg when redrawing on mouse moveMichael Weghorn
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski
2023-12-12tdf#158548 vcl: Require mouse over listbox to mouse-wheel through entriesMichael Weghorn
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-02-20tdf#153520 vcl: Align listbox invalidation with mouseover checkMichael Weghorn
2023-01-03tdf#148109 Paint background color in listboxIlhan Yesil
2022-09-19tdf#149797 Change highlight background color in some controlsIlhan Yesil
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-08no need to allocate ControlLayoutData separatelyNoel Grandin
2021-07-30flatten vcl::ImplControlDataNoel Grandin
2021-07-21flatten ImplListBoxWindowNoel Grandin
2021-05-28IsDisposed->isDisposed in vcl/../controlNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin