Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/lotus/
H A Dexpop.cxx128 sal_uInt8 nWidthSpaces; in Colw() local
132 nWidthSpaces = ( sal_uInt8 ) ( nWidth / TWIPS_PER_CHAR ); in Colw()
133 aOut << ( sal_uInt16 ) 0x08 << ( sal_uInt16 ) 3 << nCol << nWidthSpaces; in Colw()
H A Dop.cxx196 sal_uInt8 nWidthSpaces; in OP_ColumnWidth() local
199 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 19 milliseconds