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
f630705f
Kaydet (Commit)
f630705f
authored
Haz 01, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update unusedcode
Change-Id: I73ff045699113778892db6a534433a70e0e9c8e1
üst
cec90913
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
19 deletions
+0
-19
svmedit2.hxx
include/svtools/svmedit2.hxx
+0
-1
imgctrl.hxx
include/vcl/imgctrl.hxx
+0
-1
svmedit2.cxx
svtools/source/edit/svmedit2.cxx
+0
-7
unusedcode.easy
unusedcode.easy
+0
-4
imgctrl.cxx
vcl/source/control/imgctrl.cxx
+0
-6
No files found.
include/svtools/svmedit2.hxx
Dosyayı görüntüle @
f630705f
...
...
@@ -28,7 +28,6 @@ class SVT_DLLPUBLIC ExtMultiLineEdit : public MultiLineEdit
{
public
:
ExtMultiLineEdit
(
Window
*
pParent
,
WinBits
nWinStyle
=
WB_LEFT
|
WB_BORDER
);
ExtMultiLineEdit
(
Window
*
pParent
,
const
ResId
&
rResId
);
virtual
~
ExtMultiLineEdit
();
// methods of TextView
...
...
include/vcl/imgctrl.hxx
Dosyayı görüntüle @
f630705f
...
...
@@ -36,7 +36,6 @@ private:
public
:
ImageControl
(
Window
*
pParent
,
WinBits
nStyle
=
0
);
ImageControl
(
Window
*
pParent
,
const
ResId
&
rResId
);
// set/get the scale mode. This is one of the css.awt.ImageScaleMode constants
void
SetScaleMode
(
const
::
sal_Int16
_nMode
);
...
...
svtools/source/edit/svmedit2.cxx
Dosyayı görüntüle @
f630705f
...
...
@@ -28,13 +28,6 @@ ExtMultiLineEdit::ExtMultiLineEdit( Window* pParent, WinBits nWinStyle ) :
{
}
ExtMultiLineEdit
::
ExtMultiLineEdit
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
MultiLineEdit
(
pParent
,
rResId
)
{
}
ExtMultiLineEdit
::~
ExtMultiLineEdit
()
{
}
...
...
unusedcode.easy
Dosyayı görüntüle @
f630705f
...
...
@@ -181,10 +181,6 @@ basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon c
canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&)
chart::ChartTypeUnoDlg::Create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)
chart::ShapeToolbarController::create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)
chart::opengl3D::OpenGL3DRenderer::GetTime()
chart::opengl3D::OpenGL3DRenderer::RenderClickPos(Point)
chart::opengl3D::OpenGL3DRenderer::RenderFPS(float)
chart::opengl3D::OpenGL3DRenderer::RenderTexture(unsigned int)
chart::opengl3D::Text::getSize() const
comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const
comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const
...
...
vcl/source/control/imgctrl.cxx
Dosyayı görüntüle @
f630705f
...
...
@@ -31,12 +31,6 @@ ImageControl::ImageControl( Window* pParent, WinBits nStyle )
{
}
ImageControl
::
ImageControl
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
FixedImage
(
pParent
,
rResId
)
,
mnScaleMode
(
ImageScaleMode
::
ANISOTROPIC
)
{
}
void
ImageControl
::
SetScaleMode
(
const
::
sal_Int16
_nMode
)
{
if
(
_nMode
!=
mnScaleMode
)
...
...
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