Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


Hi,

On July 25, 2014 04:11 CEST, Krisztian Pinter <pin.terminator@gmail.com> wrote:
Hi All!

I'm trying to load .soc palettes, they are in XML format, and it's
hardcoded in LO to load "standard.soc" to get the default colors.

The loading process starts here:
http://opengrok.libreoffice.org/xref/core/svx/source/xoutdev/xtable.cxx#234
SvxXMLXTableImport::load returns it's result to an object created
by createInstance().
CreateInstance is here:
http://opengrok.libreoffice.org/xref/core/svx/source/xoutdev/xtabcolr.cxx#58
It calls this:
http://opengrok.libreoffice.org/xref/core/svx/source/unodraw/XPropertyTable.cxx#269

And this kind of keeps going but I'm not really closer to what I want to
do, namely to have a function that is given a path to a .soc file, and
returns a vector of colors.

If anyone has any insights, please share them! Thank you!

You need to do something like this:

XColorListRef pList = 
XPropertyList::AsColorList(XPropertyList::CreatePropertyListFromURL(XCOLOR_LIST, 
"path/to/soc/file"));
pList->Load();

I think you already convert from XColorListRef somewhere to color vector so use that. :)

All the best,
Krisztian

Regards, Tomaž




Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.