Searched refs:nTmpIndent (Results 1 – 1 of 1) sorted by relevance
1386 long nTmpIndent = GETITEMVALUE( rItemSet, SfxUInt16Item, ATTR_INDENT, sal_Int32 ); in FillFromItemSet() local1387 (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 30 milliseconds