/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: test_activedatasink.hxx,v $ * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ /************************************************************************** TODO ************************************************************************** *************************************************************************/ #ifndef _TEST_ACTIVEDATASINK_HXX_ #define _TEST_ACTIVEDATASINK_HXX_ #include #include #include #include namespace test_ftp { class Test_ActiveDataSink : public cppu::OWeakObject, public com::sun::star::io::XActiveDataSink { public: // XInterface virtual com::sun::star::uno::Any SAL_CALL queryInterface( const com::sun::star::uno::Type& rType ) throw( com::sun::star::uno::RuntimeException ); virtual void SAL_CALL acquire( void ) throw(); virtual void SAL_CALL release( void ) throw(); // XActiveDataSink virtual void SAL_CALL setInputStream(const com::sun::star::uno::Reference& aStream ) throw(com::sun::star::uno::RuntimeException) { m_xInputStream = aStream; } virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getInputStream( ) throw(::com::sun::star::uno::RuntimeException) { return m_xInputStream; } private: com::sun::star::uno::Reference m_xInputStream; }; } #endif ='distro/collabora/cp-4.0'>distro/collabora/cp-4.0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
ref='/cgit/lo/core/commit/sfx2/UIConfig_sfx.mk?h=feature/ia2&id=6a41cef3f9972a88de378a1117697199dbf1d436'>tdf#103391: ask user whether to open online help
AgeCommit message (Expand)Author
2016-08-19Dutch example.xml classification: Corrections&improvements - tdf#100352Cor Nouws
2016-07-24tdf#101088 fix Dutch translation of <baf:Scale> tagsGabor Kelemen
2016-07-14Dutch example.xml - file added too.. - related: tdf#100352Cor Nouws
pv2k
2016-11-18sfx2: let .uno:SignPDF result in a warning before editing the docMiklos Vajna
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt
2016-07-28GSoC Emoji ControlAkshay Deep
2016-07-18GSoC notebookbar: dropdown with hidden objectsSzymon Kłos
2016-05-20New Template ManagerAkshay Deep
2016-05-17Set different ui file for NotebookBar in each appSzymon Kłos
2016-04-26tdf#64292 tdf#94639 Meaningless Functions in Template Properties DialogAkshay Deep
2014-09-02convert SID_RECORDING_FLOATWINDOW to .uiCaolán McNamara
2014-08-15convert WIN_HELPINDEX sport to .uiCaolán McNamara
2014-07-11Convert DLG_TEMPLATE_INFORMATION to .uiPalenik Mihály
2014-07-10MD_DDE_LINKEDIT conversion to .uiSzymon Kłos
2014-03-11convert load template dialog to .uiCaolán McNamara
2014-03-05convert help contents page to .uiCaolán McNamara
2014-03-05convert help search page to .uiCaolán McNamara
2014-03-05convert help index page to .uiCaolán McNamara
2014-03-05convert help bookmarks tabpage to .uiCaolán McNamara
2014-02-07Convert template manager dialog to .ui + adapt code.Jan Holesovsky
2014-01-04convert edit duration to .uiCaolán McNamara
2013-12-20convert input dialog to .uiCaolán McNamara
2013-12-16convert help bookmark dialog to .uiCaolán McNamara
2013-12-06convert search dialog to .uiCaolán McNamara
2013-11-18convert alien dialog to .uiCaolán McNamara
2013-11-12Convert New Style dialog to widget UIManal Alhassoun
2013-09-23Cmis Versions dialogCao Cuong Ngo
2013-09-02Convert CMIS properties dialog to .uiCao Cuong Ngo
2013-09-02CMIS properties dialog initializeCao Cuong Ngo
2013-08-23convert email config error dialog to .uiCaolán McNamara
2013-08-08Move startcenter.ui from framework to sfx2Krisztian Pinter
2013-07-16convert versions of dialog to .uiCaolán McNamara
2013-07-10convert version comment dialog to .ui formatCaolán McNamara
2013-05-01use new MessageDialogCaolán McNamara
2013-04-11rename UI to UIConfigDavid Tardon