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
d4a99ec4
Kaydet (Commit)
d4a99ec4
authored
Nis 24, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cleanup. We don't need the broadcaster hint class anymore.
üst
1de32aec
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
37 deletions
+3
-37
editsrc.hxx
sc/inc/editsrc.hxx
+0
-15
textuno.hxx
sc/inc/textuno.hxx
+1
-2
AccessibleText.cxx
sc/source/ui/Accessibility/AccessibleText.cxx
+1
-1
editsrc.cxx
sc/source/ui/unoobj/editsrc.cxx
+0
-17
textuno.cxx
sc/source/ui/unoobj/textuno.cxx
+1
-2
No files found.
sc/inc/editsrc.hxx
Dosyayı görüntüle @
d4a99ec4
...
@@ -39,25 +39,10 @@ class ScEditEngineDefaulter;
...
@@ -39,25 +39,10 @@ class ScEditEngineDefaulter;
class
SvxEditEngineForwarder
;
class
SvxEditEngineForwarder
;
class
ScDocShell
;
class
ScDocShell
;
class
ScHeaderFooterContentObj
;
class
ScCellTextData
;
class
ScCellTextData
;
class
ScHeaderFooterTextData
;
class
ScHeaderFooterTextData
;
class
ScAccessibleTextData
;
class
ScAccessibleTextData
;
class
SdrObject
;
class
SdrObject
;
class
EditTextObject
;
class
ScHeaderFooterChangedHint
:
public
SfxHint
{
sal_uInt16
nPart
;
public
:
TYPEINFO
();
ScHeaderFooterChangedHint
(
sal_uInt16
nP
);
~
ScHeaderFooterChangedHint
();
sal_uInt16
GetPart
()
const
{
return
nPart
;
}
};
/**
/**
* ScHeaderFooterEditSource with local copy of ScHeaderFooterTextData is
* ScHeaderFooterEditSource with local copy of ScHeaderFooterTextData is
...
...
sc/inc/textuno.hxx
Dosyayı görüntüle @
d4a99ec4
...
@@ -127,8 +127,7 @@ private:
...
@@ -127,8 +127,7 @@ private:
sal_uInt16
nPart
;
sal_uInt16
nPart
;
ScEditEngineDefaulter
*
pEditEngine
;
ScEditEngineDefaulter
*
pEditEngine
;
SvxEditEngineForwarder
*
pForwarder
;
SvxEditEngineForwarder
*
pForwarder
;
sal_Bool
bDataValid
;
bool
bDataValid
;
sal_Bool
bInUpdate
;
public
:
public
:
ScHeaderFooterTextData
(
ScHeaderFooterTextData
(
...
...
sc/source/ui/Accessibility/AccessibleText.cxx
Dosyayı görüntüle @
d4a99ec4
...
@@ -1418,7 +1418,7 @@ SvxTextForwarder* ScAccessiblePreviewHeaderCellTextData::GetTextForwarder()
...
@@ -1418,7 +1418,7 @@ SvxTextForwarder* ScAccessiblePreviewHeaderCellTextData::GetTextForwarder()
pEditEngine
->
SetText
(
maText
);
pEditEngine
->
SetText
(
maText
);
}
}
bDataValid
=
sal_T
rue
;
bDataValid
=
t
rue
;
if
(
pEditEngine
)
if
(
pEditEngine
)
pEditEngine
->
SetNotifyHdl
(
LINK
(
this
,
ScAccessibleCellTextData
,
NotifyHdl
)
);
pEditEngine
->
SetNotifyHdl
(
LINK
(
this
,
ScAccessibleCellTextData
,
NotifyHdl
)
);
...
...
sc/source/ui/unoobj/editsrc.cxx
Dosyayı görüntüle @
d4a99ec4
...
@@ -50,23 +50,6 @@
...
@@ -50,23 +50,6 @@
#include "postit.hxx"
#include "postit.hxx"
#include "AccessibleText.hxx"
#include "AccessibleText.hxx"
//------------------------------------------------------------------------
TYPEINIT1
(
ScHeaderFooterChangedHint
,
SfxHint
);
ScHeaderFooterChangedHint
::
ScHeaderFooterChangedHint
(
sal_uInt16
nP
)
:
nPart
(
nP
)
{
}
ScHeaderFooterChangedHint
::~
ScHeaderFooterChangedHint
()
{
}
//------------------------------------------------------------------------
// each ScHeaderFooterEditSource object has its own ScHeaderFooterTextData
ScHeaderFooterEditSource
::
ScHeaderFooterEditSource
(
ScHeaderFooterTextData
*
pData
)
:
ScHeaderFooterEditSource
::
ScHeaderFooterEditSource
(
ScHeaderFooterTextData
*
pData
)
:
mpTextData
(
pData
)
{}
mpTextData
(
pData
)
{}
...
...
sc/source/ui/unoobj/textuno.cxx
Dosyayı görüntüle @
d4a99ec4
...
@@ -202,8 +202,7 @@ ScHeaderFooterTextData::ScHeaderFooterTextData(
...
@@ -202,8 +202,7 @@ ScHeaderFooterTextData::ScHeaderFooterTextData(
nPart
(
nP
),
nPart
(
nP
),
pEditEngine
(
NULL
),
pEditEngine
(
NULL
),
pForwarder
(
NULL
),
pForwarder
(
NULL
),
bDataValid
(
false
),
bDataValid
(
false
)
bInUpdate
(
false
)
{
{
rContentObj
.
acquire
();
// must not go away
rContentObj
.
acquire
();
// must not go away
}
}
...
...
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