Searched refs:noFirstLineIndentation (Results 1 – 1 of 1) sorted by relevance
375 boost::optional< sal_Int32 > noFirstLineIndentation( moFirstLineIndentation ); in pushToPropSet() local384 if ( noFirstLineIndentation ) in pushToPropSet()386 … rioBulletMap[ PROP_FirstLineOffset ] <<= static_cast< sal_Int32 >( *noFirstLineIndentation ); in pushToPropSet()387 noFirstLineIndentation = boost::optional< sal_Int32 >( 0 ); in pushToPropSet()410 if ( noFirstLineIndentation ) in pushToPropSet()411 aPropSet.setProperty( PROP_ParaFirstLineIndent, *noFirstLineIndentation ); in pushToPropSet()
Completed in 13 milliseconds