Home
last modified time | relevance | path

Searched refs:nRet (Results 626 – 633 of 633) sorted by path

1...<<212223242526

/trunk/main/xmloff/source/style/
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()
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()
/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/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/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/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()

Completed in 44 milliseconds

1...<<212223242526