LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/svx/source/xoutdev - xtabcolr.cxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 10 100 10.0 %
Date: 2013-07-09 Functions: 6 10 60.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2             : /*
       3             :  * This file is part of the LibreOffice project.
       4             :  *
       5             :  * This Source Code Form is subject to the terms of the Mozilla Public
       6             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       7             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
       8             :  *
       9             :  * This file incorporates work covered by the following license notice:
      10             :  *
      11             :  *   Licensed to the Apache Software Foundation (ASF) under one or more
      12             :  *   contributor license agreements. See the NOTICE file distributed
      13             :  *   with this work for additional information regarding copyright
      14             :  *   ownership. The ASF licenses this file to you under the Apache
      15             :  *   License, Version 2.0 (the "License"); you may not use this file
      16             :  *   except in compliance with the License. You may obtain a copy of
      17             :  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
      18             :  */
      19             : 
      20             : 
      21             : #include "svx/XPropertyTable.hxx"
      22             : #include <unotools/pathoptions.hxx>
      23             : 
      24             : #include <svx/dialogs.hrc>
      25             : #include <svx/dialmgr.hxx>
      26             : #include <svx/xtable.hxx>
      27             : #include <svx/xpool.hxx>
      28             : 
      29             : using namespace com::sun::star;
      30             : 
      31          61 : XColorListRef XColorList::CreateStdColorList()
      32             : {
      33             :     return XPropertyList::CreatePropertyList(
      34          61 :         XCOLOR_LIST, SvtPathOptions().GetPalettePath() )->AsColorList();
      35             : }
      36             : 
      37        1466 : XColorListRef XColorList::GetStdColorList()
      38             : {
      39        1466 :     static XColorListRef aTable( CreateStdColorList() );
      40        1466 :     return aTable;
      41             : }
      42             : 
      43           0 : XColorEntry* XColorList::Replace(long nIndex, XColorEntry* pEntry )
      44             : {
      45           0 :     return (XColorEntry*)XPropertyList::Replace( pEntry, nIndex );
      46             : }
      47             : 
      48           0 : XColorEntry* XColorList::Remove(long nIndex)
      49             : {
      50           0 :     return (XColorEntry*) XPropertyList::Remove(nIndex);
      51             : }
      52             : 
      53       20460 : XColorEntry* XColorList::GetColor(long nIndex) const
      54             : {
      55       20460 :     return (XColorEntry*) XPropertyList::Get(nIndex);
      56             : }
      57             : 
      58          67 : uno::Reference< container::XNameContainer > XColorList::createInstance()
      59             : {
      60             :     return uno::Reference< container::XNameContainer >(
      61             :         SvxUnoXColorTable_createInstance( this ),
      62          67 :         uno::UNO_QUERY );
      63             : }
      64             : 
      65           0 : bool XColorList::Create()
      66             : {
      67           0 :     sal_uInt32 a(0);
      68           0 :     sal_uInt32 b(0);
      69             : 
      70             :     // <!-- Gray palette from white to black -->
      71           0 :     XubString aStrGrey( SVX_RESSTR( RID_SVXSTR_COLOR_GREY ) );
      72             : 
      73           0 :     Insert( new XColorEntry( Color( 0xff, 0xff, 0xff ), SVX_RESSTR( RID_SVXSTR_COLOR_WHITE ) ) );
      74           0 :     aStrGrey.AppendAscii(" 1"); Insert( new XColorEntry( Color( 0xee, 0xee, 0xee ), aStrGrey ) );
      75           0 :     aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('2')); Insert( new XColorEntry( Color( 0xdd, 0xdd, 0xdd ), aStrGrey ) );
      76           0 :     aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('3')); Insert( new XColorEntry( Color( 0xcc, 0xcc, 0xcc ), aStrGrey ) );
      77           0 :     aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('4')); Insert( new XColorEntry( Color( 0xb2, 0xb2, 0xb2 ), aStrGrey ) );
      78           0 :     aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('5')); Insert( new XColorEntry( Color( 0x99, 0x99, 0x99 ), aStrGrey ) );
      79           0 :     aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('6')); Insert( new XColorEntry( Color( 0x80, 0x80, 0x80 ), aStrGrey ) );
      80           0 :     aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('7')); Insert( new XColorEntry( Color( 0x66, 0x66, 0x66 ), aStrGrey ) );
      81           0 :     aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('8')); Insert( new XColorEntry( Color( 0x33, 0x33, 0x33 ), aStrGrey ) );
      82           0 :     aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('9')); Insert( new XColorEntry( Color( 0x1c, 0x1c, 0x1c  ), aStrGrey ) );
      83           0 :     aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('1')); aStrGrey.AppendAscii("0"); Insert( new XColorEntry( Color( 0x11, 0x11, 0x11 ), aStrGrey ) );
      84           0 :     Insert( new XColorEntry( Color( 0x00, 0x00, 0x00 ), SVX_RESSTR( RID_SVXSTR_COLOR_BLACK ) ) );
      85             : 
      86             :     // <!-- Base colors step 0 to 10 -->
      87           0 :     const sal_uInt32 nNumColorsInGroup(12);
      88           0 :     const sal_uInt32 nNumGroups(11);
      89           0 :     XubString aStrCol[nNumColorsInGroup];
      90             :     const sal_uInt32 aStdCol[nNumColorsInGroup * nNumGroups] = {
      91             :         0xffff99, 0xff6600, 0xff3333, 0xff00cc, 0xff33ff, 0x9900ff, 0x6666ff, 0x00ccff, 0x66ffff, 0x33ff99, 0x99ff66, 0xccff00,
      92             :         0xffff66, 0xffcc00, 0xff9999, 0xff66cc, 0xff99ff, 0xcc66ff, 0x9999ff, 0x9999ff, 0x99ffff, 0x66ff99, 0x99ff99, 0xccff66,
      93             :         0xffff00, 0xff9900, 0xff6666, 0xff3399, 0xff66ff, 0x9933ff, 0x3333ff, 0x3399ff, 0x00ffff, 0x00ff66, 0x66ff66, 0x99ff33,
      94             :         0xcc9900, 0xff3300, 0xff0000, 0xff0066, 0xff00ff, 0x6600ff, 0x0000ff, 0x0066ff, 0x00cccc, 0x00cc33, 0x00cc00, 0x66ff00,
      95             :         0x996600, 0xcc3300, 0xcc0000, 0xcc0066, 0xcc00cc, 0x6600cc, 0x0000cc, 0x0066cc, 0x009999, 0x009933, 0x009900, 0x66cc00,
      96             :         0x663300, 0x801900, 0x990000, 0x990066, 0x990099, 0x330099, 0x000099, 0x006699, 0x006666, 0x007826, 0x006600, 0x669900,
      97             :         0x333300, 0x461900, 0x330000, 0x330033, 0x660066, 0x000033, 0x000066, 0x000080, 0x003333, 0x00331a, 0x003300, 0x193300,
      98             :         0x666633, 0x661900, 0x663333, 0x660033, 0x663366, 0x330066, 0x333366, 0x003366, 0x336666, 0x006633, 0x336633, 0x336600,
      99             :         0x999966, 0x996633, 0x996666, 0x993366, 0x996699, 0x663399, 0x666699, 0x336699, 0x669999, 0x339966, 0x669966, 0x669933,
     100             :         0xcccc99, 0xcc9966, 0xcc9999, 0xcc6699, 0xcc99cc, 0x9966cc, 0x9999cc, 0x6699cc, 0x99cccc, 0x66cc99, 0x99cc99, 0x99cc66,
     101           0 :         0xffffcc, 0xffcc99, 0xffcccc, 0xff99cc, 0xffccff, 0xcc99ff, 0xccccff, 0x99ccff, 0xccffff, 0x99ffcc, 0xccffcc, 0xccff99 };
     102             : 
     103           0 :     for(a = 0; a < nNumGroups; a++)
     104             :     {
     105           0 :         switch(a)
     106             :         {
     107             :             case 0:
     108             :             {
     109           0 :                 aStrCol[0] = SVX_RESSTR(RID_SVXSTR_COLOR_YELLOW);
     110           0 :                 aStrCol[1] = SVX_RESSTR(RID_SVXSTR_COLOR_ORANGE);
     111           0 :                 aStrCol[2] = SVX_RESSTR(RID_SVXSTR_COLOR_RED);
     112           0 :                 aStrCol[3] = SVX_RESSTR(RID_SVXSTR_COLOR_PINK);
     113           0 :                 aStrCol[4] = SVX_RESSTR(RID_SVXSTR_COLOR_MAGENTA);
     114           0 :                 aStrCol[5] = SVX_RESSTR(RID_SVXSTR_COLOR_PURPLE);
     115           0 :                 aStrCol[6] = SVX_RESSTR(RID_SVXSTR_COLOR_BLUE);
     116           0 :                 aStrCol[7] = SVX_RESSTR(RID_SVXSTR_COLOR_SKYBLUE);
     117           0 :                 aStrCol[8] = SVX_RESSTR(RID_SVXSTR_COLOR_CYAN);
     118           0 :                 aStrCol[9] = SVX_RESSTR(RID_SVXSTR_COLOR_TURQUOISE);
     119           0 :                 aStrCol[10] = SVX_RESSTR(RID_SVXSTR_COLOR_GREEN);
     120           0 :                 aStrCol[11] = SVX_RESSTR(RID_SVXSTR_COLOR_YELLOWGREEN);
     121           0 :                 break;
     122             :             }
     123             :             case 1:
     124             :             {
     125           0 :                 for(b = 0; b < nNumColorsInGroup; b++)
     126             :                 {
     127           0 :                     aStrCol[b].AppendAscii(" 1");
     128             :                 }
     129           0 :                 break;
     130             :             }
     131             :             case 10:
     132             :             {
     133           0 :                 for(b = 0; b < nNumColorsInGroup; b++)
     134             :                 {
     135           0 :                     aStrCol[b].SetChar(aStrCol[b].Len() - 1, sal_Unicode('1'));
     136           0 :                     aStrCol[b].AppendAscii("0");
     137             :                 }
     138           0 :                 break;
     139             :             }
     140             :             default: // 2 .. 9, 11
     141             :             {
     142           0 :                 for(b = 0; b < nNumColorsInGroup; b++)
     143             :                 {
     144           0 :                     aStrCol[b].SetChar(aStrCol[b].Len() - 1, sal_Unicode('0') + sal_Unicode(a % 10));
     145             :                 }
     146           0 :                 break;
     147             :             }
     148             :         }
     149             : 
     150           0 :         const sal_uInt32 nOffset(a * nNumColorsInGroup);
     151             : 
     152           0 :         for(b = 0; b < nNumColorsInGroup; b++)
     153             :         {
     154           0 :             Insert( new XColorEntry( aStdCol[nOffset + b], aStrCol[b] ) );
     155             :         }
     156             :     }
     157             : 
     158             :     // <!-- use some 'nice' colors from original palette -->
     159           0 :     Insert( new XColorEntry( Color( 0xe6, 0xe6, 0xff ), SVX_RESSTR( RID_SVXSTR_COLOR_BLUEGREY) ) );
     160           0 :     Insert( new XColorEntry( Color( 0xCF, 0xE7, 0xF5  ), SVX_RESSTR( RID_SVXSTR_COLOR_BLUE_CLASSIC ) ) );
     161             : 
     162             :     // <!-- add 'pale' colors from original palette -->
     163           0 :     Insert( new XColorEntry( Color( 0x99, 0x99, 0xff ), SVX_RESSTR( RID_SVXSTR_COLOR_VIOLET ) ) );
     164           0 :     Insert( new XColorEntry( Color( 0x99, 0x33, 0x66 ), SVX_RESSTR( RID_SVXSTR_COLOR_BORDEAUX ) ) );
     165           0 :     Insert( new XColorEntry( Color( 0xff, 0xff, 0xcc ), SVX_RESSTR( RID_SVXSTR_COLOR_PALE_YELLOW ) ) );
     166           0 :     Insert( new XColorEntry( Color( 0xcc, 0xff, 0xff ), SVX_RESSTR( RID_SVXSTR_COLOR_PALE_GREEN ) ) );
     167           0 :     Insert( new XColorEntry( Color( 0x66, 0x00, 0x66 ), SVX_RESSTR( RID_SVXSTR_COLOR_DARKVIOLET ) ) );
     168           0 :     Insert( new XColorEntry( Color( 0xff, 0x80, 0x80 ), SVX_RESSTR( RID_SVXSTR_COLOR_SALMON ) ) );
     169           0 :     Insert( new XColorEntry( Color( 0x00, 0x66, 0xcc ), SVX_RESSTR( RID_SVXSTR_COLOR_SEABLUE ) ) );
     170             : 
     171             :     // <!-- add Chart colors from original palette (also 12, coincidence?) -->
     172           0 :     XubString aStrChart( SVX_RESSTR( RID_SVXSTR_COLOR_CHART ) );
     173           0 :     aStrChart.AppendAscii(" 1");
     174           0 :     Insert( new XColorEntry( Color( 0x00, 0x45, 0x86 ), aStrChart ) );
     175           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('2'));
     176           0 :     Insert( new XColorEntry( Color( 0xff, 0x42, 0x0e ), aStrChart ) );
     177           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('3'));
     178           0 :     Insert( new XColorEntry( Color( 0xff, 0xd3, 0x20 ), aStrChart ) );
     179           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('4'));
     180           0 :     Insert( new XColorEntry( Color( 0x57, 0x9d, 0x1c ), aStrChart ) );
     181           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('5'));
     182           0 :     Insert( new XColorEntry( Color( 0x7e, 0x00, 0x21 ), aStrChart ) );
     183           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('6'));
     184           0 :     Insert( new XColorEntry( Color( 0x83, 0xca, 0xff ), aStrChart ) );
     185           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('7'));
     186           0 :     Insert( new XColorEntry( Color( 0x31, 0x40, 0x04 ), aStrChart ) );
     187           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('8'));
     188           0 :     Insert( new XColorEntry( Color( 0xae, 0xcf, 0x00 ), aStrChart ) );
     189           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('9'));
     190           0 :     Insert( new XColorEntry( Color( 0x4b, 0x1f, 0x6f ), aStrChart ) );
     191           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('1'));
     192           0 :     aStrChart.AppendAscii("0");
     193           0 :     Insert( new XColorEntry( Color( 0xff, 0x95, 0x0e ), aStrChart ) );
     194           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('1'));
     195           0 :     Insert( new XColorEntry( Color( 0xc5, 0x00, 0x0b ), aStrChart ) );
     196           0 :     aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('2'));
     197           0 :     Insert( new XColorEntry( Color( 0x00, 0x84, 0xd1 ), aStrChart ) );
     198             : 
     199           0 :     return(165 == Count());
     200             : }
     201             : 
     202           0 : Bitmap XColorList::CreateBitmapForUI( long /*nIndex*/ )
     203             : {
     204           0 :     return Bitmap();
     205         258 : }
     206             : 
     207             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10