/************************************************************************* * * 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 "globals.hrc" #include "docstdlg.hrc" #include "helpid.h" TabPage TP_DOC_STAT { HelpID = HID_DOC_STAT ; Hide = TRUE; Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ; FixedText FT_PAGE { Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 90 , 8 ) ; Text [ en-US ] = "Number of Pages:" ; Left = TRUE ; }; FixedText FT_TABLE { Pos = MAP_APPFONT ( 6 , 18 ) ; Size = MAP_APPFONT ( 90 , 8 ) ; Text [ en-US ] = "Number of Tables:" ; Left = TRUE ; }; FixedText FT_GRF { Pos = MAP_APPFONT ( 6 , 30 ) ; Size = MAP_APPFONT ( 90 , 8 ) ; Text [ en-US ] = "Number of Graphics:" ; Left = TRUE ; }; FixedText FT_OLE { Pos = MAP_APPFONT ( 6 , 42 ) ; Size = MAP_APPFONT ( 90 , 8 ) ; Text [ en-US ] = "Number of OLE Objects:" ; Left = TRUE ; }; FixedText FT_PARA { Pos = MAP_APPFONT ( 6 , 54 ) ; Size = MAP_APPFONT ( 90 , 8 ) ; Text [ en-US ] = "Number of Paragraphs:" ; Left = TRUE ; }; FixedText FT_WORD { Pos = MAP_APPFONT ( 6 , 68 ) ; Size = MAP_APPFONT ( 90 , 8 ) ; Text [ en-US ] = "Number of Words:" ; Left = TRUE ; }; FixedText FT_CHAR { Pos = MAP_APPFONT ( 6 , 82 ) ; Size = MAP_APPFONT ( 90 , 8 ) ; Text [ en-US ] = "Number of Characters:" ; Left = TRUE ; }; FixedText FT_CHAR_EXCL_SPACES { Pos = MAP_APPFONT ( 6 , 96 ) ; Size = MAP_APPFONT ( 138 , 8 ) ; Text [ en-US ] = "Number of Characters excluding spaces:" ; Left = TRUE ; }; FixedText FT_LINE { Pos = MAP_APPFONT ( 6 , 110 ) ; Size = MAP_APPFONT ( 90 , 8 ) ; Text [ en-US ] = "Number of Lines:" ; }; FixedText FT_PAGE_COUNT { Pos = MAP_APPFONT ( 138 , 6 ) ; Size = MAP_APPFONT ( 27 , 8 ) ; Left = TRUE ; }; FixedText FT_TABLE_COUNT { Pos = MAP_APPFONT ( 138 , 18 ) ; Size = MAP_APPFONT ( 27 , 8 ) ; Left = TRUE ; }; FixedText FT_GRF_COUNT { Pos = MAP_APPFONT ( 138 , 30 ) ; Size = MAP_APPFONT ( 27 , 8 ) ; Left = TRUE ; }; FixedText FT_OLE_COUNT { Pos = MAP_APPFONT ( 138 , 42 ) ; Size = MAP_APPFONT ( 27 , 8 ) ; Left = TRUE ; }; FixedText FT_PARA_COUNT { Pos = MAP_APPFONT ( 138 , 54 ) ; Size = MAP_APPFONT ( 27 , 8 ) ; Left = TRUE ; }; FixedText FT_WORD_COUNT { Pos = MAP_APPFONT ( 138 , 68 ) ; Size = MAP_APPFONT ( 27 , 8 ) ; Left = TRUE ; }; FixedText FT_CHAR_COUNT { Pos = MAP_APPFONT ( 138 , 82 ) ; Size = MAP_APPFONT ( 27 , 8 ) ; Left = TRUE ; }; FixedText FT_CHAR_COUNT_EXCL_SPACES { Pos = MAP_APPFONT ( 138 , 96 ) ; Size = MAP_APPFONT ( 27 , 8 ) ; Left = TRUE ; }; FixedText FT_LINE_COUNT { Pos = MAP_APPFONT ( 138 , 110 ) ; Size = MAP_APPFONT ( 27 , 8 ) ; Left = TRUE ; Text = "..." ; }; PushButton PB_PDATE { HelpID = "sw:PushButton:TP_DOC_STAT:PB_PDATE"; Pos = MAP_APPFONT ( 204 , 108 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "~Update" ; }; }; istro/collabora/lov-4.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/README.solver
AgeCommit message (Collapse)Author
2012-11-28Make it possible to tab-complete "solv" to "solver"...Tor Lillqvist
Change-Id: I55895a1b55696ed20e3fcdcafa919879bf304398