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
| 20 *************************************************************/ 21
|
22 23
| |
24#include "table.hrc" 25#include "splittbl.hrc" 26#include "cmdid.h" 27#include "helpid.h" 28ModalDialog DLG_SPLIT_TABLE 29{ 30 HelpID = CMD_FN_TABLE_SPLIT_TABLE ; 31 OutputSize = TRUE ; 32 SVLook = TRUE ;
| 22#include "table.hrc" 23#include "splittbl.hrc" 24#include "cmdid.h" 25#include "helpid.h" 26ModalDialog DLG_SPLIT_TABLE 27{ 28 HelpID = CMD_FN_TABLE_SPLIT_TABLE ; 29 OutputSize = TRUE ; 30 SVLook = TRUE ;
|
33 Size = MAP_APPFONT ( 207 , 76 ) ;
| 31 Size = MAP_APPFONT ( 207, 76 ) ;
|
34 Moveable = TRUE ; 35 OKButton PB_OK 36 {
| 32 Moveable = TRUE ; 33 OKButton PB_OK 34 {
|
37 Pos = MAP_APPFONT ( 151 , 6 ) ; 38 Size = MAP_APPFONT ( 50 , 14 ) ;
| 35 Pos = MAP_APPFONT ( 151, 6 ) ; 36 Size = MAP_APPFONT ( 50, 14 ) ;
|
39 TabStop = TRUE ; 40 DefButton = TRUE ; 41 }; 42 CancelButton PB_CANCEL 43 {
| 37 TabStop = TRUE ; 38 DefButton = TRUE ; 39 }; 40 CancelButton PB_CANCEL 41 {
|
44 Pos = MAP_APPFONT ( 151 , 23 ) ; 45 Size = MAP_APPFONT ( 50 , 14 ) ;
| 42 Pos = MAP_APPFONT ( 151, 23 ) ; 43 Size = MAP_APPFONT ( 50, 14 ) ;
|
46 TabStop = TRUE ; 47 }; 48 HelpButton PB_HELP 49 {
| 44 TabStop = TRUE ; 45 }; 46 HelpButton PB_HELP 47 {
|
50 Pos = MAP_APPFONT ( 151 , 40 ) ; 51 Size = MAP_APPFONT ( 50 , 14 ) ;
| 48 Pos = MAP_APPFONT ( 151, 40 ) ; 49 Size = MAP_APPFONT ( 50, 14 ) ;
|
52 TabStop = TRUE ; 53 };
| 50 TabStop = TRUE ; 51 };
|
54 FixedLine FL_SPLIT
| 52 FixedLine FL_SPLIT
|
55 {
| 53 {
|
56 Pos = MAP_APPFONT ( 6 , 3 ) ; 57 Size = MAP_APPFONT ( 139 , 8 ) ;
| 54 Pos = MAP_APPFONT ( 6, 3 ) ; 55 Size = MAP_APPFONT ( 139, 8 ) ;
|
58 Text [ en-US ] = "Mode" ; 59 }; 60 RadioButton RB_CNTNT 61 {
| 56 Text [ en-US ] = "Mode" ; 57 }; 58 RadioButton RB_CNTNT 59 {
|
62 HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_CNTNT"; 63 Pos = MAP_APPFONT ( 12 , 15 ) ; 64 Size = MAP_APPFONT ( 130 , 10 ) ;
| 60 HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_CNTNT" ; 61 Pos = MAP_APPFONT ( 12, 15 ) ; 62 Size = MAP_APPFONT ( 130, 10 ) ;
|
65 Check = TRUE ; 66 TabStop = TRUE ; 67 Text [ en-US ] = "~Copy heading" ; 68 }; 69 RadioButton RB_BOX_PARA 70 {
| 63 Check = TRUE ; 64 TabStop = TRUE ; 65 Text [ en-US ] = "~Copy heading" ; 66 }; 67 RadioButton RB_BOX_PARA 68 {
|
71 HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BOX_PARA"; 72 Pos = MAP_APPFONT ( 12 , 30 ) ; 73 Size = MAP_APPFONT ( 130 , 10 ) ;
| 69 HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BOX_PARA" ; 70 Pos = MAP_APPFONT ( 12, 30 ) ; 71 Size = MAP_APPFONT ( 130, 10 ) ;
|
74 Text [ en-US ] = "C~ustom heading (apply Style)" ; 75 }; 76 RadioButton RB_BOX_NOPARA 77 {
| 72 Text [ en-US ] = "C~ustom heading (apply Style)" ; 73 }; 74 RadioButton RB_BOX_NOPARA 75 {
|
78 HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BOX_NOPARA"; 79 Pos = MAP_APPFONT ( 12 , 45 ) ; 80 Size = MAP_APPFONT ( 130 , 10 ) ;
| 76 HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BOX_NOPARA" ; 77 Pos = MAP_APPFONT ( 12, 45 ) ; 78 Size = MAP_APPFONT ( 130, 10 ) ;
|
81 Text [ en-US ] = "Cu~stom heading" ; 82 }; 83 RadioButton RB_BORDER 84 {
| 79 Text [ en-US ] = "Cu~stom heading" ; 80 }; 81 RadioButton RB_BORDER 82 {
|
85 HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BORDER"; 86 Pos = MAP_APPFONT ( 12 , 60 ) ; 87 Size = MAP_APPFONT ( 130 , 10 ) ;
| 83 HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BORDER" ; 84 Pos = MAP_APPFONT ( 12, 60 ) ; 85 Size = MAP_APPFONT ( 130, 10 ) ;
|
88 Text [ en-US ] = "~No heading" ; 89 }; 90 Text [ en-US ] = "Split Table" ; 91}; 92
| 86 Text [ en-US ] = "~No heading" ; 87 }; 88 Text [ en-US ] = "Split Table" ; 89}; 90
|
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
| 91// ********************************************************************** EOF
|
| |