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
d41b8ac9
Kaydet (Commit)
d41b8ac9
authored
Şub 02, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: shave off a few more
Change-Id: Ie48cf7f89c8c826e56409c2493e1e1250086f10a
üst
fbf7b31f
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
0 additions
and
101 deletions
+0
-101
sbxmod.cxx
basic/source/classes/sbxmod.cxx
+0
-5
sdrcelldlg.cxx
cui/source/dialogs/sdrcelldlg.cxx
+0
-4
sdrcelldlg.hxx
cui/source/inc/sdrcelldlg.hxx
+0
-3
sbmod.hxx
include/basic/sbmod.hxx
+0
-1
attrib.hxx
sc/inc/attrib.hxx
+0
-4
grouparealistener.hxx
sc/inc/grouparealistener.hxx
+0
-2
attrib.cxx
sc/source/core/data/attrib.cxx
+0
-20
grouparealistener.cxx
sc/source/core/tool/grouparealistener.cxx
+0
-10
uiitems.cxx
sc/source/ui/app/uiitems.cxx
+0
-20
docsh2.cxx
sc/source/ui/docshell/docsh2.cxx
+0
-8
docsh.hxx
sc/source/ui/inc/docsh.hxx
+0
-4
uiitems.hxx
sc/source/ui/inc/uiitems.hxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-15
No files found.
basic/source/classes/sbxmod.cxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -871,11 +871,6 @@ void SbModule::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
// The setting of the source makes the image invalid
// and scans the method definitions newly in
void
SbModule
::
SetSource
(
const
OUString
&
r
)
{
SetSource32
(
r
);
}
void
SbModule
::
SetSource32
(
const
OUString
&
r
)
{
// Default basic mode to library container mode, but.. allow Option VBASupport 0/1 override
...
...
cui/source/dialogs/sdrcelldlg.cxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -66,8 +66,4 @@ void SvxFormatCellsDialog::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
SfxTabDialog
::
PageCreated
(
nId
,
rPage
);
}
void
SvxFormatCellsDialog
::
Apply
()
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
cui/source/inc/sdrcelldlg.hxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -38,9 +38,6 @@ private:
sal_uInt16
m_nAreaPageId
;
sal_uInt16
m_nBorderPageId
;
protected
:
void
Apply
();
public
:
SvxFormatCellsDialog
(
vcl
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
,
SdrModel
*
pModel
);
...
...
include/basic/sbmod.hxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -105,7 +105,6 @@ public:
const
OUString
&
GetSource
()
const
;
const
OUString
&
GetSource32
()
const
{
return
aOUSource
;}
const
OUString
&
GetComment
()
const
{
return
aComment
;
}
void
SetSource
(
const
OUString
&
r
);
void
SetSource32
(
const
OUString
&
r
);
bool
Compile
();
...
...
sc/inc/attrib.hxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -56,8 +56,6 @@ public:
ScMergeAttr
(
const
ScMergeAttr
&
);
virtual
~
ScMergeAttr
();
OUString
GetValueText
()
const
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
SAL_OVERRIDE
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
0
)
const
SAL_OVERRIDE
;
virtual
SfxPoolItem
*
Create
(
SvStream
&
rStream
,
sal_uInt16
nVer
)
const
SAL_OVERRIDE
;
...
...
@@ -251,7 +249,6 @@ public:
ScPageHFItem
(
const
ScPageHFItem
&
rItem
);
virtual
~
ScPageHFItem
();
OUString
GetValueText
()
const
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
SAL_OVERRIDE
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
0
)
const
SAL_OVERRIDE
;
...
...
@@ -303,7 +300,6 @@ public:
ScDoubleItem
(
const
ScDoubleItem
&
rItem
);
virtual
~
ScDoubleItem
();
OUString
GetValueText
()
const
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
SAL_OVERRIDE
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
0
)
const
SAL_OVERRIDE
;
...
...
sc/inc/grouparealistener.hxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -60,8 +60,6 @@ public:
ScAddress
getTopCellPos
()
const
;
const
ScRange
&
getRange
()
const
;
SCROW
getGroupLength
()
const
;
bool
isStartFixed
()
const
;
bool
isEndFixed
()
const
;
private
:
void
notifyCellChange
(
const
SfxHint
&
rHint
,
const
ScAddress
&
rPos
);
...
...
sc/source/core/data/attrib.cxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -110,16 +110,6 @@ ScMergeAttr::~ScMergeAttr()
{
}
OUString
ScMergeAttr
::
GetValueText
()
const
{
OUString
aRet
=
"("
+
OUString
::
number
(
static_cast
<
sal_Int32
>
(
nColMerge
))
+
","
+
OUString
::
number
(
static_cast
<
sal_Int32
>
(
nRowMerge
))
+
")"
;
return
aRet
;
}
bool
ScMergeAttr
::
operator
==
(
const
SfxPoolItem
&
rItem
)
const
{
OSL_ENSURE
(
Which
()
!=
rItem
.
Which
()
||
Type
()
==
rItem
.
Type
(),
"which ==, type !="
);
...
...
@@ -632,11 +622,6 @@ bool ScPageHFItem::PutValue( const uno::Any& rVal, sal_uInt8 /* nMemberId */ )
return
true
;
}
OUString
ScPageHFItem
::
GetValueText
()
const
{
return
OUString
(
"ScPageHFItem"
);
}
bool
ScPageHFItem
::
operator
==
(
const
SfxPoolItem
&
rItem
)
const
{
assert
(
SfxPoolItem
::
operator
==
(
rItem
));
...
...
@@ -941,11 +926,6 @@ ScDoubleItem::ScDoubleItem( const ScDoubleItem& rItem )
nValue
=
rItem
.
nValue
;
}
OUString
ScDoubleItem
::
GetValueText
()
const
{
return
OUString
(
"ScDoubleItem"
);
}
bool
ScDoubleItem
::
operator
==
(
const
SfxPoolItem
&
rItem
)
const
{
assert
(
SfxPoolItem
::
operator
==
(
rItem
));
...
...
sc/source/core/tool/grouparealistener.cxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -265,16 +265,6 @@ SCROW FormulaGroupAreaListener::getGroupLength() const
return
mnGroupLen
;
}
bool
FormulaGroupAreaListener
::
isStartFixed
()
const
{
return
mbStartFixed
;
}
bool
FormulaGroupAreaListener
::
isEndFixed
()
const
{
return
mbEndFixed
;
}
void
FormulaGroupAreaListener
::
notifyCellChange
(
const
SfxHint
&
rHint
,
const
ScAddress
&
rPos
)
{
// Determine which formula cells within the group need to be notified of this change.
...
...
sc/source/ui/app/uiitems.cxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -71,11 +71,6 @@ ScInputStatusItem::~ScInputStatusItem()
delete
pEditData
;
}
OUString
ScInputStatusItem
::
GetValueText
()
const
{
return
OUString
(
"InputStatus"
);
}
bool
ScInputStatusItem
::
operator
==
(
const
SfxPoolItem
&
rItem
)
const
{
assert
(
SfxPoolItem
::
operator
==
(
rItem
));
...
...
@@ -259,11 +254,6 @@ bool ScQueryItem::GetAdvancedQuerySource(ScRange& rSource) const
return
bIsAdvanced
;
}
OUString
ScQueryItem
::
GetValueText
()
const
{
return
OUString
(
"QueryItem"
);
}
bool
ScQueryItem
::
operator
==
(
const
SfxPoolItem
&
rItem
)
const
{
assert
(
SfxPoolItem
::
operator
==
(
rItem
));
...
...
@@ -414,11 +404,6 @@ ScConsolidateItem::~ScConsolidateItem()
{
}
OUString
ScConsolidateItem
::
GetValueText
()
const
{
return
OUString
(
"ScConsolidateItem"
);
}
bool
ScConsolidateItem
::
operator
==
(
const
SfxPoolItem
&
rItem
)
const
{
assert
(
SfxPoolItem
::
operator
==
(
rItem
));
...
...
@@ -463,11 +448,6 @@ ScPivotItem::~ScPivotItem()
delete
pSaveData
;
}
OUString
ScPivotItem
::
GetValueText
()
const
{
return
OUString
(
"ScPivotItem"
);
}
bool
ScPivotItem
::
operator
==
(
const
SfxPoolItem
&
rItem
)
const
{
assert
(
SfxPoolItem
::
operator
==
(
rItem
));
...
...
sc/source/ui/docshell/docsh2.cxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -140,14 +140,6 @@ void ScDocShell::ResetDrawObjectShell()
pDrawLayer
->
SetObjectShell
(
NULL
);
}
void
ScDocShell
::
Activate
()
{
}
void
ScDocShell
::
Deactivate
()
{
}
ScDrawLayer
*
ScDocShell
::
MakeDrawLayer
()
{
ScDrawLayer
*
pDrawLayer
=
aDocument
.
GetDrawLayer
();
...
...
sc/source/ui/inc/docsh.hxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -177,14 +177,10 @@ public:
virtual
~
ScDocShell
();
using
SotObject
::
GetInterface
;
using
SfxShell
::
Activate
;
// with sal_Bool bMDI
using
SfxShell
::
Deactivate
;
// with sal_Bool bMDI
#if ENABLE_TELEPATHY
SAL_DLLPRIVATE
ScCollaboration
*
GetCollaboration
();
#endif
void
Activate
();
void
Deactivate
();
virtual
::
svl
::
IUndoManager
*
GetUndoManager
()
SAL_OVERRIDE
;
...
...
sc/source/ui/inc/uiitems.hxx
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -63,8 +63,6 @@ public:
ScInputStatusItem
(
const
ScInputStatusItem
&
rItem
);
virtual
~
ScInputStatusItem
();
OUString
GetValueText
()
const
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
SAL_OVERRIDE
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
0
)
const
SAL_OVERRIDE
;
...
...
@@ -179,7 +177,6 @@ public:
ScQueryItem
(
const
ScQueryItem
&
rItem
);
virtual
~
ScQueryItem
();
OUString
GetValueText
()
const
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
SAL_OVERRIDE
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
0
)
const
SAL_OVERRIDE
;
...
...
@@ -249,7 +246,6 @@ public:
ScConsolidateItem
(
const
ScConsolidateItem
&
rItem
);
virtual
~
ScConsolidateItem
();
OUString
GetValueText
()
const
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
SAL_OVERRIDE
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
0
)
const
SAL_OVERRIDE
;
...
...
@@ -268,7 +264,6 @@ public:
ScPivotItem
(
const
ScPivotItem
&
rItem
);
virtual
~
ScPivotItem
();
OUString
GetValueText
()
const
;
virtual
bool
operator
==
(
const
SfxPoolItem
&
)
const
SAL_OVERRIDE
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
0
)
const
SAL_OVERRIDE
;
...
...
unusedcode.easy
Dosyayı görüntüle @
d41b8ac9
...
...
@@ -30,19 +30,10 @@ SbModule::SetSource(rtl::OUString const&)
ScBroadcastAreaSlotMachine::AreaBroadcastInRange(ScRange const&, ScHint const&) const
ScCellValue::set(ScRefCellValue const&)
ScCondFormatManagerDlg::IsInRefMode() const
ScConsolidateItem::GetValueText() const
ScDocShell::Activate()
ScDocShell::Deactivate()
ScDocument::CreateFormatTable() const
ScDocument::EndAllListeners(ScRange const&)
ScDoubleItem::GetValueText() const
ScInputStatusItem::GetValueText() const
ScMergeAttr::GetValueText() const
ScPageHFItem::GetValueText() const
ScPivotItem::GetValueText() const
ScPreviewShell::GetDescription() const
ScPrivatSplit::GetDeltaX()
ScQueryItem::GetValueText() const
ScSolveItem::GetValueText() const
ScSortItem::GetValueText() const
ScSubTotalItem::GetValueText() const
...
...
@@ -76,8 +67,6 @@ StyleSettings::SetSpinSize(long)
StyleSettings::SetTitleHeight(long)
StyleSettings::SetUseFlatBorders(bool)
StyleSettings::SetUseFlatMenus(bool)
SvDataPipe_Impl::addMark(unsigned int)
SvDataPipe_Impl::removeMark(unsigned int)
SvpSalFrame::enableDamageTracker(bool)
SvpSalInstance::PostedEventsInQueue()
SvtListener::IsListening(SvtBroadcaster&) const
...
...
@@ -85,7 +74,6 @@ SvxColorTabPage::GetPropertyList(XPropertyListType)
SvxColumnItem::GetValueText() const
SvxDummyTextSource::SetNotifyHdl(Link const&)
SvxFontListBox::GetSelectEntry() const
SvxFormatCellsDialog::Apply()
SvxLongLRSpaceItem::GetValueText() const
SvxLongULSpaceItem::GetValueText() const
SvxObjectItem::GetValueText() const
...
...
@@ -257,7 +245,6 @@ dp_registry::backend::RegisteredDb::getEntry(rtl::OUString 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
oox::drawingml::TextListStyle::dump() const
reportdesign::lcl_getControlModelMap()
sc::CLBuildKernelThread::CLBuildKernelThread()
sc::CLBuildKernelThread::consume()
sc::CLBuildKernelThread::finish()
...
...
@@ -267,8 +254,6 @@ sc::ColumnSpanSet::swap(sc::ColumnSpanSet&)
sc::FormulaGroupAreaListener::getGroupLength() const
sc::FormulaGroupAreaListener::getRange() const
sc::FormulaGroupAreaListener::getTopCellPos() const
sc::FormulaGroupAreaListener::isEndFixed() const
sc::FormulaGroupAreaListener::isStartFixed() const
sd::LeftDrawPaneShell::RegisterInterface(SfxModule*)
sd::LeftImpressPaneShell::RegisterInterface(SfxModule*)
std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, (anonymous namespace)::TemplateId>, std::_Select1st<std::pair<rtl::OUString const, (anonymous namespace)::TemplateId> >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, (anonymous namespace)::TemplateId> > >::_Rb_tree(std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, (anonymous namespace)::TemplateId>, std::_Select1st<std::pair<rtl::OUString const, (anonymous namespace)::TemplateId> >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, (anonymous namespace)::TemplateId> > >&&)
...
...
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