/aoo42x/main/drawinglayer/source/processor2d/ |
H A D | vclhelperbufferdevice.cxx | 96 aBuffers::iterator aFound(maFreeBuffers.end()); in alloc() local 105 if(aFound != maFreeBuffers.end()) in alloc() 116 … const sal_uLong aSquare((*aFound)->GetOutputWidthPixel() * (*aFound)->GetOutputHeightPixel()); in alloc() 122 aFound = a; in alloc() 133 aFound = a; in alloc() 134 …bOkay = (*aFound)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPix… in alloc() 140 aFound = a; in alloc() 141 …bOkay = (*aFound)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPix… in alloc() 146 if(aFound != maFreeBuffers.end()) in alloc() 148 pRetval = *aFound; in alloc() [all …]
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salbmp.cxx | 94 EntryMap::iterator aFound = maEntries.find(&rEntry); in addEntry() local 96 if(aFound == maEntries.end()) in addEntry() 110 EntryMap::iterator aFound = maEntries.find(&rEntry); in remEntry() local 112 if(aFound != maEntries.end()) in remEntry() 114 maEntries.erase(aFound); in remEntry() 126 EntryMap::iterator aFound = maEntries.find(&rEntry); in touchEntry() local 128 if(aFound != maEntries.end()) in touchEntry() 130 aFound->second = nDefaultCycles; in touchEntry()
|
/aoo42x/main/sc/source/core/data/ |
H A D | autonamecache.cxx | 59 ScAutoNameHashMap::const_iterator aFound = aNames.find( rName ); in GetNameOccurences() local 60 if ( aFound != aNames.end() ) in GetNameOccurences() 61 return aFound->second; // already initialized in GetNameOccurences()
|
/aoo42x/main/chart2/source/model/template/ |
H A D | ColumnChartType.cxx | 168 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 169 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 171 return (*aFound).second; in GetDefaultValue()
|
H A D | LineChartType.cxx | 180 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 181 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 183 return (*aFound).second; in GetDefaultValue()
|
H A D | BubbleChartType.cxx | 206 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 207 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 209 return (*aFound).second; in GetDefaultValue()
|
H A D | PieChartType.cxx | 211 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 212 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 214 return (*aFound).second; in GetDefaultValue()
|
H A D | BubbleChartTypeTemplate.cxx | 142 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 143 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 145 return (*aFound).second; in GetDefaultValue()
|
H A D | AreaChartTypeTemplate.cxx | 154 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 155 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 157 return (*aFound).second; in GetDefaultValue()
|
H A D | ScatterChartType.cxx | 261 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 262 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 264 return (*aFound).second; in GetDefaultValue()
|
H A D | BarChartTypeTemplate.cxx | 247 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 248 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 250 return (*aFound).second; in GetDefaultValue()
|
H A D | CandleStickChartType.cxx | 289 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 290 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 292 return (*aFound).second; in GetDefaultValue()
|
H A D | LineChartTypeTemplate.cxx | 182 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 183 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 185 return (*aFound).second; in GetDefaultValue()
|
H A D | ScatterChartTypeTemplate.cxx | 183 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 184 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 186 return (*aFound).second; in GetDefaultValue()
|
/aoo42x/main/accessibility/source/helper/ |
H A D | characterattributeshelper.cxx | 96 AttributeMap::iterator aFound = m_aAttributeMap.find( pNames[i] ); in GetCharacterAttributes() local 97 if ( aFound != m_aAttributeMap.end() ) in GetCharacterAttributes() 98 aAttributeMap.insert( *aFound ); in GetCharacterAttributes()
|
/aoo42x/main/chart2/source/model/main/ |
H A D | FormattedString.cxx | 228 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 229 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 231 return (*aFound).second; in GetDefaultValue()
|
H A D | GridProperties.cxx | 172 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 173 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 175 return (*aFound).second; in GetDefaultValue()
|
H A D | PageBackground.cxx | 156 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 157 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 159 return (*aFound).second; in GetDefaultValue()
|
H A D | StockBar.cxx | 168 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 169 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 171 return (*aFound).second; in GetDefaultValue()
|
H A D | Wall.cxx | 159 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 160 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 162 return (*aFound).second; in GetDefaultValue()
|
H A D | Legend.cxx | 295 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 296 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 298 return (*aFound).second; in GetDefaultValue()
|
H A D | Title.cxx | 308 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 309 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 311 return (*aFound).second; in GetDefaultValue()
|
/aoo42x/main/chart2/source/tools/ |
H A D | RegressionEquation.cxx | 231 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 232 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 234 return (*aFound).second; in GetDefaultValue()
|
H A D | ErrorBar.cxx | 231 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 232 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 234 return (*aFound).second; in GetDefaultValue()
|
H A D | RegressionCurveModel.cxx | 266 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue() local 267 if( aFound == rStaticDefaults.end() ) in GetDefaultValue() 269 return (*aFound).second; in GetDefaultValue()
|