Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/table/
H A Dtabledesign.cxx204 CellStyleNameMap aNewMap; in getCellStyleNameMap() local
205 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 …]
/aoo4110/main/chart2/source/view/main/
H A DPropertyMapper.cxx71 tPropertyNameValueMap aNewMap; in setMappedProperties() local
73 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()
/aoo4110/main/svtools/source/graphic/
H A Dgrfmgr.cxx1022 MapMode aNewMap( rDestMap ); in GetTransformedGraphic() local
1023 aNewMap.SetOrigin( OutputDevice::LogicToLogic(aNewOrigin, aMtfMapMode, rDestMap) ); in GetTransformedGraphic()
1024 aMtf.SetPrefMapMode( aNewMap ); in GetTransformedGraphic()

Completed in 26 milliseconds