Home
last modified time | relevance | path

Searched refs:Remove (Results 101 – 125 of 846) sorted by relevance

12345678910>>...34

/aoo41x/main/sw/source/core/bastyp/
H A Dswcache.cxx402 { SwCacheObjArr::Remove( i, 1 ); in DeleteObj()
408 aFreePositions.Remove( 0, aFreePositions.Count() ); in DeleteObj()
466 aFreePositions.Remove( nFreePos ); in Insert()
H A Dtabcol.cxx76 Remove( 0, Count() ); in operator =()
133 void SwTabCols::Remove( sal_uInt16 nPos, sal_uInt16 nAnz ) in Remove() function in SwTabCols
/aoo41x/main/sc/source/core/data/
H A Dattarray.cxx92 pDocPool->Remove(*pData[i].pPattern); in ~ScAttrArray()
162 pDocPool->Remove(*pOldPattern); in Reset()
199 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in Concat()
213 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in Concat()
452 pDocPool->Remove( *pData[nk].pPattern ); in SetPatternArea()
559 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in ApplyStyleArea()
700 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in ApplyLineStyleArea()
795 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in ApplyCacheArea()
1761 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in FindStyleSheet()
2233 pDocPool->Remove(*pData[i].pPattern); in DeleteRange()
/aoo41x/main/basic/inc/basic/
H A Dsbxobj.hxx91 virtual void Remove( const String&, SbxClassType );
92 virtual void Remove( SbxVariable* );
/aoo41x/main/sfx2/inc/sfx2/
H A Dminstack.hxx58 Remove( Count()-1, 1 ); \
84 Remove( Count()-1, 1 ); \
/aoo41x/main/editeng/source/misc/
H A Dsvxacorr.cxx283 SvPtrarr::Remove( nP, nL ); in DeleteAndDestroy()
1662 pLastFileTable->Remove( sal_uLong( eLang ) ); in CreateLanguageFile()
1673 pLastFileTable->Remove( sal_uLong( eLang ) ); in CreateLanguageFile()
2177 rStg->Remove( sStrmName ); in SaveExceptList_Imp()
2228 rStg->Remove( sStrmName ); in SaveExceptList_Imp()
2478 xStg->Remove( rName ); in RemoveStream_Imp()
2699 rStg.Remove( sStrmName ); in MakeBlocklist_Imp()
2742 xStg->Remove( sStgNm ); in PutText()
2832 xStg->Remove( aName ); in DeleteText()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc2.cxx101 Remove( 0, Count() ); in Reset()
109 Remove( nDelFrom, Count()-nDelFrom ); in DeleteFromPortion()
384 Remove( 0, Count() ); in Reset()
/aoo41x/main/svx/inc/svx/
H A Dsvdhlpln.hxx93 …Int16 nPos) { delete (SdrHelpLine*)aList.Remove(nPos); } // #i2490… in Delete()
94 …al_uInt16 nPos, sal_uInt16 nNewPos) { aList.Insert(aList.Remove(nPos),nNewPos); } in Move()
/aoo41x/main/sw/qa/core/
H A Dbigpointerarray-new.cxx44 Remove(toPos < fromPos ? fromPos + 1 : fromPos, 1); in Move()
86 void BigPtrArray::Remove( sal_uLong pos, sal_uLong n ) in Remove() function in BigPtrArray
/aoo41x/main/sw/source/core/txtnode/
H A DSwGrammarContact.cxx105 GetRegisteredInNonConst()->Remove( this ); // good bye old paragraph in updateCursorPosition()
163 GetRegisteredInNonConst()->Remove( this ); in Modify()
/aoo41x/main/sfx2/source/view/
H A Dorgmgr.cxx533 pCaller->GetModel()->Remove( pEntriesToDelete[nInd] ); in Delete()
540 pCaller->GetModel()->Remove( pGroupToDelete ); in Delete()
554 pCaller->GetModel()->Remove(pEntryToDelete); in Delete()
/aoo41x/main/svx/source/inc/
H A Dfiltnav.hxx198 void Remove(FmFilterData* pFilterItem);
204 void Remove( const ::std::vector<FmFilterData*>::iterator& rPos );
297 void Remove(FmFilterData* pItem);
/aoo41x/main/svx/source/xoutdev/
H A Dxtabbtmp.cxx76 XBitmapEntry* XBitmapList::Remove(long nIndex) in Remove() function in XBitmapList
78 return (XBitmapEntry*) XPropertyList::Remove(nIndex); in Remove()
/aoo41x/main/vcl/source/gdi/
H A Danimate.cxx351 delete (ImplAnimView*) mpViewList->Remove( pView ); in Start()
394 delete (ImplAnimView*) mpViewList->Remove( pView ); in Stop()
496 delete (ImplAnimView*) mpViewList->Remove( pView ); in IMPL_LINK()
551 delete (ImplAnimView*) mpViewList->Remove( pView ); in IMPL_LINK()
/aoo41x/main/tools/source/memtools/
H A Dcontnr.cxx367 void* CBlock::Remove( sal_uInt16 nIndex, sal_uInt16 nReSize ) in Remove() function in CBlock
956 pOld = pBlock->Remove( nIndex, nReSize ); in ImpRemove()
982 void* Container::Remove() in Remove() function in Container
1001 void* Container::Remove( sal_uIntPtr nIndex ) in Remove() function in Container
/aoo41x/main/sot/inc/sot/
H A Dstg.hxx146 virtual sal_Bool Remove( const String & rEleName ) = 0;
246 virtual sal_Bool Remove( const String & rEleName );
366 virtual sal_Bool Remove( const String & rEleName );
/aoo41x/main/sc/source/ui/src/
H A Dpopup.src418 Text [ en-US ] = "~Remove Precedent" ;
430 Text [ en-US ] = "Remove Dependent" ;
436 Text [ en-US ] = "Remove ~All Traces" ;
/aoo41x/main/sw/inc/
H A Dcalbck.hxx160 SwClient* Remove(SwClient *pDepend);
208 friend SwClient* SwModify::Remove(SwClient *); // for pointer adjustments
H A Dindex.hxx59 void Remove(); // Ausketten
65 ~SwIndex() { Remove(); } in ~SwIndex()
/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_environment.cxx110 m_objects->Remove(key); in revokeInterface()
137 m_objects->Remove( oid ); in getRegisteredInterface()
/aoo41x/main/svl/source/svdde/
H A Dddeinf.cxx132 aServices.Remove( s ); in ~DdeServiceList()
158 aTopics.Remove( s ); in ~DdeTopicList()
/aoo41x/main/idl/inc/
H A Dobject.hxx49 void Remove( sal_uLong& rId ){ sal_uLong nId(rId ); List::Remove( (void*) nId ); } in Remove() function in SvULongs
/aoo41x/main/svtools/source/brwbox/
H A Dbrwbox1.cxx430 pCols->Remove( (sal_uLong) nItemPos ); in FreezeColumn()
447 pCols->Remove( (sal_uLong) nItemPos ); in FreezeColumn()
510 pCols->Insert( pCols->Remove( nOldPos ), nPos ); in SetColumnPos()
806 pColSel->Remove( nPos ); in RemoveColumn()
813 delete( pCols->Remove( (sal_uLong) nPos )); in RemoveColumn()
883 delete ( pCols->Remove( (sal_uLong) 0 )); in RemoveColumns()
1448 uRow.pSel->Remove( nRow ); in RowRemoved()
/aoo41x/main/sot/source/base/
H A Dfactory.cxx114 while( NULL != (pFact = pFactoryList->Remove()) ) in DeInit()
275 pSotData->pObjectList->Remove( pObj ); in DecSvObjectCount()
/aoo41x/main/sfx2/inc/
H A Dmsgnodei.hxx118 void Remove( sal_uInt16 nPos );
171 void Remove( sal_uInt16 nPos );

Completed in 161 milliseconds

12345678910>>...34