fldref.src (8660f102) | fldref.src (a710408b) |
---|---|
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 --- 28 unchanged lines hidden (view full) --- 37 Text [ en-US ] = "~Type" ; 38 Left = TRUE ; 39 }; 40 ListBox LB_REFTYPE 41 { 42 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFTYPE"; 43 Border = TRUE ; 44 Pos = MAP_APPFONT ( 6 , 14 ) ; | 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 --- 28 unchanged lines hidden (view full) --- 37 Text [ en-US ] = "~Type" ; 38 Left = TRUE ; 39 }; 40 ListBox LB_REFTYPE 41 { 42 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFTYPE"; 43 Border = TRUE ; 44 Pos = MAP_APPFONT ( 6 , 14 ) ; |
45 Size = MAP_APPFONT ( 76 , 165 ) ; | 45 Size = MAP_APPFONT ( 76 , 73 ) ; |
46 TabStop = TRUE ; 47 AutoHScroll = TRUE ; 48 }; 49 FixedText FT_REFSELECTION 50 { 51 Pos = MAP_APPFONT ( 88 , 3 ) ; 52 Size = MAP_APPFONT ( 76 , 8 ) ; 53 Text [ en-US ] = "S~election" ; 54 Left = TRUE ; 55 }; 56 ListBox LB_REFSELECTION 57 { 58 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFSELECTION"; 59 Border = TRUE ; 60 Pos = MAP_APPFONT ( 88 , 14 ) ; | 46 TabStop = TRUE ; 47 AutoHScroll = TRUE ; 48 }; 49 FixedText FT_REFSELECTION 50 { 51 Pos = MAP_APPFONT ( 88 , 3 ) ; 52 Size = MAP_APPFONT ( 76 , 8 ) ; 53 Text [ en-US ] = "S~election" ; 54 Left = TRUE ; 55 }; 56 ListBox LB_REFSELECTION 57 { 58 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFSELECTION"; 59 Border = TRUE ; 60 Pos = MAP_APPFONT ( 88 , 14 ) ; |
61 Size = MAP_APPFONT ( 166 , 73 ) ; | 61 Size = MAP_APPFONT ( 166 , 136 ) ; |
62 TabStop = TRUE ; 63 Sort = TRUE ; 64 }; 65 /* TreeListBox in order to have tool tips - shares window position and size with LB_REFSELECTION */ 66 Control LB_REFSELECTION_TOOLTIP 67 { 68 HelpID = HID_REFSELECTION_TOOLTIP ; 69 Border = TRUE ; 70 Pos = MAP_APPFONT ( 88 , 14 ) ; | 62 TabStop = TRUE ; 63 Sort = TRUE ; 64 }; 65 /* TreeListBox in order to have tool tips - shares window position and size with LB_REFSELECTION */ 66 Control LB_REFSELECTION_TOOLTIP 67 { 68 HelpID = HID_REFSELECTION_TOOLTIP ; 69 Border = TRUE ; 70 Pos = MAP_APPFONT ( 88 , 14 ) ; |
71 Size = MAP_APPFONT ( 166 , 73 ) ; | 71 Size = MAP_APPFONT ( 166 , 136 ) ; |
72 TabStop = TRUE ; 73 }; 74 FixedText FT_REFFORMAT 75 { | 72 TabStop = TRUE ; 73 }; 74 FixedText FT_REFFORMAT 75 { |
76 Pos = MAP_APPFONT ( 88 , 93 ) ; | 76 Pos = MAP_APPFONT ( 6 , 93 ) ; |
77 Size = MAP_APPFONT ( 76 , 8 ) ; 78 Left = TRUE ; 79 Text [ en-US ] = "Insert ~reference to" ; 80 }; 81 ListBox LB_REFFORMAT 82 { 83 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFFORMAT"; 84 Border = TRUE ; | 77 Size = MAP_APPFONT ( 76 , 8 ) ; 78 Left = TRUE ; 79 Text [ en-US ] = "Insert ~reference to" ; 80 }; 81 ListBox LB_REFFORMAT 82 { 83 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFFORMAT"; 84 Border = TRUE ; |
85 Pos = MAP_APPFONT ( 88 , 104 ) ; | 85 Pos = MAP_APPFONT ( 6 , 104 ) ; |
86 Size = MAP_APPFONT ( 76 , 75 ) ; 87 TabStop = TRUE ; 88 DropDown = FALSE ; 89 // Sort = TRUE; 90 }; 91 FixedText FT_REFNAME 92 { | 86 Size = MAP_APPFONT ( 76 , 75 ) ; 87 TabStop = TRUE ; 88 DropDown = FALSE ; 89 // Sort = TRUE; 90 }; 91 FixedText FT_REFNAME 92 { |
93 Pos = MAP_APPFONT ( 170 , 93 ) ; 94 Size = MAP_APPFONT ( 84 , 10 ) ; | 93 Pos = MAP_APPFONT ( 88 , 155 ) ; 94 Size = MAP_APPFONT ( 80 , 10 ) ; |
95 Left = TRUE ; 96 Text [ en-US ] = "Na~me" ; 97 }; 98 Edit ED_REFNAME 99 { 100 HelpID = "sw:Edit:TP_FLD_REF:ED_REFNAME"; 101 Border = TRUE ; | 95 Left = TRUE ; 96 Text [ en-US ] = "Na~me" ; 97 }; 98 Edit ED_REFNAME 99 { 100 HelpID = "sw:Edit:TP_FLD_REF:ED_REFNAME"; 101 Border = TRUE ; |
102 Pos = MAP_APPFONT ( 170 , 104 ) ; 103 Size = MAP_APPFONT ( 84 , 12 ) ; | 102 Pos = MAP_APPFONT ( 88 , 167 ) ; 103 Size = MAP_APPFONT ( 80 , 12 ) ; |
104 TabStop = TRUE ; 105 Left = TRUE ; 106 }; 107 FixedText FT_REFVALUE 108 { | 104 TabStop = TRUE ; 105 Left = TRUE ; 106 }; 107 FixedText FT_REFVALUE 108 { |
109 Pos = MAP_APPFONT ( 170 , 122 ) ; 110 Size = MAP_APPFONT ( 84 , 8 ) ; | 109 Pos = MAP_APPFONT ( 174 , 155 ) ; 110 Size = MAP_APPFONT ( 80 , 8 ) ; |
111 Text [ en-US ] = "~Value" ; 112 Disable = TRUE ; 113 Left = TRUE ; 114 }; 115 Edit ED_REFVALUE 116 { 117 HelpID = "sw:Edit:TP_FLD_REF:ED_REFVALUE"; 118 Border = TRUE ; | 111 Text [ en-US ] = "~Value" ; 112 Disable = TRUE ; 113 Left = TRUE ; 114 }; 115 Edit ED_REFVALUE 116 { 117 HelpID = "sw:Edit:TP_FLD_REF:ED_REFVALUE"; 118 Border = TRUE ; |
119 Pos = MAP_APPFONT ( 170 , 136 ) ; 120 Size = MAP_APPFONT ( 84 , 12 ) ; | 119 Pos = MAP_APPFONT ( 174 , 167 ) ; 120 Size = MAP_APPFONT ( 80 , 12 ) ; |
121 TabStop = TRUE ; 122 Disable = TRUE ; 123 Left = TRUE ; 124 }; 125 String STR_REFBOOKMARK 126 { 127 Text [ en-US ] = "Bookmarks" ; 128 }; --- 18 unchanged lines hidden --- | 121 TabStop = TRUE ; 122 Disable = TRUE ; 123 Left = TRUE ; 124 }; 125 String STR_REFBOOKMARK 126 { 127 Text [ en-US ] = "Bookmarks" ; 128 }; --- 18 unchanged lines hidden --- |