/aoo41x/main/sd/source/filter/cgm/ |
H A D | sdcgmfilter.cxx | 95 sal_uInt32 nRetValue; in Import() local 101 …nRetValue = FncImportCGM( aFileURL, mxModel, CGM_IMPORT_CGM | CGM_BIG_ENDIAN | CGM_EXPORT_IMPRESS,… in Import() 103 if( nRetValue ) in Import() 107 if( ( nRetValue &~0xff000000 ) != 0xffffff ) // maybe the backgroundcolor is already white in Import() 115 …const Color aColor((sal_uInt8)(nRetValue >> 16), (sal_uInt8)(nRetValue >> 8), (sal_uInt8)(nRetValu… in Import()
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | cgm.cxx | 285 double nRetValue; in ImplGetFloat() local 309 nRetValue = (double)fFloatBuf; in ImplGetFloat() 314 nRetValue = fDoubleBuf; in ImplGetFloat() 327 nRetValue = (double)nVal; in ImplGetFloat() 328 nRetValue /= 65536; in ImplGetFloat() 333 nRetValue = (double)abs( pLong[ nSwitch ] ); in ImplGetFloat() 334 nRetValue *= 65536; in ImplGetFloat() 337 nRetValue += (double)nVal; in ImplGetFloat() 340 nRetValue -= nRetValue; in ImplGetFloat() 342 nRetValue /= 65536; in ImplGetFloat() [all …]
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 5710 nRetValue = 0; in GetAttrib() 5727 nRetValue = pCharSet->mnFont; in GetAttrib() 5736 nRetValue = pCharSet->mnColor; in GetAttrib() 5767 if ( nRetValue != nTmp ) in GetAttrib() 5774 nRetValue = rCharLevel.mnFont; in GetAttrib() 6146 nRetValue = 0; in GetAttrib() 6197 nRetValue = 0; in GetAttrib() 6328 nRetValue = rParaLevel.mnAdjust; in GetAttrib() 6616 sal_uInt32 nCount, nRetValue = 0; in GetTextSize() local 6623 nRetValue += nCount; in GetTextSize() [all …]
|
H A D | escherex.cxx | 2501 nRetValue = 0; in GetValueForEnhancedCustomShapeHandleParameter() 2506 nRetValue = (sal_Int32)fValue; in GetValueForEnhancedCustomShapeHandleParameter() 2509 rParameter.Value >>= nRetValue; in GetValueForEnhancedCustomShapeHandleParameter() 2515 nRetValue += 3; in GetValueForEnhancedCustomShapeHandleParameter() 2521 nRetValue += 0x100; in GetValueForEnhancedCustomShapeHandleParameter() 2528 nRetValue = 0; in GetValueForEnhancedCustomShapeHandleParameter() 2535 nRetValue = 1; in GetValueForEnhancedCustomShapeHandleParameter() 4000 sal_uInt32 nRetValue = ((EscherPersistEntry*)pPtr)->mnOffset; in PtReplace() local 4002 return nRetValue; in PtReplace() 4016 sal_uInt32 nRetValue = ((EscherPersistEntry*)pPtr)->mnOffset; in PtReplaceOrInsert() local [all …]
|
/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfgrprd.cxx | 185 sal_Int32 nRetValue = 0; in GetI() local 187 nRetValue = I60_79[ nG - 60 ]; in GetI() 189 nRetValue = I90_99[ nG - 90 ]; in GetI() 191 nRetValue = I170_175[ nG - 170 ]; in GetI() 193 nRetValue = I1060_1079[ nG - 1060 ]; in GetI() 194 return nRetValue; in GetI()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | configurationaccess.cxx | 554 sal_Int16 nRetValue = nDefault; in GetConfigProperty() local 555 if ( ! ( GetConfigProperty( ePropertyToken ) >>= nRetValue ) ) in GetConfigProperty() 556 nRetValue = nDefault; in GetConfigProperty() 557 return nRetValue; in GetConfigProperty() 562 sal_Int32 nRetValue = nDefault; in GetConfigProperty() local 563 if ( ! ( GetConfigProperty( ePropertyToken ) >>= nRetValue ) ) in GetConfigProperty() 564 nRetValue = nDefault; in GetConfigProperty() 565 return nRetValue; in GetConfigProperty()
|
/aoo41x/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 314 sal_Int32 nRetValue = nDefault; in ReadInt32() local 318 pPropVal->Value >>= nRetValue; in ReadInt32() 322 aAny >>= nRetValue; in ReadInt32() 326 aInt32.Value <<= nRetValue; in ReadInt32() 328 return nRetValue; in ReadInt32()
|
H A D | filter.cxx | 1353 sal_uInt16 nRetValue = GRFILTER_FORMATERROR; in CanImportGraphic() local 1360 nRetValue = CanImportGraphic( aMainUrl, *pStream, nFormat, pDeterminedFormat ); in CanImportGraphic() 1363 return nRetValue; in CanImportGraphic() 1387 sal_uInt16 nRetValue = GRFILTER_FORMATERROR; in ImportGraphic() local 1394 …nRetValue = ImportGraphic( rGraphic, aMainUrl, *pStream, nFormat, pDeterminedFormat, nImportFlags … in ImportGraphic() 1397 return nRetValue; in ImportGraphic() 1824 sal_uInt16 nRetValue = GRFILTER_FORMATERROR; in ExportGraphic() local 1832 nRetValue = ExportGraphic( rGraphic, aMainUrl, *pStream, nFormat, pFilterData ); in ExportGraphic() 1835 if( ( GRFILTER_OK != nRetValue ) && !bAlreadyExists ) in ExportGraphic() 1838 return nRetValue; in ExportGraphic()
|
/aoo41x/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 88 long nRetValue = 0; in ImplGetNumber() local 108 nRetValue *= 10; in ImplGetNumber() 109 nRetValue += nByte - '0'; in ImplGetNumber() 117 nRetValue = -nRetValue; in ImplGetNumber() 118 return nRetValue; in ImplGetNumber()
|
/aoo41x/main/l10ntools/source/ |
H A D | cfglex.l | 187 int nRetValue = 0; 228 nRetValue = GetError(); 234 return nRetValue;
|
H A D | xrmlex.l | 198 int nRetValue = 0; 238 nRetValue = GetError(); 243 return nRetValue;
|
H A D | srclex.l | 277 int nRetValue = 0; 317 nRetValue = GetError(); 321 return nRetValue;
|
/aoo41x/main/svtools/source/filter/ixpm/ |
H A D | xpmread.cxx | 469 sal_uLong nRetValue = 0; in ImplGetULONG() local 477 nRetValue*=10; in ImplGetULONG() 478 nRetValue+=j; in ImplGetULONG() 480 return nRetValue; in ImplGetULONG()
|
/aoo41x/main/filter/source/graphicfilter/ipcx/ |
H A D | ipcx.cxx | 420 sal_Bool nRetValue = aPCXReader.ReadPCX( rStream, rGraphic ); in GraphicImport() local 421 if ( nRetValue == sal_False ) in GraphicImport() 423 return nRetValue; in GraphicImport()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 163 sal_uInt16 nRetValue = 0xffff; in GetId() local 204 return nRetValue; in GetId() 1162 sal_uInt32 nRetValue = 0; in ImplGetMasterIndex() local 1180 nRetValue--; in ImplGetMasterIndex() 1185 nRetValue += mnMasterPages; in ImplGetMasterIndex() 1186 return nRetValue; in ImplGetMasterIndex() 2159 sal_uInt32 nRetValue = 0; in ImplGetTextField() local 2211 nRetValue = 4 << 28; in ImplGetTextField() 2215 nRetValue = 3 << 28 | 0x800000; in ImplGetTextField() 2283 nRetValue = 5 << 28 | 0x800000; in ImplGetTextField() [all …]
|
/aoo41x/main/basctl/source/basicide/ |
H A D | basobj2.cxx | 288 short nRetValue = pChooser->Execute(); in ChooseMacro() local 292 switch ( nRetValue ) in ChooseMacro()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 158 sal_Int32 nRetValue = nDefault; in GetInt32() local 161 *pAny >>= nRetValue; in GetInt32() 162 return nRetValue; in GetInt32()
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods.cxx | 1654 sal_Int32 nRetValue = 0; in RTLFUNC() local 1670 nRetValue = pTransliterationWrapper->compareString( rStr1, rStr2 ); in RTLFUNC() 1676 nRetValue = -1; in RTLFUNC() 1678 nRetValue = 1; in RTLFUNC() 1681 rPar.Get(0)->PutInteger( sal::static_int_cast< sal_Int16 >( nRetValue ) ); in RTLFUNC()
|
/aoo41x/main/svtools/source/control/ |
H A D | ctrlbox.cxx | 1473 sal_Int64 nRetValue = MetricBox::GetValue( nPos, eOutUnit ); in GetValue() local 1474 return nRetValue; in GetValue()
|
/aoo41x/main/vcl/source/control/ |
H A D | field.cxx | 2060 …sal_Int64 nRetValue = MetricField::ConvertValue( (sal_Int64)nValue, mnBaseValue, GetDecimalDigits(… in GetValue() local 2063 return nRetValue; in GetValue()
|