Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dprint3.cxx156 PropertyToIndexMap maPropertyToIndex; member in vcl::ImplPrinterControllerData
1340 mpImplData->maPropertyToIndex.find( i_rProperty ); in getValue()
1341 … return it != mpImplData->maPropertyToIndex.end() ? &mpImplData->maUIProperties[it->second] : NULL; in getValue()
1347 mpImplData->maPropertyToIndex.find( i_rProperty ); in getValue()
1348 … return it != mpImplData->maPropertyToIndex.end() ? &mpImplData->maUIProperties[it->second] : NULL; in getValue()
1377 mpImplData->maPropertyToIndex.find( i_rValue.Name ); in setValue()
1378 if( it != mpImplData->maPropertyToIndex.end() ) in setValue()
1383 mpImplData->maPropertyToIndex[ i_rValue.Name ] = mpImplData->maUIProperties.size(); in setValue()
1411 DBG_ASSERT( mpImplData->maPropertyToIndex.find( aVal.Name ) in setUIOptions()
1412 == mpImplData->maPropertyToIndex.end(), "duplicate property entry" ); in setUIOptions()
[all …]