Lines Matching refs:sal_uInt16

140 	for (sal_uInt16 i = 0; i < 16; i++)  in lcl_ReadPalette()
309 sal_uInt16 i; in lcl_ReadChartTypeData()
348 sal_uInt16 v1 = static_cast< sal_uInt16 >( pnUnsigned[ 2 ] * 256 + pnUnsigned[ 1 ] ); in lcl_PascalToDouble()
350 sal_uInt16 v2 = static_cast< sal_uInt16 >( pnUnsigned[ 4 ] * 256 + pnUnsigned[ 3 ] ); in lcl_PascalToDouble()
363 static void lcl_ChangeColor( sal_uInt16 nIndex, Color& rColor ) in lcl_ChangeColor()
390 String lcl_MakeOldPageStyleFormatName( sal_uInt16 i ) in lcl_MakeOldPageStyleFormatName()
426 sal_uInt16 nLen; in Sc10FontData()
439 sal_uInt16 ID; in Sc10FontCollection()
443 sal_uInt16 nAnz; in Sc10FontCollection()
445 for (sal_uInt16 i=0; (i < nAnz) && (nError == 0); i++) in Sc10FontCollection()
485 sal_uInt16 ID; in Sc10NameCollection()
489 sal_uInt16 nAnz; in Sc10NameCollection()
491 for (sal_uInt16 i=0; (i < nAnz) && (nError == 0); i++) in Sc10NameCollection()
530 sal_uInt16 ID; in Sc10PatternCollection()
534 sal_uInt16 nAnz; in Sc10PatternCollection()
536 for (sal_uInt16 i=0; (i < nAnz) && (nError == 0); i++) in Sc10PatternCollection()
594 sal_uInt16 ID; in Sc10DataBaseCollection()
599 sal_uInt16 nAnz; in Sc10DataBaseCollection()
601 for (sal_uInt16 i=0; (i < nAnz) && (nError == 0); i++) in Sc10DataBaseCollection()
687 sal_uInt16 Sc10PageCollection::InsertFormat( const Sc10PageFormat& rData ) in InsertFormat()
689 for (sal_uInt16 i=0; i<nCount; i++) in InsertFormat()
699 static inline sal_uInt8 GetMixedCol( const sal_uInt8 nB, const sal_uInt8 nF, const sal_uInt16 nFak ) in GetMixedCol()
707 static inline Color GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt16 nFact ) in GetMixedColor()
721 for (sal_uInt16 i=0; i<nCount; i++) in PutToDoc()
744 for (sal_uInt16 nHeadFoot=0; nHeadFoot<2; nHeadFoot++) in PutToDoc()
819 sal_uInt16 nFact; in PutToDoc()
837 sal_uInt16 nLeft = 0; in PutToDoc()
838 sal_uInt16 nTop = 0; in PutToDoc()
839 sal_uInt16 nRight = 0; in PutToDoc()
840 sal_uInt16 nBottom = 0; in PutToDoc()
841 sal_uInt16 fLeft = (pHeadFootLine->Frame & 0x000F); in PutToDoc()
842 sal_uInt16 fTop = (pHeadFootLine->Frame & 0x00F0) / 0x0010; in PutToDoc()
843 sal_uInt16 fRight = (pHeadFootLine->Frame & 0x0F00) / 0x0100; in PutToDoc()
844 sal_uInt16 fBottom = (pHeadFootLine->Frame & 0xF000) / 0x1000; in PutToDoc()
865 sal_uInt16 cLeft = (pHeadFootLine->FrameColor & 0x000F); in PutToDoc()
866 sal_uInt16 cTop = (pHeadFootLine->FrameColor & 0x00F0) >> 4; in PutToDoc()
867 sal_uInt16 cRight = (pHeadFootLine->FrameColor & 0x0F00) >> 8; in PutToDoc()
868 sal_uInt16 cBottom = (pHeadFootLine->FrameColor & 0xF000) >> 12; in PutToDoc()
958 (sal_uInt16)( lcl_PascalToDouble( pPage->PrnZoom ) * 100 ) ) ); in PutToDoc()
1154 for (sal_uInt16 i = 0; i < pNameCollection->GetCount(); i++) in ImportNameCollection()
1172 for( sal_uInt16 i = 0 ; i < pPatternCollection->GetCount() ; i++ ) in LoadPatternCollection()
1223 sal_uInt16 HorJustify = ( pPattern->Justify & 0x000F ); in LoadPatternCollection()
1224 sal_uInt16 VerJustify = ( pPattern->Justify & 0x00F0 ) >> 4; in LoadPatternCollection()
1225 sal_uInt16 OJustify = ( pPattern->Justify & 0x0F00 ) >> 8; in LoadPatternCollection()
1226 sal_uInt16 EJustify = ( pPattern->Justify & 0xF000 ) >> 12; in LoadPatternCollection()
1261 sal_Int16 Margin = Max( ( sal_uInt16 ) 20, ( sal_uInt16 ) ( EJustify * 20 ) ); in LoadPatternCollection()
1273 sal_uInt16 nLeft = 0; in LoadPatternCollection()
1274 sal_uInt16 nTop = 0; in LoadPatternCollection()
1275 sal_uInt16 nRight = 0; in LoadPatternCollection()
1276 sal_uInt16 nBottom = 0; in LoadPatternCollection()
1277 sal_uInt16 fLeft = ( pPattern->Frame & 0x000F ); in LoadPatternCollection()
1278 sal_uInt16 fTop = ( pPattern->Frame & 0x00F0 ) / 0x0010; in LoadPatternCollection()
1279 sal_uInt16 fRight = ( pPattern->Frame & 0x0F00 ) / 0x0100; in LoadPatternCollection()
1280 sal_uInt16 fBottom = ( pPattern->Frame & 0xF000 ) / 0x1000; in LoadPatternCollection()
1307 sal_uInt16 cLeft = ( pPattern->FrameColor & 0x000F ); in LoadPatternCollection()
1308 sal_uInt16 cTop = ( pPattern->FrameColor & 0x00F0 ) >> 4; in LoadPatternCollection()
1309 sal_uInt16 cRight = ( pPattern->FrameColor & 0x0F00 ) >> 8; in LoadPatternCollection()
1310 sal_uInt16 cBottom = ( pPattern->FrameColor & 0xF000 ) >> 12; in LoadPatternCollection()
1340 sal_uInt16 nBColor = ( pPattern->nColor & 0x00F0 ) >> 4; in LoadPatternCollection()
1341 sal_uInt16 nRColor = ( pPattern->nColor & 0x0F00 ) >> 8; in LoadPatternCollection()
1353 sal_uInt16 nFact; in LoadPatternCollection()
1405 for( sal_uInt16 i = 0 ; i < pDataBaseCollection->GetCount() ; i++ ) in LoadDataBaseCollection()
1434 sal_uInt16 Display; in LoadTables()
1436 sal_uInt16 ID; in LoadTables()
1437 sal_uInt16 DataCount; in LoadTables()
1438 sal_uInt16 DataStart; in LoadTables()
1439 sal_uInt16 DataEnd; in LoadTables()
1440 sal_uInt16 DataValue; in LoadTables()
1441 sal_uInt16 Count; in LoadTables()
1442 sal_uInt16 i; in LoadTables()
1448 sal_uInt16 nAt = aPageCollection.InsertFormat(PageFormat); in LoadTables()
1655 sal_uInt16 CellCount; in LoadCol()
1657 sal_uInt16 Row; in LoadCol()
1661 for (sal_uInt16 i = 0; (i < CellCount) && (nError == 0); i++) in LoadCol()
1716 sal_uInt16 NoteLen; in LoadCol()
1762 sal_uInt16 i; in LoadColAttr()
1763 sal_uInt16 nLimit; in LoadColAttr()
1764 sal_uInt16 nValue1; in LoadColAttr()
1857 sal_uInt16 HorJustify = (nValue1 & 0x000F); in LoadColAttr()
1858 sal_uInt16 VerJustify = (nValue1 & 0x00F0) >> 4; in LoadColAttr()
1859 sal_uInt16 OJustify = (nValue1 & 0x0F00) >> 8; in LoadColAttr()
1860 sal_uInt16 EJustify = (nValue1 & 0xF000) >> 12; in LoadColAttr()
1895 sal_Int16 Margin = Max((sal_uInt16)20, (sal_uInt16)(EJustify * 20)); in LoadColAttr()
1906 sal_uInt16 nColorIndex = 0; in LoadColAttr()
1907 sal_uInt16 nFrameIndex = 0; in LoadColAttr()
1912 sal_uInt16 nColorIndexOld = nColorIndex; in LoadColAttr()
1913 sal_uInt16 nFrameIndexOld = nColorIndex; in LoadColAttr()
1921 sal_uInt16 nValue = pColData->Value; in LoadColAttr()
1922 sal_uInt16 nLeft = 0; in LoadColAttr()
1923 sal_uInt16 nTop = 0; in LoadColAttr()
1924 sal_uInt16 nRight = 0; in LoadColAttr()
1925 sal_uInt16 nBottom = 0; in LoadColAttr()
1926 sal_uInt16 fLeft = ( nValue & 0x000F ); in LoadColAttr()
1927 sal_uInt16 fTop = ( nValue & 0x00F0 ) >> 4; in LoadColAttr()
1928 sal_uInt16 fRight = ( nValue & 0x0F00 ) >> 8; in LoadColAttr()
1929 sal_uInt16 fBottom = ( nValue & 0xF000 ) >> 12; in LoadColAttr()
1955 sal_uInt16 nFrmColVal = aFrameColor.pData[ nColorIndex ].Value; in LoadColAttr()
1957 sal_uInt16 cLeft = ( nFrmColVal & 0x000F ); in LoadColAttr()
1958 sal_uInt16 cTop = ( nFrmColVal & 0x00F0 ) >> 4; in LoadColAttr()
1959 sal_uInt16 cRight = ( nFrmColVal & 0x0F00 ) >> 8; in LoadColAttr()
1960 sal_uInt16 cBottom = ( nFrmColVal & 0xF000 ) >> 12; in LoadColAttr()
2031 sal_uInt16 nRasterIndex = 0; in LoadColAttr()
2039 sal_uInt16 nRasterIndexOld = nRasterIndex; in LoadColAttr()
2043 sal_uInt16 nBColor = ( aColor.pData[ nColorIndex ].Value & 0x00F0 ) >> 4; in LoadColAttr()
2044 sal_uInt16 nRColor = ( aColor.pData[ nColorIndex ].Value & 0x0F00 ) >> 8; in LoadColAttr()
2060 sal_uInt16 nFact; in LoadColAttr()
2130 sal_uInt16 nFormat = (nValue1 & 0x00FF); in LoadColAttr()
2131 sal_uInt16 nInfo = (nValue1 & 0xFF00) >> 8; in LoadColAttr()
2168 sal_uInt16 nPatternIndex = (aPattern.pData[i].Value & 0x00FF) - 1; in LoadColAttr()
2194 for (sal_uInt16 i = 0; i < rAttr.Count; i++) in LoadAttr()
2210 void Sc10Import::ChangeFormat(sal_uInt16 nFormat, sal_uInt16 nInfo, sal_uLong& nKey) in ChangeFormat()
2355 sal_uInt16 ID; in LoadObjects()
2379 sal_uInt16 nAnz; in LoadObjects()
2389 for (sal_uInt16 i = 0; (i < nAnz) && (nError == 0) && !rStream.IsEof() && !IsOleObject; i++) in LoadObjects()