Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 25 of 845) sorted by relevance

12345678910>>...34

/trunk/main/sfx2/inc/sfx2/
H A Dminarray.hxx64 sal_Bool Remove( const T& rElem );\
255 Remove(nUsed-n-1, 1); \
330 sal_Bool Remove( void* rElem );
379 void Remove( T aElement ) {\
411 sal_Bool Remove( char rElem );
444 void Remove( T aElement ) {\
445 ByteArr::Remove((char)aElement);\
448 ByteArr::Remove( nPos, nLen ); \
476 sal_Bool Remove( short rElem );
509 void Remove( T aElement ) {\
[all …]
/trunk/main/rsc/source/tools/
H A Drscdef.cxx731 pDep = Remove( (sal_uLong)0 ); in ~RscFile()
737 while( aDefLst.Remove() ) ; in ~RscFile()
817 Remove( pDep ); in RemoveDependFile()
835 Remove(); in ~RscDefTree()
847 void RscDefTree::Remove(){ in Remove() function in RscDefTree
953 aDefTree.Remove(); in ~RscFileTab()
957 Remove( GetIndex( pFile ) ); in ~RscFileTab()
1203 aDefTree.Remove( pDef ); in DeleteDef()
1283 aDefTree.Remove( pDef ); in ChangeDefName()
1311 aDefTree.Remove( pDef ); in DeleteFileContext()
[all …]
/trunk/main/tools/inc/tools/
H A Dref.hxx139 inline EN Remove();\
140 inline EN Remove( sal_uIntPtr nIndex );\
141 inline EN Remove( EN p );\
187 pEntry = Remove();\
189 inline EN CN##MemberList::Remove() \
191 EN p = CN##List::Remove(); \
196 EN p = CN##List::Remove( nIndex ); \
199 inline EN CN##MemberList::Remove( EN p ) \
201 p = CN##List::Remove( p ); \
269 inline EntryName ClassName##MemberList::Remove()\
[all …]
H A Dlist.hxx41 using Container::Remove;
97 Type Remove() \
98 { return (Type)List::Remove(); } \
99 Type Remove( sal_uIntPtr nIndex ) \
100 { return (Type)List::Remove( nIndex ); } \
101 Type Remove( Type p ) \
102 { return (Type)List::Remove( (void*)p ); } \
H A Downlist.hxx45 void Remove() \
46 { delete (Type *)aTypes.Remove(); } \
47 void Remove( Type * pObj ) \
48 { delete (Type *)aTypes.Remove( pObj ); } \
49 void Remove( sal_uIntPtr nPos ) \
50 { delete (Type *)aTypes.Remove( nPos ); } \
/trunk/main/svx/inc/svx/
H A Dxtable.hxx174 XPropertyEntry* Remove(long nIndex);
245 using XPropertyList::Remove;
246 XColorEntry* Remove(long nIndex);
273 using XPropertyList::Remove;
304 using XPropertyList::Remove;
305 XDashEntry* Remove(long nIndex);
340 using XPropertyList::Remove;
341 XHatchEntry* Remove(long nIndex);
366 using XPropertyList::Remove;
392 using XPropertyList::Remove;
[all …]
/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx158 GetRegisteredInNonConst()->Remove(this); in operator =()
271 aWordLst.Remove( nPos - 1 ); in ~SwAutoCompleteWord()
325 aWordLst.Remove( pDel ); in InsertWord()
363 aWordLst.Remove(nPos); in SetMaxCount()
384 aWordLst.Remove(nPos); in SetMinWordLen()
388 aLRULst.Remove( nDelPos ); in SetMinWordLen()
422 aWordLst.Remove(nMyPos); in CheckChangedList()
426 aLRULst.Remove( nPos ); in CheckChangedList()
441 aLRULst.Remove( nPos ); in CheckChangedList()
462 aWordLst.Remove( nPos - 1 ); in DocumentDying()
[all …]
H A Ddocredln.cxx443 pRedlineTbl->Remove( n ); in AppendRedline()
453 pRedlineTbl->Remove( n ); in AppendRedline()
603 pRedlineTbl->Remove( n ); in AppendRedline()
973 pRedlineTbl->Remove( in AppendRedline()
1002 pRedlineTbl->Remove( in AppendRedline()
1377 pRedlineTbl->Remove( n ); in SplitRedline()
1439 pRedlineTbl->Remove( n ); in DeleteRedline()
1455 pRedlineTbl->Remove( n ); in DeleteRedline()
1470 pRedlineTbl->Remove( n ); in DeleteRedline()
1703 rArr.Remove( rPos-- ); in lcl_AcceptRedline()
[all …]
/trunk/main/starmath/inc/
H A Dutility.hxx173 void RemovePtr(sal_uInt16 nPos, sal_uInt16 nCount = 1) { SfxPtrArr::Remove(nPos, nCount); } in RemovePtr()
185 using SfxPtrArr::Remove;
186 void Remove(const void* pItem);
225 virtual void Remove(const String &rString);
286 using SfxPtrArr::Remove;
287 virtual void Remove(const Font &rFont);
344 virtual void Remove(const String &rString);
367 using SfxPtrArr::Remove;
368 virtual void Remove(const Font &rFont);
/trunk/main/svl/inc/svl/
H A Dsvarray.hxx292 void nm::Remove( sal_uInt16 nP, sal_uInt16 nL )\
350 Base::Remove(nP,nL);\
409 Base::Remove(nP,nL);\
450 Base::Remove( nP, nL ); \
629 nm##_SAR::Remove( nP, nL);\
632 void nm::Remove( const AE &aE, sal_uInt16 nL )\
636 nm##_SAR::Remove( nP, nL);\
648 void Remove( AE& aE, sal_uInt16 nL = 1 ) { \
649 Remove( (const AE&) aE, nL );\
750 SvPtrarr::Remove( nP, nL ); \
[all …]
H A Dcntnrsrt.hxx68 Type *Remove( sal_uLong nPos ) \
69 { return (Type *)Container::Remove( nPos ); } \
71 Type *Remove( Type* pObj ); \
75 Type *pObj = Remove( nPos ); \
120 Type *ClassName::Remove( Type* pObj ) \
124 return Remove( nPos ); \
/trunk/main/soltools/inc/
H A Dst_list.hxx70 { Remove(i_aPos-begin()); } in remove()
71 virtual void Remove(
73 void pop_back() { Remove(size()-1); } in pop_back()
74 void erase_all() { while (size()) Remove(size()-1); } in erase_all()
133 virtual void Remove(
196 ST_List<XX>::Remove(unsigned pos) in Remove() function in ST_List
314 DynamicList<XY>::Remove( unsigned pos ) in Remove() function in DynamicList
/trunk/main/sfx2/source/bastyp/
H A Dminarray.cxx125 sal_uInt16 SfxPtrArr::Remove( sal_uInt16 nPos, sal_uInt16 nLen ) in Remove() function in SfxPtrArr
179 sal_Bool SfxPtrArr::Remove( void* aElem ) in Remove() function in SfxPtrArr
191 Remove(nUsed-n-1, 1); in Remove()
360 sal_uInt16 ByteArr::Remove( sal_uInt16 nPos, sal_uInt16 nLen ) in Remove() function in ByteArr
414 sal_Bool ByteArr::Remove( char aElem ) in Remove() function in ByteArr
426 Remove(nUsed-n-1, 1); in Remove()
592 sal_uInt16 WordArr::Remove( sal_uInt16 nPos, sal_uInt16 nLen ) in Remove() function in WordArr
646 sal_Bool WordArr::Remove( short aElem ) in Remove() function in WordArr
658 Remove(nUsed-n-1, 1); in Remove()
/trunk/main/svl/source/items/
H A Ditemset.cxx348 _pPool->Remove( **ppFnd ); in ~SfxItemSet()
613 _pPool->Remove( *pOld ); in Put()
855 _pPool->Remove(*pItem); in SetRanges()
1129 _pPool->Remove( **ppFnd1 ); in Intersect()
1343 _pPool->Remove( **ppFnd1 ); in MergeItem_Impl()
1355 _pPool->Remove( **ppFnd1 ); in MergeItem_Impl()
1365 _pPool->Remove( **ppFnd1 ); in MergeItem_Impl()
1472 _pPool->Remove( **ppFnd ); in InvalidateItem()
1774 _pPool->Remove( *pOld ); in PutDirect()
2024 _pPool->Remove( *pOld ); in Put()
[all …]
/trunk/main/svl/source/memtools/
H A Dsvarray.cxx97 SvPtrarr::Remove( nP, nL ); in SV_IMPL_VARARR()
144 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG()
261 SvUShorts::Remove( nP, nL); in RemoveAt()
265 void SvUShortsSort::Remove( const sal_uInt16 aE, sal_uInt16 nL ) in Remove() function in SvUShortsSort
269 SvUShorts::Remove( nP, nL); in Remove()
283 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG()
329 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG()
/trunk/main/svl/source/svdde/
H A Dddesvr.cxx234 pService->pConv->Remove( pC ); in SV_IMPL_VARARR()
324 pTopic->aItems.Remove( pItem ); in SV_IMPL_VARARR()
505 pInst->pServicesSvr->Remove( this ); in ~DdeService()
565 aTopics.Remove( t ); in RemoveTopic()
573 pConv->Remove( pC ); in RemoveTopic()
601 aFormats.Remove( nFmt ); in AddFormat()
609 aFormats.Remove( DdeData::GetExternalFormat( nFmt ) ); in RemoveFormat()
628 aItems.Remove( t ); in ~DdeTopic()
690 aItems.Remove( s ); in RemoveItem()
832 pMyTopic->aItems.Remove( this ); in ~DdeItem()
[all …]
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx551 Remove( 0, Count() ); in Reset()
559 Remove( nDelFrom, Count()-nDelFrom ); in DeleteFromLine()
838 aCharAttribList.GetAttribs().Remove( nAttr ); in ExpandAttribs()
839 rItemPool.Remove( *pAttrib->GetItem() ); in ExpandAttribs()
929 rItemPool.Remove( *pAttrib->GetItem() ); in CollapsAttribs()
1249 GetItemPool().Remove( *pAttr->GetItem() ); in RemoveItemsFromPool()
1614 Remove( nRight ); in ConnectParagraphs()
1772 GetItemPool().Remove( *pAttr->GetItem() ); in RemoveAttribs()
2050 aAttribs.Remove( nNext ); in OptimizeRanges()
2178 rItemPool.Remove( *pAttr->GetItem() ); in DeleteEmptyAttribs()
[all …]
/trunk/main/starmath/source/
H A Dutility.cxx90 Remove(pItem); in Insert()
114 void SmPickList::Remove(const void *pItem) in Remove() function in SmPickList
207 void SmFontPickList::Remove(const Font &rFont) in Remove() function in SmFontPickList
209 SmPickList::Remove((void *)&rFont); in Remove()
298 void SmFontPickListBox::Remove(const Font &rFont) in Remove() function in SmFontPickListBox
300 SmFontPickList::Remove(rFont); in Remove()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx217 pLongArr->Remove( 0, pLongArr->Count() ); in SvxBoundArgs()
327 (*pLongArr).Remove( nIdx + 1, nDiff ); in NoteRange()
493 pLongArr->Remove( nLongIdx, next ); in Add()
516 pLongArr->Remove( 0, 1 ); in Add()
517 pLongArr->Remove( pLongArr->Count() - 1, 1 ); in Add()
526 pLongArr->Remove( 1, pLongArr->Count() - 2 ); in Add()
588 pOld->Remove( nLeftPos, nRightPos - nLeftPos - 1 ); in Concat()
590 pOld->Remove( nLeftPos - 1, 2 ); in Concat()
601 pOld->Remove( nLeftPos, nRightPos - nLeftPos - 1 ); in Concat()
/trunk/main/cui/source/tabpages/
H A Dtabstpge.cxx257 aTmp.Remove( 0, aTmp.Count() ); in FillItemSet()
304 aNewTabs.Remove( 0, aNewTabs.Count() ); in Reset()
318 aNewTabs.Remove( 0, aNewTabs.Count() ); in Reset()
417 aNewTabs.Remove( i-- ); in InitTabPos_Impl()
572 aNewTabs.Remove( nPos ); in IMPL_LINK()
643 aNewTabs.Remove( nPos ); in IMPL_LINK()
674 aNewTabs.Remove( nPos ); in IMPL_LINK()
692 aNewTabs.Remove( nPos ); in IMPL_LINK()
709 aNewTabs.Remove( nPos ); in IMPL_LINK()
/trunk/main/svl/source/undo/
H A Dundo.cxx457 m_pData->pActUndoArray->aUndoActions.Remove( nPos-1 ); in SetMaxUndoActionCount()
465 m_pData->pActUndoArray->aUndoActions.Remove(0); in SetMaxUndoActionCount()
495 m_pData->pActUndoArray->aUndoActions.Remove( deletePos ); in ImplClearCurrentLevel_NoNotify()
582 m_pData->pActUndoArray->aUndoActions.Remove( 0 ); in ImplClearUndo()
600 pUndoArray->aUndoActions.Remove( deletePos ); in ImplClearRedo()
638 m_pData->pActUndoArray->aUndoActions.Remove(0); in ImplAddUndoAction_NoNotify()
736 m_pData->pActUndoArray->aUndoActions.Remove( in RemoveLastUndoAction()
1135 m_pData->pActUndoArray->aUndoActions.Remove( --m_pData->pActUndoArray->nCurUndoAction ); in ImplLeaveListAction()
1158 … m_pData->pActUndoArray->aUndoActions.Remove( m_pData->pActUndoArray->nCurUndoAction - 2 ); in ImplLeaveListAction()
1288 m_pData->pUndoArray->aUndoActions.Remove( 0 ); in RemoveOldestUndoActions()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dtstpitem.hxx140 void Remove( SvxTabStop& rTab ) in Remove() function in SvxTabStopItem
141 { SvxTabStopArr::Remove( rTab ); } in Remove()
142 void Remove( const sal_uInt16 nPos, const sal_uInt16 nLen = 1 ) in Remove() function in SvxTabStopItem
143 { SvxTabStopArr::Remove( nPos, nLen ); } in Remove()
177 using SvxTabStopArr::Remove;
/trunk/main/sw/source/core/undo/
H A Dundraw.cxx244 rFlyFmts.Remove( rFlyFmts.GetPos( pFmt )); in UndoImpl()
295 rFlyFmts.Remove( rFlyFmts.GetPos( rSave.pFmt )); in RedoImpl()
328 rFlyFmts.Remove( rFlyFmts.GetPos( pFmt )); in AddObj()
363 rFlyFmts.Remove( rFlyFmts.GetPos( pFmt )); in SwUndoDrawUnGroup()
397 rFlyFmts.Remove( rFlyFmts.GetPos( rSave.pFmt )); in UndoImpl()
438 rFlyFmts.Remove( rFlyFmts.GetPos( pFmt )); in RedoImpl()
579 rFlyFmts.Remove( rFlyFmts.GetPos( pFmt )); in RedoImpl()
598 rFlyFmts.Remove( rFlyFmts.GetPos( pFmt )); in AddObj()
/trunk/main/sw/source/core/bastyp/
H A Dswregion.cxx138 Remove( i ); in operator -=()
187 Remove( nCpy, nDel ); in Invert()
214 Remove( static_cast<sal_uInt16>(j), 1 ); in Compress()
220 Remove( static_cast<sal_uInt16>(j), 1 ); in Compress()
242 Remove( static_cast<sal_uInt16>(j), 1 ); in Compress()
/trunk/main/sw/source/core/fields/
H A Dddetbl.cxx51 rTable.GetTabSortBoxes().Remove( (sal_uInt16)0, rTable.GetTabSortBoxes().Count() ); in SwDDETable()
54 rTable.GetTabLines().Remove( 0, rTable.GetTabLines().Count() ); in SwDDETable()
87 pFldTyp->Remove( &aDepend ); in ~SwDDETable()
180 GetTabSortBoxes().Remove( (sal_uInt16)0, GetTabSortBoxes().Count() ); in NoDDETable()
183 GetTabLines().Remove( 0, GetTabLines().Count() ); in NoDDETable()

Completed in 152 milliseconds

12345678910>>...34