svcontnr.src (3c07ef42) svcontnr.src (ca6cfdb2)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 11 unchanged lines hidden (view full) ---

20 *************************************************************/
21
22
23
24#include <svtools/svtools.hrc>
25
26Image RID_IMG_TREENODE_COLLAPSED
27{
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 11 unchanged lines hidden (view full) ---

20 *************************************************************/
21
22
23
24#include <svtools/svtools.hrc>
25
26Image RID_IMG_TREENODE_COLLAPSED
27{
28 ImageBitmap = Bitmap { File = "plus.bmp"; } ;
28 ImageBitmap = Bitmap { File = "plus.png"; } ;
29 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
30};
31
32Image RID_IMG_TREENODE_EXPANDED
33{
29 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
30};
31
32Image RID_IMG_TREENODE_EXPANDED
33{
34 ImageBitmap = Bitmap { File = "minus.bmp"; } ;
34 ImageBitmap = Bitmap { File = "minus.png"; } ;
35 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
36};
37
38Image RID_IMG_TREENODE_COLLAPSED_HC
39{
35 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
36};
37
38Image RID_IMG_TREENODE_COLLAPSED_HC
39{
40 ImageBitmap = Bitmap { File = "plus_sch.bmp"; } ;
40 ImageBitmap = Bitmap { File = "plus_sch.png"; } ;
41 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
42};
43
44Image RID_IMG_TREENODE_EXPANDED_HC
45{
41 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
42};
43
44Image RID_IMG_TREENODE_EXPANDED_HC
45{
46 ImageBitmap = Bitmap { File = "minus_sch.bmp"; } ;
46 ImageBitmap = Bitmap { File = "minus_sch.png"; } ;
47 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
48};
49
50// descriptions of accessible objects
51
52String STR_SVT_ACC_DESC_TABLISTBOX
53{
54 Text [ en-US ] = "Row: %1, Column: %2";

--- 18 unchanged lines hidden ---
47 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
48};
49
50// descriptions of accessible objects
51
52String STR_SVT_ACC_DESC_TABLISTBOX
53{
54 Text [ en-US ] = "Row: %1, Column: %2";

--- 18 unchanged lines hidden ---