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
a0183e89
Kaydet (Commit)
a0183e89
authored
Mar 05, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update unused code
Change-Id: I81b6f8af2b5c539b7adb507e787497b5ed51fa39
üst
4acffa65
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
76 deletions
+4
-76
Section.cxx
reportdesign/source/core/api/Section.cxx
+0
-19
Section.hxx
reportdesign/source/core/inc/Section.hxx
+0
-3
tabview.hxx
sc/source/ui/inc/tabview.hxx
+0
-1
tabview.cxx
sc/source/ui/view/tabview.cxx
+0
-42
unusedcode.easy
unusedcode.easy
+4
-1
salgdi.h
vcl/inc/unx/salgdi.h
+0
-4
salgdi2.cxx
vcl/unx/generic/gdi/salgdi2.cxx
+0
-6
No files found.
reportdesign/source/core/api/Section.cxx
Dosyayı görüntüle @
a0183e89
...
@@ -516,25 +516,6 @@ void SAL_CALL OSection::removeVetoableChangeListener( const OUString& PropertyNa
...
@@ -516,25 +516,6 @@ void SAL_CALL OSection::removeVetoableChangeListener( const OUString& PropertyNa
SectionPropertySet
::
removeVetoableChangeListener
(
PropertyName
,
aListener
);
SectionPropertySet
::
removeVetoableChangeListener
(
PropertyName
,
aListener
);
}
}
void
OSection
::
lcl_copySection
(
const
uno
::
Reference
<
report
::
XSection
>&
_xSource
,
uno
::
Reference
<
report
::
XSection
>&
_xDest
)
{
if
(
_xSource
.
is
()
)
{
::
comphelper
::
copyProperties
(
_xSource
.
get
(),
_xDest
.
get
());
sal_Int32
nCount
=
_xSource
->
getCount
();
for
(
sal_Int32
i
=
0
;
i
!=
nCount
;
++
i
)
{
uno
::
Reference
<
util
::
XCloneable
>
xClone
(
_xSource
->
getByIndex
(
i
),
uno
::
UNO_QUERY
);
OSL_ENSURE
(
xClone
.
is
(),
"No XCloneable interface found!"
);
if
(
xClone
.
is
()
)
{
uno
::
Reference
<
drawing
::
XShape
>
xShape
(
xClone
->
createClone
(),
uno
::
UNO_QUERY
);
_xDest
->
add
(
xShape
);
}
}
}
}
void
SAL_CALL
OSection
::
add
(
const
uno
::
Reference
<
drawing
::
XShape
>&
xShape
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
void
SAL_CALL
OSection
::
add
(
const
uno
::
Reference
<
drawing
::
XShape
>&
xShape
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
{
{
...
...
reportdesign/source/core/inc/Section.hxx
Dosyayı görüntüle @
a0183e89
...
@@ -228,9 +228,6 @@ namespace reportdesign
...
@@ -228,9 +228,6 @@ namespace reportdesign
static
OSection
*
getImplementation
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>&
_rxComponent
);
static
OSection
*
getImplementation
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>&
_rxComponent
);
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
getUnoTunnelImplementationId
();
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
getUnoTunnelImplementationId
();
static
void
lcl_copySection
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
report
::
XSection
>&
_xSource
,
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
report
::
XSection
>&
_xDest
);
void
notifyElementAdded
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
);
void
notifyElementAdded
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
);
void
notifyElementRemoved
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
);
void
notifyElementRemoved
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
);
};
};
...
...
sc/source/ui/inc/tabview.hxx
Dosyayı görüntüle @
a0183e89
...
@@ -496,7 +496,6 @@ public:
...
@@ -496,7 +496,6 @@ public:
Point
GetMousePosPixel
();
Point
GetMousePosPixel
();
void
SnapSplitPos
(
Point
&
rScreenPosPixel
);
void
FreezeSplitters
(
bool
bFreeze
);
void
FreezeSplitters
(
bool
bFreeze
);
void
RemoveSplit
();
void
RemoveSplit
();
void
SplitAtCursor
();
void
SplitAtCursor
();
...
...
sc/source/ui/view/tabview.cxx
Dosyayı görüntüle @
a0183e89
...
@@ -1962,48 +1962,6 @@ bool lcl_MouseIsOverWin( const Point& rScreenPosPixel, vcl::Window* pWin )
...
@@ -1962,48 +1962,6 @@ bool lcl_MouseIsOverWin( const Point& rScreenPosPixel, vcl::Window* pWin )
}
// anonymous namespace
}
// anonymous namespace
void
ScTabView
::
SnapSplitPos
(
Point
&
rScreenPosPixel
)
{
bool
bOverWin
=
false
;
sal_uInt16
i
;
for
(
i
=
0
;
i
<
4
;
i
++
)
if
(
lcl_MouseIsOverWin
(
rScreenPosPixel
,
pGridWin
[
i
]))
bOverWin
=
true
;
if
(
!
bOverWin
)
return
;
// don't snap to cells if the scale will be modified afterwards
if
(
GetZoomType
()
!=
SVX_ZOOM_PERCENT
)
return
;
ScSplitPos
ePos
=
SC_SPLIT_BOTTOMLEFT
;
if
(
aViewData
.
GetVSplitMode
()
!=
SC_SPLIT_NONE
)
ePos
=
SC_SPLIT_TOPLEFT
;
vcl
::
Window
*
pWin
=
pGridWin
[
ePos
];
if
(
!
pWin
)
{
OSL_FAIL
(
"Window NULL"
);
return
;
}
Point
aMouse
=
pWin
->
NormalizedScreenToOutputPixel
(
rScreenPosPixel
);
SCsCOL
nPosX
;
SCsROW
nPosY
;
// bNextIfLarge=FALSE: nicht auf naechste Zelle, wenn ausserhalb des Fensters
aViewData
.
GetPosFromPixel
(
aMouse
.
X
(),
aMouse
.
Y
(),
ePos
,
nPosX
,
nPosY
,
true
,
false
,
false
);
bool
bLeft
;
bool
bTop
;
aViewData
.
GetMouseQuadrant
(
aMouse
,
ePos
,
nPosX
,
nPosY
,
bLeft
,
bTop
);
if
(
!
bLeft
)
++
nPosX
;
if
(
!
bTop
)
++
nPosY
;
aMouse
=
aViewData
.
GetScrPos
(
static_cast
<
SCCOL
>
(
nPosX
),
static_cast
<
SCROW
>
(
nPosY
),
ePos
,
true
);
rScreenPosPixel
=
pWin
->
OutputToNormalizedScreenPixel
(
aMouse
);
}
void
ScTabView
::
FreezeSplitters
(
bool
bFreeze
)
void
ScTabView
::
FreezeSplitters
(
bool
bFreeze
)
{
{
ScSplitMode
eOldH
=
aViewData
.
GetHSplitMode
();
ScSplitMode
eOldH
=
aViewData
.
GetHSplitMode
();
...
...
unusedcode.easy
Dosyayı görüntüle @
a0183e89
...
@@ -19,6 +19,7 @@ Primitive2dXmlDump::filterActionType(unsigned short, bool)
...
@@ -19,6 +19,7 @@ Primitive2dXmlDump::filterActionType(unsigned short, bool)
Primitive2dXmlDump::filterAllActionTypes()
Primitive2dXmlDump::filterAllActionTypes()
Printer::Error()
Printer::Error()
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
ScBroadcastAreaSlot::AreaBroadcastInRange(ScRange const&, ScHint const&)
ScCellValue::set(ScRefCellValue const&)
ScCellValue::set(ScRefCellValue const&)
ScCondFormatManagerDlg::IsInRefMode() const
ScCondFormatManagerDlg::IsInRefMode() const
ScDocument::CreateFormatTable() const
ScDocument::CreateFormatTable() const
...
@@ -54,7 +55,6 @@ Test::testPerf()
...
@@ -54,7 +55,6 @@ Test::testPerf()
Test::testSharedFormulaMoveBlock()
Test::testSharedFormulaMoveBlock()
ToolBox::UserDraw(UserDrawEvent const&)
ToolBox::UserDraw(UserDrawEvent const&)
UnxPluginComm::NPP_GetMIMEDescription()
UnxPluginComm::NPP_GetMIMEDescription()
X11SalGraphics::drawAlphaBitmap(SalTwoRect const&, SalBitmap const&)
XclXmlUtils::ToOString(XclRange const&)
XclXmlUtils::ToOString(XclRange const&)
XmlTestTools::parseXml(utl::TempFile&)
XmlTestTools::parseXml(utl::TempFile&)
apitest::CellProperties::testRotateReference()
apitest::CellProperties::testRotateReference()
...
@@ -197,6 +197,9 @@ dbaui::OQueryViewSwitch::setReadOnly(bool)
...
@@ -197,6 +197,9 @@ dbaui::OQueryViewSwitch::setReadOnly(bool)
dbaui::OTableRowView::SetUpdatable(bool)
dbaui::OTableRowView::SetUpdatable(bool)
dbaui::OTableWindowAccess::isEditable() const
dbaui::OTableWindowAccess::isEditable() const
dp_registry::backend::RegisteredDb::getEntry(rtl::OUString const&)
dp_registry::backend::RegisteredDb::getEntry(rtl::OUString const&)
frm::ORichTextModel::Create(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&)
frm::OScrollBarModel::Create(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&)
frm::OSpinButtonModel::Create(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&)
oglcanvas::CanvasHelper::flush() const
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::drawingml::TextListStyle::dump() const
oox::drawingml::TextListStyle::dump() const
...
...
vcl/inc/unx/salgdi.h
Dosyayı görüntüle @
a0183e89
...
@@ -250,10 +250,6 @@ public:
...
@@ -250,10 +250,6 @@ public:
const
SalBitmap
&
rSourceBitmap
,
const
SalBitmap
&
rSourceBitmap
,
const
SalBitmap
&
rAlphaBitmap
)
SAL_OVERRIDE
;
const
SalBitmap
&
rAlphaBitmap
)
SAL_OVERRIDE
;
bool
drawAlphaBitmap
(
const
SalTwoRect
&
,
const
SalBitmap
&
rBitmap
);
virtual
bool
drawTransformedBitmap
(
virtual
bool
drawTransformedBitmap
(
const
basegfx
::
B2DPoint
&
rNull
,
const
basegfx
::
B2DPoint
&
rNull
,
const
basegfx
::
B2DPoint
&
rX
,
const
basegfx
::
B2DPoint
&
rX
,
...
...
vcl/unx/generic/gdi/salgdi2.cxx
Dosyayı görüntüle @
a0183e89
...
@@ -193,12 +193,6 @@ bool X11SalGraphics::drawAlphaBitmap( const SalTwoRect& rTR,
...
@@ -193,12 +193,6 @@ bool X11SalGraphics::drawAlphaBitmap( const SalTwoRect& rTR,
return
mxImpl
->
drawAlphaBitmap
(
rTR
,
rSrcBitmap
,
rAlphaBmp
);
return
mxImpl
->
drawAlphaBitmap
(
rTR
,
rSrcBitmap
,
rAlphaBmp
);
}
}
bool
X11SalGraphics
::
drawAlphaBitmap
(
const
SalTwoRect
&
rTR
,
const
SalBitmap
&
rBitmap
)
{
return
mxImpl
->
drawAlphaBitmap
(
rTR
,
rBitmap
);
}
bool
X11SalGraphics
::
drawTransformedBitmap
(
bool
X11SalGraphics
::
drawTransformedBitmap
(
const
basegfx
::
B2DPoint
&
rNull
,
const
basegfx
::
B2DPoint
&
rNull
,
const
basegfx
::
B2DPoint
&
rX
,
const
basegfx
::
B2DPoint
&
rX
,
...
...
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