/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #include #include #include #include ModalDialog DLG_RENAME_XNAMED { HelpID = HID_RENAME_XNAMED ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 220 , 60 ) ; Moveable = TRUE ; FixedText FT_NEW_NAME { Pos = MAP_APPFONT ( 12 , 15 ) ; Size = MAP_APPFONT ( 50 , 10 ) ; Text [ en-US ] = "New name"; }; Edit ED_NEW_NAME { HelpID = "sw:Edit:DLG_RENAME_XNAMED:ED_NEW_NAME"; Pos = MAP_APPFONT ( 65 , 13 ) ; Size = MAP_APPFONT ( 87 , 12 ) ; Border = TRUE; }; FixedLine FL_NAME { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 152 , 8 ) ; Text [ en-US ] = "Change name"; }; OKButton PB_OK { Pos = MAP_APPFONT ( 164 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Group = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { Pos = MAP_APPFONT ( 164 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Group = TRUE ; }; HelpButton PB_HELP { Pos = MAP_APPFONT ( 164 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Group = TRUE ; }; Text [ en-US ] = "Rename object: "; }; String STR_SERVICE_UNAVAILABLE { Text [ en-US ] = "The following service is not available: "; }; Resource RES_FRMEX_MENU { StringArray 1 { ItemList [ en-US ] = { < "~Zoom" ; ST_MENU_ZOOM; > ; < "~Upwards" ; ST_MENU_UP; > ; < "Do~wnwards" ; ST_MENU_DOWN; > ; }; }; };