Lines Matching refs:Value

1674                     double Value = ScfTools::ReadLongDouble(rStream);  in LoadCol()  local
1681 Value /= 86400.0; in LoadCol()
1682 pDoc->SetValue(Col, static_cast<SCROW> (Row), Tab, Value); in LoadCol()
1775 if ((nStart <= nEnd) && (pColData->Value)) in LoadColAttr()
1778 Sc10FontData* pFont = pFontCollection->At(pColData->Value); in LoadColAttr()
1809 if ((nStart <= nEnd) && (pColData->Value)) in LoadColAttr()
1812 lcl_ChangeColor((pColData->Value & 0x000F), TextColor); in LoadColAttr()
1828 nValue1 = pColData->Value; in LoadColAttr()
1853 nValue1 = pColData->Value; in LoadColAttr()
1921 sal_uInt16 nValue = pColData->Value; in LoadColAttr()
1955 sal_uInt16 nFrmColVal = aFrameColor.pData[ nColorIndex ].Value; 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()
2063 switch ( aRaster.pData[ nRasterIndex ].Value ) in LoadColAttr()
2126 nValue1 = pColData->Value; in LoadColAttr()
2146 if ((nStart <= nEnd) && (aFlag.pData[i].Value != 0)) in LoadColAttr()
2148 sal_Bool bProtect = ((aFlag.pData[i].Value & paProtect) == paProtect); in LoadColAttr()
2149 sal_Bool bHFormula = ((aFlag.pData[i].Value & paHideFormula) == paHideFormula); in LoadColAttr()
2150 sal_Bool bHCell = ((aFlag.pData[i].Value & paHideAll) == paHideAll); in LoadColAttr()
2151 sal_Bool bHPrint = ((aFlag.pData[i].Value & paHidePrint) == paHidePrint); in LoadColAttr()
2166 if ((nStart <= nEnd) && (aPattern.pData[i].Value != 0)) in LoadColAttr()
2168 sal_uInt16 nPatternIndex = (aPattern.pData[i].Value & 0x00FF) - 1; in LoadColAttr()
2197 rStream >> rAttr.pData[i].Value; in LoadAttr()