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