Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/style/
H A Dxmlnumfi.cxx1471 aFormatCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "[NatNum" ) ); in SvXMLNumFormatContext()
1472 aFormatCode.append( nNatNum, 10 ); in SvXMLNumFormatContext()
1479 aFormatCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "][$-" ) ); in SvXMLNumFormatContext()
1481aFormatCode.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 …]
/AOO41X/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()
/AOO41X/main/sc/source/ui/view/
H A Dformatsh.cxx2403 sal_Int16 aFormatCode = -1; in GetNumFormatState() local
2414 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 …]
/AOO41X/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()
/AOO41X/main/xmloff/inc/xmloff/
H A Dxmlnumfi.hxx156 rtl::OUStringBuffer aFormatCode; member in SvXMLNumFormatContext
/AOO41X/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()