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
b57eceb2
Kaydet (Commit)
b57eceb2
authored
Ara 16, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove unused Find1RefWindow variant
üst
4eb4514e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
18 deletions
+0
-18
scmod.hxx
sc/inc/scmod.hxx
+0
-1
scmod.cxx
sc/source/ui/app/scmod.cxx
+0
-16
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sc/inc/scmod.hxx
Dosyayı görüntüle @
b57eceb2
...
@@ -256,7 +256,6 @@ SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rO
...
@@ -256,7 +256,6 @@ SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rO
SC_DLLPUBLIC
sal_Bool
UnregisterRefWindow
(
sal_uInt16
nSlotId
,
Window
*
pWnd
);
SC_DLLPUBLIC
sal_Bool
UnregisterRefWindow
(
sal_uInt16
nSlotId
,
Window
*
pWnd
);
SC_DLLPUBLIC
sal_Bool
IsAliveRefDlg
(
sal_uInt16
nSlotId
,
Window
*
pWnd
);
SC_DLLPUBLIC
sal_Bool
IsAliveRefDlg
(
sal_uInt16
nSlotId
,
Window
*
pWnd
);
SC_DLLPUBLIC
Window
*
Find1RefWindow
(
sal_uInt16
nSlotId
,
Window
*
pWndAncestor
);
SC_DLLPUBLIC
Window
*
Find1RefWindow
(
sal_uInt16
nSlotId
,
Window
*
pWndAncestor
);
SC_DLLPUBLIC
Window
*
Find1RefWindow
(
Window
*
pWndAncestor
);
};
};
#define SC_MOD() ( *(ScModule**) GetAppData(SHL_CALC) )
#define SC_MOD() ( *(ScModule**) GetAppData(SHL_CALC) )
...
...
sc/source/ui/app/scmod.cxx
Dosyayı görüntüle @
b57eceb2
...
@@ -2201,20 +2201,4 @@ Window * ScModule::Find1RefWindow( sal_uInt16 nSlotId, Window *pWndAncestor )
...
@@ -2201,20 +2201,4 @@ Window * ScModule::Find1RefWindow( sal_uInt16 nSlotId, Window *pWndAncestor )
return
NULL
;
return
NULL
;
}
}
Window
*
ScModule
::
Find1RefWindow
(
Window
*
pWndAncestor
)
{
if
(
!
pWndAncestor
)
return
NULL
;
while
(
Window
*
pParent
=
pWndAncestor
->
GetParent
()
)
pWndAncestor
=
pParent
;
for
(
std
::
map
<
sal_uInt16
,
std
::
list
<
Window
*>
>::
iterator
i
=
m_mapRefWindow
.
begin
();
i
!=
m_mapRefWindow
.
end
();
++
i
)
for
(
std
::
list
<
Window
*>::
iterator
j
=
i
->
second
.
begin
();
j
!=
i
->
second
.
end
();
++
j
)
if
(
pWndAncestor
->
IsWindowOrChild
(
*
j
,
(
*
j
)
->
IsSystemWindow
()
)
)
return
*
j
;
return
NULL
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
unusedcode.easy
Dosyayı görüntüle @
b57eceb2
...
@@ -349,7 +349,6 @@ ScHorizontalValueIterator::GetCurNumFmtInfo(short&, unsigned long&)
...
@@ -349,7 +349,6 @@ ScHorizontalValueIterator::GetCurNumFmtInfo(short&, unsigned long&)
ScLeftFooterEditPage::GetRanges()
ScLeftFooterEditPage::GetRanges()
ScLeftHeaderEditPage::GetRanges()
ScLeftHeaderEditPage::GetRanges()
ScMatrix::CalcOffset(unsigned long, unsigned long) const
ScMatrix::CalcOffset(unsigned long, unsigned long) const
ScModule::Find1RefWindow(Window*)
ScMyCellInfo::ScMyCellInfo()
ScMyCellInfo::ScMyCellInfo()
ScMyStyleRanges::SetStylesToRanges(ScRangeList*, rtl::OUString const*, short, rtl::OUString const*, ScXMLImport&)
ScMyStyleRanges::SetStylesToRanges(ScRangeList*, rtl::OUString const*, short, rtl::OUString const*, ScXMLImport&)
ScMyStyleRanges::SetStylesToRanges(ScRangeListRef, rtl::OUString const*, short, rtl::OUString const*, ScXMLImport&)
ScMyStyleRanges::SetStylesToRanges(ScRangeListRef, rtl::OUString const*, short, rtl::OUString const*, ScXMLImport&)
...
...
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