Searched refs:aFormatCode (Results 1 – 6 of 6) sorted by relevance
1662 if ( !aFormatCode.getLength() ) in CreateAndInsert()1666 aFormatCode.appendAscii("\"\""); // "" in CreateAndInsert()1868 aFormatCode.append( rString ); in AddToCode()1979 aFormatCode.append( aNumStr ); in AddNumber()1988 aFormatCode.append( cAdd ); in AddNumber()2003 aFormatCode.append( aSep ); in AddNumber()2065 aFormatCode.append( aSymbol ); in AddCurrency()2111 aFormatCode.append( sKeyword ); in AddNfKeyword()2168 aFormatCode.setLength( aFormatCode.getLength() - sOldStr.Len() ); in ReplaceNfKeyword()2172 aFormatCode.append( sNewStr ); in ReplaceNfKeyword()[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() local2425 aFormatCode = 0; 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()2454 aFormatCode = 7; in GetNumFormatState()2458 aFormatCode = 8; in GetNumFormatState()2462 aFormatCode = 9; 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()
Completed in 95 milliseconds