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
b3a9e9c7
Kaydet (Commit)
b3a9e9c7
authored
Kas 09, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove some unused methods
üst
5dbd8286
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
69 deletions
+0
-69
optinet2.hxx
cui/source/options/optinet2.hxx
+0
-1
svdpntv.hxx
svx/inc/svx/svdpntv.hxx
+0
-2
svdpntv.cxx
svx/source/svdraw/svdpntv.cxx
+0
-5
inetoptions.hxx
unotools/inc/unotools/inetoptions.hxx
+0
-38
inetoptions.cxx
unotools/source/config/inetoptions.cxx
+0
-20
unusedcode.easy
unusedcode.easy
+0
-3
No files found.
cui/source/options/optinet2.hxx
Dosyayı görüntüle @
b3a9e9c7
...
@@ -46,7 +46,6 @@ class HeaderBar;
...
@@ -46,7 +46,6 @@ class HeaderBar;
#include <readonlyimage.hxx>
#include <readonlyimage.hxx>
class
SfxFilter
;
class
SfxFilter
;
class
SvtInetOptions
;
#ifndef SV_NODIALOG
#ifndef SV_NODIALOG
#define PROXY_CONTROLS 23
#define PROXY_CONTROLS 23
...
...
svx/inc/svx/svdpntv.hxx
Dosyayı görüntüle @
b3a9e9c7
...
@@ -563,8 +563,6 @@ public:
...
@@ -563,8 +563,6 @@ public:
sal_Bool
IsPrintPreview
()
const
{
return
bPrintPreview
;
}
sal_Bool
IsPrintPreview
()
const
{
return
bPrintPreview
;
}
void
SetPrintPreview
(
bool
bOn
=
true
)
{
bPrintPreview
=
bOn
;
}
void
SetPrintPreview
(
bool
bOn
=
true
)
{
bPrintPreview
=
bOn
;
}
const
svtools
::
ColorConfig
&
getColorConfig
()
const
;
virtual
void
onChangeColorConfig
();
virtual
void
onChangeColorConfig
();
// #103834# Set background color for svx at SdrPageViews
// #103834# Set background color for svx at SdrPageViews
...
...
svx/source/svdraw/svdpntv.cxx
Dosyayı görüntüle @
b3a9e9c7
...
@@ -1469,11 +1469,6 @@ void SdrPaintView::VisAreaChanged(const SdrPageWindow& /*rWindow*/)
...
@@ -1469,11 +1469,6 @@ void SdrPaintView::VisAreaChanged(const SdrPageWindow& /*rWindow*/)
Broadcast
(
SvxViewHint
(
SvxViewHint
::
SVX_HINT_VIEWCHANGED
));
Broadcast
(
SvxViewHint
(
SvxViewHint
::
SVX_HINT_VIEWCHANGED
));
}
}
const
svtools
::
ColorConfig
&
SdrPaintView
::
getColorConfig
()
const
{
return
maColorConfig
;
}
void
SdrPaintView
::
onChangeColorConfig
()
void
SdrPaintView
::
onChangeColorConfig
()
{
{
SetGridColor
(
Color
(
maColorConfig
.
GetColorValue
(
svtools
::
DRAWGRID
).
nColor
)
);
SetGridColor
(
Color
(
maColorConfig
.
GetColorValue
(
svtools
::
DRAWGRID
).
nColor
)
);
...
...
unotools/inc/unotools/inetoptions.hxx
Dosyayı görüntüle @
b3a9e9c7
...
@@ -43,10 +43,6 @@ namespace rtl { class OUString; }
...
@@ -43,10 +43,6 @@ namespace rtl { class OUString; }
//============================================================================
//============================================================================
/** The names of all the properties (options) accessible through
/** The names of all the properties (options) accessible through
SvtInetOptions.
SvtInetOptions.
@descr These names are used in the methods
SvtInetOptions::addPropertiesChangeListener() and
SvtInetOptions::removePropertiesChangeListener().
*/
*/
#define SVT_INET_OPTION_PROXY_NO_PROXY "Inet/Proxy/NoProxy"
#define SVT_INET_OPTION_PROXY_NO_PROXY "Inet/Proxy/NoProxy"
#define SVT_INET_OPTION_PROXY_TYPE "Inet/Proxy/Type"
#define SVT_INET_OPTION_PROXY_TYPE "Inet/Proxy/Type"
...
@@ -95,40 +91,6 @@ public:
...
@@ -95,40 +91,6 @@ public:
void
flush
();
void
flush
();
/** Add a listener on changes of certain properties (options).
@param rPropertyNames The names of the properties (options). If an
empty sequence is used, nothing is done.
@param rListener A listener. If the listener is already registered
on other properties, it continues to also get notifications about
changes of those properties. The
com::sun::star::beans::PropertyChangeEvents supplied to the listener
will have void OldValue and NewValue slots.
*/
void
addPropertiesChangeListener
(
com
::
sun
::
star
::
uno
::
Sequence
<
rtl
::
OUString
>
const
&
rPropertyNames
,
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XPropertiesChangeListener
>
const
&
rListener
);
/** Remove a listener on changes of certain properties (options).
@param rPropertyNames The names of the properties (options). If an
empty sequence is used, nothing is done.
@param rListener A listener. If the listener is still registered on
other properties, it continues to get notifications about changes of
those properties.
*/
void
removePropertiesChangeListener
(
com
::
sun
::
star
::
uno
::
Sequence
<
rtl
::
OUString
>
const
&
rPropertyNames
,
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XPropertiesChangeListener
>
const
&
rListener
);
private
:
private
:
class
Impl
;
class
Impl
;
...
...
unotools/source/config/inetoptions.cxx
Dosyayı görüntüle @
b3a9e9c7
...
@@ -530,24 +530,4 @@ void SvtInetOptions::flush()
...
@@ -530,24 +530,4 @@ void SvtInetOptions::flush()
m_pImpl
->
flush
();
m_pImpl
->
flush
();
}
}
//============================================================================
void
SvtInetOptions
::
addPropertiesChangeListener
(
star
::
uno
::
Sequence
<
rtl
::
OUString
>
const
&
rPropertyNames
,
star
::
uno
::
Reference
<
star
::
beans
::
XPropertiesChangeListener
>
const
&
rListener
)
{
m_pImpl
->
addPropertiesChangeListener
(
rPropertyNames
,
rListener
);
}
//============================================================================
void
SvtInetOptions
::
removePropertiesChangeListener
(
star
::
uno
::
Sequence
<
rtl
::
OUString
>
const
&
rPropertyNames
,
star
::
uno
::
Reference
<
star
::
beans
::
XPropertiesChangeListener
>
const
&
rListener
)
{
m_pImpl
->
removePropertiesChangeListener
(
rPropertyNames
,
rListener
);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
unusedcode.easy
Dosyayı görüntüle @
b3a9e9c7
...
@@ -556,7 +556,6 @@ SdrPaintView::PostPaint()
...
@@ -556,7 +556,6 @@ SdrPaintView::PostPaint()
SdrPaintView::SetAllLayersLocked(unsigned char)
SdrPaintView::SetAllLayersLocked(unsigned char)
SdrPaintView::SetAllLayersPrintable(unsigned char)
SdrPaintView::SetAllLayersPrintable(unsigned char)
SdrPaintView::SetAllLayersVisible(unsigned char)
SdrPaintView::SetAllLayersVisible(unsigned char)
SdrPaintView::getColorConfig() const
SdrPaintWindow::HideOverlay(Region const&)
SdrPaintWindow::HideOverlay(Region const&)
SdrPolyEditView::ShutMarkedObjects()
SdrPolyEditView::ShutMarkedObjects()
SdrSnapView::SnapRect(Rectangle const&, SdrPageView const*, long&, long&) const
SdrSnapView::SnapRect(Rectangle const&, SdrPageView const*, long&, long&) const
...
@@ -813,8 +812,6 @@ SvtIconChoiceCtrl::InsertEntry(unsigned long, Point const*, unsigned short)
...
@@ -813,8 +812,6 @@ SvtIconChoiceCtrl::InsertEntry(unsigned long, Point const*, unsigned short)
SvtIconChoiceCtrl::SetUpdateMode(unsigned char)
SvtIconChoiceCtrl::SetUpdateMode(unsigned char)
SvtIconChoiceCtrl::SvtIconChoiceCtrl(Window*, ResId const&)
SvtIconChoiceCtrl::SvtIconChoiceCtrl(Window*, ResId const&)
SvtIconWindow_Impl::GetSelectedIconText() const
SvtIconWindow_Impl::GetSelectedIconText() const
SvtInetOptions::addPropertiesChangeListener(com::sun::star::uno::Sequence<rtl::OUString> const&, com::sun::star::uno::Reference<com::sun::star::beans::XPropertiesChangeListener> const&)
SvtInetOptions::removePropertiesChangeListener(com::sun::star::uno::Sequence<rtl::OUString> const&, com::sun::star::uno::Reference<com::sun::star::beans::XPropertiesChangeListener> const&)
SvtInternalOptions::CrashMailEnabled() const
SvtInternalOptions::CrashMailEnabled() const
SvtInternalOptions::IsRemoveMenuEntryBackToWebtop() const
SvtInternalOptions::IsRemoveMenuEntryBackToWebtop() const
SvtInternalOptions::IsRemoveMenuEntryClose() const
SvtInternalOptions::IsRemoveMenuEntryClose() const
...
...
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