Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dprint3.cxx145 PropertyToIndexMap maPropertyToIndex; member in vcl::ImplPrinterControllerData
1467 mpImplData->maPropertyToIndex.find( i_rProperty ); in getValue()
1474 mpImplData->maPropertyToIndex.find( i_rProperty ); in getValue()
1490 mpImplData->maPropertyToIndex.find( i_rPropertyValue.Name ); in setValue()
1491 if( it != mpImplData->maPropertyToIndex.end() ) in setValue()
1523 DBG_ASSERT( mpImplData->maPropertyToIndex.find( aVal.Name ) in setUIOptions()
1524 == mpImplData->maPropertyToIndex.end(), "duplicate property entry" ); in setUIOptions()
1551 mpImplData->maPropertyToIndex.find( aPropName ); in setUIOptions()
1553 if( it != mpImplData->maPropertyToIndex.end() ) in setUIOptions()
1569 mpImplData->maPropertyToIndex.find( i_rProperty ); in isUIOptionEnabled()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dprint3.cxx150 PropertyToIndexMap maPropertyToIndex; member in vcl::ImplPrinterControllerData
1500 mpImplData->maPropertyToIndex.find( i_rProperty ); in getValue()
1507 mpImplData->maPropertyToIndex.find( i_rProperty ); in getValue()
1523 mpImplData->maPropertyToIndex.find( i_rPropertyValue.Name ); in setValue()
1524 if( it != mpImplData->maPropertyToIndex.end() ) in setValue()
1556 DBG_ASSERT( mpImplData->maPropertyToIndex.find( aVal.Name ) in setUIOptions()
1557 == mpImplData->maPropertyToIndex.end(), "duplicate property entry" ); in setUIOptions()
1584 mpImplData->maPropertyToIndex.find( aPropName ); in setUIOptions()
1586 if( it != mpImplData->maPropertyToIndex.end() ) in setUIOptions()
1602 mpImplData->maPropertyToIndex.find( i_rProperty ); in isUIOptionEnabled()
[all …]