Suggestion

Lionel Elie Mamane lionel at mamane.lu
Mon Jan 11 09:45:02 PST 2016


On Sun, Jan 10, 2016 at 01:37:17PM -0500, Rick C. Hodgin wrote:

> I've been able to setup a Linux Mint 17.1 install with build-prep, git
> clone libreoffice, compile it (whew!), run it from the command line, make
> the kdevelop projects, load module_sc into kdevelop, (...) I don't
> know if there's a tool to edit the .ui and .hrc files,

The .ui files can be edited with glade.

You do something like:

export GLADE_CATALOG_SEARCH_PATH=${path_to_your_devtree}/instdir/share/glade
glade foo/bar/baz.ui

> and I'm wondering also if the .hxx and .cxx aren't generated ??

If they are in ${path_to_your_devtree}/workdir/ then they are
generated, if they are in any other directory (such as in
${path_to_your_devtree}/sc/source/*) then they are not.

-- 
Lionel


More information about the LibreOffice mailing list