Tag: cws_src680_qiq User: fs Date: 06/05/17 04:46:05 Modified: /dba/dbaccess/source/ui/inc/ UITools.hxx
Log: ::dbaui::insertHierarchyElement needs an ORB now File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: UITools.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/UITools.hxx?r1=1.28&r2=1.28.124.1 Delta lines: +15 -10 --------------------- --- UITools.hxx 8 Sep 2005 15:40:48 -0000 1.28 +++ UITools.hxx 17 May 2006 11:46:03 -0000 1.28.124.1 @@ -4,9 +4,9 @@ * * $RCSfile: UITools.hxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.28.124.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 15:40:48 $ + * last change: $Author: fs $ $Date: 2006/05/17 11:46:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -486,6 +486,8 @@ /** opens a save dialog to store a form or report folder in the current hierachy. @param _pParent The parent of the dialog. + @param _rxORB + a multi service factory which can be used to instantiate usual global services @param _xNames Where to insert the new object. @param _sParentFolder @@ -501,13 +503,16 @@ @return <TRUE/> if the insert opertions was successfull, otherwise <FALSE/>. */ - sal_Bool insertHierachyElement(Window* _pParent - ,const ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameContainer>& _xNames - ,const String& _sParentFolder - ,sal_Bool _bForm - ,sal_Bool _bCollection = sal_True - ,const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent>& _xContent = ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent>() - ,sal_Bool _bMove = sal_False); + sal_Bool insertHierachyElement( + Window* _pParent, + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB, + const ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameContainer>& _xNames, + const String& _sParentFolder, + sal_Bool _bForm, + sal_Bool _bCollection = sal_True, + const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent>& _xContent = NULL, + sal_Bool _bMove = sal_False + ); /** creates a number formatter @param _rxConnection --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
