Formatting Spreadsheets /text/scalc/guide/format_table.xhp text in cells; formatting spreadsheets;formatting backgrounds;cells and pages borders;cells and pages formatting;spreadsheets numbers; formatting options for selected cells cells; number formats currencies;formats mw transferred 2 entries from shared/01/05020300.xhp and added 2 new entriesmw deleted "defaults;" Formatting Spreadsheets

Formatting Text in a Spreadsheet

Select the text you want to format. Choose the desired text attributes from the Formatting Bar. You can also choose Format - Cells. The Format Cells dialog will appear in which you can choose various text attributes on the Font tab page.

Formatting Numbers in a Spreadsheet

Select the cells containing the numbers you want to format. To format numbers in the default currency format or as percentages, use the icons on the Formatting Bar. For other formats, choose Format - Cells. You can choose from the preset formats or define your own on the Numbers tab page.

Formatting Borders and Backgrounds for Cells and Pages

You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the CommandCtrl key when clicking), and then activating the Format Cells dialog in Format - Cells. In this dialog, you can select attributes such as shadows and backgrounds. To apply formatting attributes to an entire sheet, choose Format - Page Style. You can define headers and footers, for example, to appear on each printed page. An image that you have loaded with Format - Page Style - Background is only visible in print or in the print preview. To display a background image on screen as well, insert the graphic image by choosing Insert - Image - From File and arrange the image behind the cells by choosing Format - Arrange - To Background. Use the Navigator to select the background image.
Number Formatting Options Backgrounds for Cells
ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/includes.hxx
AgeCommit message (Collapse)Author
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
2015-07-24loplugin:unusedmethodsNoel Grandin
Change-Id: If5090c330e12d6e537766bf4a9be0a2360381a7a Reviewed-on: https://gerrit.libreoffice.org/17312 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-07loplugin:deletedspecialStephan Bergmann
Change-Id: Ice7788ebcfbc638ec21a824c4267757218c14478
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
Detect arguments larger than 64 chars passed by value. Change-Id: I9b0ea9ccb99d115984a26eab67c9cf6afd5f6cae Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-20cppumaker: Allow UNO interface functions to throw std::exceptionStephan Bergmann
...so that exceptions like std::bad_alloc need not be treated in C++ implementations of UNO interfaces to not cause std::unexpected. Of course, this requires implementations to be adapted and actually mention std::exception in their exception specifications. Change-Id: Ie7f91e7ca47d8a81e3d0ba817e65d83c7823af75
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann
Make cppumaker work on top of unoidl/ instead of registry/, as a first step to change all the various codemakers. * API CHANGE: cppumaker no longer supports the -B switch, as that is meaningless with the new format. When reading from an old-format .rdb file, /UCR is hard-coded as the prefix now. * TODO: The new format does not yet support deprecation annotations, so the generated .hdl/.hpp files lack any SAL_DEPRECATED_INTERNALs for now. * codemaker/typemanager.hxx is extended with access to unoidl/ functionality, so the various codemakers can use registry/ and unoidl/ in parallel for now. The access to registry/ functionality will be removed. (Added small throwaway helper functions u2b/b2u to easily map between OString and OUString at the remaining seams for now.) * Includes a selective revert of ba044b1e9613ed30906a9a540b7da8392923e4e3 "remove needless forward rtl::OUString declarations" in those parts of codemaker, unodevtools, unoidl that were covered by this local work-in-progress patch; I would otherwise have hard a hard time re-applying it. * The generated .hdl/.hpp files are mostly unchanged, except for a few minor things: ** Any SAL_DEPRECATED_INTERNALs are missing (see above). ** In comprehensive getCppuType definitions, some members were erroneously classified as TypeCalss_UNKNOWN. ** In comprehensive getCppuType definitions, some unnecessary calls like ::cppu::UnoType< ::sal_Int32 >::get(); can be removed. ** For typedef sequence<X>, the .hdl file need not include X.hdl, but only needs to forward-declare it. ** Unnecessary includes for optional bases of interfaces can be removed. ** Some numbering of local variable names (sMethodName1, ...) has changed. Change-Id: Icad98f248ac15177337f1b4ab709a755a8af6238
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann
Change-Id: I650efd6780070410eaf34993dd41ed1b8ada7c9a
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann
This is such a fatal error that there is probably no point in trying to handle it, so allow to simplify client code by removing the requirement to check for a null return value. Simplified some client code accordingly (modules configmgr and ure, and the code generated by cppumaker and javamaker). Change-Id: I51c0b270ec73409374f7439a47ee061407a46e31
2012-06-12re-base on ALv2 code.Michael Meeks
2011-06-01use rtl_Instance for the auto-generated local staticsCaolán McNamara
2011-01-29Remove double line spacing and correct indentationThomas Arnhold
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-07-11INTEGRATION: CWS jsc21 (1.5.52); FILE MERGEDRüdiger Timm
2008/04/23 09:48:45 jsc 1.5.52.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/13 08:54:57 jsc 1.5.52.1: #i72964# remove external header guards
2008-04-11INTEGRATION: CWS changefileheader (1.5.56); FILE MERGEDRüdiger Timm
2008/04/01 15:04:48 thb 1.5.56.3: #i85898# Stripping all external header guards 2008/04/01 12:26:07 thb 1.5.56.2: #i85898# Stripping all external header guards 2008/03/31 07:22:53 rt 1.5.56.1: #i87441# Change license header to LPGL v3.
2006-03-15INTEGRATION: CWS jsc3 (1.3.16); FILE MERGEDVladimir Glazounov
2006/01/20 13:39:29 jsc 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/20 13:02:23 jsc 1.3.16.1: #i56247# unify include guards
2006-01-10INTEGRATION: CWS sb41 (1.3.12); FILE MERGEDRüdiger Timm
2005/11/24 08:21:09 sb 1.3.12.1: #i57855# Replaced getCppuType (which is still there for backwards compatibility) with new cppu::UnoType and helper cppu::getTypeFavourUnsigned, as GCC 4.1 started to complain about non-conforming uses of getCppuType in template code.
2005-09-08INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGEDRüdiger Timm
2005/09/05 17:28:02 rt 1.2.40.1: #i54170# Change license header: remove SISSL
2004-06-04INTEGRATION: CWS sb18 (1.1.2); FILE ADDEDOliver Bolte
2004/05/14 16:44:54 sb 1.1.2.3: #i21150# Make the inclusion of header files look nicer in generated header files. 2004/04/28 09:03:00 sb 1.1.2.2: #i21150# Adapted to new Dependencies class. 2004/04/22 08:24:57 sb 1.1.2.1: #i21150# Improved include handling over what class TypeDependency offers.