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
9c0f8fed
Kaydet (Commit)
9c0f8fed
authored
Agu 11, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: some unused code
üst
3bc03cd0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
28 deletions
+0
-28
docrecovery.cxx
svx/source/dialog/docrecovery.cxx
+0
-11
frmsel.cxx
svx/source/dialog/frmsel.cxx
+0
-5
docrecovery.hxx
svx/source/inc/docrecovery.hxx
+0
-8
frmselimpl.hxx
svx/source/inc/frmselimpl.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-3
No files found.
svx/source/dialog/docrecovery.cxx
Dosyayı görüntüle @
9c0f8fed
...
...
@@ -673,12 +673,6 @@ PluginProgress::~PluginProgress()
{
}
//===============================================
Window
*
PluginProgress
::
getPlugWindow
()
{
return
m_pPlugProgressWindow
;
}
//===============================================
void
SAL_CALL
PluginProgress
::
dispose
()
throw
(
css
::
uno
::
RuntimeException
)
...
...
@@ -1416,11 +1410,6 @@ IMPL_LINK( RecoveryDialog, CancelButtonHdl, void*, EMPTYARG )
return
0
;
}
//===============================================
void
RecoveryDialog
::
impl_refreshDocList
()
{
}
//===============================================
String
RecoveryDialog
::
impl_getStatusString
(
const
TURLInfo
&
rInfo
)
const
{
...
...
svx/source/dialog/frmsel.cxx
Dosyayı görüntüle @
9c0f8fed
...
...
@@ -199,11 +199,6 @@ bool FrameBorder::ContainsClickPoint( const Point& rPos ) const
return
Region
(
maClickArea
).
IsInside
(
rPos
);
}
void
FrameBorder
::
MergeClickAreaToPolyPolygon
(
PolyPolygon
&
rPPoly
)
const
{
lclPolyPolyUnion
(
rPPoly
,
maClickArea
);
}
Rectangle
FrameBorder
::
GetClickBoundRect
()
const
{
return
maClickArea
.
GetBoundRect
();
...
...
svx/source/inc/docrecovery.hxx
Dosyayı görüntüle @
9c0f8fed
...
...
@@ -369,10 +369,6 @@ class PluginProgress : public ::cppu::WeakImplHelper2< css::task::XStatusIndicat
/** @short TODO */
virtual
~
PluginProgress
();
//---------------------------------------
/** @short TODO */
Window
*
getPlugWindow
();
//-------------------------------------------
// uno interface
public
:
...
...
@@ -716,10 +712,6 @@ class RecoveryDialog : public IExtendedTabPage
DECL_LINK
(
NextButtonHdl
,
void
*
);
DECL_LINK
(
CancelButtonHdl
,
void
*
);
//---------------------------------------
/** @short TODO */
void
impl_refreshDocList
();
//---------------------------------------
/** @short TODO */
String
impl_getStatusString
(
const
TURLInfo
&
rInfo
)
const
;
...
...
svx/source/inc/frmselimpl.hxx
Dosyayı görüntüle @
9c0f8fed
...
...
@@ -72,7 +72,6 @@ public:
inline
void
ClearClickArea
()
{
maClickArea
.
Clear
();
}
void
AddClickRect
(
const
Rectangle
&
rRect
);
bool
ContainsClickPoint
(
const
Point
&
rPos
)
const
;
void
MergeClickAreaToPolyPolygon
(
PolyPolygon
&
rPPoly
)
const
;
Rectangle
GetClickBoundRect
()
const
;
void
SetKeyboardNeighbors
(
...
...
unusedcode.easy
Dosyayı görüntüle @
9c0f8fed
...
...
@@ -3815,12 +3815,9 @@ svx::DialControl::DialControl(Window*, Size const&, long)
svx::DialControl::GetLinkedField() const
svx::DialControl::GetModifyHdl() const
svx::DialControl::SetModifyHdl(Link const&)
svx::DocRecovery::PluginProgress::getPlugWindow()
svx::DocRecovery::RecoveryDialog::impl_refreshDocList()
svx::FontWorkGalleryDialog::changeText(SdrTextObj*)
svx::FormControllerHelper::moveLeft() const
svx::FormControllerHelper::moveRight() const
svx::FrameBorder::MergeClickAreaToPolyPolygon(PolyPolygon&) const
svx::FrameDirectionListBox::FrameDirectionListBox(Window*, long)
svx::NamespaceMap_createInstance(unsigned short*, SfxItemPool*, SfxItemPool*)
svx::OComponentTransferable::extractComponentDescriptor(TransferableDataHelper const&, unsigned char, rtl::OUString&, com::sun::star::uno::Reference<com::sun::star::ucb::XContent>&)
...
...
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