Home
last modified time | relevance | path

Searched refs:nRet (Results 176 – 200 of 633) sorted by last modified time

12345678910>>...26

/trunk/main/tools/source/string/
H A Dstrimp.cxx30 sal_Int32 nRet; in ImplStringCompare() local
38 return nRet; in ImplStringCompare()
46 sal_Int32 nRet = 0; in ImplStringCompare() local
56 return nRet; in ImplStringCompare()
73 return nRet; in ImplStringCompareWithoutZero()
80 sal_Int32 nRet; in ImplStringICompare() local
93 if ( nRet != 0 ) in ImplStringICompare()
101 return nRet; in ImplStringICompare()
125 if ( nRet != 0 ) in ImplStringICompare()
134 return nRet; in ImplStringICompare()
[all …]
/trunk/main/tools/source/stream/
H A Dstream.cxx362 sal_Size nRet; in GetData() local
363 nError = xLockBytes->ReadAt( nActPos, pData, nSize, &nRet ); in GetData()
364 nActPos += nRet; in GetData()
365 return nRet; in GetData()
384 sal_Size nRet; in PutData() local
385 nError = xLockBytes->WriteAt( nActPos, pData, nSize, &nRet ); in PutData()
386 nActPos += nRet; in PutData()
387 return nRet; in PutData()
H A Dstrmos2.cxx615 APIRET nRet = DosOpen( aFileNameA.GetBuffer(), &pInstanceData->hFile, in Open() local
619 if( nRet == ERROR_TOO_MANY_OPEN_FILES ) in Open()
623 nRet = DosSetRelMaxFH( &nToAdd, &nCurMaxFH ); in Open()
624 nRet = DosOpen( aFileNameA.GetBuffer(), &pInstanceData->hFile, in Open()
630 if( nRet==ERROR_ACCESS_DENIED || nRet==ERROR_SHARING_VIOLATION ) in Open()
633 nRet = DosOpen( aFileNameA.GetBuffer(), &pInstanceData->hFile, in Open()
638 if( nRet ) in Open()
641 SetError(::GetSvError(nRet) ); in Open()
750 APIRET nRet = DosSetFileSize( pInstanceData->hFile, nSize ); in SetSize() local
751 if( nRet ) in SetSize()
[all …]
/trunk/main/tools/source/rc/
H A Dresmgr.cxx1348 sal_uInt32 nRet = GetStringSize( pStr, nLen ); in GetStringWithoutHook() local
1354 return nRet; in GetStringWithoutHook()
1360 sal_uInt32 nRet = GetStringWithoutHook( aString, pStr ); in GetString() local
1364 return nRet; in GetString()
1370 sal_uInt32 nRet = GetStringSize( pStr, nLen ); in GetByteString() local
1372 return nRet; in GetByteString()
/trunk/main/tools/source/ref/
H A Dpstm.cxx315 return nRet; in GetData()
326 return nRet; in PutData()
337 return nRet; in SeekPos()
418 nRet <<= 8; in ReadCompressed()
420 nRet |= nMask; in ReadCompressed()
425 nRet <<= 8; in ReadCompressed()
427 nRet |= nMask; in ReadCompressed()
428 nRet <<= 16; in ReadCompressed()
431 nRet |= n; in ReadCompressed()
440 rStm >> nRet; in ReadCompressed()
[all …]
/trunk/main/tools/source/inet/
H A Dinetstrm.cxx1603 int nRet = INetMessageIOStream::PutMsgLine (pData, nSize); in PutMsgLine() local
1604 return nRet; in PutMsgLine()
/trunk/main/tools/source/generic/
H A Dbigint.cxx654 sal_uInt32 nRet; in operator sal_uIntPtr() local
655 nRet = ((sal_uInt32)nNum[1]) << 16; in operator sal_uIntPtr()
656 nRet += nNum[0]; in operator sal_uIntPtr()
657 return nRet; in operator sal_uIntPtr()
671 double nRet = (double) ((sal_uInt32)nNum[i]); variable
675 nRet *= 65536.0;
677 nRet += (double) ((sal_uInt32)nNum[i]);
681 nRet *= -1;
683 return nRet;
/trunk/main/tools/source/fsys/
H A Dos2.cxx293 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 …]
H A Dos2.hxx65 APIRET nRet = DosQueryCurrentDisk( &nCur, &nMap ); in DRIVE_EXISTS() local
H A Dfstat.cxx182 APIRET nRet = DosQueryPathInfo( (PSZ)aFPath.GetBuffer(), 1, &aFileStat, sizeof(aFileStat) ); in GetReadOnlyFlag() local
183 switch ( nRet ) in GetReadOnlyFlag()
225 APIRET nRet = DosQueryPathInfo( (PSZ)aFPath.GetBuffer(), 1, &aFileStat, sizeof(aFileStat) ); in SetReadOnlyFlag() local
226 if ( !nRet ) in SetReadOnlyFlag()
230 nRet = DosSetPathInfo( (PSZ)aFPath.GetBuffer(), 1, &aFileStat, sizeof(aFileStat), 0 ); in SetReadOnlyFlag()
232 switch ( nRet ) in SetReadOnlyFlag()
370 APIRET nRet = DosOpen((PSZ)aFileName.GetBuffer(), &hFile, (PULONG)&nAction, in SetDateTime() local
375 if ( nRet == 0 ) in SetDateTime()
379 nRet = DosQueryFileInfo( in SetDateTime()
382 if ( nRet == 0 ) in SetDateTime()
/trunk/main/tools/source/datetime/
H A Dttime.cxx68 sal_Int32 nRet = n100Sec; in TimeToSec100() local
69 nRet += nSec*100; in TimeToSec100()
70 nRet += nMin*60*100; in TimeToSec100()
71 nRet += nHour*60*60*100; in TimeToSec100()
73 return (nRet * nSign); in TimeToSec100()
/trunk/main/tools/bootstrp/addexes2/
H A Dmkfilt.cxx226 int nRet = 0; in main() local
232 return nRet; in main()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2356 sal_Int16 nRet = 0; in execute() local
2374 nRet = pDlg->Execute(); in execute()
2381 return nRet; in execute()
H A Dvclxdialog.cxx231 sal_Int16 nRet = 0; in execute() local
244 nRet = pDlg->Execute(); in execute()
248 return nRet; in execute()
H A Dvclxfont.cxx120 sal_Int16 nRet = -1; in getCharWidth() local
127 nRet = sal::static_int_cast< sal_Int16 >( in getCharWidth()
132 return nRet; in getCharWidth()
164 sal_Int32 nRet = -1; in getStringWidth() local
170 nRet = pOutDev->GetTextWidth( str ); in getStringWidth()
173 return nRet; in getStringWidth()
180 sal_Int32 nRet = -1; in getStringWidthArray() local
187 nRet = pOutDev->GetTextArray( str, rDXArray.getArray() ); in getStringWidthArray()
190 return nRet; in getStringWidthArray()
H A Dvclxmenu.cxx588 sal_Int16 nRet = 0; in execute() local
591 nRet = ((PopupMenu*)mpMenu)->Execute( VCLUnoHelper::GetWindow( rxWindowPeer ), in execute()
595 return nRet; in execute()
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py66 nRet = 0
68 nRet = len(self.s) - self.nIndex
70 nRet = nByteCount
71 retSeq = uno.ByteSequence(self.s.value[self.nIndex : self.nIndex + nRet ])
72 self.nIndex = self.nIndex + nRet
73 return nRet, retSeq
/trunk/main/sw/source/ui/wrtsh/
H A Ddelete.cxx119 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 …]
H A Dmove.cxx92 sal_Bool nRet; in SimpleMove() local
97 nRet = (this->*FnSimpleMove)(); in SimpleMove()
100 else if( 0 != ( nRet = (this->*FnSimpleMove)() ) ) in SimpleMove()
102 return nRet; in SimpleMove()
H A Dwrtsh2.cxx220 sal_uInt16 nRet = pDlg->Execute(); in StartDropDownFldDlg() local
224 sal_Bool bRet = RET_CANCEL == nRet; in StartDropDownFldDlg()
226 if(RET_YES == nRet) in StartDropDownFldDlg()
/trunk/main/sw/source/ui/vba/
H A Dvbafield.cxx142 long nRet = -1; // Ende in SkipToNextToken() local
152 nRet = aData.GetChar(++nFnd); in SkipToNextToken()
157 nRet = -2; in SkipToNextToken()
170 return nRet; in SkipToNextToken()
392 long nRet; in Create_Field_FileName() local
394 while (-1 != (nRet = aReadParam.SkipToNextToken())) in Create_Field_FileName()
396 switch (nRet) in Create_Field_FileName()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx254 nRet = rEvt.mnAction; in ExecuteDrop()
293 nRet = rEvt.mnAction; in ExecuteDrop()
299 return nRet; in ExecuteDrop()
331 nRet = rEvt.mnAction; in AcceptDrop()
342 nRet = DND_ACTION_LINK; in AcceptDrop()
361 return nRet; in AcceptDrop()
478 sal_uInt16 nRet = 0; in GetEnableFlags() local
483 nRet |= ENABLE_EDIT; in GetEnableFlags()
492 nRet |= ENABLE_INSERT_TEXT; in GetEnableFlags()
497 nRet |= ENABLE_UPDATE_SEL; in GetEnableFlags()
[all …]
H A Dnavipi.cxx1357 sal_Int8 nRet = DND_ACTION_NONE; in ExecuteDrop() local
1369 nRet = rEvt.mnAction; in ExecuteDrop()
1389 return nRet; in ExecuteDrop()
H A Dcondedit.cxx69 sal_Int8 nRet = DND_ACTION_NONE; in ExecuteDrop() local
98 nRet = DND_ACTION_COPY; in ExecuteDrop()
101 return nRet; in ExecuteDrop()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1645 short nRet = 0; in getPage() local
1650 nRet = (short)pShellCrsr->GetPageNum( sal_True, 0 ); in getPage()
1654 return nRet; in getPage()

Completed in 186 milliseconds

12345678910>>...26