Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxestyle.cxx2958 XclExpDefaultXF aFormatStyle( GetRoot(), false ); in InsertDefaultRecords() local
2959 aFormatStyle.SetFont( 1 ); in InsertDefaultRecords()
2960 aFormatStyle.SetNumFmt( 43 ); in InsertDefaultRecords()
2961 AppendBuiltInXFWithStyle( XclExpXFRef( new XclExpDefaultXF( aFormatStyle ) ), EXC_STYLE_COMMA ); in InsertDefaultRecords()
2962 aFormatStyle.SetNumFmt( 41 ); in InsertDefaultRecords()
2963 … AppendBuiltInXFWithStyle( XclExpXFRef( new XclExpDefaultXF( aFormatStyle ) ), EXC_STYLE_COMMA_0 ); in InsertDefaultRecords()
2964 aFormatStyle.SetNumFmt( 44 ); in InsertDefaultRecords()
2965 …AppendBuiltInXFWithStyle( XclExpXFRef( new XclExpDefaultXF( aFormatStyle ) ), EXC_STYLE_CURRENCY ); in InsertDefaultRecords()
2966 aFormatStyle.SetNumFmt( 42 ); in InsertDefaultRecords()
2968 aFormatStyle.SetNumFmt( 9 ); in InsertDefaultRecords()
[all …]

Completed in 42 milliseconds