Home
last modified time | relevance | path

Searched refs:aLookup (Results 1 – 8 of 8) sorted by relevance

/trunk/main/cui/source/options/
H A Dconnpoolconfig.cxx131 DriverPoolingSettings::iterator aLookup; in GetOptions() local
132 for ( aLookup = aSettings.begin(); in GetOptions()
133 aLookup != aSettings.end(); in GetOptions()
134 ++aLookup in GetOptions()
136 if (sThisDriverName.equals(aLookup->sName)) in GetOptions()
139 if (aLookup == aSettings.end()) in GetOptions()
144 aLookup = aSettings.end(); in GetOptions()
145 --aLookup; in GetOptions()
149 aThisDriverSettings.getNodeValue(getEnableNodeName()) >>= aLookup->bEnabled; in GetOptions()
150 aThisDriverSettings.getNodeValue(getTimeoutNodeName()) >>= aLookup->nTimeoutSeconds; in GetOptions()
/trunk/main/connectivity/source/cpool/
H A DZPoolCollection.cxx203 for ( ConstMapDriver2DriverRefIterator aLookup = m_aDriverProxies.begin(); in getDriverByURL() local
204 aLookup != m_aDriverProxies.end(); in getDriverByURL()
205 ++aLookup in getDriverByURL()
209 xExistentProxy = aLookup->second; in getDriverByURL()
211 if (xExistentProxy.is() && (aLookup->first.get() == xDriver.get())) in getDriverByURL()
546 MapDriver2DriverRefIterator aLookup = m_aDriverProxies.begin(); in propertyChange() local
547 while( aLookup != m_aDriverProxies.end()) in propertyChange()
549 MapDriver2DriverRefIterator aFind = aLookup; in propertyChange()
550 Reference<XServiceInfo> xInfo(aLookup->first,UNO_QUERY); in propertyChange()
551 ++aLookup; in propertyChange()
/trunk/main/comphelper/source/misc/
H A Daccessibleeventnotifier.cxx64 for ( ClientMap::const_iterator aLookup = rClients.begin(); in generateId() local
65 aLookup != rClients.end(); in generateId()
66 ++aLookup in generateId()
69 TClientId nCurrent = aLookup->first; in generateId()
/trunk/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx100 …::dbtools::OCharsetMap::const_iterator aLookup = aLookupIanaName.find(sIanaName, ::dbtools::OChars… in Construct()
101 if (aLookup != aLookupIanaName.end()) in Construct()
102 m_nTextEncoding = (*aLookup).getEncoding(); in Construct()
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx117 …::dbtools::OCharsetMap::const_iterator aLookup = aLookupIanaName.find(sIanaName, ::dbtools::OChars… in construct()
118 if (aLookup != aLookupIanaName.end()) in construct()
119 m_nTextEncoding = (*aLookup).getEncoding(); in construct()
/trunk/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx266 …::dbtools::OCharsetMap::const_iterator aLookup = aLookupIanaName.find(sIanaName, ::dbtools::OChars… in connect()
267 if (aLookup != aLookupIanaName.end() ) in connect()
270 if ( RTL_TEXTENCODING_UTF8 == (*aLookup).getEncoding() ) in connect()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx257 …::dbtools::OCharsetMap::const_iterator aLookup = aLookupIanaName.find(sIanaName, ::dbtools::OChars… in Construct()
258 if (aLookup != aLookupIanaName.end()) in Construct()
259 m_nTextEncoding = (*aLookup).getEncoding(); in Construct()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2291 std::vector< ImplToolItem >::iterator aLookup = _aSeparator; in ImplFollowedByVisibleButton() local
2292 while ( ++aLookup != _aEnd ) in ImplFollowedByVisibleButton()
2294 if ( aLookup->meType == TOOLBOXITEM_SEPARATOR ) in ImplFollowedByVisibleButton()
2295 return ImplFollowedByVisibleButton( aLookup, _aEnd ); in ImplFollowedByVisibleButton()
2297 if ( ( aLookup->meType == TOOLBOXITEM_BUTTON ) && aLookup->mbVisible ) in ImplFollowedByVisibleButton()

Completed in 54 milliseconds