Lines Matching refs:aFormatCode
2403 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()
2454 aFormatCode = 7; in GetNumFormatState()
2458 aFormatCode = 8; in GetNumFormatState()
2462 aFormatCode = 9; in GetNumFormatState()
2465 aFormatCode = -1; //for more roburst in GetNumFormatState()
2467 if( aFormatCode == -1 ) in GetNumFormatState()
2470 rSet.Put( SfxInt16Item( nWhich, aFormatCode ) ); in GetNumFormatState()