Home
last modified time | relevance | path

Searched refs:pFound (Results 26 – 50 of 56) sorted by relevance

123

/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx241 ServerFont* pFound = it->second; in CacheFont() local
242 if( pFound ) in CacheFont()
243 pFound->AddRef(); in CacheFont()
244 return pFound; in CacheFont()
/trunk/main/autodoc/source/ary/idl/
H A Dia_type.cxx184 pFound = csv::find_in_map( aMap_ModuleOfOccurrence2NameRoomRoot, in lhf_Get_NameRoomRoot_forModuleofOccurrence() local
186 if (pFound != 0) in lhf_Get_NameRoomRoot_forModuleofOccurrence()
187 return find_ExplicitNameRoom(*pFound); in lhf_Get_NameRoomRoot_forModuleofOccurrence()
/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx309 const_iterator pFound = find(sCheckName); in match() local
311 if (pFound == end()) in match()
314 const css::uno::Any& aFoundValue = pFound->second; in match()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx1577 ::std::vector< ::rtl::OUString >::const_iterator pFound = av.end(); in implGetFileFromPackage()
1580 pFound = ::comphelper::Locale::getFallback( av, m_aLanguage ); in implGetFileFromPackage()
1584 if( pFound != av.end() ) in implGetFileFromPackage()
1585 aLanguage = *pFound; in implGetFileFromPackage()
1720 ::std::vector< ::rtl::OUString >::const_iterator pFound = av.end(); in implGetHdfFromPackage()
1723 pFound = ::comphelper::Locale::getFallback( av, m_aLanguage ); in implGetHdfFromPackage()
1727 if( pFound != av.end() ) in implGetHdfFromPackage()
1729 aUsedLanguage = *pFound; in implGetHdfFromPackage()
/trunk/main/sw/source/ui/uiview/
H A Dviewsrch.cxx579 sal_Bool SwView::SearchAll(sal_uInt16* pFound) in SearchAll() argument
599 if(pFound) in SearchAll()
600 *pFound = nFound; in SearchAll()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx160 SdrObject* pFound = NULL; in getAltLongDescText() local
190 pFound = pObject; in getAltLongDescText()
198 if( pFound ) in getAltLongDescText()
201 return pFound->GetTitle(); in getAltLongDescText()
203 return pFound->GetDescription(); in getAltLongDescText()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx1294 ::std::vector< ::rtl::OUString >::const_iterator pFound = av.end(); in implGetTreeFileFromPackage()
1297 pFound = ::comphelper::Locale::getFallback( av, m_aLanguage ); in implGetTreeFileFromPackage()
1301 if( pFound != av.end() ) in implGetTreeFileFromPackage()
1302 aLanguage = *pFound; in implGetTreeFileFromPackage()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx594 const ScChangeAction* pFound = NULL; in GetChangeAction() local
617 pFound = pAction; // der letzte gewinnt in GetChangeAction()
641 pFound = pAction; in GetChangeAction()
649 return (ScChangeAction*)pFound; in GetChangeAction()
H A Ddocsh4.cxx2192 ScDocShell* pFound = NULL; in GetShellByNum() local
2196 while ( pShell && !pFound ) in GetShellByNum()
2201 pFound = (ScDocShell*) pShell; in GetShellByNum()
2208 return pFound; in GetShellByNum()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx161 const SfxFilter* pFound = NULL; in lcl_DetectExcelXML() local
182 pFound = rMatcher.GetFilter4FilterName( String::CreateFromAscii(pFilterExcelXML) ); in lcl_DetectExcelXML()
185 return pFound; in lcl_DetectExcelXML()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp1527 void *pFound = memchr( pBuffer, ((char *)DescriptionBuffer)[0], nBufSize ); in repatch_soffice_exe() local
1529 if ( pFound ) in repatch_soffice_exe()
1531 size_t distance = (char *)pFound - (char *)pBuffer; in repatch_soffice_exe()
1538 0 == memcmp( pFound, DescriptionBuffer, sizeof(DescriptionBuffer) ) ) in repatch_soffice_exe()
1542 ((wchar_t *)pFound)[i] = MAGIC_DESCRIPTION_FILLER; in repatch_soffice_exe()
1548 pBuffer = (void *)(((char *)pFound) + 1); in repatch_soffice_exe()
/trunk/main/xmloff/source/forms/
H A Dformcellbinding.cxx278 const ::rtl::OUString* pFound = ::std::find_if( in isSpreadsheetDocumentWhichSupplies() local
283 if ( pFound - aAvailableServices.getConstArray() < aAvailableServices.getLength() ) in isSpreadsheetDocumentWhichSupplies()
/trunk/main/vcl/source/gdi/
H A Dfont.cxx1032 … WeightSearchEntry* pFound = std::lower_bound( weight_table, weight_table+nEnt, aEnt ); in identifyType1Font() local
1033 if( pFound != (weight_table+nEnt) ) in identifyType1Font()
1034 o_rResult.SetWeight( pFound->weight ); in identifyType1Font()
/trunk/main/extensions/source/propctrlr/
H A Dcellbindinghelper.cxx395 const ::rtl::OUString* pFound = ::std::find_if( in isSpreadsheetDocumentWhichSupplies() local
400 if ( pFound - aAvailableServices.getConstArray() < aAvailableServices.getLength() ) in isSpreadsheetDocumentWhichSupplies()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx378 sal_uLong* pFound = &pHashArr[ nH % nPrime ]; in CalcHashValue() local
380 for( i = *pFound; ; i = pDataArr[i].nNext ) in CalcHashValue()
384 pDataArr[i].nNext = *pFound; in CalcHashValue()
387 *pFound = i; in CalcHashValue()
H A Ddocdesc.cxx879 sal_Bool SwDoc::FindPageDesc( const String & rName, sal_uInt16 * pFound) in FindPageDesc() argument
887 *pFound = nI; in FindPageDesc()
/trunk/main/svtools/source/svrtf/
H A Drtfkeywd.cxx1228 void* pFound; in GetRTFToken() local
1233 if( 0 != ( pFound = bsearch( (char *) &aSrch, in GetRTFToken()
1238 nRet = ((RTF_TokenEntry*)pFound)->nToken; in GetRTFToken()
/trunk/main/starmath/source/
H A Dnode.cxx517 const SmNode *pFound = pNode->FindRectClosestTo(rPoint); in FindRectClosestTo() local
518 if (pFound && (nTmp = pFound->OrientedDist(rPoint)) < nDist) in FindRectClosestTo()
520 pResult = pFound; in FindRectClosestTo()
528 if (nDist < 0 && pFound->IsInsideRect(rPoint)) in FindRectClosestTo()
H A Dview.cxx327 const SmNode *pFound = SetCursorPos(nRow, nCol); in Paint() local
330 if (pFound && pp->GetConfig()->IsShowFormulaCursor()) in Paint()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1116 …sal_uInt8* pFound = ImplSearchEntry( pSource, (sal_uInt8*)"%%LanguageLevel:", nParseThis - 10, 16 … in ImplWriteActions() local
1117 if ( pFound ) in ImplWriteActions()
1120 pFound += 16; in ImplWriteActions()
1123 k = *pFound++; in ImplWriteActions()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1861 std::vector< CustomPropertyLine* >::iterator pFound = in IMPL_LINK() local
1863 if ( pFound != m_aCustomPropertiesLines.end() ) in IMPL_LINK()
1865 pLine = *pFound; in IMPL_LINK()
1867 std::vector< CustomPropertyLine* >::iterator pIter = pFound + 1; in IMPL_LINK()
/trunk/main/sfx2/inc/sfx2/
H A Dbindings.hxx130 const SfxFoundCache_Impl* pFound,
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx220 SfxViewFrame* pFound = SfxViewFrame::GetFirst( pDocShell, in lcl_DisposeView() local
222 while(pFound) in lcl_DisposeView()
224 if( pFound == pToClose) in lcl_DisposeView()
229 pFound = SfxViewFrame::GetNext( *pFound, in lcl_DisposeView()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx3298 void* pFound; in ParseProperty() local
3299 if( 0 != ( pFound = bsearch( (char *) &aSrch, in ParseProperty()
3305 (((CSS1PropEntry*)pFound)->pFunc)( pExpr, *pItemSet, *pPropInfo, *this ); in ParseProperty()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx5952 ImplToolItem *pFound = NULL; in ImplGetLastValidItem() local
5965 pFound = &(*it); in ImplGetLastValidItem()
5968 return pFound; // end of line: return last useful item in ImplGetLastValidItem()
5970 return pFound; in ImplGetLastValidItem()
5975 return pFound; in ImplGetLastValidItem()

Completed in 413 milliseconds

123