From ooo-dev-return-20842-apmail-incubator-ooo-dev-archive=incubator.apache.org@incubator.apache.org Sun Jun 10 09:04:37 2012 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 02A6BC295 for ; Sun, 10 Jun 2012 09:04:37 +0000 (UTC) Received: (qmail 77262 invoked by uid 500); 10 Jun 2012 09:04:36 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 76876 invoked by uid 500); 10 Jun 2012 09:04:35 -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 76843 invoked by uid 99); 10 Jun 2012 09:04:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2012 09:04:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jogischmidt@googlemail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2012 09:04:26 +0000 Received: by bkcjm2 with SMTP id jm2so2598929bkc.6 for ; Sun, 10 Jun 2012 02:04:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type; bh=Net0LHS0eqgKqTYyPgL45by8yce8RikBfICiiybODyk=; b=UT2RXE+DUUXtwe3268d6m1d8Zow+6zxupd2FFqB+MOfowUTMtf4KYLh04WapJQlDES J9bBmUTrWrKSgupe6BaUGHWaBURUWqMnSp3W4TEMrszECdSrrzAQeUapHH8bAZcT0prS qxb2y5ss/35vSQK/RoD+JL7LuI+cKknDadTIu/E6CmcZghwkQf46CcI5t/YQA2C25VBu 6eZLOrjYUkw0XNGaklzhp2fipmBlPVUuxgSI9t/VfDIv6mQ4rOD/sS26ReqQ+bItcFKF +YoMISKD3w4wNDDv3hdnKWuBhZZl2aaVX/3cJ0CIxMBBpOFESalIVwQ9Far2uf7dEwA1 5U/A== Received: by 10.205.124.13 with SMTP id gm13mr8644258bkc.79.1339319046372; Sun, 10 Jun 2012 02:04:06 -0700 (PDT) Received: from [192.168.178.28] (e177137251.adsl.alicedsl.de. [85.177.137.251]) by mx.google.com with ESMTPS id iq16sm12379916bkc.6.2012.06.10.02.04.04 (version=SSLv3 cipher=OTHER); Sun, 10 Jun 2012 02:04:05 -0700 (PDT) Date: Sun, 10 Jun 2012 11:04:03 +0200 From: Juergen Schmidt To: ooo-dev@incubator.apache.org Message-ID: <6981C389C309461CB5241C37DCD0B3F4@googlmail.com> In-Reply-To: References: Subject: Re: where can I find XRenderable.hpp file? X-Mailer: sparrow 1.2.1 (build 479.8) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="4fd46303_175dfcf0_2879" --4fd46303_175dfcf0_2879 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Am Sonntag, 10. Juni 2012 um 03:23 schrieb jianlizhao: > HI my friend: > > I ask you a question > > > In pdfexport.cxx file: You can see some code as below > > #ifndef _COM_SUN_STAR_VIEW_XRENDERABLE_HPP_ > > #include > > #endif > > > sal_Bool PDFExport::Export( const OUString& rFile, const Sequence< > PropertyValue >& rFilterData ) > > { > > ...................... > > > if( aURL.GetProtocol() == INET_PROT_FILE ) > > { > > Reference< XRenderable > xRenderable( mxSrcDoc, UNO_QUERY ); > > ............................ > > } > > } > > > For searching XRenderable.hpp, I use OpenGrok with > > http://opengrok.adfinis-sygroup.org/source/ > > > not find the XRenderable.hpp file > > > where can I find XRenderable.hpp file? > > Many header files becomes generated from the related IDL files (udkapi, offapi) and you can find them in global output directory. The header file generation is triggered in "offuh". Juergen > Thanks > > > regards --4fd46303_175dfcf0_2879--