Searched refs:aFormatCode (Results 1 – 6 of 6) sorted by relevance
1471 aFormatCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "[NatNum" ) ); in SvXMLNumFormatContext()1472 aFormatCode.append( nNatNum, 10 ); in SvXMLNumFormatContext()1479 aFormatCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "][$-" ) ); in SvXMLNumFormatContext()1481 … aFormatCode.append( String::CreateFromInt32( sal_Int32( eLang ), 16 ).ToUpperAscii() ); in SvXMLNumFormatContext()1483 aFormatCode.append( sal_Unicode(']') ); in SvXMLNumFormatContext()1662 if ( !aFormatCode.getLength() ) in CreateAndInsert()1666 aFormatCode.appendAscii("\"\""); // "" in CreateAndInsert()1669 aFormatCode.insert( 0, aConditions.makeStringAndClear() ); in CreateAndInsert()1670 OUString sFormat = aFormatCode.makeStringAndClear(); in CreateAndInsert()1868 aFormatCode.append( rString ); in AddToCode()[all …]
129 String aFormatCode = (String) xProp.getPropertyValue( "FormatString" ); in doFunction() local130 System.out.println( "FormatString: `" + aFormatCode + "'" ); in doFunction()133 aFormatCode = "\"wonderful \"" + aFormatCode; in doFunction()136 nIndexKey = xNumberFormats.queryKey( aFormatCode, aLocale, false ); in doFunction()143 nIndexKey = xNumberFormats.addNew( aFormatCode, aLocale ); in doFunction()
2403 sal_Int16 aFormatCode = -1; in GetNumFormatState() local2414 aFormatCode = pFormatEntry->GetType(); in GetNumFormatState()2418 switch(aFormatCode) in GetNumFormatState()2425 aFormatCode = 0; in GetNumFormatState()2427 aFormatCode = 1; in GetNumFormatState()2431 aFormatCode = 2; in GetNumFormatState()2435 aFormatCode = 3; in GetNumFormatState()2442 aFormatCode = 4; in GetNumFormatState()2446 aFormatCode = 5; in GetNumFormatState()2450 aFormatCode = 6; in GetNumFormatState()[all …]
643 String aFormatCode( RTL_CONSTASCII_USTRINGPARAM( "HH:MM:SS.00 AM/PM" ) ); in GetFormatted() local646 /*sal_Bool bInserted = */rFormatter.PutandConvertEntry( aFormatCode, in GetFormatted()
156 rtl::OUStringBuffer aFormatCode; member in SvXMLNumFormatContext
2192 String aFormatCode; in ImpGenerateFormats() local2238 aFormatCode = pFormatScanner->GetBooleanString(); in ImpGenerateFormats()2239 pNewFormat = new SvNumberformat( aFormatCode, in ImpGenerateFormats()2249 aFormatCode = '@'; in ImpGenerateFormats()2250 pNewFormat = new SvNumberformat( aFormatCode, in ImpGenerateFormats()