blob: b23ac149a7fe9ef76531d6544ffc25774fb80bdd (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
/* -*- Mode: Fundamental; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <win/salids.hrc>
SAL_RESID_POINTER_NULL CURSOR nullptr.cur
SAL_RESID_POINTER_MAGNIFY CURSOR magnify.cur
SAL_RESID_POINTER_FILL CURSOR fill.cur
SAL_RESID_POINTER_ROTATE CURSOR rotate.cur
SAL_RESID_POINTER_HSHEAR CURSOR hshear.cur
SAL_RESID_POINTER_VSHEAR CURSOR vshear.cur
SAL_RESID_POINTER_MIRROR CURSOR mirror.cur
SAL_RESID_POINTER_CROOK CURSOR crook.cur
SAL_RESID_POINTER_CROP CURSOR crop.cur
SAL_RESID_POINTER_MOVEPOINT CURSOR movept.cur
SAL_RESID_POINTER_MOVEBEZIERWEIGHT CURSOR movebw.cur
SAL_RESID_POINTER_MOVEDATA CURSOR movedata.cur
SAL_RESID_POINTER_COPYDATA CURSOR copydata.cur
SAL_RESID_POINTER_LINKDATA CURSOR linkdata.cur
SAL_RESID_POINTER_MOVEDATALINK CURSOR movedlnk.cur
SAL_RESID_POINTER_COPYDATALINK CURSOR copydlnk.cur
SAL_RESID_POINTER_MOVEFILE CURSOR movef.cur
SAL_RESID_POINTER_COPYFILE CURSOR copyf.cur
SAL_RESID_POINTER_LINKFILE CURSOR linkf.cur
SAL_RESID_POINTER_MOVEFILELINK CURSOR moveflnk.cur
SAL_RESID_POINTER_COPYFILELINK CURSOR copyflnk.cur
SAL_RESID_POINTER_MOVEFILES CURSOR movef2.cur
SAL_RESID_POINTER_COPYFILES CURSOR copyf2.cur
SAL_RESID_POINTER_DRAW_LINE CURSOR dline.cur
SAL_RESID_POINTER_DRAW_RECT CURSOR drect.cur
SAL_RESID_POINTER_DRAW_POLYGON CURSOR dpolygon.cur
SAL_RESID_POINTER_DRAW_BEZIER CURSOR dbezier.cur
SAL_RESID_POINTER_DRAW_ARC CURSOR darc.cur
SAL_RESID_POINTER_DRAW_PIE CURSOR dpie.cur
SAL_RESID_POINTER_DRAW_CIRCLECUT CURSOR dcirccut.cur
SAL_RESID_POINTER_DRAW_ELLIPSE CURSOR dellipse.cur
SAL_RESID_POINTER_DRAW_FREEHAND CURSOR dfree.cur
SAL_RESID_POINTER_DRAW_CONNECT CURSOR dconnect.cur
SAL_RESID_POINTER_DRAW_TEXT CURSOR dtext.cur
SAL_RESID_POINTER_DRAW_CAPTION CURSOR dcapt.cur
SAL_RESID_POINTER_CHART CURSOR chart.cur
SAL_RESID_POINTER_DETECTIVE CURSOR detectiv.cur
SAL_RESID_POINTER_PIVOT_COL CURSOR pivotcol.cur
SAL_RESID_POINTER_PIVOT_ROW CURSOR pivotrow.cur
SAL_RESID_POINTER_PIVOT_FIELD CURSOR pivotfld.cur
SAL_RESID_POINTER_PIVOT_DELETE CURSOR pivotdel.cur
SAL_RESID_POINTER_CHAIN CURSOR chain.cur
SAL_RESID_POINTER_CHAIN_NOTALLOWED CURSOR chainnot.cur
SAL_RESID_POINTER_AUTOSCROLL_N CURSOR asn.cur
SAL_RESID_POINTER_AUTOSCROLL_S CURSOR ass.cur
SAL_RESID_POINTER_AUTOSCROLL_W CURSOR asw.cur
SAL_RESID_POINTER_AUTOSCROLL_E CURSOR ase.cur
SAL_RESID_POINTER_AUTOSCROLL_NW CURSOR asnw.cur
SAL_RESID_POINTER_AUTOSCROLL_NE CURSOR asne.cur
SAL_RESID_POINTER_AUTOSCROLL_SW CURSOR assw.cur
SAL_RESID_POINTER_AUTOSCROLL_SE CURSOR asse.cur
SAL_RESID_POINTER_AUTOSCROLL_NS CURSOR asns.cur
SAL_RESID_POINTER_AUTOSCROLL_WE CURSOR aswe.cur
SAL_RESID_POINTER_AUTOSCROLL_NSWE CURSOR asnswe.cur
SAL_RESID_POINTER_TEXT_VERTICAL CURSOR vtext.cur
SAL_RESID_POINTER_TAB_SELECT_S CURSOR tblsels.cur
SAL_RESID_POINTER_TAB_SELECT_E CURSOR tblsele.cur
SAL_RESID_POINTER_TAB_SELECT_SE CURSOR tblselse.cur
SAL_RESID_POINTER_TAB_SELECT_W CURSOR tblselw.cur
SAL_RESID_POINTER_TAB_SELECT_SW CURSOR tblselsw.cur
SAL_RESID_POINTER_HIDEWHITESPACE CURSOR wshide.cur
SAL_RESID_POINTER_SHOWWHITESPACE CURSOR wsshow.cur
SAL_RESID_POINTER_FATCROSS CURSOR fatcross.cur
SAL_RESID_BITMAP_50 BITMAP "50.bmp"
SAL_RESID_ICON_DEFAULT ICON sd.ico
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|