Lines Matching refs:nIntValue

394     sal_Int32 nIntValue = val.getInt();  in lcl_attribute()  local
468 m_pImpl->nHoriScaling = nIntValue; in lcl_attribute()
472 m_pImpl->nVertScaling = nIntValue; in lcl_attribute()
476 m_pImpl->nLeftCrop = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
480 m_pImpl->nTopCrop = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
484 m_pImpl->nRightCrop = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
488 m_pImpl->nBottomCrop = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
498 m_pImpl->bIsBitmap = nIntValue > 0 ? true : false; in lcl_attribute()
508 m_pImpl->nBitsPerPixel = nIntValue; in lcl_attribute()
527 m_pImpl->setXSize(nIntValue); in lcl_attribute()
531 m_pImpl->setYSize(nIntValue); in lcl_attribute()
539 m_pImpl->nDffType = nIntValue; in lcl_attribute()
546 switch( nIntValue ) in lcl_attribute()
611 m_pImpl->bHoriFlip = nIntValue ? true : false; in lcl_attribute()
615 m_pImpl->bVertFlip = nIntValue ? true : false; in lcl_attribute()
634 m_pImpl->nShapeOptionType = nIntValue; in lcl_attribute()
702 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineWidth = nIntValue; in lcl_attribute()
711 …pl->aBorders[m_pImpl->nCurrentBorderLine].nLineColor = ConversionHelper::ConvertColor( nIntValue ); in lcl_attribute()
715 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineDistance = nIntValue; in lcl_attribute()
719 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].bHasShadow = nIntValue ? true : false; in lcl_attribute()
732 m_pImpl->nLeftPosition = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
736 m_pImpl->nTopPosition = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
740 m_pImpl->nRightPosition = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
744 m_pImpl->nBottomPosition = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
761 if( nIntValue < 6 && nIntValue > 0 ) in lcl_attribute()
772 m_pImpl->nHoriOrient = aHoriOrientTab[nIntValue]; in lcl_attribute()
773 m_pImpl->bPageToggle = nIntValue > 3; in lcl_attribute()
808 if( nIntValue < 6 && nIntValue > 0) in lcl_attribute()
829 aToLineVertOrientTab[nIntValue] : aVertOrientTab[nIntValue]; in lcl_attribute()
835 switch( nIntValue ) in lcl_attribute()
848 switch( nIntValue ) in lcl_attribute()
860 switch( nIntValue ) in lcl_attribute()
885 switch( nIntValue ) in lcl_attribute()
930 sal_Int32 nDim = ConversionHelper::convertEMUToMM100( nIntValue ); in lcl_attribute()
1003 m_pImpl->bUseSimplePos = nIntValue > 0; in lcl_attribute()
1011 if( nIntValue > 0 ) in lcl_attribute()
1029 …CT_Point2D_x == nName ? m_pImpl->nLeftPosition = ConversionHelper::convertTwipToMM100(nIntValue) : in lcl_attribute()
1030 … m_pImpl->nTopPosition = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute()
1185 sal_Int32 nIntValue = val.getInt(); in ProcessShapeOptions() local
1186 sal_Int32 nTwipValue = ConversionHelper::convertTwipToMM100(nIntValue); in ProcessShapeOptions()
1246 if ( nIntValue > 0x10000 ) in ProcessShapeOptions()
1248 double fX = nIntValue; in ProcessShapeOptions()
1257 else if ( nIntValue == 0x10000 ) in ProcessShapeOptions()
1261 m_pImpl->nContrast = nIntValue * 101; //100 + 1 to round in ProcessShapeOptions()
1268 m_pImpl->nBrightness = ( (sal_Int32) nIntValue / 327 ); in ProcessShapeOptions()
1273 m_pImpl->fGamma = double(nIntValue/655); in ProcessShapeOptions()
1290 switch( nIntValue & 0x06 ) in ProcessShapeOptions()
1300 …mpl->nFillColor = (m_pImpl->nFillColor & 0xff000000) + ConversionHelper::ConvertColor( nIntValue ); in ProcessShapeOptions()
1305 sal_Int32 nTrans = 0xff - ( nIntValue * 0xff ) / 0xffff; in ProcessShapeOptions()
1314 …pl->aBorders[m_pImpl->nCurrentBorderLine].nLineColor = ConversionHelper::ConvertColor( nIntValue ); in ProcessShapeOptions()
1319 …rs[m_pImpl->nCurrentBorderLine].nLineWidth = ConversionHelper::convertTwipToMM100(nIntValue / 635); in ProcessShapeOptions()
1352 m_pImpl->nLeftMargin = nIntValue / 360; in ProcessShapeOptions()
1357 m_pImpl->nTopMargin = nIntValue / 360; in ProcessShapeOptions()
1362 m_pImpl->nRightMargin = nIntValue / 360; in ProcessShapeOptions()
1367 m_pImpl->nBottomMargin = nIntValue / 360; in ProcessShapeOptions()