Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx1662 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 …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java129 String aFormatCode = (String) xProp.getPropertyValue( "FormatString" ); in doFunction() local
130 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()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx2403 sal_Int16 aFormatCode = -1; in GetNumFormatState() local
2425 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 …]
/trunk/main/editeng/source/items/
H A Dflditem.cxx643 String aFormatCode( RTL_CONSTASCII_USTRINGPARAM( "HH:MM:SS.00 AM/PM" ) ); in GetFormatted() local
646 /*sal_Bool bInserted = */rFormatter.PutandConvertEntry( aFormatCode, in GetFormatted()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2192 String aFormatCode; in ImpGenerateFormats() local
2238 aFormatCode = pFormatScanner->GetBooleanString(); in ImpGenerateFormats()
2239 pNewFormat = new SvNumberformat( aFormatCode, in ImpGenerateFormats()
2249 aFormatCode = '@'; in ImpGenerateFormats()
2250 pNewFormat = new SvNumberformat( aFormatCode, in ImpGenerateFormats()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnumfi.hxx156 rtl::OUStringBuffer aFormatCode; member in SvXMLNumFormatContext

Completed in 67 milliseconds