Searched refs:nRetVal (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/filter/source/graphicfilter/iras/ |
H A D | iras.cxx | 316 sal_uInt8 nRetVal; in ImplGetByte() local 319 *mpRAS >> nRetVal; in ImplGetByte() 320 return nRetVal; in ImplGetByte() 331 *mpRAS >> nRetVal; in ImplGetByte() 332 if ( nRetVal != 0x80 ) in ImplGetByte() 333 return nRetVal; in ImplGetByte() 334 *mpRAS >> nRetVal; in ImplGetByte() 335 if ( nRetVal == 0 ) in ImplGetByte() 337 mnRepCount = nRetVal ; in ImplGetByte()
|
/aoo41x/main/soldep/source/ |
H A D | soldep.cxx | 1379 sal_uInt16 i, j, k, l, nRetVal; in OptimizePos() local 1442 nRetVal = Impl_Traveller( pWin, nRootDist ); in OptimizePos() 1444 DBG_ASSERT( nRetVal < DEPPER_MAX_DEPTH , "zu tief" ); in OptimizePos() 1445 if ( nRetVal == DEP_ENDLES_RECURSION_FOUND ) in OptimizePos() 1448 return nRetVal; in OptimizePos() 1459 if (( pWin->mnHeadDist + pWin->mnRootDist ) == nRetVal ) in OptimizePos() 1469 if ( !LevelSecList[ nRetVal - pWin->mnRootDist ] ) in OptimizePos() 1471 LevelSecList[ nRetVal - pWin->mnRootDist ]->Insert( pWin ); in OptimizePos() 1472 LevelSecUse[ nRetVal - pWin->mnRootDist ]++; in OptimizePos() 1493 if ( nRetVal == 0 ) in OptimizePos() [all …]
|
/aoo41x/main/tools/source/stream/ |
H A D | strmwnt.cxx | 104 sal_uIntPtr nRetVal = SVSTREAM_GENERALERROR; // Standardfehler in GetSvError() local 110 nRetVal = errArr[i].sv; in GetSvError() 115 return nRetVal; in GetSvError()
|
H A D | strmos2.cxx | 92 sal_uIntPtr nRetVal = SVSTREAM_GENERALERROR; // Standardfehler in GetSvError() local 98 nRetVal = errArr[i].sv; in GetSvError() 104 return nRetVal; in GetSvError()
|
H A D | strmunx.cxx | 233 sal_uInt32 nRetVal = SVSTREAM_GENERALERROR; // Standardfehler in GetSvError() local 239 nRetVal = errArr[i].sv; in GetSvError() 245 return nRetVal; in GetSvError()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | treelist.cxx | 364 sal_uLong nRetVal = pDstList->GetPos( pSrcEntry ); in Move() local 365 DBG_ASSERT(nRetVal==pSrcEntry->GetChildListPos(),"ListPos not valid"); in Move() 366 Broadcast( LISTACTION_MOVED,pSrcEntry,pTargetParent,nRetVal); in Move() 367 return nRetVal; in Move() 394 sal_uLong nRetVal = pDstList->GetPos( pClonedEntry ); in Copy() local 395 return nRetVal; in Copy()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen2.cxx | 943 sal_uLong nRetVal = 1; // 0 => Fehler 1 = ok in TransferTab() local 1082 nRetVal += 1; in TransferTab() 1087 nRetVal += 2; in TransferTab() 1110 nRetVal = 0; in TransferTab() 1148 return nRetVal; in TransferTab()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 1138 sal_uInt16 nRetVal = aBox.Execute(); in MergeCells() local 1140 if ( nRetVal == RET_YES ) in MergeCells() 1142 else if ( nRetVal == RET_CANCEL ) in MergeCells() 1735 sal_uInt16 nRetVal; in SearchAndReplace() local 1738 nRetVal = RET_NO; in SearchAndReplace() 1761 nRetVal = aBox.Execute(); in SearchAndReplace() 1764 if ( nRetVal == RET_YES ) in SearchAndReplace() 1918 sal_uInt16 nRetVal = aBox.Execute(); in Solve() local 1920 if ( RET_YES == nRetVal ) in Solve()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 964 sal_uInt16 nRetVal = 0; in SetFont() local 966 nRetVal |= SAL_SETFONT_BADFONT; in SetFont() 968 nRetVal |= SAL_SETFONT_USEDRAWTEXTARRAY; in SetFont() 969 return nRetVal; in SetFont()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 2260 int nRetVal = rLayout.GetNextGlyphs( nLen, pGlyphIdxAry, rPos, in GetNextGlyphs() local 2262 if( nRetVal ) in GetNextGlyphs() 2268 for( int i = 0; i < nRetVal; ++i ) in GetNextGlyphs() 2280 return nRetVal; in GetNextGlyphs()
|
H A D | outdev3.cxx | 6253 xub_StrLen nRetVal = STRING_LEN; in GetTextBreak() local 6270 …nRetVal = sal::static_int_cast<xub_StrLen>(pSalLayout->GetTextBreak( nTextPixelWidth, nExtraPixelW… in GetTextBreak() 6275 return nRetVal; in GetTextBreak() 6311 …xub_StrLen nRetVal = sal::static_int_cast<xub_StrLen>(pSalLayout->GetTextBreak( nTextPixelWidth, n… in GetTextBreak() local 6330 if( rHyphenatorPos > nRetVal ) in GetTextBreak() 6331 rHyphenatorPos = nRetVal; in GetTextBreak() 6335 return nRetVal; in GetTextBreak()
|
Completed in 269 milliseconds