Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/style/
H A Dxmlnumfe.cxx741 OUStringBuffer aCondStr( 20L ); in WriteMapElement_Impl() local
742 aCondStr.appendAscii( "value()" ); //! define constant in WriteMapElement_Impl()
745 case NUMBERFORMAT_OP_EQ: aCondStr.append( (sal_Unicode) '=' ); break; in WriteMapElement_Impl()
746 case NUMBERFORMAT_OP_NE: aCondStr.appendAscii( "<>" ); break; in WriteMapElement_Impl()
747 case NUMBERFORMAT_OP_LT: aCondStr.append( (sal_Unicode) '<' ); break; in WriteMapElement_Impl()
748 case NUMBERFORMAT_OP_LE: aCondStr.appendAscii( "<=" ); break; in WriteMapElement_Impl()
749 case NUMBERFORMAT_OP_GT: aCondStr.append( (sal_Unicode) '>' ); break; in WriteMapElement_Impl()
750 case NUMBERFORMAT_OP_GE: aCondStr.appendAscii( ">=" ); break; in WriteMapElement_Impl()
754 ::rtl::math::doubleToUStringBuffer( aCondStr, fLimit, in WriteMapElement_Impl()
759 aCondStr.makeStringAndClear() ); in WriteMapElement_Impl()

Completed in 16 milliseconds