/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #pragma once #include "address.hxx" class ScDocument; class ScRefFinder { OUString maFormula; formula::FormulaGrammar::AddressConvention meConv; ScDocument& mrDoc; ScAddress maPos; sal_Int32 mnFound; sal_Int32 mnSelStart; sal_Int32 mnSelEnd; public: ScRefFinder(const OUString& rFormula, const ScAddress& rPos, ScDocument& rDoc, formula::FormulaGrammar::AddressConvention eConvP = formula::FormulaGrammar::CONV_OOO); ~ScRefFinder(); const OUString& GetText() const { return maFormula; } sal_Int32 GetFound() const { return mnFound; } sal_Int32 GetSelStart() const { return mnSelStart; } sal_Int32 GetSelEnd() const { return mnSelEnd; } void ToggleRel(sal_Int32 nStartPos, sal_Int32 nEndPos); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
AgeCommit message (Expand)Author
2010-08-19calc58: #i113879# add ScMatrix::CloneIfConst() and regard only temporary matr...Eike Rathke [er]
2010-03-22CWS-TOOLING: integrate CWS kohei04Vladimir Glazunov
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-12-02#i107339# Allow ScMatrix objects to be re-sizable.Kohei Yoshida
2009-08-25CWS-TOOLING: integrate CWS koheicoderemoval02Vladimir Glazounov
2009-01-08CWS-TOOLING: integrate CWS frmdlgJens-Heiner Rechtien
2009-01-06CWS-TOOLING: integrate CWS odff05Jens-Heiner Rechtien
2009-01-06CWS-TOOLING: integrate CWS ooxml02Rüdiger Timm
2008-12-12CWS-TOOLING: integrate CWS mooxlscRüdiger Timm
2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov
2008-04-10INTEGRATION: CWS changefileheader (1.10.34); FILE MERGEDRüdiger Timm
2008-03-06INTEGRATION: CWS odff (1.8.90); FILE MERGEDKurt Zenker
2008-01-10INTEGRATION: CWS xmlfilter02 (1.8.44); FILE MERGEDOliver Bolte
2007-06-13INTEGRATION: CWS jgarrays (1.7.408); FILE MERGEDOliver Bolte
2005-09-28INTEGRATION: CWS dr37 (1.5.18); FILE MERGEDJens-Heiner Rechtien