Home
last modified time | relevance | path

Searched refs:nRetVal (Results 1 – 10 of 10) sorted by relevance

/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx316 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()
/trunk/main/tools/source/stream/
H A Dstrmwnt.cxx104 sal_uIntPtr nRetVal = SVSTREAM_GENERALERROR; // Standardfehler in GetSvError() local
110 nRetVal = errArr[i].sv; in GetSvError()
115 return nRetVal; in GetSvError()
H A Dstrmos2.cxx92 sal_uIntPtr nRetVal = SVSTREAM_GENERALERROR; // Standardfehler in GetSvError() local
98 nRetVal = errArr[i].sv; in GetSvError()
104 return nRetVal; in GetSvError()
H A Dstrmunx.cxx233 sal_uInt32 nRetVal = SVSTREAM_GENERALERROR; // Standardfehler in GetSvError() local
239 nRetVal = errArr[i].sv; in GetSvError()
245 return nRetVal; in GetSvError()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx364 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()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx943 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()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx1138 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()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx964 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()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx2260 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 Doutdev3.cxx6253 xub_StrLen nRetVal = STRING_LEN; in GetTextBreak() local
6270nRetVal = 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 119 milliseconds