/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * 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. * ************************************************************************/ #ifndef __com_sun_star_sheet_XNamedRange_idl__ #define __com_sun_star_sheet_XNamedRange_idl__ #ifndef __com_sun_star_container_XNamed_idl__ #include #endif #ifndef __com_sun_star_table_CellAddress_idl__ #include #endif //============================================================================= module com { module sun { module star { module sheet { //============================================================================= /** provides access to the settings of a named range in a spreadsheet document. @see com::sun::star::sheet::NamedRange */ published interface XNamedRange: com::sun::star::container::XNamed { //------------------------------------------------------------------------- /** returns the content of the named range.

The content can be a reference to a cell or cell range or any formula expression.

*/ string getContent(); //------------------------------------------------------------------------- /** sets the content of the named range.

The content can be a reference to a cell or cell range or any formula expression.

*/ void setContent( [in] string aContent ); //------------------------------------------------------------------------- /** returns the position in the document which is used as a base for relative references in the content. */ com::sun::star::table::CellAddress getReferencePosition(); //------------------------------------------------------------------------- /** sets the position in the document which is used as a base for relative references in the content. */ void setReferencePosition( [in] com::sun::star::table::CellAddress aReferencePosition ); //------------------------------------------------------------------------- /** returns the type of the named range.

This is a combination of flags as defined in NamedRangeFlag.

*/ long getType(); //------------------------------------------------------------------------- /** sets the type of the named range. @param nType a combination of flags that specify the type of a named range, as defined in NamedRangeFlag. */ void setType( [in] long nType ); }; //============================================================================= }; }; }; }; #endif tro/collabora/cp-6.0-29'>distro/collabora/cp-6.0-29 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-06-07Fix IWYU warningsMiklos Vajna
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-05-28loplugin:unusedmethodsNoel Grandin
2018-05-27creation of css::document::XFilter needs filter nameDavid Tardon
2018-05-27re-enable testDavid Tardon
2018-05-24EPUB export: fix gla11y warningsMiklos Vajna
2018-05-18Fix some IWYU warningsMiklos Vajna
2018-05-15weld WPFTEncodingDialogCaolán McNamara
2018-05-10writerfilter, writerperfect: various small cleanupsMiklos Vajna
2018-05-01convert a sequence of if to a switchDavid Tardon
2018-05-01tdf#117323 fix import of MS Multiplan for DOSosnola
2018-04-27replace a series of if/else if/ by a switchDavid Tardon
2018-04-26tdf#116822 export ruby text and base text to epub.Mark Hung
2018-04-26upload libwps 0.4.9David Tardon
2018-04-25upload libmwaw 0.3.14David Tardon
2018-04-22rename test filesDavid Tardon
2018-04-22upload libetonyek 0.1.8David Tardon
2018-04-20writerperfect: astyle -> clang-formatMiklos Vajna
2018-04-18weld EPUBExportDialog and add parentCaolán McNamara
2018-04-11writerperfect: fix whitespaceMiklos Vajna
2018-04-10tdf#115623: invoke openPageSpan / closePageSpanMark Hung
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-08tdf#115623: EPUB export: support style:master-pageMark Hung
2018-04-06weld linkeditdialogCaolán McNamara
2018-04-05tdf#115623: EPUB export: handle style:page-layoutMark Hung
2018-03-26use boost::optional in OutDevStateNoel Grandin
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara