Return-Path: X-Original-To: apmail-openoffice-dev-archive@www.apache.org Delivered-To: apmail-openoffice-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CBFA919D03 for ; Thu, 7 Apr 2016 11:55:51 +0000 (UTC) Received: (qmail 43428 invoked by uid 500); 7 Apr 2016 11:55:51 -0000 Delivered-To: apmail-openoffice-dev-archive@openoffice.apache.org Received: (qmail 43350 invoked by uid 500); 7 Apr 2016 11:55:51 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 43339 invoked by uid 99); 7 Apr 2016 11:55:51 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2016 11:55:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B7326C1C18 for ; Thu, 7 Apr 2016 11:55:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.496 X-Spam-Level: X-Spam-Status: No, score=-0.496 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-0.996, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id F9rdAN3u3f1K for ; Thu, 7 Apr 2016 11:55:48 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id 9738260D82 for ; Thu, 7 Apr 2016 11:55:47 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ao8XC-0005WG-BP for dev@openoffice.apache.org; Thu, 07 Apr 2016 13:55:38 +0200 Received: from dslb-178-004-187-186.178.004.pools.vodafone-ip.de ([178.4.187.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2016 13:55:38 +0200 Received: from c.giehl by dslb-178-004-187-186.178.004.pools.vodafone-ip.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2016 13:55:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@openoffice.apache.org From: Christian Giehl Subject: Where to find information about *.xcu schema (extension, dev, toolbar) Date: Thu, 7 Apr 2016 13:55:36 +0200 Lines: 31 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-178-004-187-186.178.004.pools.vodafone-ip.de X-Mozilla-News-Host: news://news.gmane.org:119 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 Hi, I'm currently working on a custom toolbar for my oo-extension. To create the visual appearance of the toolbar, I have to write an Addons.xcu file, which contains a custom xml. However, the tag names and attributes I found in the tutorial all across the www are not sufficient for my case and I stumbled accross tags I never encountered anywhere before, e.g. or some attributes like oor:op="replace". Since I can't reliably figure out what these tags/attributes represent and how they are used I am in need for some kind of documentation. The only ref I've found so far is (https://wiki.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/AddOns/Toolbars), but not all props/tags/attrs are listed there. I wonder if anyone of you guys can tell me how I can approach to these kinds of problems better. Is there a reference documentation I haven't found yet? How do I gain a clearer understanding of those tags without a documentation? I beg nobody says reverse engineering :D Thanks in advance! Chris --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org For additional commands, e-mail: dev-help@openoffice.apache.org