Lines Matching refs:sValue
61 OUString sValue; in TextBodyPropertiesContext() local
62 sValue = xAttributes->getOptionalValue( XML_lIns ); in TextBodyPropertiesContext()
63 if( sValue.getLength() ) { in TextBodyPropertiesContext()
64 sal_Int32 nLeftInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 91440 / 360 ); in TextBodyPropertiesContext()
67 sValue = xAttributes->getOptionalValue( XML_tIns ); in TextBodyPropertiesContext()
68 if( sValue.getLength() ) { in TextBodyPropertiesContext()
69 sal_Int32 nTopInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 91440 / 360 ); in TextBodyPropertiesContext()
72 sValue = xAttributes->getOptionalValue( XML_rIns ); in TextBodyPropertiesContext()
73 if( sValue.getLength() ) { in TextBodyPropertiesContext()
74 sal_Int32 nRightInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 91440 / 360 ); in TextBodyPropertiesContext()
77 sValue = xAttributes->getOptionalValue( XML_bIns ); in TextBodyPropertiesContext()
78 if( sValue.getLength() ) { in TextBodyPropertiesContext()
79 sal_Int32 nBottonInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 45720 / 360 ); in TextBodyPropertiesContext()