/aoo4110/main/sal/osl/unx/ |
H A D | conditn.c | 65 nRet, strerror(nRet)); in osl_createCondition() 75 nRet, strerror(nRet)); in osl_createCondition() 81 nRet, strerror(nRet)); in osl_createCondition() 142 nRet, strerror(nRet)); in osl_setCondition() 151 nRet, strerror(nRet)); in osl_setCondition() 159 nRet, strerror(nRet)); in osl_setCondition() 188 nRet, strerror(nRet)); in osl_resetCondition() 198 nRet, strerror(nRet)); in osl_resetCondition() 226 nRet, strerror(nRet)); in osl_waitCondition() 304 nRet, strerror(nRet)); in osl_waitCondition() [all …]
|
H A D | file_misc.cxx | 439 int nRet=0; in osl_psz_createDirectory() local 444 if ( nRet < 0 ) in osl_psz_createDirectory() 446 nRet=errno; in osl_psz_createDirectory() 459 int nRet=0; in osl_psz_removeDirectory() local 718 int nRet=0; in osl_psz_removeFile() local 750 int nRet = 0; in osl_psz_moveFile() local 773 int nRet=0; in osl_psz_copyFile() local 922 int nRet=0; in oslChangeFileModes() local 964 int nRet=0; in oslDoCopyLink() local 1001 int nRet=0; in oslDoCopyFile() local [all …]
|
H A D | mutex.c | 58 int nRet=0; in osl_createMutex() local 72 if ( nRet != 0 ) in osl_createMutex() 75 nRet, strerror(nRet)); in osl_createMutex() 97 int nRet=0; in osl_destroyMutex() local 100 if ( nRet != 0 ) in osl_destroyMutex() 103 nRet, strerror(nRet)); in osl_destroyMutex() 123 int nRet=0; in osl_acquireMutex() local 129 nRet, strerror(nRet)); in osl_acquireMutex() 150 int nRet = 0; in osl_tryToAcquireMutex() local 173 int nRet=0; in osl_releaseMutex() local [all …]
|
H A D | file_volume.cxx | 655 int nRet=0; in osl_mountFloppy() local 712 int nRet=0; in osl_unmountFloppy() local 795 int nRet; in osl_mountFloppy() local 887 nRet=0; in osl_mountFloppy() 891 nRet=EPERM; in osl_mountFloppy() 899 nRet=EINTR; in osl_mountFloppy() 903 nRet=EPERM; in osl_mountFloppy() 907 nRet=EBUSY; in osl_mountFloppy() 915 nRet=EBUSY; in osl_mountFloppy() 928 int nRet=0; in osl_unmountFloppy() local [all …]
|
/aoo4110/main/svtools/source/misc/ |
H A D | unitconv.cxx | 188 return nRet; in CalcToUnit() 357 nRet = nIn; in CalcToPoint() 378 nRet /= 10; in CalcToPoint() 391 return nRet; in CMToTwips() 402 return nRet; in MMToTwips() 413 return nRet; in InchToTwips() 424 return nRet; in PointToTwips() 435 return nRet; in PicaToTwips() 443 return nRet; in TwipsToCM() 454 return nRet; in InchToCM() [all …]
|
/aoo4110/main/avmedia/source/java/ |
H A D | WindowAdapter.java | 62 short nRet = 0; in implGetUNOKeyCode() local 87 case( java.awt.event.KeyEvent.VK_A ): nRet = com.sun.star.awt.Key.A; break; in implGetUNOKeyCode() 88 case( java.awt.event.KeyEvent.VK_B ): nRet = com.sun.star.awt.Key.B; break; in implGetUNOKeyCode() 89 case( java.awt.event.KeyEvent.VK_C ): nRet = com.sun.star.awt.Key.C; break; in implGetUNOKeyCode() 90 case( java.awt.event.KeyEvent.VK_D ): nRet = com.sun.star.awt.Key.D; break; in implGetUNOKeyCode() 91 case( java.awt.event.KeyEvent.VK_E ): nRet = com.sun.star.awt.Key.E; break; in implGetUNOKeyCode() 92 case( java.awt.event.KeyEvent.VK_F ): nRet = com.sun.star.awt.Key.F; break; in implGetUNOKeyCode() 93 case( java.awt.event.KeyEvent.VK_G ): nRet = com.sun.star.awt.Key.G; break; in implGetUNOKeyCode() 94 case( java.awt.event.KeyEvent.VK_H ): nRet = com.sun.star.awt.Key.H; break; in implGetUNOKeyCode() 95 case( java.awt.event.KeyEvent.VK_I ): nRet = com.sun.star.awt.Key.I; break; in implGetUNOKeyCode() [all …]
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | delete.cxx | 119 if( nRet ) in DelLine() 121 return nRet; in DelLine() 132 return nRet; in DelToStartOfLine() 249 return nRet; in DelLeft() 423 nRet = 1; in DelRight() 426 return nRet; in DelRight() 444 if( nRet ) in DelToEndOfPara() 446 return nRet; in DelToEndOfPara() 464 if( nRet ) in DelToStartOfPara() 526 if( nRet ) in DelNxtWord() [all …]
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 1174 sal_Int8 nRet = 0; in getInt8() local 1239 return nRet; in getInt8() 1247 sal_Int16 nRet = 0; in getInt16() local 1312 return nRet; in getInt16() 1318 sal_Int32 nRet = 0; in getInt32() local 1385 return nRet; in getInt32() 1458 return nRet; in getLong() 1464 float nRet = 0; in getFloat() local 1535 return nRet; in getFloat() 1543 double nRet = 0; in getDouble() local [all …]
|
/aoo4110/main/oox/source/drawingml/ |
H A D | drawingmltypes.cxx | 52 nRet = 0; in GetTextMargin() 54 nRet = 0; in GetTextMargin() 58 nRet /= 360; in GetTextMargin() 59 return nRet; in GetTextMargin() 73 nRet = 0; in GetCoordinate() 82 nRet = 0; in GetPercent() 84 return nRet; in GetPercent() 113 sal_Int32 nRet; in GetTextSize() local 123 sal_Int32 nRet; in GetTextSpacingPoint() local 125 nRet = GetTextSpacingPoint( nRet ); in GetTextSpacingPoint() [all …]
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 747 if( nRet ) in Cut() 749 return nRet; in Cut() 959 nRet = 0; in PrepareForCopy() 1713 if( nRet ) in _PasteFileContent() 1940 nRet = 1; in _PasteOLE() 2019 if( nRet ) in _PasteTargetURL() 2261 nRet = 1; in _PasteSdrFormat() 2371 if( nRet ) in _PasteGrf() 2453 if( nRet ) in _PasteGrf() 2513 nRet = 1; in _PasteImageMap() [all …]
|
/aoo4110/main/automation/source/server/ |
H A D | cmdbasestream.cxx | 58 Write(nRet); in GenReturn() 66 Write(nRet); in GenReturn() 78 Write(nRet); in GenReturn() 90 Write(nRet); in GenReturn() 102 Write(nRet); in GenReturn() 116 Write(nRet); in GenReturn() 125 Write(nRet); in GenReturn() 134 Write(nRet); in GenReturn() 143 Write(nRet); in GenReturn() 154 Write(nRet); in GenReturn() [all …]
|
H A D | retstrm.hxx | 43 void GenReturn( comm_USHORT nRet, comm_ULONG nNr ){CmdBaseStream::GenReturn( nRet, nNr );} in GenReturn() argument 44 …void GenReturn( comm_USHORT nRet, rtl::OString aUId, comm_ULONG nNr ){CmdBaseStream::GenReturn( nR… in GenReturn() argument 45 …void GenReturn( comm_USHORT nRet, rtl::OString aUId, comm_BOOL bBool ){CmdBaseStream::GenReturn( n… in GenReturn() argument 48 …void GenReturn( comm_USHORT nRet, rtl::OString aUId, comm_USHORT nMethod ){CmdBaseStream::GenRetur… in GenReturn() argument 49 …void GenReturn( comm_USHORT nRet, rtl::OString aUId, comm_USHORT nMethod, comm_BOOL bBool ){CmdBas… in GenReturn() argument 50 …void GenReturn( comm_USHORT nRet, rtl::OString aUId, comm_USHORT nMethod, comm_ULONG nNr ){CmdBase… in GenReturn() argument 53 void GenReturn( sal_uInt16 nRet, rtl::OString aUId, String aString ); 54 …void GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_ULONG nNr, String aString, sal_Bool bBool… 57 void GenReturn( sal_uInt16 nRet, sal_uInt16 nMethod, SbxValue &aValue ); 58 void GenReturn( sal_uInt16 nRet, sal_uInt16 nMethod, String aString ); [all …]
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | ConversionHelper.cxx | 482 sal_Int32 nRet = (t<<24) + (r<<16) + (g<<8) + b; in ConvertColor() local 483 return nRet; in ConvertColor() 549 sal_Int16 nRet; in ConvertNumberingType() local 562 nRet = style::NumberingType::ROMAN_LOWER; in ConvertNumberingType() 571 nRet = style::NumberingType::ARABIC; in ConvertNumberingType() 580 nRet = style::NumberingType::NUMBER_NONE; in ConvertNumberingType() 604 nRet = style::NumberingType::CHARS_THAI; in ConvertNumberingType() 617 nRet = style::NumberingType::TIAN_GAN_ZH; in ConvertNumberingType() 620 nRet = style::NumberingType::DI_ZI_ZH; in ConvertNumberingType() 655 default: nRet = style::NumberingType::ARABIC; in ConvertNumberingType() [all …]
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSet.cxx | 257 return nRet; in unbind() 429 sal_Int8 nRet(0); in getByte() local 462 return nRet; in getBytes() 503 double nRet(0); in getDouble() local 511 float nRet(0); in getFloat() local 546 return nRet; in getLong() 624 return nRet; in getString() 886 nRet = unbind(); in insertRow() 916 SQLRETURN nRet; in updateRow() local 935 nRet = unbind(); in updateRow() [all …]
|
/aoo4110/main/tools/source/fsys/ |
H A D | os2.cxx | 293 return nRet; 650 if( nRet ) in TempDirImpl() 652 if( nRet ) in TempDirImpl() 654 if( nRet ) in TempDirImpl() 656 if( nRet ) in TempDirImpl() 666 if( nRet ) in TempDirImpl() 671 if( nRet ) in TempDirImpl() 676 if( nRet ) in TempDirImpl() 826 if ( !nRet ) in CreateDriveMapImpl() 847 nRet = 0; in CreateDriveMapImpl() [all …]
|
/aoo4110/main/sal/rtl/source/ |
H A D | ustring.c | 158 sal_Int32 nRet; in rtl_ustr_ascii_compare() local 167 return nRet; in rtl_ustr_ascii_compare() 176 sal_Int32 nRet = 0; in rtl_ustr_ascii_compare_WithLength() local 186 return nRet; in rtl_ustr_ascii_compare_WithLength() 221 nRet = -1; in rtl_ustr_ascii_shortenedCompare_WithLength() 229 return nRet; in rtl_ustr_ascii_shortenedCompare_WithLength() 247 if ( nRet ) in rtl_ustr_asciil_reverseCompare_WithLength() 278 sal_Int32 nRet; in rtl_ustr_ascii_compareIgnoreAsciiCase() local 290 nRet = c1-c2; in rtl_ustr_ascii_compareIgnoreAsciiCase() 400 nRet = -1; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength() [all …]
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdlayer.cxx | 61 sal_uInt16 nRet(0); in GetSetCount() local 69 if(a & 0x80) nRet++; in GetSetCount() 70 if(a & 0x40) nRet++; in GetSetCount() 71 if(a & 0x20) nRet++; in GetSetCount() 72 if(a & 0x10) nRet++; in GetSetCount() 80 return nRet; in GetSetCount() 87 sal_uInt16 nRet(0); in GetSetBit() local 97 nRet = i - 1; in GetSetBit() 111 sal_uInt16 nRet(0); in GetClearBit() local 121 nRet = i - 1; in GetClearBit() [all …]
|
H A D | svdglev.cxx | 104 if (nRet!=FUZZY) { in ImpGetEscDir() 108 else if (nRet!=bOn) nRet=FUZZY; in ImpGetEscDir() 116 sal_uInt16 nRet=sal_False; in IsMarkedGluePointsEscDir() local 118 return (TRISTATE)nRet; in IsMarkedGluePointsEscDir() 143 if (nRet!=FUZZY) { in ImpGetPercent() 146 else if ((nRet!=0)!=bOn) nRet=FUZZY; in ImpGetPercent() 154 sal_uInt16 nRet=sal_True; in IsMarkedGluePointsPercent() local 156 return (TRISTATE)nRet; in IsMarkedGluePointsPercent() 190 else if (nRet!=nAlg) { in ImpGetAlign() 206 sal_uInt16 nRet=0; in GetMarkedGluePointsAlign() local [all …]
|
/aoo4110/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 270 if ( nRet && ( nRet + 2 > rSize ) ) // buffer was too small, retry with bigger one in GetProfileSection() 272 if ( nRet < 32767 - 2 ) in GetProfileSection() 275 rSize = nRet + 2; in GetProfileSection() 282 if ( !nRet ) in GetProfileSection() 577 if ( nRet == 1 ) in GetNameValue() 578 return nRet; in GetNameValue() 595 return nRet; in GetNameValue() 612 return nRet; in GetNameValue() 792 if ( 0 == nRet ) in GetPathToMSI() 797 nMsiFolderSize = nRet; in GetPathToMSI() [all …]
|
/aoo4110/main/editeng/source/items/ |
H A D | itemtype.cxx | 41 long nRet = 0; in GetMetricText() local 57 nRet = (long)OutputDevice::LogicToLogic( in GetMetricText() 64 case SFX_MAPUNIT_MM: nRet *= 10; break; in GetMetricText() 75 nRet = (long)OutputDevice::LogicToLogic( in GetMetricText() 101 long nMod = nRet % 10; in GetMetricText() 104 nRet += 10 - nMod; in GetMetricText() 106 nRet -= nMod; in GetMetricText() 115 if ( nRet < nDiff ) in GetMetricText() 119 nRet %= nDiff; in GetMetricText() 127 if( !nRet ) in GetMetricText() [all …]
|
/aoo4110/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 153 nRet = CSS1_SLASH; in GetNextToken() 469 nRet = nToken1; in GetNextToken() 475 nRet = nToken2; in GetNextToken() 481 nRet = nToken3; in GetNextToken() 516 nRet = CSS1_COLON; in GetNextToken() 526 nRet = CSS1_PLUS; in GetNextToken() 530 nRet = CSS1_MINUS; in GetNextToken() 534 nRet = CSS1_OBRACE; in GetNextToken() 546 nRet = CSS1_COMMA; in GetNextToken() 591 nRet = CSS1_HASH; in GetNextToken() [all …]
|
/aoo4110/main/stoc/source/typeconv/ |
H A D | convert.cxx | 178 if (nRet == 0) in getNumericValue() 187 rfVal = (bNeg ? -(double)nRet : (double)nRet); in getNumericValue() 258 if (nRet == 0) in getHyperValue() 267 rnVal = (bNeg ? -nRet : nRet); in getHyperValue() 349 sal_Int64 nRet; in toHyper() local 396 return nRet; in toHyper() 410 return nRet; in toHyper() 422 return nRet; in toHyper() 441 return nRet; in toHyper() 453 if (nRet >= min && (nRet < 0 || (sal_uInt64)nRet <= max)) in toHyper() [all …]
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 674 LONG nRet; in ImplUpdateSalJobSetup() local 1658 if ( nRet && (nRet != GDI_ERROR) ) in GetPaperBinCount() 1677 if ( nRet && (nRet != GDI_ERROR) ) in GetPaperBinName() 1685 if ( nRet && (nRet != GDI_ERROR) ) in GetPaperBinName() 1698 DWORD nRet; in GetCapabilities() local 1706 if ( nRet && (nRet != GDI_ERROR) ) in GetCapabilities() 1713 if ( nRet && (nRet != GDI_ERROR) ) in GetCapabilities() 1716 if ( nRet && (nRet != GDI_ERROR) ) in GetCapabilities() 1724 if ( nRet && (nRet != GDI_ERROR) ) in GetCapabilities() 1730 if ( nRet && (nRet != GDI_ERROR) ) in GetCapabilities() [all …]
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 201 return nRet; in SkipToNextToken() 1207 long nRet; in Read_F_Input() local 1391 long nRet; in Read_F_InputVar() local 1465 long nRet; in Read_F_Seq() local 1829 long nRet; in Read_F_FileName() local 1910 long nRet; in Read_F_Symbol() local 1979 long nRet; in Read_F_Embedd() local 2007 long nRet; in Read_F_Set() local 2043 long nRet; in Read_F_Ref() local 2114 long nRet; in Read_F_NoteReference() local [all …]
|
/aoo4110/main/svtools/source/svhtml/ |
H A D | htmlkywd.cxx | 207 int nRet = 0; in HTMLKeyCompare() local 227 return nRet; in HTMLKeyCompare() 243 int nRet = 0; in GetHTMLToken() local 259 return nRet; in GetHTMLToken() 559 int nRet = 0; in HTMLCharNameCompare() local 579 return nRet; in HTMLCharNameCompare() 828 int nRet = HTML_O_UNKNOWN; in GetHTMLOption() local 840 return nRet; in GetHTMLOption() 1017 int nRet = 0; in HTMLColorNameCompare() local 1037 return nRet; in HTMLColorNameCompare() [all …]
|