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
9f01ba1b
Kaydet (Commit)
9f01ba1b
authored
Agu 20, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i#107771: sw: burn, UnoCallBack, burn!
Change-Id: Ifdb6d4b2e404bd160e6fcec3229691e750bdf698
üst
bd6f0559
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
22 deletions
+0
-22
doc.hxx
sw/inc/doc.hxx
+0
-4
docnew.cxx
sw/source/core/doc/docnew.cxx
+0
-2
nodes.cxx
sw/source/core/docnode/nodes.cxx
+0
-9
thints.cxx
sw/source/core/txtnode/thints.cxx
+0
-7
No files found.
sw/inc/doc.hxx
Dosyayı görüntüle @
9f01ba1b
...
...
@@ -346,7 +346,6 @@ class SW_DLLPUBLIC SwDoc :
SwLayoutCache
*
mpLayoutCache
;
/**< Layout cache to read and save with the
document for a faster formatting */
SwModify
*
mpUnoCallBack
;
IGrammarContact
*
mpGrammarContact
;
//< for grammar checking in paragraphs during editing
// table of forbidden characters of this document
...
...
@@ -1562,9 +1561,6 @@ public:
*/
bool
ContainsHiddenChars
()
const
;
// call back for API wrapper
SwModify
*
GetUnoCallBack
()
const
{
return
mpUnoCallBack
;
}
IGrammarContact
*
getGrammarContact
()
const
{
return
mpGrammarContact
;
}
/** Marks/Unmarks a list level of a certain list
...
...
sw/source/core/doc/docnew.cxx
Dosyayı görüntüle @
9f01ba1b
...
...
@@ -254,7 +254,6 @@ SwDoc::SwDoc()
mpExtInputRing
(
0
),
mpStyleAccess
(
0
),
mpLayoutCache
(
0
),
mpUnoCallBack
(
new
SwModify
(
0
)),
mpGrammarContact
(
createGrammarContact
()),
m_pXmlIdRegistry
(),
mReferenceCount
(
0
),
...
...
@@ -446,7 +445,6 @@ SwDoc::~SwDoc()
getIDocumentTimerAccess
().
StopIdling
();
// stop idle timer
delete
mpUnoCallBack
,
mpUnoCallBack
=
0
;
delete
mpURLStateChgd
;
// Deactivate Undo notification from Draw
...
...
sw/source/core/docnode/nodes.cxx
Dosyayı görüntüle @
9f01ba1b
...
...
@@ -263,7 +263,6 @@ void SwNodes::ChgNode( SwNodeIndex& rDelPos, sal_uLong nSz,
GetDoc
()
->
GetIDocumentUndoRedo
().
IsUndoNodes
(
rNds
);
for
(
size_t
i
=
pHts
->
Count
();
i
;
)
{
sal_uInt16
nDelMsg
=
0
;
SwTxtAttr
*
const
pAttr
=
pHts
->
GetTextHint
(
--
i
);
switch
(
pAttr
->
Which
()
)
{
...
...
@@ -325,14 +324,6 @@ void SwNodes::ChgNode( SwNodeIndex& rDelPos, sal_uLong nSz,
default
:
break
;
}
if
(
nDelMsg
&&
bToUndo
)
{
SwPtrMsgPoolItem
aMsgHint
(
nDelMsg
,
(
void
*
)
&
pAttr
->
GetAttr
()
);
rNds
.
GetDoc
()
->
GetUnoCallBack
()
->
ModifyNotification
(
&
aMsgHint
,
&
aMsgHint
);
}
}
}
//FEATURE::CONDCOLL
...
...
sw/source/core/txtnode/thints.cxx
Dosyayı görüntüle @
9f01ba1b
...
...
@@ -1114,7 +1114,6 @@ void SwTxtNode::DestroyAttr( SwTxtAttr* pAttr )
{
// einige Sachen muessen vorm Loeschen der "Format-Attribute" erfolgen
SwDoc
*
pDoc
=
GetDoc
();
sal_uInt16
nDelMsg
=
0
;
switch
(
pAttr
->
Which
()
)
{
case
RES_TXTATR_FLYCNT
:
...
...
@@ -1198,12 +1197,6 @@ void SwTxtNode::DestroyAttr( SwTxtAttr* pAttr )
break
;
}
if
(
nDelMsg
&&
!
pDoc
->
IsInDtor
()
&&
GetNodes
().
IsDocNodes
()
)
{
SwPtrMsgPoolItem
aMsgHint
(
nDelMsg
,
(
void
*
)
&
pAttr
->
GetAttr
()
);
pDoc
->
GetUnoCallBack
()
->
ModifyNotification
(
&
aMsgHint
,
&
aMsgHint
);
}
SwTxtAttr
::
Destroy
(
pAttr
,
pDoc
->
GetAttrPool
()
);
}
}
...
...
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