Home
last modified time | relevance | path

Searched refs:pEnd (Results 176 – 200 of 380) sorted by path

12345678910>>...16

/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx497 const sheet::FormulaToken* pEnd = pIter + m_aTokenList.getLength(); in GetFunctionPos() local
502 while ( pIter != pEnd ) in GetFunctionPos()
528 if ( pNextToken != pEnd ) in GetFunctionPos()
/trunk/main/fpicker/source/aqua/
H A DFilterHelper.cxx238 const UnoFilterEntry* pEnd = pStart + _rGroupedFilters.getLength(); in FilterNameExists() local
239 for( ; pStart != pEnd; ++pStart ) in FilterNameExists()
246 bRet = (pStart != pEnd); in FilterNameExists()
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx432 const UnoFilterEntry* pEnd = pStart + _rGroupedFilters.getLength(); in FilterNameExists() local
433 for ( ; pStart != pEnd; ++pStart ) in FilterNameExists()
437 bRet = pStart != pEnd; in FilterNameExists()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx636 const UnoFilterEntry* pEnd = pStart + _rGroupedFilters.getLength(); in FilterNameExists() local
637 for( ; pStart != pEnd; ++pStart ) in FilterNameExists()
644 bRet = pStart != pEnd; in FilterNameExists()
/trunk/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx499 const sal_Unicode* pEnd = aLabel.getStr( ) + aLabel.getLength( ); in Replace() local
501 while( pCurrent < pEnd ) in Replace()
503 OSL_ASSERT( pNext <= pEnd ); in Replace()
/trunk/main/framework/source/accelerators/
H A Dacceleratorcache.cxx126 TKey2Commands::const_iterator pEnd = m_lKey2Commands.end(); in getAllKeys() local
128 pIt != pEnd ; in getAllKeys()
H A Dacceleratorconfiguration.cxx730 AcceleratorCache::TKeyList::const_iterator pEnd = lSecondaryKeys.end(); in getAllKeyEvents() local
731 for ( pIt = lSecondaryKeys.begin(); pIt != pEnd; ++pIt ) in getAllKeyEvents()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx2212 UIElementVector::iterator pEnd = m_aUIElements.end(); in implts_getDockingAreaElementInfoOnSingleRowCol() local
2213 for ( pIter = m_aUIElements.begin(); pIter != pEnd; pIter++ ) in implts_getDockingAreaElementInfoOnSingleRowCol()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1550 CommandToInfoMap::iterator pEnd = m_aCommandMap.end(); in RequestImages() local
1551 while ( pIter != pEnd ) in RequestImages()
1567 while ( pIter != pEnd ) in RequestImages()
/trunk/main/idl/source/cmptools/
H A Dhash.cxx143 SvStringHashEntry * pPos, *pEnd; in SvStringHashTable() local
145 pEnd = pEntries + nMaxEntries; in SvStringHashTable()
146 while( pPos != pEnd ) in SvStringHashTable()
163 SvStringHashEntry * pPos, *pEnd; in ~SvStringHashTable() local
165 pEnd = pEntries + GetMax(); in ~SvStringHashTable()
167 while( pPos != pEnd ) in ~SvStringHashTable()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunversion.cxx78 const char * pEnd = szVersion + strlen(szVersion); in init() local
88 if (pCur < pEnd && isdigit(*pCur)) in init()
90 if (pCur < pEnd) in init()
105 pCur + 1 == pEnd ? isdigit(*(pCur)) : 1) ) in init()
123 if (! ( (pCur < pEnd) in init()
132 if (pCur >= pEnd) in init()
142 if (pCur <= pEnd) in init()
155 if (pCur == pEnd) in init()
165 else if (*pCur == '-' && pCur < pEnd) in init()
179 if (pCur < pEnd) in init()
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx157 const PropertyValue *pEnd = pIter + info.getLength(); in construct() local
163 for (;pIter != pEnd;++pIter) { in construct()
H A Dmysqlc_databasemetadata.cxx1752 …st OUString *pStart = types.getConstArray(), *p = pStart, *pEnd = pStart + nLength; p != pEnd; ++p… in getTables() local
H A Dmysqlc_driver.cxx113 const OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
114 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported){} in supportsService()
116 return (pSupported != pEnd); in supportsService()
H A Dmysqlc_resultset.cxx86 const OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
87 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) {} in supportsService()
89 return (pSupported != pEnd); in supportsService()
H A Dmysqlc_subcomponent.hxx237 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); \
238 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) \
240 return pSupported != pEnd; \
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOSubComponent.hxx230 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); \
231 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) \
234 return pSupported != pEnd; \
H A DSConnection.cxx90 const PropertyValue *pEnd = pBegin + info.getLength(); in construct() local
91 for(;pBegin != pEnd;++pBegin) in construct()
H A DSDriver.cxx95 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
96 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
99 return pSupported != pEnd; in supportsService()
H A DSResultSet.cxx63 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
64 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
67 return pSupported != pEnd; in supportsService()
/trunk/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx95 const TypeGroupInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in lclGetTypeInfoFromTypeId() local
96 for( const TypeGroupInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in lclGetTypeInfoFromTypeId()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx849 const FunctionData* pBeg, const FunctionData* pEnd,
944 void FunctionProviderImpl::initFuncs( const FunctionData* pBeg, const FunctionData* pEnd, sal_uInt8… in initFuncs() argument
946 for( const FunctionData* pIt = pBeg; pIt != pEnd; ++pIt ) in initFuncs()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx491 const ::rtl::OUString* pEnd = pIter + aPropertyNames.getLength(); in setPropertiesToDefault() local
492 for(;pIter != pEnd;++pIter) in setPropertiesToDefault()
500 const ::rtl::OUString* pEnd = pIter + aPropertyNames.getLength(); in getPropertyDefaults() local
501 for(sal_Int32 i = 0;pIter != pEnd;++pIter,++i) in getPropertyDefaults()
763 const ::rtl::OUString* pEnd = pIter + aMimeTypes.getLength(); in IMPLEMENT_FORWARD_REFCOUNT() local
764 for ( ; pIter != pEnd; ++pIter ) in IMPLEMENT_FORWARD_REFCOUNT()
1440 uno::Any* pEnd = pIter + aDelegatorArguments.getLength(); in impl_loadFromStorage_nolck_throw() local
1441 for(sal_Int32 i = 0;pIter != pEnd;++pIter,++i) in impl_loadFromStorage_nolck_throw()
2187 if ( ::std::find(aList.getConstArray(),pEnd,_mimetype) == pEnd ) in setMimeType()
2283 const uno::Any* pEnd = pIter + _aArgs.getLength(); in createInstanceWithArguments() local
[all …]
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx1259 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in getUsedStyle() local
1260 for(;pIter != pEnd && !xReturn.is() ;++pIter) in getUsedStyle()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx385 const ::rtl::OUString* pEnd = pIter + aMasterFields.getLength(); in exportMasterDetailFields() local
386 for(;pIter != pEnd;++pIter,++pDetailFieldsIter) in exportMasterDetailFields()

Completed in 181 milliseconds

12345678910>>...16