Home
last modified time | relevance | path

Searched refs:pEnd (Results 201 – 225 of 380) sorted by last modified time

12345678910>>...16

/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx72 for( const OUString* pEnd = pStr + rStrings.getLength(); pStr != pEnd; ++pStr ) in lclFillListBox() local
/trunk/main/sc/source/filter/inc/
H A Dxlformula.hxx349 void FillXclFuncMap( const XclFunctionInfo* pBeg, const XclFunctionInfo* pEnd );
350 void FillScFuncMap( const XclFunctionInfo* pBeg, const XclFunctionInfo* pEnd );
/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx505 const XclChFormatInfo* pEnd = STATIC_ARRAY_END( spFmtInfos ); in XclChFormatInfoProvider() local
506 for( const XclChFormatInfo* pIt = spFmtInfos; pIt != pEnd; ++pIt ) in XclChFormatInfoProvider()
574 const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in XclChTypeInfoProvider() local
575 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in XclChTypeInfoProvider()
588 const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in GetTypeInfoFromRecId() local
589 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in GetTypeInfoFromRecId()
598 const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in GetTypeInfoFromService() local
599 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in GetTypeInfoFromService()
H A Dxlformula.cxx472 void XclFunctionProvider::FillXclFuncMap( const XclFunctionInfo* pBeg, const XclFunctionInfo* pEnd ) in FillXclFuncMap() argument
474 for( const XclFunctionInfo* pIt = pBeg; pIt != pEnd; ++pIt ) in FillXclFuncMap()
486 void XclFunctionProvider::FillScFuncMap( const XclFunctionInfo* pBeg, const XclFunctionInfo* pEnd ) in FillScFuncMap() argument
488 for( const XclFunctionInfo* pIt = pBeg; pIt != pEnd; ++pIt ) in FillScFuncMap()
H A Dxeescher.cxx687 const OUString* pEnd = pBegin + aStringList.getLength(); in XclExpTbxControlObj() local
688 const OUString* pString = ::std::find( pBegin, pEnd, aDefText ); in XclExpTbxControlObj()
689 if( pString != pEnd ) in XclExpTbxControlObj()
H A Dxechart.cxx996 const Reference< XFormattedString >* pEnd = pBeg + rStringSeq.getLength(); in ConvertStringSequence() local
997 for( const Reference< XFormattedString >* pIt = pBeg; pIt != pEnd; ++pIt ) in ConvertStringSequence()
1863 const Reference< XLabeledDataSequence >* pEnd = pBeg + aLabeledSeqVec.getLength(); in ConvertDataSeries() local
1864 for( const Reference< XLabeledDataSequence >* pIt = pBeg; pIt != pEnd; ++pIt ) in ConvertDataSeries()
1983 const Reference< XLabeledDataSequence >* pEnd = pBeg + aLabeledSeqVec.getLength(); in ConvertStockSeries() local
2080 const Reference< XRegressionCurve >* pEnd = pBeg + aRegCurveSeq.getLength(); in CreateTrendLines() local
2081 for( const Reference< XRegressionCurve >* pIt = pBeg; pIt != pEnd; ++pIt ) in CreateTrendLines()
2453 const Reference< XDataSeries >* pEnd = pBeg + aSeriesSeq.getLength(); in ConvertSeries() local
2454 for( const Reference< XDataSeries >* pIt = pBeg; pIt != pEnd; ++pIt ) in ConvertSeries()
3136 const Reference< XChartType >* pEnd = pBeg + aChartTypeSeq.getLength(); in Convert() local
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2795 register const sal_Unicode* const pEnd = p + aVal.Len(); in ScTrim() local
2796 while ( p < pEnd ) in ScTrim()
H A Dchgtrack.cxx1692 ScChangeActionContent* pEnd = pContent = this; in Select() local
1706 pEnd = pContent; in Select()
1709 if ( bOldest || pEnd != this ) in Select()
1722 pNew->SetRejectAction( bOldest ? GetActionNumber() : pEnd->GetActionNumber() ); in Select()
H A Daddress.cxx130 *pEnd = NULL; in sal_Unicode_strtol()
137 *pEnd = p; in sal_Unicode_strtol()
552 if( NULL == pEnd ) in lcl_r1c1_get_col()
563 if( *pEnd != ']' ) in lcl_r1c1_get_col()
566 pEnd++; in lcl_r1c1_get_col()
579 return pEnd; in lcl_r1c1_get_col()
597 if( NULL == pEnd ) in lcl_r1c1_get_row()
611 pEnd++; in lcl_r1c1_get_row()
624 return pEnd; in lcl_r1c1_get_row()
802 if( NULL == pEnd || p == pEnd || n < 0 || n > MAXROW ) in lcl_a1_get_row()
[all …]
/trunk/main/sal/rtl/source/
H A Duri.cxx357 sal_Unicode const * pEnd; member
389 if (pPos != pEnd && isAlpha(*pPos)) in parseUriRef()
414 pComponents->aPath.pEnd = pPos; in parseUriRef()
416 if (pPos != pEnd && *pPos == '?') in parseUriRef()
424 if (pPos != pEnd) in parseUriRef()
428 pComponents->aFragment.pEnd = pEnd; in parseUriRef()
463 if (p != rRelPath.pEnd) in joinPaths()
501 if (q == rRelPath.pEnd) in joinPaths()
607 while (p < pEnd) in rtl_uriEncode()
611 &p, pEnd, in rtl_uriEncode()
[all …]
H A Dmath.cxx716 if (p0 != pEnd && *p0 == CharT('-')) in stringToDouble()
724 if (p0 != pEnd && *p0 == CharT('+')) in stringToDouble()
731 if (3 >= (pEnd - p)) in stringToDouble()
759 for (; p != pEnd; ++p) in stringToDouble()
772 if (p != pEnd && *p == cDecSeparator) in stringToDouble()
787 for (; p != pEnd; ++p) in stringToDouble()
814 if (p != pEnd && *p == CharT('-')) in stringToDouble()
828 while (p != pEnd && isDigit(*p)) in stringToDouble()
835 for (; p != pEnd; ++p) in stringToDouble()
883 while (p != pEnd && isDigit(*p)) in stringToDouble()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c2083 sal_Char *pStart, *pEnd;
2090 ((pEnd = strchr(pStart + 1, ']')) != NULL))
2092 strncpy(Path, pStart + 1, pEnd - (pStart + 1));
2093 Path[pEnd - (pStart + 1)] = '\0';
/trunk/main/sal/inc/rtl/
H A Dmath.h323 sal_Char const * pBegin, sal_Char const * pEnd, sal_Char cDecSeparator,
363 sal_Unicode const * pBegin, sal_Unicode const * pEnd,
H A Dmath.hxx144 sal_Char const * pEnd; in stringToDouble() local
148 pStatus, &pEnd); in stringToDouble()
150 *pParsedEnd = (sal_Int32)(pEnd - pBegin); in stringToDouble()
163 sal_Unicode const * pEnd; in stringToDouble() local
167 pStatus, &pEnd); in stringToDouble()
169 *pParsedEnd = (sal_Int32)(pEnd - pBegin); in stringToDouble()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx658 const uno::Reference< report::XReportComponent>* pEnd = pIter + _aShapes.getLength(); in setMarked() local
659 for(;pIter != pEnd;++pIter) in setMarked()
1358 const beans::NamedValue* pEnd = pIter + aAllreadyCopiedObjects.getLength(); in EndDragObj() local
1372 for (; pIter != pEnd; ++pIter) in EndDragObj()
1830 const beans::PropertyValue* pEnd = pIter + _aCollpasedSections.getLength(); in collapseSections() local
1831 for (; pIter != pEnd; ++pIter) in collapseSections()
H A DReportSection.cxx261 const beans::NamedValue* pEnd = pIter + nLength; in Paste() local
262 for(;pIter != pEnd;++pIter) in Paste()
834 beans::PropertyValue* pEnd = pIter + aValues.getLength(); in ExecuteDrop() local
835 for(;pIter != pEnd; ++pIter) in ExecuteDrop()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx197 const ::rtl::OUString* pEnd = m_aFieldNames.getConstArray() + m_aFieldNames.getLength(); in impl_isDataField() local
198 bool bIsField = ( ::std::find( m_aFieldNames.getConstArray(), pEnd, _sName ) != pEnd ); in impl_isDataField()
202 pEnd = m_aParamNames.getConstArray() + m_aParamNames.getLength(); in impl_isDataField()
203 bIsField = ( ::std::find( m_aParamNames.getConstArray(), pEnd, _sName ) != pEnd ); in impl_isDataField()
924 const beans::Property* pEnd = pIter + aProps.getLength(); in getProperty() local
925 …const beans::Property* pFind = ::std::find_if(pIter,pEnd,::std::bind2nd(PropertyCompare(),boost::c… in getProperty()
926 if ( pFind == pEnd ) in getProperty()
1314 const beans::Property* pEnd = pIter + aSeq.getLength(); in getSupportedProperties() local
1316 if ( pFind != pEnd ) in getSupportedProperties()
1697 const ::rtl::OUString* pEnd = pIter + aMimeTypes.getLength(); in impl_fillMimeTypes_nothrow() local
[all …]
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx505 const uno::Reference< report::XReportComponent >* pEnd = pIter + aSelection.getLength(); in _selectionChanged() local
506 for (; pIter != pEnd; ++pIter) in _selectionChanged()
H A DDateTime.cxx139 const sal_Int32* pEnd = pIter + aFormatKeys.getLength(); in InsertEntry() local
140 for(;pIter != pEnd;++pIter) in InsertEntry()
H A DGroupsSorting.cxx320 const uno::Any* pEnd = pIter + _aGroups.getLength(); in moveGroups() local
321 for(;pIter != pEnd;++pIter) in moveGroups()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx477 const PropertyValue* pEnd = pIter + rDescriptor.getLength(); in implImport() local
478 for(;pIter != pEnd;++pIter) in implImport()
H A DxmlExport.cxx385 const ::rtl::OUString* pEnd = pIter + aMasterFields.getLength(); in exportMasterDetailFields() local
386 for(;pIter != pEnd;++pIter,++pDetailFieldsIter) in exportMasterDetailFields()
/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/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/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()

Completed in 269 milliseconds

12345678910>>...16