Home
last modified time | relevance | path

Searched refs:nRet (Results 126 – 150 of 633) sorted by last modified time

12345678910>>...26

/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx1191 sal_uLong nRet = m_pStream->Tell(); local
1194 return nRet;
2336 sal_Int16 nRet = COMMIT_RESULT_NOTHING_TO_DO; local
2345 while ( pElement && nRet )
2368 nRet = COMMIT_RESULT_SUCCESS;
2372 nRet = COMMIT_RESULT_FAILURE;
2426 nRet = nLocalRet;
2433 if ( nRet == COMMIT_RESULT_FAILURE )
2467 if ( nRet == COMMIT_RESULT_SUCCESS )
2577 return nRet;
[all …]
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx1067 sal_Int8 nRet = DND_ACTION_NONE; in AcceptDrop() local
1072 nRet = mpViewShell->AcceptDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in AcceptDrop()
1078 return nRet; in AcceptDrop()
1089 sal_Int8 nRet = DND_ACTION_NONE; in ExecuteDrop() local
1093 nRet = mpViewShell->ExecuteDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in ExecuteDrop()
1096 return nRet; in ExecuteDrop()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx759 sal_Int32 nRet; in getDiffWeeks() local
771 nRet = (nDays2 - nDays1) / 7; in getDiffWeeks()
773 return nRet; in getDiffWeeks()
809 nRet -= 1; in getDiffMonths()
816 nRet += 1; in getDiffMonths()
820 return nRet; in getDiffMonths()
933 sal_Int32 nRet; in getWeeksInYear() local
935 nRet = 53; in getWeeksInYear()
937 nRet = ( IsLeapYear(nYear) ? 53 : 52 ); in getWeeksInYear()
939 nRet = 52; in getWeeksInYear()
[all …]
/trunk/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx171 sal_uInt16 nRet = 0; in Offset2Zoom() local
189 nRet = mpImpl->maSnappingPointZooms[ nCount ]; in Offset2Zoom()
195 if( 0 == nRet ) in Offset2Zoom()
204nRet = mpImpl->mnMinZoom + sal_uInt16( nOffsetToSliderLeft * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()
213nRet = mpImpl->mnSliderCenter + sal_uInt16( nOffsetToSliderCenter * nZoomPerSliderPixel / 1000 ); in Offset2Zoom()
217 if( nRet < mpImpl->mnMinZoom ) in Offset2Zoom()
220 else if( nRet > mpImpl->mnMaxZoom ) in Offset2Zoom()
223 return nRet; in Offset2Zoom()
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx230 short nRet = RET_OK; in Execute() local
249 if ( m_xStorage.is() && ( nRet = Dialog::Execute() ) == RET_OK ) in Execute()
384 return nRet; in Execute()
491 short nRet = RET_OK; in Execute() local
540 return nRet; in Execute()
638 short nRet = RET_OK; in Execute() local
682 if ( bOK && ( nRet = Dialog::Execute() ) == RET_OK ) in Execute()
728 return nRet; in Execute()
828 short nRet = RET_OK; in Execute() local
919 if ( bOK && ( nRet = Dialog::Execute() ) == RET_OK ) in Execute()
[all …]
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx533 SECStatus nRet = PK11_Authenticate(slot, PR_TRUE, NULL); in getPersonalCertificates() local
537 if( nRet != SECSuccess && PORT_GetError() != SEC_ERROR_IO) { in getPersonalCertificates()
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx241 short nRet = xFolderPicker->execute(); in IMPL_LINK() local
243 if( ui::dialogs::ExecutableDialogResults::OK != nRet ) in IMPL_LINK()
/trunk/main/xmloff/source/text/
H A DXMLTextListAutoStylePool.cxx139 int nRet; in XMLTextListAutoStylePoolEntryCmp_Impl() local
143 nRet = (int)r1.GetInternalName().compareTo( r2.GetInternalName()); in XMLTextListAutoStylePoolEntryCmp_Impl()
145 nRet = -1; in XMLTextListAutoStylePoolEntryCmp_Impl()
150 nRet = 1; in XMLTextListAutoStylePoolEntryCmp_Impl()
152 nRet = (int)(r1.GetNumRules().get() - r2.GetNumRules().get()); in XMLTextListAutoStylePoolEntryCmp_Impl()
155 return nRet; in XMLTextListAutoStylePoolEntryCmp_Impl()
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx1784 sal_uInt32 nRet = nKey; in ForceSystemLanguage() local
1799 nRet = nNewKey; in ForceSystemLanguage()
1811 nRet = nNewKey; in ForceSystemLanguage()
1815 return nRet; in ForceSystemLanguage()
H A Dxmlstyle.cxx252 int nRet; in SvXMLStyleIndexCmp_Impl() local
254 nRet = -1; in SvXMLStyleIndexCmp_Impl()
256 nRet = 1; in SvXMLStyleIndexCmp_Impl()
258 nRet = (int)r1.GetName().compareTo( r2.GetName() ); in SvXMLStyleIndexCmp_Impl()
260 return nRet; in SvXMLStyleIndexCmp_Impl()
H A Dimpastp1.cxx89 int nRet = 0; in XMLFamilyDataSort_Impl() local
92 nRet = ( r1.mnFamily > r2.mnFamily ? 1 : -1 ); in XMLFamilyDataSort_Impl()
94 return nRet; in XMLFamilyDataSort_Impl()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx124 sal_Int32 nRet = 0; in readSomeBytes() local
128 nRet = (m_nLength + m_nHeaderLength) - m_nPosition; in readSomeBytes()
130 nRet = nMaxBytesToRead; in readSomeBytes()
131 aData.realloc( nRet ); in readSomeBytes()
139 nRet -= nHeaderRead; in readSomeBytes()
142 if( nRet ) in readSomeBytes()
144 memcpy( pData + nHeaderRead, m_pBuffer + (m_nPosition - m_nHeaderLength), nRet ); in readSomeBytes()
145 m_nPosition += nRet; in readSomeBytes()
148 return nRet; in readSomeBytes()
H A DMeasureHandler.cxx109 sal_Int32 nRet = 0; in getMeasureValue() local
114 nRet = ConversionHelper::convertTwipToMM100( m_nMeasureValue ); in getMeasureValue()
119 return nRet; in getMeasureValue()
H A DConversionHelper.cxx482 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()
572 nRet = style::NumberingType::ARABIC; in ConvertNumberingType()
581 nRet = style::NumberingType::NUMBER_NONE; in ConvertNumberingType()
605 nRet = style::NumberingType::CHARS_THAI; in ConvertNumberingType()
618 nRet = style::NumberingType::TIAN_GAN_ZH; in ConvertNumberingType()
621 nRet = style::NumberingType::DI_ZI_ZH; in ConvertNumberingType()
662 default: nRet = style::NumberingType::ARABIC; in ConvertNumberingType()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2097 int nRet = 0; in ImplAddTempFont() local
2102nRet = __AddFontResourceExW( reinterpret_cast<LPCWSTR>(aUSytemPath.getStr()), FR_PRIVATE, NULL ); in ImplAddTempFont()
2105 if ( !nRet ) in ImplAddTempFont()
2126 nRet = ::AddFontResourceA( aResourceName ); in ImplAddTempFont()
2127 if( nRet > 0 ) in ImplAddTempFont()
2137 return (nRet > 0); in ImplAddTempFont()
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx760 LRESULT nRet = 0; in SalComWndProc() local
825 nRet = (LRESULT)GetDCEx( (HWND)wParam, 0, DCX_CACHE ); in SalComWndProc()
837 return nRet; in SalComWndProc()
843 LRESULT nRet = 0; local
854 nRet = SalComWndProc( hWnd, nMsg, wParam, lParam, bDef );
866 nRet = DefWindowProcA( hWnd, nMsg, wParam, lParam );
868 return nRet;
874 LRESULT nRet = 0; local
885 nRet = SalComWndProc( hWnd, nMsg, wParam, lParam, bDef );
897 nRet = DefWindowProcW( hWnd, nMsg, wParam, lParam );
[all …]
/trunk/main/vcl/unx/gtk/app/
H A Dgtkinst.cxx338 int nRet = mnCount; in Grab() local
350 return nRet; in Grab()
/trunk/main/vcl/unx/generic/printergfx/
H A Dpsputil.cxx73 sal_Int32 nRet = nPrecision; in getAlignedHexValueOf() local
98 return nRet; in getAlignedHexValueOf()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3094 int nRet = 0; in HandleMouseEvent() local
3121 return nRet; in HandleMouseEvent()
3386 return nRet; in HandleKeyEvent()
3606 return nRet; in HandleFocusEvent()
4190 long nRet = 0; in Dispatch() local
4237 nRet = HandleMouseEvent( pEvent ); in Dispatch()
4247 nRet = HandleExposeEvent( pEvent ); in Dispatch()
4267 nRet = sal_True; in Dispatch()
4365 nRet = sal_True; in Dispatch()
4380 nRet = sal_True; in Dispatch()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx873 sal_uInt8 nRet = 0; in getNibble() local
875 nRet = sal_uInt8( cChar - '0' ); in getNibble()
877 nRet = 10 + sal_uInt8( cChar - 'A' ); in getNibble()
879 nRet = 10 + sal_uInt8( cChar - 'a' ); in getNibble()
880 return nRet; in getNibble()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx106 sal_uInt16 nRet = (sal_uInt16)pBuffer[1] | in getUInt16BE() local
109 return nRet; in getUInt16BE()
114 sal_uInt32 nRet = (((sal_uInt32)pBuffer[0]) << 24) | in getUInt32BE() local
119 return nRet; in getUInt32BE()
2758 int nRet = -1; in getFontFaceNumber() local
2761 nRet = static_cast< TrueTypeFontFile* >(pFont)->m_nCollectionEntry; in getFontFaceNumber()
2762 return nRet; in getFontFaceNumber()
/trunk/main/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx154 int nRet = 0; in KDEVersion() local
182 nRet = *reinterpret_cast< sal_Int32* >( pProperty ); in KDEVersion()
190 return nRet; in KDEVersion()
/trunk/main/vcl/unx/generic/app/
H A Drandrwrapper.cxx309 int nRet = 0; in processRandREvent() local
314 nRet = pWrapper->XRRUpdateConfiguration( pEvent ); in processRandREvent()
315 …if( nRet == 1 && pEvent->type != ConfigureNotify) // this should then be a XRRScreenChangeNotifyEv… in processRandREvent()
354 return nRet; in processRandREvent()
H A Dsalsys.cxx142 int nRet = -1; in ShowNativeDialog() local
160 nRet = ((int)aWarn.Execute()) - 1; in ShowNativeDialog()
163 if( nRet < -1 || nRet >= int(rButtons.size()) ) in ShowNativeDialog()
164 nRet = -1; in ShowNativeDialog()
166 return nRet; in ShowNativeDialog()
H A Dsm.cxx668 int nRet = poll( pLocalFD,nConnectionsBefore+1,-1 ); in ICEConnectionWorker() local
672 if( nRet < 1 ) in ICEConnectionWorker()
681 SMprintf( "file handles active in wakeup: %d\n", nRet ); in ICEConnectionWorker()
682 if( nRet == 1 ) in ICEConnectionWorker()
690nRet = poll( ICEConnectionObserver::pFilehandles+1, ICEConnectionObserver::nConnections, 0 ); in ICEConnectionWorker()
691 if( nRet > 0 ) in ICEConnectionWorker()

Completed in 214 milliseconds

12345678910>>...26