Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD8ED9765 for ; Thu, 14 Jun 2012 11:59:42 +0000 (UTC) Received: (qmail 95845 invoked by uid 500); 14 Jun 2012 11:59:42 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 95640 invoked by uid 500); 14 Jun 2012 11:59:42 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 95623 invoked by uid 99); 14 Jun 2012 11:59:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2012 11:59:41 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hanya.runo@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2012 11:59:34 +0000 Received: by obhx4 with SMTP id x4so2326231obh.6 for ; Thu, 14 Jun 2012 04:59:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=/YSwqwDZWtXR5s9Js/HNU9GXoDQM3N8d68HtUJ/rqAM=; b=LHPFvHjeGKscWP9kdOEdw/dt3yS6uZmJhMt3HUzkoCOx14VKds4Zi5ddK8se/9pQlZ ShCHUiEh+y0CArIN5zziVjFsxI5Q51LzXQtDVn197zB316+byvAC7WJgHqDudoRZYZQb qSn3etbhbqtIRdFN1EpwQ6T4EpSYsXmfysQ0wc/xdgGfs++d11fYX+bL/7nsFR+3mVy9 l46RnbbkJ5j3LLXNCRstBHvPnGkifiu+QHhd4XBw0uLUfjjusyAqQuDXLV/g/KxPgxFJ CPLsGKuQxffQUzdCE79z35aWwaI3G6Rij2dcKEN6AhAwitd0OHEDoMUEAEx8+qRJEAsG Cskw== MIME-Version: 1.0 Received: by 10.182.114.97 with SMTP id jf1mr1503119obb.59.1339675153111; Thu, 14 Jun 2012 04:59:13 -0700 (PDT) Received: by 10.60.67.1 with HTTP; Thu, 14 Jun 2012 04:59:13 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Jun 2012 20:59:13 +0900 Message-ID: Subject: Re: Question about code From: Tsutomu Uchino To: ooo-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello, 2012/6/14 Ochirov Nikolay : > Hello! > I have 2 questions > What is the difference between functions =A0getDeployedPackages and > getDeployedExtensions? > And what the difference between bundled, shared and user extension? css::deployment::XPackageManager interface is deprecated to use now, see: http://www.openoffice.org/api/docs/common/ref/com/sun/star/deployment/XPack= ageManager.html > I don't understand it :-( > > Regards, Nikolay - Tsutomu