Home
last modified time | relevance | path

Searched refs:pFind (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx577 while( pFind ) in FindRel()
579 if( aRef == pFind->aStrHashEntry ) in FindRel()
581 rIndex = pFind->nRelInd; in FindRel()
584 pFind = ( ENTRY* ) List::Next(); in FindRel()
598 while( pFind ) in FindAbs()
600 if( aRef == pFind->aStrHashEntry ) in FindAbs()
603 if( pFind->nAbsInd ) in FindAbs()
604 rIndex = pFind->nAbsInd; in FindAbs()
614 if( pFind->bSingleRef ) in FindAbs()
627 rIndex = pFind->nAbsInd = nIntCount; in FindAbs()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgavl.cxx42 StgAvlNode* StgAvlNode::Find( StgAvlNode* pFind ) in Find() argument
44 if ( pFind ) in Find()
49 short nRes = p->Compare( pFind ); in Find()
62 ( StgAvlNode* pFind, in Locate() argument
73 if ( pFind ) in Locate()
82 nRes = pCur->Compare( pFind ); in Locate()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx523 ImpContent * pFind = ::std::lower_bound(pContent, in GetBitmapStream() local
527 …if ( (pFind != (pContent + nEntries)) && (pFind->nTypeAndId == ((sal_uInt64(RT_SYS_BITMAP) << 32) … in GetBitmapStream()
529 pStm->Seek( pFind->nOffset ); in GetBitmapStream()
674 ImpContent * pFind = ::std::lower_bound(pContent, in IsGlobalAvailable() local
678 return (pFind != (pContent + nEntries)) && (pFind->nTypeAndId == nValue); in IsGlobalAvailable()
693 ImpContent* pFind = ::std::lower_bound( pContent, in LoadGlobalRes() local
697 if( pFind && (pFind != pEnd) && (pFind->nTypeAndId == nValue) ) in LoadGlobalRes()
705 ImpContent * pFirst = pFind; in LoadGlobalRes()
723 return (sal_uInt8*)pStringBlock + pFind->nOffset - nOffCorrection; in LoadGlobalRes()
729 pStm->Seek( pFind->nOffset ); in LoadGlobalRes()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx1105 …const beans::PropertyValue* pFind = ::std::find_if( pItr, pEnd, ::std::bind2nd( PropertyValueEqual… in getDefaultAttributes() local
1106 if ( pFind != pEnd ) in getDefaultAttributes()
1108 aIntersectionVec.push_back( *pFind ); in getDefaultAttributes()
1143 …const beans::PropertyValue* pFind = ::std::find_if( pItr, pEnd, ::std::bind2nd( PropertyValueEqual… in getRunAttributes() local
1144 if ( pFind == pEnd && pDefAttr[i].Handle != 0) in getRunAttributes()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx925 …const beans::Property* pFind = ::std::find_if(pIter,pEnd,::std::bind2nd(PropertyCompare(),boost::c… in getProperty() local
926 if ( pFind == pEnd ) in getProperty()
928 return *pFind; in getProperty()
1315 …const beans::Property* pFind = ::std::find_if(pIter,pEnd,::std::bind2nd(PropertyCompare(),boost::c… in getSupportedProperties() local
1316 if ( pFind != pEnd ) in getSupportedProperties()
1329 aNewProps.push_back(*pFind); in getSupportedProperties()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx889 SbxBase* pFind = StarBASIC::FindSBXInCurrentScope( aNameStr ); in RTLFUNC() local
891 if( pFind ) in RTLFUNC()
892 pFindObj = PTR_CAST(SbxObject,pFind); in RTLFUNC()
/trunk/main/basic/source/classes/
H A Dsb.cxx2110 SbxVariable* pFind = SbxObject::Find( rName, t ); in Find() local
2111 return pFind; in Find()

Completed in 69 milliseconds