callcatcher: update list
Change-Id: Id297f32de5fba9d17fec89d2f8ea21c5d1a2a4bc
This commit is contained in:
parent
01089138cc
commit
78b2d4d00d
@ -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;
|
||||
|
@ -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; }
|
||||
|
@ -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
|
||||
|
@ -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();
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user