Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/drawingml/
H A Dtextparagraphproperties.cxx374 boost::optional< sal_Int32 > noParaLeftMargin( moParaLeftMargin ); in pushToPropSet() local
379 if ( noParaLeftMargin ) in pushToPropSet()
381 rioBulletMap[ PROP_LeftMargin ] <<= static_cast< sal_Int32 >( *noParaLeftMargin ); in pushToPropSet()
382 noParaLeftMargin = boost::optional< sal_Int32 >( 0 ); in pushToPropSet()
408 if ( noParaLeftMargin ) in pushToPropSet()
409 aPropSet.setProperty( PROP_ParaLeftMargin, *noParaLeftMargin ); in pushToPropSet()

Completed in 18 milliseconds