summaryrefslogtreecommitdiff
path: root/sw/inc/authratr.hxx
blob: 84fb0d6fbb5ba7ef8adb388d7c2457aab8814a1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2008 by Sun Microsystems, Inc.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * $RCSfile: authratr.hxx,v $
 * $Revision: 1.5 $
 *
 * 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
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#ifndef _AUTHRATR_HXX
#define _AUTHRATR_HXX

#include <tools/solar.h>
#include <tools/color.hxx>
#include "swdllapi.h"

#define COL_NONE        TRGB_COLORDATA( 0x80, 0xFF, 0xFF, 0xFF )

class SW_DLLPUBLIC AuthorCharAttr
{
public:
    USHORT  nItemId;
    USHORT  nAttr;
    ColorData nColor;

    AuthorCharAttr();

    inline BOOL operator == ( const AuthorCharAttr& rAttr ) const
    {
        return  nItemId == rAttr.nItemId && nAttr == rAttr.nAttr &&
                nColor == rAttr.nColor;
    }
};


#endif
20:52:45 +0200'>2013-07-23Add ANOVA (analysis of variance) calculation to Statistics.Tomaž Vajngerl 2013-07-19fdo#66477 Add descriptive statistics calculation to Calc.Tomaž Vajngerl 2013-07-19fdo#66477 Add sampling feature to calcTomaž Vajngerl 2013-07-14fdo#66477 Random Number Generation added to menu>fill.Tomaž Vajngerl 2013-06-17Resolves: #i121538# Removed old Fontwork dialogs preset box...Armin Le Grand 2013-05-20fdo#30715 Several commands are under the wrong categoryJoren De Cuyper 2013-05-20Resolves: #i122141# introduce missing Char Font dialog SlotOliver-Rainer Wittmann 2013-05-20Related: #i122072# map SID_ATTR_LINE_START and SID_ATTR_LINE_END...Armin Le Grand 2013-05-20Resolves: #i122025# UNO commands introduced with sidebarOliver-Rainer Wittmann 2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann 2013-05-14fdo#55582 calc partLennard Wasserthal 2013-05-08svx: remove Package_sdiMichael Stahl 2013-05-08sfx2: remove Package_sdiMichael Stahl 2013-04-30bnc#816516: Implement easy access to the recent documents.Jan Holesovsky 2013-04-15basic inplace Font preview for calcNoel Power 2013-03-15first step for Insert->Chart From FileMarkus Mohrhard 2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim 2013-01-18add all the new conditional formats to the menu, related fdo#58778Markus Mohrhard 2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat 2012-12-20fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes 2012-12-18Remove unused ScTabPopShellMarcos Paulo de Souza 2012-12-04Fixed removed entry for SID_STYLE_HIDE in sc/sdi/formatsh.sdiCédric Bosdonnat 2012-12-04Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat 2012-12-04re-base on ALv2 code. Includes:Michael Meeks 2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat 2012-11-28Add new slot ID for 'Manage XML Source' menu entry.Kohei Yoshida 2012-10-09make ScCondFormatDlg a ScAnyRefDlgMarkus Mohrhard 2012-10-08Tweak hyphen as a togglable option after allCaolán McNamara 2012-10-08fdo#30944 Add popup menu function to charts to export them as a graphicTomaž Vajngerl 2012-10-06implement the menu strucutre from Astron's proposalMarkus Mohrhard 2012-10-05I can't see why the hyphenate cmds have toggle entriesCaolán McNamara 2012-10-04Add "Compress Graphic" menu entry for bitmaps to CalcTomaž Vajngerl 2012-09-28Unwind some of the resource ID nastiness between sc and svx.Kohei Yoshida 2012-07-17tubes: add File -> Collaborate menu entry to launch contacts widgetMatúš Kukan