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
78b2d4d0
Kaydet (Commit)
78b2d4d0
authored
Agu 22, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update list
Change-Id: Id297f32de5fba9d17fec89d2f8ea21c5d1a2a4bc
üst
01089138
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
29 deletions
+1
-29
baside2.cxx
basctl/source/basicide/baside2.cxx
+0
-5
baside2.hxx
basctl/source/basicide/baside2.hxx
+0
-2
KCatalog.cxx
connectivity/source/drivers/kab/KCatalog.cxx
+0
-7
KCatalog.hxx
connectivity/source/drivers/kab/KCatalog.hxx
+0
-2
KTable.cxx
connectivity/source/drivers/kab/KTable.cxx
+0
-7
KTable.hxx
connectivity/source/drivers/kab/KTable.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+1
-5
No files found.
basctl/source/basicide/baside2.cxx
Dosyayı görüntüle @
78b2d4d0
...
...
@@ -1417,11 +1417,6 @@ bool ModulWindow::IsReadOnly()
return
GetEditView
()
&&
GetEditView
()
->
IsReadOnly
();
}
void
ModulWindow
::
SetLineNumberDisplay
(
bool
b
)
{
aXEditorWindow
.
SetLineNumberDisplay
(
b
);
}
bool
ModulWindow
::
IsPasteAllowed
()
{
bool
bPaste
=
false
;
...
...
basctl/source/basicide/baside2.hxx
Dosyayı görüntüle @
78b2d4d0
...
...
@@ -353,8 +353,6 @@ public:
virtual
void
SetReadOnly
(
bool
bReadOnly
);
virtual
bool
IsReadOnly
();
void
SetLineNumberDisplay
(
bool
);
StarBASIC
*
GetBasic
()
{
XModule
();
return
xBasic
;
}
SbModule
*
GetSbModule
()
{
return
xModule
;
}
...
...
connectivity/source/drivers/kab/KCatalog.cxx
Dosyayı görüntüle @
78b2d4d0
...
...
@@ -54,7 +54,6 @@ void KabCatalog::refreshTables()
{
Reference
<
XRow
>
xRow
(
xResult
,
UNO_QUERY
);
::
rtl
::
OUString
aName
;
// const ::rtl::OUString& sDot = KabCatalog::getDot();
while
(
xResult
->
next
())
{
...
...
@@ -81,12 +80,6 @@ void KabCatalog::refreshGroups()
void
KabCatalog
::
refreshUsers
()
{
}
// -------------------------------------------------------------------------
const
::
rtl
::
OUString
&
KabCatalog
::
getDot
()
{
static
const
::
rtl
::
OUString
sDot
=
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"."
));
return
sDot
;
}
// -----------------------------------------------------------------------------
// XTablesSupplier
...
...
connectivity/source/drivers/kab/KCatalog.hxx
Dosyayı görüntüle @
78b2d4d0
...
...
@@ -38,8 +38,6 @@ namespace connectivity
inline
KabConnection
*
getConnection
()
const
{
return
m_pConnection
;
}
static
const
::
rtl
::
OUString
&
getDot
();
// implementation of the pure virtual methods
virtual
void
refreshTables
();
virtual
void
refreshViews
();
...
...
connectivity/source/drivers/kab/KTable.cxx
Dosyayı görüntüle @
78b2d4d0
...
...
@@ -33,13 +33,6 @@ using namespace ::com::sun::star::sdbc;
using
namespace
::
com
::
sun
::
star
::
container
;
using
namespace
::
com
::
sun
::
star
::
lang
;
// -------------------------------------------------------------------------
KabTable
::
KabTable
(
sdbcx
::
OCollection
*
_pTables
,
KabConnection
*
_pConnection
)
:
KabTable_TYPEDEF
(
_pTables
,
sal_True
),
m_pConnection
(
_pConnection
)
{
construct
();
}
// -------------------------------------------------------------------------
KabTable
::
KabTable
(
sdbcx
::
OCollection
*
_pTables
,
KabConnection
*
_pConnection
,
...
...
connectivity/source/drivers/kab/KTable.hxx
Dosyayı görüntüle @
78b2d4d0
...
...
@@ -37,7 +37,6 @@ namespace connectivity
KabConnection
*
m_pConnection
;
public
:
KabTable
(
sdbcx
::
OCollection
*
_pTables
,
KabConnection
*
_pConnection
);
KabTable
(
sdbcx
::
OCollection
*
_pTables
,
KabConnection
*
_pConnection
,
const
::
rtl
::
OUString
&
_Name
,
...
...
unusedcode.easy
Dosyayı görüntüle @
78b2d4d0
...
...
@@ -12,10 +12,8 @@ SvtSlideSorterBarOptions::AddListenerLink(Link const&)
SvtSlideSorterBarOptions::RemoveListenerLink(Link const&)
TextEngine::GetLeftMargin() const
ThumbnailView::GetItemCount() const
ThumbnailView::ImplScroll(Point const&)
ThumbnailView::InsertItem(unsigned short, BitmapEx const&, rtl::OUString const&, unsigned long)
ThumbnailView::LinkStubImplTimerHdl(void*, void*)
ThumbnailView::SetColCount(unsigned short)
ThumbnailView::SetLineCount(unsigned short)
ThumbnailViewItemAcc::FireAccessibleEvent(short, com::sun::star::uno::Any const&, com::sun::star::uno::Any const&)
ThumbnailViewItemAcc::getImplementation(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&)
VCLXPrinterServer::getImplementationId()
...
...
@@ -24,7 +22,6 @@ VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer(Size const&, Fraction cons
Window::PostUserEvent(unsigned long&, unsigned long, void*)
X11SalGraphics::Clip(int&, int&, unsigned int&, unsigned int&, int&, int&) const
XclExpPivotCache::GetFieldAcc(rtl::OUString const&)
basctl::ModulWindow::SetLineNumberDisplay(bool)
binfilter::ImpSvtData::~ImpSvtData()
binfilter::PCodeBuffConvertor<unsigned int, unsigned short>::GetBuffer()
binfilter::PCodeBuffConvertor<unsigned int, unsigned short>::GetSize()
...
...
@@ -42,7 +39,6 @@ binfilter::ScMySharedData::~ScMySharedData()
binfilter::SdrUnoControlAccessArr::DeleteAndDestroy(unsigned short, unsigned short)
binfilter::ShellResource::~ShellResource()
binfilter::SoDll::~SoDll()
binfilter::String::Search(unsigned short const*, unsigned short) const
binfilter::SvObjectServerList::Remove(SvGlobalName const&)
binfilter::SvStringsISort::DeleteAndDestroy(unsigned short, unsigned short)
binfilter::SvStringsISort::Seek_Entry(binfilter::String*, unsigned short*) 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