(cherry picked from commit c2afeb1c3f11e8f420b59f3786eb8626c99ff595) Conflicts: sw/inc/IDocumentContentOperations.hxx sw/inc/crsrsh.hxx sw/inc/doc.hxx sw/inc/editsh.hxx sw/inc/expfld.hxx sw/inc/fldbas.hxx sw/inc/fmtfld.hxx sw/inc/hintids.hxx sw/inc/ndtxt.hxx sw/inc/txatbase.hxx sw/inc/txtfld.hxx sw/inc/txtrfmrk.hxx sw/inc/txttxmrk.hxx sw/inc/viscrs.hxx sw/source/core/bastyp/init.cxx sw/source/core/crsr/crsrsh.cxx sw/source/core/crsr/crstrvl.cxx sw/source/core/crsr/findattr.cxx sw/source/core/crsr/findtxt.cxx sw/source/core/crsr/swcrsr.cxx sw/source/core/crsr/viscrs.cxx sw/source/core/doc/dbgoutsw.cxx sw/source/core/doc/doc.cxx sw/source/core/doc/docfld.cxx sw/source/core/doc/docfmt.cxx sw/source/core/doc/docnum.cxx sw/source/core/doc/docredln.cxx sw/source/core/doc/docruby.cxx sw/source/core/doc/doctxm.cxx sw/source/core/doc/visiturl.cxx sw/source/core/docnode/nodes.cxx sw/source/core/edit/edatmisc.cxx sw/source/core/edit/edattr.cxx sw/source/core/edit/edfld.cxx sw/source/core/edit/edfldexp.cxx sw/source/core/edit/editsh.cxx sw/source/core/edit/edlingu.cxx sw/source/core/edit/ednumber.cxx sw/source/core/fields/expfld.cxx sw/source/core/fields/fldbas.cxx sw/source/core/fields/reffld.cxx sw/source/core/frmedt/fefly1.cxx sw/source/core/inc/docfld.hxx sw/source/core/inc/rolbck.hxx sw/source/core/inc/swfont.hxx sw/source/core/layout/flycnt.cxx sw/source/core/layout/laycache.cxx sw/source/core/layout/trvlfrm.cxx sw/source/core/text/atrhndl.hxx sw/source/core/text/atrstck.cxx sw/source/core/text/inftxt.cxx sw/source/core/text/porfld.cxx sw/source/core/text/porfld.hxx sw/source/core/text/txtfld.cxx sw/source/core/tox/tox.cxx sw/source/core/tox/txmsrt.cxx sw/source/core/txtnode/atrfld.cxx sw/source/core/txtnode/ndhints.cxx sw/source/core/txtnode/ndtxt.cxx sw/source/core/txtnode/thints.cxx sw/source/core/txtnode/txatbase.cxx sw/source/core/txtnode/txatritr.cxx sw/source/core/txtnode/txtedt.cxx sw/source/core/undo/SwUndoField.cxx sw/source/core/undo/rolbck.cxx sw/source/core/undo/unsect.cxx sw/source/core/undo/untbl.cxx sw/source/core/unocore/unocrsrhelper.cxx sw/source/core/unocore/unofield.cxx sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unorefmk.cxx sw/source/core/view/vprint.cxx sw/source/filter/ascii/ascatr.cxx sw/source/filter/html/htmlatr.cxx sw/source/filter/rtf/rtffly.cxx sw/source/filter/ww1/fltshell.cxx sw/source/filter/ww1/w1filter.cxx sw/source/filter/ww8/wrtw8esh.cxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/ww8atr.cxx sw/source/filter/ww8/ww8par.cxx sw/source/filter/ww8/ww8par3.cxx sw/source/filter/ww8/ww8par5.cxx sw/source/ui/app/applab.cxx sw/source/ui/docvw/edtwin.cxx sw/source/ui/docvw/edtwin2.cxx sw/source/ui/envelp/envfmt.cxx sw/source/ui/fldui/fldedt.cxx sw/source/ui/fldui/fldmgr.cxx sw/source/ui/inc/wrtsh.hxx sw/source/ui/lingu/hhcwrp.cxx sw/source/ui/shells/basesh.cxx sw/source/ui/shells/drwtxtex.cxx sw/source/ui/shells/grfsh.cxx sw/source/ui/shells/tabsh.cxx sw/source/ui/shells/textfld.cxx sw/source/ui/shells/textidx.cxx sw/source/ui/shells/textsh.cxx sw/source/ui/shells/textsh1.cxx sw/source/ui/shells/txtattr.cxx sw/source/ui/uiview/formatclipboard.cxx sw/source/ui/uiview/view.cxx sw/source/ui/uiview/view2.cxx sw/source/ui/uiview/viewsrch.cxx sw/source/ui/uiview/viewstat.cxx sw/source/ui/uiview/viewtab.cxx sw/source/ui/wrtsh/wrtsh1.cxx sw/source/ui/wrtsh/wrtsh2.cxx Change-Id: I6758d6719e1fd523797cc6ee2648ffcb47d52595
421 lines
14 KiB
C++
421 lines
14 KiB
C++
/* -*- 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 .
|
|
*/
|
|
|
|
#include <com/sun/star/util/SearchOptions.hpp>
|
|
#include <com/sun/star/util/SearchFlags.hpp>
|
|
#include <com/sun/star/i18n/TransliterationModules.hpp>
|
|
#include <comphelper/string.hxx>
|
|
#include <svl/fstathelper.hxx>
|
|
#include <osl/thread.h>
|
|
#include <unotools/textsearch.hxx>
|
|
|
|
#include <sfx2/docfile.hxx>
|
|
|
|
#include <xmloff/odffields.hxx>
|
|
|
|
#include <editeng/unolingu.hxx>
|
|
|
|
#include <swtypes.hxx>
|
|
#include <editsh.hxx>
|
|
#include <doc.hxx>
|
|
#include <IDocumentUndoRedo.hxx>
|
|
#include <pam.hxx>
|
|
#include <viewopt.hxx>
|
|
#include <ndtxt.hxx>
|
|
#include <swundo.hxx>
|
|
#include <txttxmrk.hxx>
|
|
#include <edimp.hxx>
|
|
#include <tox.hxx>
|
|
#include <doctxm.hxx>
|
|
#include <docary.hxx>
|
|
#include <mdiexp.hxx>
|
|
#include <statstr.hrc>
|
|
#include <bookmrk.hxx>
|
|
|
|
using namespace ::com::sun::star;
|
|
using namespace ::com::sun::star::i18n;
|
|
using namespace ::com::sun::star::lang;
|
|
using namespace ::com::sun::star::util;
|
|
|
|
// Add/delete listing markers to a document
|
|
|
|
void SwEditShell::Insert(const SwTOXMark& rMark)
|
|
{
|
|
sal_Bool bInsAtPos = rMark.IsAlternativeText();
|
|
StartAllAction();
|
|
FOREACHPAM_START(GetCrsr())
|
|
|
|
const SwPosition *pStt = PCURCRSR->Start(),
|
|
*pEnd = PCURCRSR->End();
|
|
if( bInsAtPos )
|
|
{
|
|
SwPaM aTmp( *pStt );
|
|
GetDoc()->InsertPoolItem( aTmp, rMark, 0 );
|
|
}
|
|
else if( *pEnd != *pStt )
|
|
{
|
|
GetDoc()->InsertPoolItem(
|
|
*PCURCRSR, rMark, nsSetAttrMode::SETATTR_DONTEXPAND );
|
|
}
|
|
|
|
FOREACHPAM_END()
|
|
EndAllAction();
|
|
}
|
|
|
|
void SwEditShell::DeleteTOXMark( SwTOXMark* pMark )
|
|
{
|
|
SET_CURR_SHELL( this );
|
|
StartAllAction();
|
|
|
|
mpDoc->DeleteTOXMark( pMark );
|
|
|
|
EndAllAction();
|
|
}
|
|
|
|
/// Collect all listing markers
|
|
sal_uInt16 SwEditShell::GetCurTOXMarks(SwTOXMarks& rMarks) const
|
|
{
|
|
return GetDoc()->GetCurTOXMark( *GetCrsr()->Start(), rMarks );
|
|
}
|
|
|
|
sal_Bool SwEditShell::IsTOXBaseReadonly(const SwTOXBase& rTOXBase) const
|
|
{
|
|
OSL_ENSURE( rTOXBase.ISA( SwTOXBaseSection ), "no TOXBaseSection!" );
|
|
const SwTOXBaseSection& rTOXSect = (const SwTOXBaseSection&)rTOXBase;
|
|
return rTOXSect.IsProtect();
|
|
}
|
|
|
|
void SwEditShell::SetTOXBaseReadonly(const SwTOXBase& rTOXBase, sal_Bool bReadonly)
|
|
{
|
|
OSL_ENSURE( rTOXBase.ISA( SwTOXBaseSection ), "no TOXBaseSection!" );
|
|
const SwTOXBaseSection& rTOXSect = (const SwTOXBaseSection&)rTOXBase;
|
|
((SwTOXBase&)rTOXBase).SetProtected(bReadonly);
|
|
OSL_ENSURE( rTOXSect.SwSection::GetType() == TOX_CONTENT_SECTION, "not a TOXContentSection" );
|
|
|
|
SwSectionData aSectionData(rTOXSect);
|
|
aSectionData.SetProtectFlag(bReadonly);
|
|
UpdateSection( GetSectionFmtPos( *rTOXSect.GetFmt() ), aSectionData, 0 );
|
|
}
|
|
|
|
const SwTOXBase* SwEditShell::GetDefaultTOXBase( TOXTypes eTyp, bool bCreate )
|
|
{
|
|
return GetDoc()->GetDefaultTOXBase( eTyp, bCreate );
|
|
}
|
|
|
|
void SwEditShell::SetDefaultTOXBase(const SwTOXBase& rBase)
|
|
{
|
|
GetDoc()->SetDefaultTOXBase(rBase);
|
|
}
|
|
|
|
/// Insert listing and create content
|
|
void SwEditShell::InsertTableOf( const SwTOXBase& rTOX, const SfxItemSet* pSet )
|
|
{
|
|
SET_CURR_SHELL( this );
|
|
StartAllAction();
|
|
|
|
SwDocShell* pDocSh = GetDoc()->GetDocShell();
|
|
::StartProgress( STR_STATSTR_TOX_INSERT, 0, 0, pDocSh );
|
|
::SetProgressText( STR_STATSTR_TOX_INSERT, pDocSh );
|
|
|
|
// Insert listing
|
|
const SwTOXBaseSection* pTOX = mpDoc->InsertTableOf(
|
|
*GetCrsr()->GetPoint(), rTOX, pSet, true );
|
|
OSL_ENSURE(pTOX, "No current TOx");
|
|
|
|
// start formatting
|
|
CalcLayout();
|
|
|
|
// insert page numbering
|
|
((SwTOXBaseSection*)pTOX)->UpdatePageNum();
|
|
|
|
pTOX->SetPosAtStartEnd( *GetCrsr()->GetPoint() );
|
|
|
|
// Fix for empty listing
|
|
InvalidateWindows( maVisArea );
|
|
::EndProgress( pDocSh );
|
|
EndAllAction();
|
|
}
|
|
|
|
/// update tables of content
|
|
sal_Bool SwEditShell::UpdateTableOf( const SwTOXBase& rTOX, const SfxItemSet* pSet )
|
|
{
|
|
sal_Bool bRet = sal_False;
|
|
|
|
OSL_ENSURE( rTOX.ISA( SwTOXBaseSection ), "no TOXBaseSection!" );
|
|
SwTOXBaseSection* pTOX = (SwTOXBaseSection*)&rTOX;
|
|
OSL_ENSURE(pTOX, "no current listing");
|
|
const SwSectionNode* pSectNd;
|
|
if( pTOX && 0 != ( pSectNd = pTOX->GetFmt()->GetSectionNode() ) )
|
|
{
|
|
SwDoc* pMyDoc = GetDoc();
|
|
SwDocShell* pDocSh = pMyDoc->GetDocShell();
|
|
|
|
bool bInIndex = pTOX == GetCurTOX();
|
|
SET_CURR_SHELL( this );
|
|
StartAllAction();
|
|
|
|
::StartProgress( STR_STATSTR_TOX_UPDATE, 0, 0, pDocSh );
|
|
::SetProgressText( STR_STATSTR_TOX_UPDATE, pDocSh );
|
|
|
|
pMyDoc->GetIDocumentUndoRedo().StartUndo(UNDO_TOXCHANGE, NULL);
|
|
|
|
// create listing stub
|
|
pTOX->Update(pSet);
|
|
|
|
// correct Cursor
|
|
if( bInIndex )
|
|
pTOX->SetPosAtStartEnd( *GetCrsr()->GetPoint() );
|
|
|
|
// start formatting
|
|
CalcLayout();
|
|
|
|
// insert page numbering
|
|
pTOX->UpdatePageNum();
|
|
|
|
pMyDoc->GetIDocumentUndoRedo().EndUndo(UNDO_TOXCHANGE, NULL);
|
|
|
|
::EndProgress( pDocSh );
|
|
EndAllAction();
|
|
}
|
|
return bRet;
|
|
}
|
|
|
|
/// Get current listing before or at the Cursor
|
|
const SwTOXBase* SwEditShell::GetCurTOX() const
|
|
{
|
|
return GetDoc()->GetCurTOX( *GetCrsr()->GetPoint() );
|
|
}
|
|
|
|
bool SwEditShell::DeleteTOX( const SwTOXBase& rTOXBase, bool bDelNodes )
|
|
{
|
|
return GetDoc()->DeleteTOX( (SwTOXBase&)rTOXBase, bDelNodes );
|
|
}
|
|
|
|
// manage types of listings
|
|
|
|
const SwTOXType* SwEditShell::GetTOXType(TOXTypes eTyp, sal_uInt16 nId) const
|
|
{
|
|
return mpDoc->GetTOXType(eTyp, nId);
|
|
}
|
|
|
|
// manage keys for the alphabetical index
|
|
|
|
sal_uInt16 SwEditShell::GetTOIKeys( SwTOIKeyType eTyp, std::vector<OUString>& rArr ) const
|
|
{
|
|
return GetDoc()->GetTOIKeys( eTyp, rArr );
|
|
}
|
|
|
|
sal_uInt16 SwEditShell::GetTOXCount() const
|
|
{
|
|
const SwSectionFmts& rFmts = GetDoc()->GetSections();
|
|
sal_uInt16 nRet = 0;
|
|
for( sal_uInt16 n = rFmts.size(); n; )
|
|
{
|
|
const SwSection* pSect = rFmts[ --n ]->GetSection();
|
|
if( TOX_CONTENT_SECTION == pSect->GetType() &&
|
|
pSect->GetFmt()->GetSectionNode() )
|
|
++nRet;
|
|
}
|
|
return nRet;
|
|
}
|
|
|
|
const SwTOXBase* SwEditShell::GetTOX( sal_uInt16 nPos ) const
|
|
{
|
|
const SwSectionFmts& rFmts = GetDoc()->GetSections();
|
|
for( sal_uInt16 n = 0, nCnt = 0; n < rFmts.size(); ++n )
|
|
{
|
|
const SwSection* pSect = rFmts[ n ]->GetSection();
|
|
if( TOX_CONTENT_SECTION == pSect->GetType() &&
|
|
pSect->GetFmt()->GetSectionNode() &&
|
|
nCnt++ == nPos )
|
|
{
|
|
OSL_ENSURE( pSect->ISA( SwTOXBaseSection ), "no TOXBaseSection!" );
|
|
return (SwTOXBaseSection*)pSect;
|
|
}
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
/** Update of all listings after reading-in a file */
|
|
void SwEditShell::SetUpdateTOX( sal_Bool bFlag )
|
|
{
|
|
GetDoc()->SetUpdateTOX( bFlag );
|
|
}
|
|
|
|
sal_Bool SwEditShell::IsUpdateTOX() const
|
|
{
|
|
return GetDoc()->IsUpdateTOX();
|
|
}
|
|
|
|
OUString SwEditShell::GetTOIAutoMarkURL() const
|
|
{
|
|
return GetDoc()->GetTOIAutoMarkURL();
|
|
}
|
|
|
|
void SwEditShell::SetTOIAutoMarkURL(const OUString& rSet)
|
|
{
|
|
GetDoc()->SetTOIAutoMarkURL(rSet);
|
|
}
|
|
|
|
void SwEditShell::ApplyAutoMark()
|
|
{
|
|
StartAllAction();
|
|
sal_Bool bDoesUndo = DoesUndo();
|
|
DoUndo(sal_False);
|
|
//1. remove all automatic generated index entries if AutoMarkURL has a
|
|
// length and the file exists
|
|
//2. load file
|
|
//3. select all occurrences of the searched words
|
|
//4. apply index entries
|
|
|
|
OUString sAutoMarkURL(GetDoc()->GetTOIAutoMarkURL());
|
|
if( !sAutoMarkURL.isEmpty() && FStatHelper::IsDocument( sAutoMarkURL ))
|
|
{
|
|
//1.
|
|
const SwTOXType* pTOXType = GetTOXType(TOX_INDEX, 0);
|
|
|
|
SwTOXMarks aMarks;
|
|
SwTOXMark::InsertTOXMarks( aMarks, *pTOXType );
|
|
for( sal_uInt16 nMark=0; nMark<aMarks.size(); nMark++ )
|
|
{
|
|
SwTOXMark* pMark = aMarks[nMark];
|
|
if(pMark->IsAutoGenerated() && pMark->GetTxtTOXMark())
|
|
// mba: test iteration; objects are deleted in iteration
|
|
DeleteTOXMark(pMark);
|
|
}
|
|
|
|
//2.
|
|
SfxMedium aMedium( sAutoMarkURL, STREAM_STD_READ );
|
|
SvStream& rStrm = *aMedium.GetInStream();
|
|
const sal_Unicode cZero('0');
|
|
Push();
|
|
rtl_TextEncoding eChrSet = ::osl_getThreadTextEncoding();
|
|
|
|
// SearchOptions to be used in loop below
|
|
bool bCaseSensitive = true;
|
|
bool bWordOnly = false;
|
|
bool bSrchInSel = false;
|
|
bool bLEV_Relaxed = true;
|
|
sal_Int32 nLEV_Other = 2; // -> changedChars;
|
|
sal_Int32 nLEV_Longer = 3; //! -> deletedChars;
|
|
sal_Int32 nLEV_Shorter = 1; //! -> insertedChars;
|
|
sal_Int32 nTransliterationFlags = 0;
|
|
//
|
|
sal_Int32 nSrchFlags = 0;
|
|
if (!bCaseSensitive)
|
|
{
|
|
nSrchFlags |= SearchFlags::ALL_IGNORE_CASE;
|
|
nTransliterationFlags |= TransliterationModules_IGNORE_CASE;
|
|
}
|
|
if ( bWordOnly)
|
|
nSrchFlags |= SearchFlags::NORM_WORD_ONLY;
|
|
if ( bLEV_Relaxed)
|
|
nSrchFlags |= SearchFlags::LEV_RELAXED;
|
|
if ( bSrchInSel)
|
|
nSrchFlags |= (SearchFlags::REG_NOT_BEGINOFLINE |
|
|
SearchFlags::REG_NOT_ENDOFLINE );
|
|
//
|
|
OUString sEmpty;
|
|
SearchOptions aSearchOpt(
|
|
SearchAlgorithms_ABSOLUTE, nSrchFlags,
|
|
sEmpty, sEmpty,
|
|
SvtSysLocale().GetLanguageTag().getLocale(),
|
|
nLEV_Other, nLEV_Longer, nLEV_Shorter,
|
|
nTransliterationFlags );
|
|
|
|
while( !rStrm.GetError() && !rStrm.IsEof() )
|
|
{
|
|
OString aRdLine;
|
|
rStrm.ReadLine( aRdLine );
|
|
|
|
// # -> comment
|
|
// ; -> delimiter between entries ->
|
|
// Format: TextToSearchFor;AlternativeString;PrimaryKey;SecondaryKey;CaseSensitive;WordOnly
|
|
// Leading and trailing blanks are ignored
|
|
if( !aRdLine.isEmpty() && '#' != aRdLine[0] )
|
|
{
|
|
OUString sLine(OStringToOUString(aRdLine, eChrSet));
|
|
|
|
sal_Int32 nTokenPos = 0;
|
|
OUString sToSelect( sLine.getToken(0, ';', nTokenPos ) );
|
|
if( !sToSelect.isEmpty() )
|
|
{
|
|
OUString sAlternative = sLine.getToken(0, ';', nTokenPos);
|
|
OUString sPrimary = sLine.getToken(0, ';', nTokenPos);
|
|
OUString sSecondary = sLine.getToken(0, ';', nTokenPos);
|
|
OUString sCase = sLine.getToken(0, ';', nTokenPos);
|
|
OUString sWordOnly = sLine.getToken(0, ';', nTokenPos);
|
|
|
|
//3.
|
|
bCaseSensitive = !sCase.isEmpty() && !comphelper::string::equals(sCase, cZero);
|
|
bWordOnly = !sWordOnly.isEmpty() && !comphelper::string::equals(sWordOnly, cZero);
|
|
//
|
|
if (!bCaseSensitive)
|
|
{
|
|
aSearchOpt.transliterateFlags |=
|
|
TransliterationModules_IGNORE_CASE;
|
|
}
|
|
else
|
|
{
|
|
aSearchOpt.transliterateFlags &=
|
|
~TransliterationModules_IGNORE_CASE;
|
|
}
|
|
if ( bWordOnly)
|
|
aSearchOpt.searchFlag |= SearchFlags::NORM_WORD_ONLY;
|
|
else
|
|
aSearchOpt.searchFlag &= ~SearchFlags::NORM_WORD_ONLY;
|
|
//
|
|
aSearchOpt.searchString = sToSelect;
|
|
|
|
KillPams();
|
|
sal_Bool bCancel;
|
|
|
|
// todo/mba: assuming that notes shouldn't be searched
|
|
sal_Bool bSearchInNotes = sal_False;
|
|
sal_uLong nRet = Find( aSearchOpt, bSearchInNotes, DOCPOS_START, DOCPOS_END, bCancel,
|
|
(FindRanges)(FND_IN_SELALL), sal_False );
|
|
|
|
if(nRet)
|
|
{
|
|
SwTOXMark* pTmpMark = new SwTOXMark(pTOXType);
|
|
if( !sPrimary.isEmpty() )
|
|
{
|
|
pTmpMark->SetPrimaryKey( sPrimary );
|
|
if( !sSecondary.isEmpty() )
|
|
pTmpMark->SetSecondaryKey( sSecondary );
|
|
}
|
|
if( !sAlternative.isEmpty() )
|
|
pTmpMark->SetAlternativeText(sAlternative);
|
|
pTmpMark->SetMainEntry(sal_False);
|
|
pTmpMark->SetAutoGenerated(sal_True);
|
|
//4.
|
|
SwEditShell::Insert(*pTmpMark);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
KillPams();
|
|
Pop(sal_False);
|
|
}
|
|
DoUndo(bDoesUndo);
|
|
EndAllAction();
|
|
}
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|