Home
last modified time | relevance | path

Searched refs:Remove (Results 26 – 50 of 846) sorted by relevance

12345678910>>...34

/aoo41x/main/svx/source/form/
H A Dnavigatortreemodel.cxx80 Remove( Source.Source ); in disposing()
183 …void OFormComponentObserver::Remove( const ::com::sun::star::uno::Reference< ::com::sun::star::uno… in Remove() function in svxform::OFormComponentObserver
195 m_pNavModel->Remove(pEntryData); in Remove()
206 Remove( xElement ); in elementRemoved()
276 pRootList->Remove( pChildData ); in Clear()
397 void NavigatorTreeModel::Remove(FmEntryData* pEntry, sal_Bool bAlterModel) in Remove() function in svxform::NavigatorTreeModel
465 pFolder->GetChildList()->Remove(pEntry); in Remove()
468 GetRootList()->Remove(pEntry); in Remove()
552 pChildList->Remove( pChildData ); in ClearBranch()
810 Remove( pEntryData ); in RemoveSdrObj()
H A Dfiltnav.cxx475 m_pModel->Remove(pFilterItem); in predicateExpressionChanged()
814 void FmFilterModel::Remove(FmFilterData* pData) in Remove() function in svxform::FmFilterModel
842 Remove( removePos ); in Remove()
861 Remove(pFilterItem->GetParent()); in Remove()
872 Remove( i ); in Remove()
952 Remove(pItem); in SetTextForItem()
1544 Remove(pHint->GetData()); in Notify()
1596 void FmFilterNavigator::Remove(FmFilterData* pItem) in Remove() function in svxform::FmFilterNavigator
1606 GetModel()->Remove( pEntry ); in Remove()
1664 m_pModel->Remove( pLookupItem ); in insertFilterItem()
[all …]
/aoo41x/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx395 Remove(nNodePos); in Delete()
537 xPage->Remove(0); in Merge()
547 xPage->Remove(xPage->Count()-1); in Merge()
588 xPage->Remove(0); in Merge()
600 Remove(nCount-1); in Merge()
632 xPage->Remove(xPage->Count()-1); in Merge()
674 xPage->Remove(0); in Merge()
686 xPage->Remove(xPage->Count()-1); in Merge()
1044 void ONDXPage::Remove(sal_uInt16 nPos) in Remove() function in ONDXPage
/aoo41x/main/tools/inc/tools/
H A Dcontnr.hxx81 void* Remove();
82 void* Remove( sal_uIntPtr nIndex );
83 void* Remove( void* p ) in Remove() function in Container
84 { return Remove( GetPos( p ) ); } in Remove()
/aoo41x/main/sw/source/core/doc/
H A Ddocnew.cxx549 pLinkMgr->Remove( 0, pLinkMgr->GetLinks().Count() ); in ~SwDoc()
554 m_pNodes->pOutlineNds->Remove(sal_uInt16(0), m_pNodes->pOutlineNds->Count()); in ~SwDoc()
556 rUndoNodes.pOutlineNds->Remove(sal_uInt16(0), rUndoNodes.pOutlineNds->Count()); in ~SwDoc()
558 pFtnIdxs->Remove( sal_uInt16(0), pFtnIdxs->Count() ); in ~SwDoc()
585 pTOXTypes->Remove( 0, pTOXTypes->Count() ); in ~SwDoc()
639 pFrmFmtTbl->Remove( 0 ); in ~SwDoc()
640 pCharFmtTbl->Remove( 0 ); in ~SwDoc()
887 aPageDescs.Remove( nDummyPgDsc ); in ClearDoc()
907 pFrmFmtTbl->Remove( pFrmFmtTbl->GetPos( pCurrentView->GetLayout()->GetFmt() ) ); in ClearDoc()
/aoo41x/main/rsc/inc/
H A Drscdef.hxx164 sal_Bool Remove( RscDefine * pDef );
165 sal_Bool Remove( sal_uLong nIndex );
166 sal_Bool Remove();
225 void Remove();
229 void Remove( RscDefine * pDef );
/aoo41x/main/svl/source/notify/
H A Dlstner.cxx88 aBCs.Remove( aBCs.GetPos(pBC), 1 ); in RemoveBroadcaster_Impl()
129 aBCs.Remove( aBCs.GetPos(pBC), 1 ); in EndListening()
145 aBCs.Remove( nNo, 1 ); in EndListening()
161 aBCs.Remove( 0, 1 ); in EndListeningAll()
/aoo41x/main/sw/source/core/text/
H A Dblink.cxx126 aList.Remove( nPos ); in IMPL_LINK()
168 aList.Remove( nPos ); in Replace()
180 aList.Remove( nPos ); in Delete()
188 aList.Remove( nPos ); in FrmDelete()
H A Dwrong.cxx321 Remove( i, nLst - i ); in Move()
419 Remove( nIndex, nCnt - nIndex ); in Fresh()
469 Remove( 0, nLst ); in SplitList()
516 Remove( nCnt, 1 ); in JoinList()
558 void SwWrongList::Remove(sal_uInt16 nIdx, sal_uInt16 nLen ) in Remove() function in SwWrongList
616 Remove( nDelPos, nDel ); in RemoveEntry()
/aoo41x/main/toolkit/doc/layout/
H A DChangeLog28 * source/vclcompat/wbutton.cxx: Remove redraw cruft, rename
173 * doc/layout/TODO, source/layout/proplist.cxx: Remove m237
244 source/awt/vclxtopwindow.cxx: Remove code duplication from
322 workben/nl/wordcount.xml, workben/nl/zoom.xml: Remove
374 * workben/test.cxx: Remove test code.
456 Remove some cruft from xml.
563 * source/core/timer.cxx: Remove commented-out include.
719 * workben/run-s2x: Remove all geometry attributes.
794 source/wrapper/wrapper.cxx, workben/makefile.mk: Remove
972 * : Remove core/dialog.hxx, core/dialog.cxx.
[all …]
/aoo41x/main/sfx2/source/appl/
H A Dlinkmgr2.cxx95 void LinkManager::Remove( SvBaseLink *pLink ) in Remove() function in sfx2::LinkManager
114 aLinkTbl.Remove( aLinkTbl.Count() - n, 1 ); in Remove()
123 void LinkManager::Remove( sal_uInt16 nPos, sal_uInt16 nCnt ) in Remove() function in sfx2::LinkManager
140 aLinkTbl.Remove( nPos, nCnt ); in Remove()
338 Remove( n-- ); in UpdateAllLinks()
419 aServerTbl.Remove( nPos, 1 ); in RemoveServer()
/aoo41x/main/automation/source/communi/
H A Dcommuni.cxx55 SvPtrarr::Remove( nP, nL ); \
302 ActiveLinks->Remove( i ); in ~MultiCommunicationManager()
315 InactiveLinks->Remove( i ); in ~MultiCommunicationManager()
375 ActiveLinks->Remove( nPos ); in CallConnectionClosed()
390 InactiveLinks->Remove( nPos ); in DestroyingLink()
/aoo41x/main/xmloff/source/core/
H A Dxmlcnitm.cxx182 void SvXMLAttrContainerData::Remove( sal_uInt16 i ) in Remove() function in SvXMLAttrContainerData
187 pLNames->Remove( i ); in Remove()
189 pValues->Remove( i ); in Remove()
190 aPrefixPoss.Remove( i ); in Remove()
/aoo41x/main/sw/source/core/crsr/
H A Dviscrs.cxx246 pCrsr->Remove( 0, i ); in FillRects()
535 Remove(0, Count()); in swapContent()
538 rSwap.Remove(0, rSwap.Count()); in swapContent()
569 SwRects::Remove( 0, Count() ); in Hide()
579 SwRects::Remove( 0, SwRects::Count() ); in Show()
707 aReg.Remove( 0, aReg.Count() ); in Invalidate()
710 SwRects::Remove( 0, nSz ); in Invalidate()
/aoo41x/main/svtools/source/edit/
H A Dtextdata.cxx81 Remove( 0, Count() ); in Reset()
89 Remove( nDelFrom, Count()-nDelFrom ); in DeleteFromPortion()
173 maWritingDirectionInfos.Remove( 0, maWritingDirectionInfos.Count() ); in MarkInvalid()
191 maWritingDirectionInfos.Remove( 0, maWritingDirectionInfos.Count() ); in MarkSelectionInvalid()
/aoo41x/main/soldep/bootstrp/
H A Ddep.cxx35 Remove((sal_uIntPtr)0); in ~SByteExtStringList()
55 Remove((sal_uIntPtr)0); in Clear()
86 Remove (pInfo); in RemoveVersion()
H A Dprj.cxx692 Remove(i); in RemoveString()
1012 pDataDeps->Remove( pString ); in RemoveDirectory()
1018 Remove( pDataFound ); in RemoveDirectory()
1420 delete pSolarFiles->Remove(( sal_uIntPtr ) 0 ); in GenerateFileLoadList()
1481 aFileList.Remove(( sal_uIntPtr ) 0 ); in Read()
1551 delete pSolarFiles->Remove(( sal_uIntPtr ) 0 ); in Read()
1963 Remove(nPos); in RemovePrj()
2568 delete aFileList.Remove(( sal_uIntPtr ) 0 ); in Read()
2592 delete pSolarFiles->Remove(( sal_uIntPtr ) 0 ); in Read()
2809 pPrjDeps->Remove( pString ); in RemoveProject()
[all …]
/aoo41x/main/svtools/source/graphic/
H A Dgrfcache.cxx366 maGraphicObjectList.Remove( pObj ); in ReleaseGraphicObjectReference()
735 maDisplayCache.Remove( pDisplayEntry ); in ReleaseGraphicObject()
744 maGraphicCache.Remove( (void*) pEntry ); in ReleaseGraphicObject()
824 maDisplayCache.Remove( pCacheObj ); in SetMaxObjDisplayCacheSize()
1004 maDisplayCache.Insert( maDisplayCache.Remove( pDisplayCacheEntry ), LIST_APPEND ); in DrawDisplayCacheObj()
1044 maDisplayCache.Remove( pObj ); in ImplFreeDisplayCacheSpace()
1088 maDisplayCache.Remove( pDisplayEntry ); in IMPL_LINK()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunowcntr.cxx46 delete mpList->Remove(); in ~SvUnoWeakContainer()
61 delete mpList->Remove(); in insert()
87 delete mpList->Remove(); in findRef()
/aoo41x/main/sw/qa/core/
H A DTest-BigPtrArray.cxx311 bparr.Remove(0); // remove item from container in test_remove_at_front()
353 bparr.Remove(i); in test_remove_at_back()
397 bparr.Remove(bparr.Count() / 2); in test_remove_in_the_middle()
442 bparr.Remove(0, nRemove); in test_remove_multiple_elements_at_once()
470 bparr.Remove(0, bparr.Count()); in test_remove_all_elements_at_once()
/aoo41x/main/svl/source/items/
H A Dpoolcach.cxx72 pPool->Remove( *(*pCache)[nPos].pPoolItem ); in ~SfxItemPoolCache()
73 pPool->Remove( *(*pCache)[nPos].pOrigItem ); in ~SfxItemPoolCache()
78 pPool->Remove( *pItemToPut ); in ~SfxItemPoolCache()
/aoo41x/main/svx/source/svdraw/
H A Dsvdmodel.cxx385 delete (SfxUndoAction*) pUndoStack->Remove(pUndoStack->Count()); in SetMaxUndoActionCount()
394 delete (SfxUndoAction*) pUndoStack->Remove(pUndoStack->Count()-1); in ClearUndoBuffer()
401 delete (SfxUndoAction*) pRedoStack->Remove(pRedoStack->Count()-1); in ClearUndoBuffer()
425 pRedoStack->Insert(pUndoStack->Remove((sal_uIntPtr)0),(sal_uIntPtr)0); in Undo()
449 pUndoStack->Insert(pRedoStack->Remove((sal_uIntPtr)0),(sal_uIntPtr)0); in Redo()
494 delete (SfxUndoAction*)pUndoStack->Remove(pUndoStack->Count()-1); in ImpPostUndoAction()
1454 SdrPage* pPg=(SdrPage*)maPages.Remove(nPgNum); in RemovePage()
1470 SdrPage* pPg=(SdrPage*)maPages.Remove(nPgNum); in MovePage()
1506 SdrPage* pRetPg=(SdrPage*)maMaPag.Remove(nPgNum); in RemoveMasterPage()
1533 SdrPage* pPg=(SdrPage*)maMaPag.Remove(nPgNum); in MoveMasterPage()
/aoo41x/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx82 void Remove( SvBaseLink *pLink );
83 void Remove( sal_uInt16 nPos, sal_uInt16 nCnt = 1 );
139 { aServerTbl.Remove( nPos, nCnt ); } in RemoveServer()
/aoo41x/main/sc/source/core/tool/
H A Dadiasync.cxx120 theAddInAsyncTbl.Remove( p ); in CallBack()
168 p->Remove( nFoundPos ); in RemoveDocument()
172 theAddInAsyncTbl.Remove( nPos ); in RemoveDocument()
/aoo41x/main/sw/source/ui/misc/
H A Dglosbib.cxx332 pInsertedArr->Remove(i); in IMPL_LINK()
351 pRenamedArr->Remove(i); in IMPL_LINK()
368 aGroupTLB.GetModel()->Remove(pEntry); in IMPL_LINK()
404 pInsertedArr->Remove(i); in IMPL_LINK()
422 aGroupTLB.GetModel()->Remove(pEntry); in IMPL_LINK()

Completed in 131 milliseconds

12345678910>>...34