callcatcher: update list
This commit is contained in:
@@ -144,7 +144,6 @@ public:
|
||||
|
||||
~SfxTabDialogController();
|
||||
|
||||
DECL_LINK( Execute_Impl, void* );
|
||||
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
|
||||
};
|
||||
|
||||
@@ -153,21 +152,6 @@ SfxTabDialogController::~SfxTabDialogController()
|
||||
delete pSet;
|
||||
}
|
||||
|
||||
IMPL_LINK( SfxTabDialogController, Execute_Impl, void*, pVoid )
|
||||
{
|
||||
(void)pVoid; //unused
|
||||
if ( pDialog->OK_Impl() && pDialog->Ok() )
|
||||
{
|
||||
const SfxPoolItem* aItems[2];
|
||||
SfxTabDialogItem aItem( GetId(), *pDialog->GetOutputItemSet() );
|
||||
aItems[0] = &aItem;
|
||||
aItems[1] = NULL;
|
||||
GetBindings().Execute( GetId(), aItems );
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void SfxTabDialogController::StateChanged( sal_uInt16 /*nSID*/, SfxItemState /*eState*/, const SfxPoolItem* pState )
|
||||
{
|
||||
const SfxSetItem* pSetItem = PTR_CAST( SfxSetItem, pState );
|
||||
|
@@ -100,7 +100,6 @@ protected:
|
||||
|
||||
sal_Bool bMySet; // sal_True: Set loeschen im dtor
|
||||
|
||||
SfxStyleSheetBase(); // do not use!
|
||||
SfxStyleSheetBase( const UniString&, SfxStyleSheetBasePool&, SfxStyleFamily eFam, sal_uInt16 mask );
|
||||
SfxStyleSheetBase( const SfxStyleSheetBase& );
|
||||
virtual ~SfxStyleSheetBase();
|
||||
|
@@ -154,25 +154,6 @@ SfxStyleSheetBase::SfxStyleSheetBase( const SfxStyleSheetBase& r )
|
||||
pSet = NULL;
|
||||
}
|
||||
|
||||
static SfxStyleSheetBasePool& implGetStaticPool()
|
||||
{
|
||||
static SfxStyleSheetBasePool* pSheetPool = 0;
|
||||
static SfxItemPool* pBasePool = 0;
|
||||
if( !pSheetPool )
|
||||
{
|
||||
UniString aName;
|
||||
pBasePool = new SfxItemPool( aName, 0, 0, 0 );
|
||||
pSheetPool = new SfxStyleSheetBasePool(*pBasePool);
|
||||
}
|
||||
return *pSheetPool;
|
||||
}
|
||||
|
||||
SfxStyleSheetBase::SfxStyleSheetBase()
|
||||
: comphelper::OWeakTypeObject()
|
||||
, rPool( implGetStaticPool() )
|
||||
{
|
||||
}
|
||||
|
||||
SfxStyleSheetBase::~SfxStyleSheetBase()
|
||||
{
|
||||
#ifdef DBG_UTIL
|
||||
|
@@ -2032,6 +2032,8 @@ chart::EquidistantTickIter::gotoIndex(int)
|
||||
chart::UndoContext::UndoContext(com::sun::star::uno::Reference<com::sun::star::document::XUndoManager> const&, rtl::OUString const&)
|
||||
chart::UndoContext::~UndoContext()
|
||||
chelp::Databases::getInstallPathAsSystemPath()
|
||||
cmis::Content::exchangeIdentity(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)
|
||||
cmis::Content::queryChildren(std::list<rtl::Reference<cmis::Content>, std::allocator<rtl::Reference<cmis::Content> > >&)
|
||||
codemaker::cpp::typeToPrefix(TypeManager const&, rtl::OString const&)
|
||||
comphelper::AccessibleEventBuffer::AccessibleEventBuffer()
|
||||
comphelper::AccessibleEventBuffer::sendEvents() const
|
||||
|
Reference in New Issue
Block a user