Home
last modified time | relevance | path

Searched refs:LIST_ENTRY_NOTFOUND (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dclonelist.cxx105 if(LIST_ENTRY_NOTFOUND != nPos) in CopyConnections()
118 if(LIST_ENTRY_NOTFOUND != nPos) in CopyConnections()
H A Dsvdedtv.cxx356 && LIST_ENTRY_NOTFOUND == rAllMarkedObjects.GetPos(pObj1) in ImpBroadcastEdgesOfMarkedNodes()
365 && LIST_ENTRY_NOTFOUND == rAllMarkedObjects.GetPos(pObj2) in ImpBroadcastEdgesOfMarkedNodes()
/trunk/main/vcl/source/window/
H A Daccmgr.cxx62 if ( mpAccelList->GetPos( pAccel ) != LIST_ENTRY_NOTFOUND ) in InsertAccel()
89 if ( mpSequenceList->GetPos( pSubAccel ) != LIST_ENTRY_NOTFOUND ) in RemoveAccel()
/trunk/main/idl/source/objects/
H A Dobject.cxx729 if ( rClassList.GetPos(this) != LIST_ENTRY_NOTFOUND ) in InsertSlots()
794 if ( rList.GetPos(this) == LIST_ENTRY_NOTFOUND ) in FillClasses()
/trunk/main/vcl/source/app/
H A Didlemgr.cxx141 if ( mpIdleList->GetPos( pIdleData ) != LIST_ENTRY_NOTFOUND ) in IMPL_LINK()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx202 if ( nPos == LIST_ENTRY_NOTFOUND ) in InsertView()
212 if ( nPos != LIST_ENTRY_NOTFOUND ) in RemoveView()
1609 bIsChild = (sal_Bool)(pParent->pChilds->GetPos(pChild) != LIST_ENTRY_NOTFOUND); in IsInChildList()
H A Dimivctl1.cxx2167 if( nStartPos != LIST_ENTRY_NOTFOUND ) in GetNextEntry()
2188 if( nStartPos != LIST_ENTRY_NOTFOUND && nStartPos != 0 ) in GetPrevEntry()
/trunk/main/tools/inc/tools/
H A Dlist.hxx35 #define LIST_ENTRY_NOTFOUND CONTAINER_ENTRY_NOTFOUND macro
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx291 m_nIndex[i] = LIST_ENTRY_NOTFOUND; in INetRFC822Message()
1001 m_nIndex[i] = LIST_ENTRY_NOTFOUND; in INetMIMEMessage()
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx929 if ( nPos != LIST_ENTRY_NOTFOUND ) in Search()
/trunk/main/svl/source/svdde/
H A Dddesvr.cxx586 return sal_Bool( aFormats.GetPos( nFmt ) != LIST_ENTRY_NOTFOUND ); in HasCbFormat()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx125 if ( pList->GetPos( pS->pCellEntry ) == LIST_ENTRY_NOTFOUND ) in ~ScHTMLLayoutParser()
710 if ( pList->GetPos( pActEntry ) == LIST_ENTRY_NOTFOUND ) in CloseEntry()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1436 if ( nPos != LIST_ENTRY_NOTFOUND ) in RemoveView()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx916 if ( nItemPos != sal::static_int_cast<sal_uInt16>(LIST_ENTRY_NOTFOUND) ) in ImplHideSelect()