Home
last modified time | relevance | path

Searched refs:pFound (Results 1 – 25 of 56) sorted by last modified time

123

/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()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1609 ImplDevFontListData* pFound = ImplFindBySearchName( aName ); in FindFontFamily() local
1610 return pFound; in FindFontFamily()
7286 ImplDevFontListData* pFound = mpFontList->FindFontFamily( rFontName ); in IsFontAvailable() local
7287 return (pFound != NULL); in IsFontAvailable()
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/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/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/sc/source/ui/unoobj/
H A Dfielduno.cxx127 SvxFieldData* pFound; // lokale Kopie member in ScUnoEditEngine
153 pFound( NULL ) in ScUnoEditEngine()
165 delete pFound; in ~ScUnoEditEngine()
179 if ( eMode == SC_UNO_COLLECT_FINDINDEX && !pFound && nFieldCount == nFieldIndex ) in CalcFieldValue()
181 pFound = pFieldData->Clone(); in CalcFieldValue()
185 if ( eMode == SC_UNO_COLLECT_FINDPOS && !pFound && in CalcFieldValue()
188 pFound = pFieldData->Clone(); in CalcFieldValue()
220 return pFound; in FindByIndex()
234 return pFound; in FindByPos()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx108 const ScChangeAction* pFound = NULL; in ShowNoteMarker() local
131 pFound = pAction; // der letzte gewinnt in ShowNoteMarker()
155 pFound = pAction; in ShowNoteMarker()
163 if ( pFound ) in ShowNoteMarker()
166 pFound = pFoundContent; // Content gewinnt in ShowNoteMarker()
169 pFound->GetActionNumber() ) in ShowNoteMarker()
170 pFound = pFoundMove; // Move gewinnt in ShowNoteMarker()
176 DateTime aDT = pFound->GetDateTime(); in ShowNoteMarker()
177 aTrackText = pFound->GetUser(); in ShowNoteMarker()
183 String aComStr=pFound->GetComment(); in ShowNoteMarker()
[all …]
/trunk/main/svtools/source/svhtml/
H A Dhtmlkywd.cxx248 void* pFound; in GetHTMLToken() local
253 if( 0 != ( pFound = bsearch( (sal_Char *) &aSrch, in GetHTMLToken()
258 nRet = ((HTML_TokenEntry*)pFound)->nToken; in GetHTMLToken()
597 void* pFound; in GetHTMLCharName() local
602 if( 0 != ( pFound = bsearch( (sal_Char *) &aSrch, in GetHTMLCharName()
607 cRet = ((HTML_CharEntry*)pFound)->cChar; in GetHTMLCharName()
830 void* pFound; in GetHTMLOption() local
835 if( 0 != ( pFound = bsearch( (sal_Char *) &aSrch, in GetHTMLOption()
840 nRet = ((HTML_TokenEntry*)pFound)->nToken; in GetHTMLOption()
1055 void* pFound; in GetHTMLColor() local
[all …]
/trunk/main/starmath/source/
H A Dview.cxx327 const SmNode *pFound = SetCursorPos(nRow, nCol); in Paint() local
330 if (pFound && pp->GetConfig()->IsShowFormulaCursor()) in Paint()
/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/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/framework/source/accelerators/
H A Dpresethandler.cxx836 ::std::vector< ::rtl::OUString >::const_iterator pFound = lLocalizedValues.end(); in impl_findMatchingLocalizedValue()
839 pFound = ::comphelper::Locale::getFallback(lLocalizedValues, aLocale.toISO()); in impl_findMatchingLocalizedValue()
843 for ( pFound = lLocalizedValues.begin(); in impl_findMatchingLocalizedValue()
844 pFound != lLocalizedValues.end() ; in impl_findMatchingLocalizedValue()
845 ++pFound ) in impl_findMatchingLocalizedValue()
847 const ::rtl::OUString& sCheckISO = *pFound; in impl_findMatchingLocalizedValue()
855 if (pFound != lLocalizedValues.end()) in impl_findMatchingLocalizedValue()
857 const ::rtl::OUString& sISOLocale = *pFound; in impl_findMatchingLocalizedValue()
861 return pFound; in impl_findMatchingLocalizedValue()
H A Dacceleratorconfiguration.cxx1352 ::std::vector< ::rtl::OUString >::const_iterator pFound; in impl_ts_load()
1353 for ( pFound = aLocales.begin(); pFound != aLocales.end(); ++pFound ) in impl_ts_load()
1355 if ( *pFound == sIsoLang ) in impl_ts_load()
1359 if ( pFound == aLocales.end() ) in impl_ts_load()
1361 for ( pFound = aLocales.begin(); pFound != aLocales.end(); ++pFound ) in impl_ts_load()
1363 if ( *pFound == sDefaultLocale ) in impl_ts_load()
1367 if ( pFound == aLocales.end() ) in impl_ts_load()
1371 ::rtl::OUString sLocale = *pFound; in impl_ts_load()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx1104 …::std::vector< MigrationItem >::iterator pFound = ::std::find(vNewItems.begin(), vNewItems.end(), … in compareOldAndNewConfig()
1105 if (pFound != vNewItems.end() && it->m_xPopupMenu.is()) in compareOldAndNewConfig()
1112 compareOldAndNewConfig(sName, it->m_xPopupMenu, pFound->m_xPopupMenu, sResourceURL); in compareOldAndNewConfig()
1114 else if (pFound == vNewItems.end()) in compareOldAndNewConfig()
1137 …::std::vector< MigrationItem >::iterator pFound = ::std::find(vOldItems.begin(), vOldItems.end(), … in compareOldAndNewConfig()
1138 if (pFound != vOldItems.end() && it->m_xPopupMenu.is()) in compareOldAndNewConfig()
1145 compareOldAndNewConfig(sName, pFound->m_xPopupMenu, it->m_xPopupMenu, sResourceURL); in compareOldAndNewConfig()
1170 MigrationHashMap::iterator pFound = m_aOldVersionItemsHashMap.find(sResourceURL); in mergeOldToNewVersion() local
1171 if (pFound==m_aOldVersionItemsHashMap.end()) in mergeOldToNewVersion()
1175 for (it=pFound->second.begin(); it!=pFound->second.end(); ++it) in mergeOldToNewVersion()
/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/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/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/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/sw/source/ui/utlui/
H A Dgloslst.cxx363 AutoTextGroup* pFound = FindGroup( sName ); in Update() local
364 if( !pFound ) in Update()
366 pFound = new AutoTextGroup; in Update()
367 pFound->sName = sName; in Update()
368 FillGroup( pFound, pGlossaries ); in Update()
369 pFound->aDateModified = *pDT; in Update()
371 aGroupArr.Insert(pFound, aGroupArr.Count()); in Update()
373 else if( pFound->aDateModified < *pDT ) in Update()
375 FillGroup(pFound, pGlossaries); in Update()
376 pFound->aDateModified = *pDT; in Update()
/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/sw/source/ui/inc/
H A Dview.hxx291 SW_DLLPRIVATE sal_Bool SearchAll(sal_uInt16* pFound = 0);
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx1825 return (pFound && pFound->xResultSet.is()); in IsDataSourceOpen()
1870 if(pFound && pFound->xResultSet.is() && !pFound->bAfterSelection) in GetColumnCnt()
2070 pFound->xStatement = pFound->xConnection->createStatement(); in OpenDataSource()
2080 pFound->bEndOfDB = !pFound->xResultSet->next(); in OpenDataSource()
2136 if(pFound && pFound->xResultSet.is()) in GetSelectedRecordId()
2210 pFound = pParam; in FindDSData()
2216 if(!pFound) in FindDSData()
2231 return pFound; in FindDSData()
2244 SwDSParam* pFound = 0; in FindDSConnection() local
2270 return pFound; in FindDSConnection()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx796 const SprmInfo* pFound = mpKnownSprms->search(aSrch); in GetSprmInfo() local
797 if (pFound == 0) in GetSprmInfo()
837 pFound = &aSrch; in GetSprmInfo()
839 return *pFound; in GetSprmInfo()
H A Dww8par6.cxx6315 const SprmReadInfo* pFound = pDispatcher->search(aSrch); in GetSprmReadInfo() local
6317 if (!pFound) in GetSprmReadInfo()
6320 pFound = pDispatcher->search(aSrch); in GetSprmReadInfo()
6323 return *pFound; in GetSprmReadInfo()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8darr.cxx525 void* pFound; in WW8GetSprmDumpInfo() local
528 if( 0 == ( pFound = bsearch( (char *) &aSrch, in WW8GetSprmDumpInfo()
535 pFound = (void*)aSprmDumpTab; in WW8GetSprmDumpInfo()
537 return *(SprmDumpInfo*) pFound; in WW8GetSprmDumpInfo()

Completed in 270 milliseconds

123