Home
last modified time | relevance | path

Searched refs:pBegin (Results 26 – 50 of 74) sorted by relevance

123

/aoo41x/main/connectivity/source/drivers/calc/
H A DCTable.cxx685 const Type* pBegin = aTypes.getConstArray(); in getTypes() local
686 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
687 for(;pBegin != pEnd;++pBegin) in getTypes()
689 if(!( *pBegin == ::getCppuType((const Reference<XKeysSupplier>*)0) || in getTypes()
690 *pBegin == ::getCppuType((const Reference<XIndexesSupplier>*)0) || in getTypes()
691 *pBegin == ::getCppuType((const Reference<XRename>*)0) || in getTypes()
692 *pBegin == ::getCppuType((const Reference<XAlterTable>*)0) || in getTypes()
693 *pBegin == ::getCppuType((const Reference<XDataDescriptorFactory>*)0))) in getTypes()
694 aOwnTypes.push_back(*pBegin); in getTypes()
/aoo41x/main/connectivity/source/drivers/flat/
H A DETable.cxx544 const Type* pBegin = aTypes.getConstArray(); in getTypes() local
545 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
546 for(;pBegin != pEnd;++pBegin) in getTypes()
548 if(!(*pBegin == ::getCppuType((const Reference<XKeysSupplier>*)0) || in getTypes()
549 *pBegin == ::getCppuType((const Reference<XRename>*)0) || in getTypes()
550 *pBegin == ::getCppuType((const Reference<XIndexesSupplier>*)0) || in getTypes()
551 *pBegin == ::getCppuType((const Reference<XAlterTable>*)0) || in getTypes()
552 *pBegin == ::getCppuType((const Reference<XDataDescriptorFactory>*)0))) in getTypes()
554 aOwnTypes.push_back(*pBegin); in getTypes()
/aoo41x/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx123 const Any* pBegin = m_aSelection.getConstArray(); in Read() local
124 const Any* pEnd = pBegin + m_aSelection.getLength(); in Read()
125 for(;pBegin != pEnd && bContinue;++pBegin) in Read()
128 *pBegin >>= nPos; in Read()
H A DUITools.cxx1253 const ::rtl::OUString* pBegin = aFilter.getConstArray(); in appendToFilter() local
1254 const ::rtl::OUString* pEnd = pBegin + aFilter.getLength(); in appendToFilter()
1255 for (;pBegin != pEnd; ++pBegin) in appendToFilter()
1257 if(pBegin->indexOf('%') != -1) in appendToFilter()
1260 if((nLen = pBegin->lastIndexOf('.')) != -1 && !pBegin->compareTo(_sName,nLen)) in appendToFilter()
1262 else if(pBegin->getLength() == 1) in appendToFilter()
/aoo41x/main/dbaccess/source/ui/dlg/
H A DUserAdmin.cxx225 const ::rtl::OUString* pBegin = m_aUserNames.getConstArray(); in FillUserNames() local
226 const ::rtl::OUString* pEnd = pBegin + m_aUserNames.getLength(); in FillUserNames()
228 for(;pBegin != pEnd;++pBegin) in FillUserNames()
229 m_LB_USER.InsertEntry(*pBegin); in FillUserNames()
H A Ddbfindex.cxx382 const ::rtl::OUString *pBegin = aFolderContent.getConstArray(); in Init() local
383 const ::rtl::OUString *pEnd = pBegin + aFolderContent.getLength(); in Init()
385 for(;pBegin != pEnd;++pBegin) in Init()
388 ::utl::LocalFileHelper::ConvertURLToPhysicalName(pBegin->getStr(),aName); in Init()
/aoo41x/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1331 const ::rtl::OUString* pBegin = aNames.getConstArray(); in getTableAlias() local
1336 for(;pBegin != pEnd;++pBegin) in getTableAlias()
1339 m_pTables->getByName(*pBegin) >>= xColumnsSupp; in getTableAlias()
1347 aTable = *pBegin; in getTableAlias()
1362 for(;pBegin != pEnd;++pBegin) in getTableAlias()
1365 m_pTables->getByName(*pBegin) >>= xTableProp; in getTableAlias()
1384 if(pBegin != pEnd) in getTableAlias()
1719 const sal_Int8* pBegin = aSeq.getConstArray(); in setConditionByColumn() local
1720 const sal_Int8* pEnd = pBegin + aSeq.getLength(); in setConditionByColumn()
1721 for(;pBegin != pEnd;++pBegin) in setConditionByColumn()
[all …]
H A DStaticSet.cxx332 const Any* pBegin = rows.getConstArray(); in deleteRows() local
333 const Any* pEnd = pBegin + rows.getLength(); in deleteRows()
334 for(sal_Int32 i=0;pBegin != pEnd; ++pBegin,++i) in deleteRows()
336 deleteRow(*(m_aSet.begin() + comphelper::getINT32(*pBegin)),_xTable); in deleteRows()
H A DKeySet.cxx477 const Any* pBegin = rows.getConstArray(); in deleteRows() local
478 const Any* pEnd = pBegin + rows.getLength(); in deleteRows()
481 for(;pBegin != pEnd;++pBegin) in deleteRows()
493 pBegin = rows.getConstArray(); in deleteRows()
495 for(;pBegin != pEnd;++pBegin) in deleteRows()
497 m_aKeyIter = m_aKeyMap.find(::comphelper::getINT32(*pBegin)); in deleteRows()
515 pBegin = rows.getConstArray(); in deleteRows()
516 pEnd = pBegin + rows.getLength(); in deleteRows()
518 for(;pBegin != pEnd;++pBegin) in deleteRows()
521 *pBegin >>= nPos; in deleteRows()
/aoo41x/main/connectivity/source/sdbcx/
H A DVCollection.cxx277 Type* pBegin = aTypes.getArray(); in getTypes() local
278 Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
283 for(;pBegin != pEnd; ++pBegin) in getTypes()
285 if ( *pBegin != aType ) in getTypes()
286 aOwnTypes.push_back(*pBegin); in getTypes()
/aoo41x/main/svx/source/form/
H A Ddataaccessdescriptor.cxx511 const PropertyValue* pBegin = m_pImpl->m_aAsSequence.getConstArray(); in createAnySequence() local
512 const PropertyValue* pEnd = pBegin + m_pImpl->m_aAsSequence.getLength(); in createAnySequence()
513 for(sal_Int32 i=0;pBegin != pEnd;++pBegin,++i) in createAnySequence()
514 aRet[i] <<= *pBegin; in createAnySequence()
/aoo41x/main/sal/rtl/source/
H A Dmath.cxx704 inline double stringToDouble(CharT const * pBegin, CharT const * pEnd, in stringToDouble() argument
712 CharT const * p0 = pBegin; in stringToDouble()
922 *pParsedEnd = p == p0 ? pBegin : p; in stringToDouble()
929 double SAL_CALL rtl_math_stringToDouble(sal_Char const * pBegin, in rtl_math_stringToDouble() argument
937 return stringToDouble(pBegin, pEnd, cDecSeparator, cGroupSeparator, pStatus, in rtl_math_stringToDouble()
941 double SAL_CALL rtl_math_uStringToDouble(sal_Unicode const * pBegin, in rtl_math_uStringToDouble() argument
949 return stringToDouble(pBegin, pEnd, cDecSeparator, cGroupSeparator, pStatus, in rtl_math_uStringToDouble()
/aoo41x/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx631 const ::rtl::OUString* pBegin = m_aContext.aFieldNames.getConstArray(); in initContext() local
632 const ::rtl::OUString* pEnd = pBegin + m_aContext.aFieldNames.getLength(); in initContext()
633 for(;pBegin != pEnd;++pBegin) in initContext()
639 xColumns->getByName(*pBegin) >>= xColumn; in initContext()
646 m_aContext.aTypes.insert(OControlWizardContext::TNameTypeMap::value_type(*pBegin,nFieldType)); in initContext()
/aoo41x/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx482 Type* pBegin = aAllTypes.getArray(); in getTypes() local
483 Type* pEnd = pBegin + aAllTypes.getLength(); in getTypes()
484 while ( pBegin != pEnd ) in getTypes()
486 Type aThisRoundType = *pBegin; in getTypes()
487 if ( ++pBegin != pEnd ) in getTypes()
489 pEnd = ::std::remove( pBegin, pEnd, aThisRoundType ); in getTypes()
/aoo41x/main/xmloff/source/chart/
H A DSchXMLImport.cxx517 const Reference< chart2::XChartType > * pBegin = aChartTypes.getConstArray(); in GetNewDataSeries() local
518 const Reference< chart2::XChartType > * pEnd = pBegin + aChartTypes.getLength(); in GetNewDataSeries()
520 ::std::find_if( pBegin, pEnd, lcl_MatchesChartType( rChartTypeName )); in GetNewDataSeries()
751 const OUString * pBegin = aServiceNames.getConstArray(); in setTargetDocument() local
752 const OUString * pEnd = pBegin + aServiceNames.getLength(); in setTargetDocument()
753 if( ::std::find( pBegin, pEnd, aDataProviderServiceName ) != pEnd ) in setTargetDocument()
/aoo41x/main/xmloff/source/xforms/
H A DTokenContext.cxx136 const sal_Unicode* pBegin = rCharacters.getStr(); in Characters() local
137 const sal_Unicode* pEnd = &( pBegin[ rCharacters.getLength() ] ); in Characters()
140 if( ::std::find_if( pBegin, pEnd, ::std::not1(::std::ptr_fun(lcl_IsWhiteSpace)) ) != pEnd ) in Characters()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx354 const Any* pBegin = _aArguments.getConstArray(); in initialize() local
355 const Any* pEnd = pBegin + _aArguments.getLength(); in initialize()
357 for(;pBegin != pEnd;++pBegin) in initialize()
359 *pBegin >>= aValue; in initialize()
H A Ddocumentcontainer.cxx357 const Any* pBegin = _aArguments.getConstArray(); in createInstanceWithArguments() local
358 const Any* pEnd = pBegin + _aArguments.getLength(); in createInstanceWithArguments()
362 for(;pBegin != pEnd;++pBegin) in createInstanceWithArguments()
364 *pBegin >>= aValue; in createInstanceWithArguments()
/aoo41x/main/sw/source/ui/envelp/
H A Dmailmrge.cxx793 Any* pBegin = m_aSelection.getArray(); in ExecQryShell() local
794 Any* pEnd = pBegin + m_aSelection.getLength(); in ExecQryShell()
795 for (;pBegin != pEnd ; ++pBegin) in ExecQryShell()
797 if ( xRowLocate->moveToBookmark(*pBegin) ) in ExecQryShell()
798 *pBegin <<= xRes->getRow(); in ExecQryShell()
/aoo41x/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx191 const sal_Int8* pBegin = x.getConstArray(); in OLEVariant() local
192 const sal_Int8* pEnd = pBegin + x.getLength(); in OLEVariant()
194 for(sal_Int32 i=0;pBegin != pEnd;++i,++pBegin) in OLEVariant()
196 sal_Int32 nData = *pBegin; in OLEVariant()
/aoo41x/main/sfx2/source/appl/
H A Dsfxhelp.cxx361 const ::rtl::OUString* pBegin = aAllModulesList.getConstArray(); in Load() local
362 const ::rtl::OUString* pEnd = pBegin + nLen; in Load()
363 for ( ; pBegin != pEnd; ++pBegin ) in Load()
366 String sModule( *pBegin ); in Load()
/aoo41x/main/connectivity/source/drivers/file/
H A DFStatement.cxx609 const ::rtl::OUString* pBegin = aNames.getConstArray(); in GetAssignValues() local
610 const ::rtl::OUString* pEnd = pBegin + aNames.getLength(); in GetAssignValues()
611 for (; pBegin != pEnd; ++pBegin) in GetAssignValues()
612 aColumnNameList.push_back(*pBegin); in GetAssignValues()
/aoo41x/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx1117 const ::rtl::OUString* pBegin = types.getConstArray(); in getTables() local
1118 const ::rtl::OUString* pEnd = pBegin + nLength; in getTables()
1119 for(;pBegin != pEnd;++pBegin) in getTables()
1121 if(*pBegin == aTable) in getTables()
/aoo41x/main/connectivity/source/parse/
H A Dsqliterator.cxx1699 const ::rtl::OUString* pBegin = aColNames.getConstArray(); in appendColumns() local
1700 const ::rtl::OUString* pEnd = pBegin + aColNames.getLength(); in appendColumns()
1702 for(;pBegin != pEnd;++pBegin) in appendColumns()
1705 ::rtl::OUString aName(getUniqueColumnName(*pBegin)); in appendColumns()
1707 if(xColumns->hasByName(*pBegin) && (xColumns->getByName(*pBegin) >>= xColumn) && xColumn.is()) in appendColumns()
1722 pColumn->setRealName(*pBegin); in appendColumns()
1727 impl_appendError( IParseContext::ERROR_INVALID_COLUMN, pBegin, &_rTableAlias ); in appendColumns()
/aoo41x/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx708 const sal_Unicode *pBegin = rBegin; in impl_WriteRunText() local
714 if ( pBegin >= pEnd ) in impl_WriteRunText()
718 if ( *pBegin == sal_Unicode( ' ' ) || *( pEnd - 1 ) == sal_Unicode( ' ' ) ) in impl_WriteRunText()
725 pSerializer->writeEscaped( OUString( pBegin, pEnd - pBegin ) ); in impl_WriteRunText()
735 const sal_Unicode *pBegin = aText.getStr(); in RunText() local
736 const sal_Unicode *pEnd = pBegin + aText.getLength(); in RunText()
743 for ( const sal_Unicode *pIt = pBegin; pIt < pEnd; ++pIt ) in RunText()
748 impl_WriteRunText( m_pSerializer, nTextToken, pBegin, pIt ); in RunText()
752 impl_WriteRunText( m_pSerializer, nTextToken, pBegin, pIt ); in RunText()
758 impl_WriteRunText( m_pSerializer, nTextToken, pBegin, pIt ); in RunText()
[all …]

Completed in 304 milliseconds

123