From 8362bf63dea22bbf6736609b0f49c152f975eb63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 20 Jan 2010 01:29:50 +0000 Subject: Added old abandoned KDE3 version of koffice git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kspread/dialogs/sheet_properties_base.ui | 258 +++++++++++++++++++++++++++++++ 1 file changed, 258 insertions(+) create mode 100644 kspread/dialogs/sheet_properties_base.ui (limited to 'kspread/dialogs/sheet_properties_base.ui') diff --git a/kspread/dialogs/sheet_properties_base.ui b/kspread/dialogs/sheet_properties_base.ui new file mode 100644 index 00000000..588895fd --- /dev/null +++ b/kspread/dialogs/sheet_properties_base.ui @@ -0,0 +1,258 @@ + +KSpread::SheetPropertiesBase +This file is part of the KDE project +Copyright (C) 2004 Ariya Hidayat <ariya@kde.org> + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Library General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library 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 Library General Public License for more details. + +You should have received a copy of the GNU Library General Public +License along with this library; see the file COPYING.LIB. If not, +write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301, USA. +Ariya Hidayat <ariya@kde.org> + + + SheetPropertiesBase + + + + 0 + 0 + 408 + 206 + + + + + 5 + 1 + 0 + 0 + + + + SheetPropertiesBase + + + + unnamed + + + + layout5 + + + + unnamed + + + + layout1 + + + + unnamed + + + + textLabel1 + + + Layout direction: + + + + + + Left to Right + + + + + Right to Left + + + + directionComboBox + + + Defaut is that the first column of the sheet is on the left. If you choose Right to Left, then the first column will be on the right and the others added from right to left. + + + + + + + spacer1 + + + Horizontal + + + Expanding + + + + 40 + 20 + + + + + + + + spacer2 + + + Vertical + + + Fixed + + + + 20 + 20 + + + + + + layout4 + + + + unnamed + + + + showCommentIndicatorCheckBox + + + Show c&omment indicator + + + If this box is checked cells containing comments will be marked by a small red triangle at the top right corner. + + + + + useLCModeCheckBox + + + Use &LC mode + + + If this box is checked the cell reference shown at the left end of the Formula Bar will be displayed in LC mode (i.e. L2C3) rather than in its normal form B3. This does not seem to be of much use at the moment. + + + + + showPageBordersCheckBox + + + Show page &borders + + + If you check this option, the page borders will be drawn on your current sheet. Per default the page borders are not displayed. It is useful to see the page borders if you want to print your sheet. + + + + + capitalizeFirstLetterCheckBox + + + &Convert first letter to uppercase + + + Check this box and the first letter of any text you type in will automatically be converted to uppercase. + + + + + hideZeroCheckBox + + + &Hide zero + + + If this box is checked any cell containing the value zero will appear blank. + + + + + showFormulaCheckBox + + + Show &formula + + + If this box is checked KSpread will display the actual formulae in cells rather than the results. + + + + + showColumnAsNumbersCheckBox + + + Show column as &numbers + + + If this box is checked the column headings will show as numbers rather than as letters. Letters are default. + + + + + showFormulaIndicatorCheckBox + + + Show formula &indicator + + + If this box is checked KSpread will display a small blue triangle at the bottom left corner of cells containing formulae. This is useful if you want to protect cells with formulae. + + + + + showGridCheckBox + + + Show &grid + + + If checked the grid (the cell limits) will be shown. This is default. If you uncheck it, the grid willl be hidden. + + + + + autoCalcCheckBox + + + &Automatic recalculation + + + This setting controls whether formulae are recalculated automatically when the value of any cell they refer to changes. + + + + + + + + kdialog.h + + + + + kcombobox.h + + -- cgit v1.2.1