Tag: cws_src680_odbmacros2 User: fs Date: 2008-03-06 10:45:50+0000 Modified: dba/dbaccess/source/ui/app/AppControllerDnD.cxx
Log: manual resync to 1.25 to prevent conflicts at integration time File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppControllerDnD.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerDnD.cxx?r1=1.23.2.5&r2=1.23.2.6 Delta lines: +2 -19 -------------------- --- AppControllerDnD.cxx 2008-02-06 21:45:57+0000 1.23.2.5 +++ AppControllerDnD.cxx 2008-03-06 10:45:47+0000 1.23.2.6 @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerDnD.cxx,v $ * - * $Revision: 1.23.2.5 $ + * $Revision: 1.23.2.6 $ * - * last change: $Author: fs $ $Date: 2008/02/06 21:45:57 $ + * last change: $Author: fs $ $Date: 2008/03/06 10:45:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -570,23 +570,6 @@ return xElements; } // ----------------------------------------------------------------------------- -void OApplicationController::getElements(ElementType _eType,::std::vector< ::rtl::OUString>& _rList) -{ - OSL_ENSURE(getContainer(),"View is NULL! -> GPF"); - // TODO get a list for all object - Reference< XNameAccess > xElements = getElements(_eType); - if ( xElements.is() ) - { - Sequence< ::rtl::OUString> aSeq = xElements->getElementNames(); - _rList.reserve(aSeq.getLength()); - - const ::rtl::OUString* pBegin = aSeq.getConstArray(); - const ::rtl::OUString* pEnd = pBegin + aSeq.getLength(); - ::std::copy(pBegin,pEnd,::std::back_inserter(_rList)); - } -} - -// ----------------------------------------------------------------------------- void OApplicationController::getSelectionElementNames(::std::vector< ::rtl::OUString>& _rNames) const { ::vos::OGuard aSolarGuard( Application::GetSolarMutex() ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
