Searched refs:aNewMap (Results 1 – 3 of 3) sorted by relevance
204 CellStyleNameMap aNewMap; in getCellStyleNameMap() local205 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "first-row" ) ) ] = first_row_style; in getCellStyleNameMap()206 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "last-row" ) ) ] = last_row_style; in getCellStyleNameMap()207 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "first-column" ) ) ] = first_column_style; in getCellStyleNameMap()208 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "last-column" ) ) ] = last_column_style; in getCellStyleNameMap()209 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "body" ) ) ] = body_style; in getCellStyleNameMap()210 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "even-rows" ) ) ] = even_rows_style; in getCellStyleNameMap()211 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "odd-rows" ) ) ] = odd_rows_style; in getCellStyleNameMap()213 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "odd-columns" ) ) ] = odd_columns_style; in getCellStyleNameMap()214 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "background" ) ) ] = background_style; in getCellStyleNameMap()[all …]
71 tPropertyNameValueMap aNewMap; in setMappedProperties() local73 aNewMap[ aNames[nI] ] = aValues[nI]; in setMappedProperties()74 lcl_overwriteOrAppendValues( aNewMap, *pOverwriteMap ); in setMappedProperties()75 aNames = ContainerHelper::MapKeysToSequence( aNewMap ); in setMappedProperties()76 aValues = ContainerHelper::MapValuesToSequence( aNewMap ); in setMappedProperties()
1022 MapMode aNewMap( rDestMap ); in GetTransformedGraphic() local1023 aNewMap.SetOrigin( OutputDevice::LogicToLogic(aNewOrigin, aMtfMapMode, rDestMap) ); in GetTransformedGraphic()1024 aMtf.SetPrefMapMode( aNewMap ); in GetTransformedGraphic()
Completed in 35 milliseconds