Home
last modified time | relevance | path

Searched refs:pIter (Results 1 – 25 of 164) sorted by path

1234567

/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx392 const beans::PropertyValue* pIter = rArgs.getConstArray(); in execute() local
393 const beans::PropertyValue* pEnd = pIter + rArgs.getLength(); in execute()
395pIter, pEnd, ::std::bind2nd( PropertyValueCompare(), boost::cref( sKeyModifier ) ) ); in execute()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx338 const ::rtl::OUString* pIter = aSeq.getConstArray(); in GetEmbeddedObject() local
339 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in GetEmbeddedObject()
340 for(;pIter != pEnd;++pIter) in GetEmbeddedObject()
342 (void)*pIter; in GetEmbeddedObject()
1388 const ::rtl::OUString* pIter = aNames.getConstArray(); in StoreAsChildren() local
1390 for(;pIter != pEnd;++pIter) in StoreAsChildren()
1503 const ::rtl::OUString* pIter = aNames.getConstArray(); in StoreChildren() local
1505 for(;pIter != pEnd;++pIter) in StoreChildren()
1650 const ::rtl::OUString* pIter = aNames.getConstArray(); in SetPersistentEntries() local
1652 for(;pIter != pEnd;++pIter) in SetPersistentEntries()
[all …]
/trunk/main/comphelper/source/misc/
H A Dsequence.cxx91 const ::rtl::OUString * pIter = _aList.getConstArray(); in existsValue() local
92 const ::rtl::OUString * pEnd = pIter + _aList.getLength(); in existsValue()
93 return ::std::find(pIter,pEnd,Value) != pEnd; in existsValue()
/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx120 const Property* pIter = aSeq.getConstArray(); in addPropertyChangeListener() local
121 const Property* pEnd = pIter + aSeq.getLength(); in addPropertyChangeListener()
122 for( ; pIter != pEnd ; ++pIter) in addPropertyChangeListener()
124 m_aListener.addInterface(pIter->Name,xListener); in addPropertyChangeListener()
144 const Property* pIter = aSeq.getConstArray(); in removePropertyChangeListener() local
145 const Property* pEnd = pIter + aSeq.getLength(); in removePropertyChangeListener()
146 for( ; pIter != pEnd ; ++pIter) in removePropertyChangeListener()
148 m_aListener.removeInterface(pIter->Name,xListener); in removePropertyChangeListener()
/trunk/main/connectivity/source/commontools/
H A DDriversConfig.cxx36 const ::rtl::OUString* pIter = _aSource.getConstArray(); in lcl_convert() local
37 const ::rtl::OUString* pEnd = pIter + _aSource.getLength(); in lcl_convert()
38 for (;pIter != pEnd ; ++pIter,++pAny) in lcl_convert()
40 *pAny <<= *pIter; in lcl_convert()
250 ::rtl::OUString* pIter = aRet.getArray(); in getURLs()
253 for(;aIter != aEnd;++aIter,++pIter) in getURLs()
255 *pIter = aIter->first; in getURLs()
H A DTDatabaseMetaDataBase.cxx126 const Any* pIter = aTypeInfoSettings.getConstArray(); in getTypeInfo() local
127 const Any* pEnd = pIter + aTypeInfoSettings.getLength(); in getTypeInfo()
130 for(;pIter != pEnd;++pIter) in getTypeInfo()
131 … aConditions.push_back(FunctionParser::parseFunction(::comphelper::getString(*pIter))); in getTypeInfo()
H A Ddbtools2.cxx814 const PropertyValue* pIter = aArgs.getConstArray(); in isEmbeddedInDatabase() local
815 const PropertyValue* pEnd = pIter + aArgs.getLength(); in isEmbeddedInDatabase()
816 for(;pIter != pEnd;++pIter) in isEmbeddedInDatabase()
818 if ( pIter->Name.equalsAscii("ComponentData") ) in isEmbeddedInDatabase()
821 pIter->Value >>= aDocumentContext; in isEmbeddedInDatabase()
/trunk/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx152 for(;pIter != pEnd;++pIter) in fillInfo()
156 pIter->Value >>= _rDBInfo.sDBName; in fillInfo()
160 pIter->Value >>= _rDBInfo.sControlUser; in fillInfo()
169 pIter->Value >>= _rDBInfo.bShutDown; in fillInfo()
172 pIter->Value >>= _rDBInfo.sSysUser; in fillInfo()
176 pIter->Value >>= _rDBInfo.sSysPassword; in fillInfo()
184 pIter->Value >>= _rDBInfo.sCacheSize; in fillInfo()
192 pIter->Value >>= _rDBInfo.sBackupFile; in fillInfo()
196 pIter->Value >>= _rDBInfo.sDataDevName; in fillInfo()
208 pIter->Value >>= _rDBInfo.nDataSize; in fillInfo()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx118 const PropertyValue *pIter = info.getConstArray(); in construct() local
119 const PropertyValue *pEnd = pIter + info.getLength(); in construct()
120 for(;pIter != pEnd;++pIter) in construct()
122 if(!pIter->Name.compareToAscii("Timeout")) in construct()
123 pIter->Value >>= nTimeout; in construct()
124 else if(!pIter->Name.compareToAscii("Silent")) in construct()
125 pIter->Value >>= bSilent; in construct()
126 else if(!pIter->Name.compareToAscii("user")) in construct()
127 pIter->Value >>= aUID; in construct()
128 else if(!pIter->Name.compareToAscii("password")) in construct()
[all …]
H A DAwrapado.cxx2004 const ::rtl::OUString* pIter = types.getConstArray(); in getTables() local
2005 const ::rtl::OUString* pEnd = pIter + types.getLength(); in getTables()
2006 for( ; pIter != pEnd ; ++pIter) in getTables()
2010 aTypes.append(*pIter); in getTables()
/trunk/main/connectivity/source/drivers/calc/
H A DCConnection.cxx102 const PropertyValue *pIter = info.getConstArray(); in construct() local
103 const PropertyValue *pEnd = pIter + info.getLength(); in construct()
104 for(;pIter != pEnd;++pIter) in construct()
106 if(!pIter->Name.compareToAscii(pPwd)) in construct()
108 pIter->Value >>= m_sPassword; in construct()
H A DCDatabaseMetaData.cxx412 const ::rtl::OUString* pIter = types.getConstArray(); in getTables() local
413 const ::rtl::OUString* pEnd = pIter + nLength; in getTables()
414 for(;pIter != pEnd;++pIter) in getTables()
416 if(*pIter == aTable) in getTables()
/trunk/main/connectivity/source/drivers/dbase/
H A DDCode.cxx108 OIndexIterator* pIter = pIndex->createIterator(pOp,pRight); in preProcess() local
110 if (pIter) in preProcess()
113 sal_uIntPtr nRec = pIter->First(); in preProcess()
117 nRec = pIter->Next(); in preProcess()
120 delete pIter; in preProcess()
H A DDResultSet.cxx182 dbase::OIndexIterator* pIter = pIndex->createIterator(NULL,NULL); in fillIndexValues() local
184 if (pIter) in fillIndexValues()
186 sal_uInt32 nRec = pIter->First(); in fillIndexValues()
193 nRec = pIter->Next(); in fillIndexValues()
198 delete pIter; in fillIndexValues()
201 delete pIter; in fillIndexValues()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx114 const PropertyValue *pIter = info.getConstArray(); in construct() local
115 const PropertyValue *pEnd = pIter + info.getLength(); in construct()
116 for(;pIter != pEnd;++pIter) in construct()
118 if(!pIter->Name.compareToAscii(pPwd)) in construct()
120 pIter->Value >>= sPassword; in construct()
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx105 const PropertyValue *pIter = info.getConstArray(); in construct() local
106 const PropertyValue *pEnd = pIter + info.getLength(); in construct()
107 for(;pIter != pEnd;++pIter) in construct()
109 if(0 == pIter->Name.compareToAscii("Extension")) in construct()
110 OSL_VERIFY( pIter->Value >>= aExt ); in construct()
111 else if(0 == pIter->Name.compareToAscii("CharSet")) in construct()
114 OSL_VERIFY( pIter->Value >>= sIanaName ); in construct()
123 else if (0 == pIter->Name.compareToAscii("ShowDeleted")) in construct()
125 OSL_VERIFY( pIter->Value >>= m_bShowDeleted ); in construct()
127 else if (0 == pIter->Name.compareToAscii("EnableSQL92Check")) in construct()
[all …]
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx178 const PropertyValue* pIter = aInfo.getConstArray(); in flush() local
179 const PropertyValue* pEnd = pIter + aInfo.getLength(); in flush()
180 for(;pIter != pEnd;++pIter) in flush()
182 if ( pIter->Name.compareToAscii("readonly") == 0 ) in flush()
H A DHDriver.cxx185 const PropertyValue* pIter = info.getConstArray(); in connect() local
186 const PropertyValue* pEnd = pIter + info.getLength(); in connect()
188 for (;pIter != pEnd; ++pIter) in connect()
190 if ( pIter->Name.equalsAscii("Storage") ) in connect()
192 xStorage.set(pIter->Value,UNO_QUERY); in connect()
194 else if ( pIter->Name.equalsAscii("URL") ) in connect()
196 pIter->Value >>= sURL; in connect()
H A DHTable.cxx360 const Type* pIter = aTypes.getConstArray(); in getTypes() local
361 const Type* pEnd = pIter + aTypes.getLength(); in getTypes()
362 for(;pIter != pEnd;++pIter) in getTypes()
364 if( *pIter != ::getCppuType((const Reference<XRename>*)0) ) in getTypes()
366 aOwnTypes.push_back(*pIter); in getTypes()
/trunk/main/connectivity/source/inc/
H A DUStringDescription_Impl.hxx34 const sal_Char* pIter = pZeroTerminatedName; in UStringDescription() local
35 while((*pIter++) != '\0') in UStringDescription()
/trunk/main/cui/source/customize/
H A Dcfg.cxx4095 ToolbarInfo::const_iterator pIter = aToolbarInfo.find( systemname ); in GetEntries() local
4096 if ( pIter == aToolbarInfo.end() ) in GetEntries()
5209 ImageInfo::iterator pIter = aImageInfo.find( names[n] ); in SvxIconSelectorDialog() local
5210 if ( pIter != aImageInfo.end() ) in SvxIconSelectorDialog()
5211 pIter->second = true; in SvxIconSelectorDialog()
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx936 const sal_uInt16* pIter = pTmpRanges; in GetInputRanges() local
939 for( nLen = 0; *pIter; ++nLen, ++pIter ) in GetInputRanges()
/trunk/main/cui/source/options/
H A Doptjava.cxx185 std::vector< JavaInfo* >::iterator pIter; in ~SvxJavaOptionsPage() local
186 for ( pIter = m_aAddedInfos.begin(); pIter != m_aAddedInfos.end(); ++pIter ) in ~SvxJavaOptionsPage()
188 JavaInfo* pInfo = *pIter; in ~SvxJavaOptionsPage()
458 std::vector< JavaInfo* >::iterator pIter; in LoadJREs() local
459 for ( pIter = m_aAddedInfos.begin(); pIter != m_aAddedInfos.end(); ++pIter ) in LoadJREs()
461 JavaInfo* pInfo = *pIter; in LoadJREs()
550 std::vector< JavaInfo* >::iterator pIter; in AddFolder() local
551 for ( pIter = m_aAddedInfos.begin(); pIter != m_aAddedInfos.end(); ++pIter ) in AddFolder()
553 JavaInfo* pCmpInfo = *pIter; in AddFolder()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx324 const ::rtl::OUString* pIter = aSeq.getConstArray(); in construct() local
325 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in construct()
326 for(;pIter != pEnd;++pIter) in construct()
328 if ( *pIter != m_sUpdateTableName ) in construct()
330 connectivity::OSQLTable xSelColSup(xSelectTables->getByName(*pIter),uno::UNO_QUERY); in construct()
H A DRowSet.cxx2836 const ::rtl::OUString* pIter = aSeq.getConstArray(); in ORowSetClone() local
2837 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in ORowSetClone()
2839 for(sal_Int32 i=1;pIter != pEnd ;++pIter,++i) in ORowSetClone()
2842 rParent.m_pColumns->getByName(*pIter) >>= xColumn; in ORowSetClone()
2856 pColumn->setName(*pIter); in ORowSetClone()
2857 aNames.push_back(*pIter); in ORowSetClone()

Completed in 170 milliseconds

1234567