Searched refs:pFind (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sc/source/filter/lotus/ |
H A D | tool.cxx | 577 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 …]
|
/aoo42x/main/sot/source/sdstor/ |
H A D | stgavl.cxx | 42 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()
|
/aoo42x/main/tools/source/rc/ |
H A D | resmgr.cxx | 523 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()
|
/aoo42x/main/editeng/source/accessibility/ |
H A D | AccessibleStaticTextBase.cxx | 1105 …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()
|
/aoo42x/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 925 …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()
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods1.cxx | 889 SbxBase* pFind = StarBASIC::FindSBXInCurrentScope( aNameStr ); in RTLFUNC() local 891 if( pFind ) in RTLFUNC() 892 pFindObj = PTR_CAST(SbxObject,pFind); in RTLFUNC()
|
/aoo42x/main/basic/source/classes/ |
H A D | sb.cxx | 2110 SbxVariable* pFind = SbxObject::Find( rName, t ); in Find() local 2111 return pFind; in Find()
|
Completed in 146 milliseconds