Home
last modified time | relevance | path

Searched refs:nRet (Results 1 – 25 of 636) sorted by last modified time

12345678910>>...26

/aoo41x/main/sfx2/source/appl/
H A Dappopen.cxx310 sal_uIntPtr nRet = ERRCODE_NONE; in CheckPasswd_Impl() local
340 nRet = ERRCODE_SFX_CANTGETPASSWD; in CheckPasswd_Impl()
382 nRet = ERRCODE_NONE; in CheckPasswd_Impl()
385 nRet = ERRCODE_IO_ABORT; in CheckPasswd_Impl()
393 nRet = ERRCODE_SFX_CANTGETPASSWD; in CheckPasswd_Impl()
398 return nRet; in CheckPasswd_Impl()
584 int nRet = pDocTemplDlg->Execute(); in NewDocExec_Impl() local
586 if ( nRet == RET_OK ) in NewDocExec_Impl()
/aoo41x/main/xmlsecurity/tools/standalone/csfit/
H A Dcertmngr.cxx92 SECStatus nRet = PK11_Authenticate( slot, PR_TRUE, NULL ); in main() local
93 if( nRet != SECSuccess ) { in main()
H A Dsigner.cxx123 SECStatus nRet = PK11_Authenticate( slot, PR_TRUE, NULL ); in main() local
124 if( nRet != SECSuccess ) { in main()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/xmloff/source/style/
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 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 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()
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1385 sal_Int16 nRet = style::NumberingType::PAGE_DESCRIPTOR; in lcl_ParseNumberingType() local
1470 nRet = aNumberingPairs[nNum].nType; in lcl_ParseNumberingType()
1476 return nRet; in lcl_ParseNumberingType()
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()
571 nRet = style::NumberingType::ARABIC; in ConvertNumberingType()
580 nRet = style::NumberingType::NUMBER_NONE; in ConvertNumberingType()
604 nRet = style::NumberingType::CHARS_THAI; in ConvertNumberingType()
617 nRet = style::NumberingType::TIAN_GAN_ZH; in ConvertNumberingType()
620 nRet = style::NumberingType::DI_ZI_ZH; in ConvertNumberingType()
655 default: nRet = style::NumberingType::ARABIC; in ConvertNumberingType()
[all …]
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3496 return nRet; in ImplHandleMouseMsg()
3584 return nRet; in ImplHandleWheelMsg()
3838 return nRet; in ImplHandleKeyMsg()
4081 return nRet; in ImplHandleSalObjSysCharMsg()
4436 return nRet; in ImplHandleShutDownMsg()
4847 return nRet; in ImplMenuChar()
4904 return nRet; in ImplMeasureItem()
5060 return nRet; in ImplDrawItem()
5084 if( nRet ) in ImplHandleMenuActivate()
5086 if( nRet ) in ImplHandleMenuActivate()
[all …]
H A Dsalobj.cxx318 LRESULT nRet = 0; in SalSysObjWndProc() local
323 nRet = 1; in SalSysObjWndProc()
421 return nRet; in SalSysObjWndProc()
429 nRet = DefWindowProcA( hWnd, nMsg, wParam, lParam ); in SalSysObjWndProcA()
430 return nRet; in SalSysObjWndProcA()
439 return nRet; in SalSysObjWndProcW()
446 LRESULT nRet = 0; in SalSysObjChildWndProc() local
458 nRet = 1; in SalSysObjChildWndProc()
503 return nRet; in SalSysObjChildWndProc()
512 return nRet; in SalSysObjChildWndProcA()
[all …]
/aoo41x/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()
H A Dsalprn.cxx674 LONG nRet; in ImplUpdateSalJobSetup() local
1658 if ( nRet && (nRet != GDI_ERROR) ) in GetPaperBinCount()
1677 if ( nRet && (nRet != GDI_ERROR) ) in GetPaperBinName()
1685 if ( nRet && (nRet != GDI_ERROR) ) in GetPaperBinName()
1698 DWORD nRet; in GetCapabilities() local
1706 if ( nRet && (nRet != GDI_ERROR) ) in GetCapabilities()
1713 if ( nRet && (nRet != GDI_ERROR) ) in GetCapabilities()
1716 if ( nRet && (nRet != GDI_ERROR) ) in GetCapabilities()
1724 if ( nRet && (nRet != GDI_ERROR) ) in GetCapabilities()
1730 if ( nRet && (nRet != GDI_ERROR) ) in GetCapabilities()
[all …]
/aoo41x/main/vcl/win/source/app/
H A Dsaldata.cxx91 int nRet; in ImplSalWICompareAscii() local
103 nRet = ((sal_Int32)c1)-((sal_Int32)((unsigned char)c2)); in ImplSalWICompareAscii()
104 if ( nRet != 0 ) in ImplSalWICompareAscii()
112 return nRet; in ImplSalWICompareAscii()
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 …]
/aoo41x/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 …]
/aoo41x/main/vcl/unx/gtk/app/
H A Dgtkinst.cxx338 int nRet = mnCount; in Grab() local
350 return nRet; in Grab()
/aoo41x/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()
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dpsputil.cxx73 sal_Int32 nRet = nPrecision; in getAlignedHexValueOf() local
98 return nRet; in getAlignedHexValueOf()
/aoo41x/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()
/aoo41x/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()

Completed in 200 milliseconds

12345678910>>...26