Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1386 long nTmpIndent = GETITEMVALUE( rItemSet, SfxUInt16Item, ATTR_INDENT, sal_Int32 ); in FillFromItemSet() local
1387 (nTmpIndent += 100) /= 200; // 1 Excel unit == 10 pt == 200 twips in FillFromItemSet()
1388 mnIndent = limit_cast< sal_uInt8 >( nTmpIndent, 0, 15 ); in FillFromItemSet()

Completed in 26 milliseconds