Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx1006 sal_uInt8 nReadFont, nReadNumFmt, nFlags; in ReadXF2() local
1009 rStrm >> nReadNumFmt >> nFlags; in ReadXF2()
1015 maProtection.FillFromXF2( nReadNumFmt ); in ReadXF2()
1017 mnXclNumFmt = nReadNumFmt & EXC_XF2_VALFMT_MASK; in ReadXF2()
1027 sal_uInt8 nReadFont, nReadNumFmt; in ReadXF3() local
1028 rStrm >> nReadFont >> nReadNumFmt >> nTypeProt >> nAlign >> nArea >> nBorder; in ReadXF3()
1038 mnXclNumFmt = nReadNumFmt; in ReadXF3()
1048 sal_uInt8 nReadFont, nReadNumFmt; in ReadXF4() local
1049 rStrm >> nReadFont >> nReadNumFmt >> nTypeProt >> nAlign >> nArea >> nBorder; in ReadXF4()
1059 mnXclNumFmt = nReadNumFmt; in ReadXF4()

Completed in 26 milliseconds