1/**************************************************************
| 1/**************************************************************
|
2 *
| 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 9 * with the License. You may obtain a copy of the License at
| 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 9 * with the License. You may obtain a copy of the License at
|
10 *
| 10 *
|
11 * http://www.apache.org/licenses/LICENSE-2.0
| 11 * http://www.apache.org/licenses/LICENSE-2.0
|
12 *
| 12 *
|
13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License.
| 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License.
|
19 *
| 19 *
|
20 *************************************************************/ 21 22 23 24#include <svtools/svtools.hrc> 25 26Image RID_IMG_TREENODE_COLLAPSED 27{
| 20 *************************************************************/ 21 22 23 24#include <svtools/svtools.hrc> 25 26Image RID_IMG_TREENODE_COLLAPSED 27{
|
28 ImageBitmap = Bitmap { File = "plus.png"; } ; 29 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
| 28 ImageBitmap = Bitmap {File = "plus.png" ;} ;
|
30}; 31 32Image RID_IMG_TREENODE_EXPANDED 33{
| 29}; 30 31Image RID_IMG_TREENODE_EXPANDED 32{
|
34 ImageBitmap = Bitmap { File = "minus.png"; } ; 35 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
| 33 ImageBitmap = Bitmap {File = "minus.png" ;} ;
|
36}; 37 38Image RID_IMG_TREENODE_COLLAPSED_HC 39{
| 34}; 35 36Image RID_IMG_TREENODE_COLLAPSED_HC 37{
|
40 ImageBitmap = Bitmap { File = "plus_sch.png"; } ; 41 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
| 38 ImageBitmap = Bitmap {File = "plus_sch.png" ;} ;
|
42}; 43 44Image RID_IMG_TREENODE_EXPANDED_HC 45{
| 39}; 40 41Image RID_IMG_TREENODE_EXPANDED_HC 42{
|
46 ImageBitmap = Bitmap { File = "minus_sch.png"; } ; 47 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
| 43 ImageBitmap = Bitmap {File = "minus_sch.png" ;} ;
|
48}; 49 50// descriptions of accessible objects 51 52String STR_SVT_ACC_DESC_TABLISTBOX 53{
| 44}; 45 46// descriptions of accessible objects 47 48String STR_SVT_ACC_DESC_TABLISTBOX 49{
|
54 Text [ en-US ] = "Row: %1, Column: %2";
| 50 Text [ en-US ] = "Row: %1, Column: %2" ;
|
55}; 56String STR_SVT_ACC_DESC_FILEVIEW 57{
| 51}; 52String STR_SVT_ACC_DESC_FILEVIEW 53{
|
58 Text [ en-US ] = ", Type: %1, URL: %2";
| 54 Text [ en-US ] = ", Type: %1, URL: %2" ;
|
59}; 60String STR_SVT_ACC_DESC_FOLDER 61{
| 55}; 56String STR_SVT_ACC_DESC_FOLDER 57{
|
62 Text [ en-US ] = "Folder";
| 58 Text [ en-US ] = "Folder" ;
|
63}; 64String STR_SVT_ACC_DESC_FILE 65{
| 59}; 60String STR_SVT_ACC_DESC_FILE 61{
|
66 Text [ en-US ] = "File";
| 62 Text [ en-US ] = "File" ;
|
67}; 68String STR_SVT_ACC_EMPTY_FIELD 69{
| 63}; 64String STR_SVT_ACC_EMPTY_FIELD 65{
|
70 Text [ en-US ] = "Empty Field";
| 66 Text [ en-US ] = "Empty Field" ;
|
71}; 72
| 67}; 68
|
| 69// ********************************************************************** EOF
|
| |