Searched refs:nRetVal (Results 1 – 10 of 10) sorted by relevance
316 sal_uInt8 nRetVal; in ImplGetByte() local319 *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()
104 sal_uIntPtr nRetVal = SVSTREAM_GENERALERROR; // Standardfehler in GetSvError() local110 nRetVal = errArr[i].sv; in GetSvError()115 return nRetVal; in GetSvError()
92 sal_uIntPtr nRetVal = SVSTREAM_GENERALERROR; // Standardfehler in GetSvError() local98 nRetVal = errArr[i].sv; in GetSvError()104 return nRetVal; in GetSvError()
233 sal_uInt32 nRetVal = SVSTREAM_GENERALERROR; // Standardfehler in GetSvError() local239 nRetVal = errArr[i].sv; in GetSvError()245 return nRetVal; in GetSvError()
364 sal_uLong nRetVal = pDstList->GetPos( pSrcEntry ); in Move() local365 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() local395 return nRetVal; in Copy()
943 sal_uLong nRetVal = 1; // 0 => Fehler 1 = ok in TransferTab() local1082 nRetVal += 1; in TransferTab()1087 nRetVal += 2; in TransferTab()1110 nRetVal = 0; in TransferTab()1148 return nRetVal; in TransferTab()
1138 sal_uInt16 nRetVal = aBox.Execute(); in MergeCells() local1140 if ( nRetVal == RET_YES ) in MergeCells()1142 else if ( nRetVal == RET_CANCEL ) in MergeCells()1735 sal_uInt16 nRetVal; in SearchAndReplace() local1738 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() local1920 if ( RET_YES == nRetVal ) in Solve()
964 sal_uInt16 nRetVal = 0; in SetFont() local966 nRetVal |= SAL_SETFONT_BADFONT; in SetFont()968 nRetVal |= SAL_SETFONT_USEDRAWTEXTARRAY; in SetFont()969 return nRetVal; in SetFont()
2260 int nRetVal = rLayout.GetNextGlyphs( nLen, pGlyphIdxAry, rPos, in GetNextGlyphs() local2262 if( nRetVal ) in GetNextGlyphs()2268 for( int i = 0; i < nRetVal; ++i ) in GetNextGlyphs()2280 return nRetVal; in GetNextGlyphs()
6253 xub_StrLen nRetVal = STRING_LEN; in GetTextBreak() local6270 …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() local6330 if( rHyphenatorPos > nRetVal ) in GetTextBreak()6331 rHyphenatorPos = nRetVal; in GetTextBreak()6335 return nRetVal; in GetTextBreak()
Completed in 105 milliseconds