User: kz Date: 2008-06-25 14:13:40+0000 Modified: dba/reportdesign/inc/ReportDefinition.hxx
Log: INTEGRATION: CWS rptwizard01 (1.3.66); FILE MERGED 2008/05/21 10:09:22 lla 1.3.66.3: RESYNC: (1.6-1.7); FILE MERGED 2008/04/14 10:38:18 lla 1.3.66.2: RESYNC: (1.3-1.6); FILE MERGED 2008/04/14 08:57:56 lla 1.3.66.1: #i86092# load template documents File Changes: Directory: /dba/reportdesign/inc/ ================================= File [changed]: ReportDefinition.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/inc/ReportDefinition.hxx?r1=1.7&r2=1.8 Delta lines: +13 -0 -------------------- --- ReportDefinition.hxx 2008-04-11 07:19:32+0000 1.7 +++ ReportDefinition.hxx 2008-06-25 14:13:37+0000 1.8 @@ -358,6 +358,19 @@ virtual ::comphelper::EmbeddedObjectContainer& getEmbeddedObjectContainer() const; virtual ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > getInteractionHandler() const; virtual bool isEnableSetModified() const; + + private: + /** loads the report definition from the given storage + + @precond + our mutex is locked + @throws + */ + void impl_loadFromStorage_nolck_throw( + const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxStorage, + const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArguments + ); + }; // ============================================================================= } // namespace reportdesign --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
