Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3cbbdedd
Kaydet (Commit)
3cbbdedd
authored
Eyl 03, 2011
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removed dead code
üst
6e8fb811
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
21 deletions
+0
-21
IDocumentRedlineAccess.hxx
sw/inc/IDocumentRedlineAccess.hxx
+0
-1
docedt.cxx
sw/source/core/doc/docedt.cxx
+0
-1
docundo.cxx
sw/source/core/undo/docundo.cxx
+0
-2
undobj.cxx
sw/source/core/undo/undobj.cxx
+0
-1
unredln.cxx
sw/source/core/undo/unredln.cxx
+0
-12
view2.cxx
sw/source/ui/uiview/view2.cxx
+0
-4
No files found.
sw/inc/IDocumentRedlineAccess.hxx
Dosyayı görüntüle @
3cbbdedd
...
...
@@ -83,7 +83,6 @@ namespace nsRedlineType_t
// When larger than 128, flags can be inserted.
const
RedlineType_t
REDLINE_NO_FLAG_MASK
=
0x7F
;
//const RedlineType_t REDLINE_FLAG_MASK = 0xFF80;
const
RedlineType_t
REDLINE_FORM_AUTOFMT
=
0x80
;
// Can be a flag in RedlineType.
}
...
...
sw/source/core/doc/docedt.cxx
Dosyayı görüntüle @
3cbbdedd
...
...
@@ -1860,7 +1860,6 @@ uno::Any SwDoc::Spell( SwPaM& rPaM,
uno
::
Reference
<
beans
::
XPropertySet
>
xProp
(
::
GetLinguPropertySet
()
);
SwSpellArgs
*
pSpellArgs
=
0
;
//SwConversionArgs *pConvArgs = 0;
if
(
pConvArgs
)
{
pConvArgs
->
SetStart
(
pSttPos
->
nNode
.
GetNode
().
GetTxtNode
(),
pSttPos
->
nContent
);
...
...
sw/source/core/undo/docundo.cxx
Dosyayı görüntüle @
3cbbdedd
...
...
@@ -50,8 +50,6 @@
#include <unobaseclass.hxx>
#include <limits>
#include <limits>
using
namespace
::
com
::
sun
::
star
;
...
...
sw/source/core/undo/undobj.cxx
Dosyayı görüntüle @
3cbbdedd
...
...
@@ -289,7 +289,6 @@ void SwUndo::RepeatImpl( ::sw::RepeatContext & )
bool
SwUndo
::
CanRepeatImpl
(
::
sw
::
RepeatContext
&
)
const
{
// return false;
return
((
REPEAT_START
<=
GetId
())
&&
(
GetId
()
<
REPEAT_END
));
}
...
...
sw/source/core/undo/unredln.cxx
Dosyayı görüntüle @
3cbbdedd
...
...
@@ -498,13 +498,6 @@ void SwUndoCompDoc::RedoImpl(::sw::UndoRedoContext & rContext)
SwRedline
*
pTmp
=
new
SwRedline
(
*
pRedlData
,
*
pPam
);
((
SwRedlineTbl
&
)
pDoc
->
GetRedlineTbl
()).
Insert
(
pTmp
);
pTmp
->
InvalidateRange
();
/*
SwRedlineMode eOld = pDoc->GetRedlineMode();
pDoc->SetRedlineMode_intern( eOld & ~REDLINE_IGNORE );
pDoc->AppendRedline( new SwRedline( *pRedlData, *pPam ));
pDoc->SetRedlineMode_intern( eOld );
*/
}
else
if
(
!
(
nsRedlineMode_t
::
REDLINE_IGNORE
&
GetRedlineMode
()
)
&&
pDoc
->
GetRedlineTbl
().
Count
()
)
...
...
@@ -512,9 +505,6 @@ void SwUndoCompDoc::RedoImpl(::sw::UndoRedoContext & rContext)
}
else
{
// SwRedlineMode eOld = pDoc->GetRedlineMode();
// pDoc->SetRedlineMode_intern( ( eOld & ~REDLINE_IGNORE) | REDLINE_ON );
if
(
pUnDel2
)
{
pUnDel2
->
UndoImpl
(
rContext
);
...
...
@@ -529,8 +519,6 @@ void SwUndoCompDoc::RedoImpl(::sw::UndoRedoContext & rContext)
((
SwRedlineTbl
&
)
pDoc
->
GetRedlineTbl
()).
Insert
(
pTmp
);
if
(
pTmp
)
// #i19649#
pTmp
->
InvalidateRange
();
// pDoc->SetRedlineMode_intern( eOld );
}
SetPaM
(
*
pPam
,
true
);
...
...
sw/source/ui/uiview/view2.cxx
Dosyayı görüntüle @
3cbbdedd
...
...
@@ -256,10 +256,6 @@ int SwView::InsertGraphic( const String &rPath, const String &rFilter,
sal_Bool
SwView
::
InsertGraphicDlg
(
SfxRequest
&
rReq
)
{
#ifndef ENABLE_PROP_WITHOUTLINK
#define ENABLE_PROP_WITHOUTLINK 0x08
#endif
sal_Bool
bReturn
=
sal_False
;
SwDocShell
*
pDocShell
=
GetDocShell
();
sal_uInt16
nHtmlMode
=
::
GetHtmlMode
(
pDocShell
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment