Searched refs:nWidthSpaces (Results 1 – 2 of 2) sorted by relevance
128 sal_uInt8 nWidthSpaces; in Colw() local132 nWidthSpaces = ( sal_uInt8 ) ( nWidth / TWIPS_PER_CHAR ); in Colw()133 aOut << ( sal_uInt16 ) 0x08 << ( sal_uInt16 ) 3 << nCol << nWidthSpaces; in Colw()
196 sal_uInt8 nWidthSpaces; in OP_ColumnWidth() local199 r >> nCol >> nWidthSpaces; in OP_ColumnWidth()203 if( nWidthSpaces ) in OP_ColumnWidth()205 nBreite = ( sal_uInt16 ) ( TWIPS_PER_CHAR * nWidthSpaces ); in OP_ColumnWidth()
Completed in 11 milliseconds