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 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 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. 19 * 20 *************************************************************/ 21 22 23 24#include <svtools/svtools.hrc> 25 26Image RID_IMG_TREENODE_COLLAPSED 27{ 28 ImageBitmap = Bitmap {File = "plus.png" ;} ; 29}; 30 31Image RID_IMG_TREENODE_EXPANDED 32{ 33 ImageBitmap = Bitmap {File = "minus.png" ;} ; 34}; 35 36Image RID_IMG_TREENODE_COLLAPSED_HC 37{ 38 ImageBitmap = Bitmap {File = "plus_sch.png" ;} ; 39}; 40 41Image RID_IMG_TREENODE_EXPANDED_HC 42{ 43 ImageBitmap = Bitmap {File = "minus_sch.png" ;} ; 44}; 45 46// descriptions of accessible objects 47 48String STR_SVT_ACC_DESC_TABLISTBOX 49{ 50 Text [ en-US ] = "Row: %1, Column: %2" ; 51}; 52String STR_SVT_ACC_DESC_FILEVIEW 53{ 54 Text [ en-US ] = ", Type: %1, URL: %2" ; 55}; 56String STR_SVT_ACC_DESC_FOLDER 57{ 58 Text [ en-US ] = "Folder" ; 59}; 60String STR_SVT_ACC_DESC_FILE 61{ 62 Text [ en-US ] = "File" ; 63}; 64String STR_SVT_ACC_EMPTY_FIELD 65{ 66 Text [ en-US ] = "Empty Field" ; 67}; 68 69// ********************************************************************** EOF 70