Home
last modified time | relevance | path

Searched refs:nResult (Results 51 – 75 of 220) sorted by relevance

123456789

/trunk/main/vcl/source/app/
H A Ddbggui.cxx1827 long nResult = RET_NO; in doIt() local
1841 nResult = MessageBoxW( 0, (LPWSTR)m_sDebugMessage.GetBuffer(), L"Debug Output", in doIt()
1844 switch ( nResult ) in doIt()
1847 nResult = RET_YES; in doIt()
1850 nResult = RET_NO; in doIt()
1853 nResult = RET_CANCEL; in doIt()
1862 nResult = aBox.Execute(); in doIt()
1865 return nResult; in doIt()
1900 long nResult = aMessageBox.execute( aTimeout ); in DbgPrintMsgBox() local
1904 else if ( nResult == RET_YES ) in DbgPrintMsgBox()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx480 sal_Int32 nResult = 0; in lcl_GetDatePartValue() local
493 nResult = nSeconds / 3600; in lcl_GetDatePartValue()
496 nResult = ( nSeconds % 3600 ) / 60; in lcl_GetDatePartValue()
499 nResult = nSeconds % 60; in lcl_GetDatePartValue()
511 nResult = aDate.GetYear(); in lcl_GetDatePartValue()
514 nResult = 1 + ( aDate.GetMonth() - 1 ) / 3; // 1..4 in lcl_GetDatePartValue()
517 nResult = aDate.GetMonth(); // 1..12 in lcl_GetDatePartValue()
522 nResult = ( aDate - aYearStart ) + 1; // Jan 01 has value 1 in lcl_GetDatePartValue()
523 if ( nResult >= 60 && !aDate.IsLeapYear() ) in lcl_GetDatePartValue()
526 ++nResult; in lcl_GetDatePartValue()
[all …]
/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx189 int nResult = NSRunAlertPanel( pTitle, pMessage, pDefText, pAltText, pOthText ); in ShowNativeMessageBox() local
203 if( nC < sizeof(aButtonIds)/sizeof(aButtonIds[0]) && nResult >= 1 && nResult <= 3 ) in ShowNativeMessageBox()
205 int nPressed = aButtonIds[nC].nTextIds[nResult-1]; in ShowNativeMessageBox()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DSystemDialog.java103 short nResult = xExecutable.execute(); in raiseSaveAsDialog() local
106 if (nResult == com.sun.star.ui.dialogs.ExecutableDialogResults.OK){ in raiseSaveAsDialog()
157 short nResult = xExecutable.execute(); in raiseFolderPicker() local
160 if (nResult == com.sun.star.ui.dialogs.ExecutableDialogResults.OK){ in raiseFolderPicker()
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Dxmlsignaturehelper.hxx64 …natureCreationResult( sal_Int32 nId, com::sun::star::xml::crypto::SecurityOperationStatus nResult ) in XMLSignatureCreationResult()
67 nSignatureCreationResult = nResult; in XMLSignatureCreationResult()
76 …ignatureVerifyResult( sal_Int32 nId, com::sun::star::xml::crypto::SecurityOperationStatus nResult ) in XMLSignatureVerifyResult()
79 nSignatureVerifyResult = nResult; in XMLSignatureVerifyResult()
/trunk/main/framework/source/dispatch/
H A Dstartmoduledispatcher.cxx117 ::sal_Int16 nResult = css::frame::DispatchResultState::DONTKNOW; in dispatchWithNotification()
120 nResult = css::frame::DispatchResultState::FAILURE; in dispatchWithNotification()
124 nResult = css::frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
128 implts_notifyResultListener(xListener, nResult, css::uno::Any()); in dispatchWithNotification()
/trunk/main/svx/source/dialog/
H A Ddatabaseregistrationui.cxx51 sal_uInt16 nResult = RET_CANCEL; in administrateDatabaseRegistration() local
60 nResult = pDialog->Execute(); in administrateDatabaseRegistration()
62 return nResult; in administrateDatabaseRegistration()
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx1235 sal_uInt16 nResult = SIGNATURESTATE_NOSIGNATURES; in ImplCheckSignaturesInformation() local
1240 nResult = SIGNATURESTATE_SIGNATURES_OK; in ImplCheckSignaturesInformation()
1251 nResult = SIGNATURESTATE_SIGNATURES_BROKEN; in ImplCheckSignaturesInformation()
1258 if ( nResult == SIGNATURESTATE_SIGNATURES_OK && !bCertValid ) in ImplCheckSignaturesInformation()
1259 nResult = SIGNATURESTATE_SIGNATURES_NOTVALIDATED; in ImplCheckSignaturesInformation()
1260 else if ( nResult == SIGNATURESTATE_SIGNATURES_OK && bCertValid && !bCompleteSignature) in ImplCheckSignaturesInformation()
1261 nResult = SIGNATURESTATE_SIGNATURES_PARTIAL_OK; in ImplCheckSignaturesInformation()
1266 return nResult; in ImplCheckSignaturesInformation()
/trunk/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper2.cxx58 …natureCreated( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus nResult ) in signatureCreated() argument
61 XMLSignatureCreationResult aResult( securityId, nResult ); in signatureCreated()
65 …atureVerified( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus nResult ) in signatureVerified() argument
68 XMLSignatureVerifyResult aResult( securityId, nResult ); in signatureVerified()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx811 sal_uInt32 nResult; in replaceAll() local
841 nResult = pUnoCrsr->Find( *pSearchColl, in replaceAll()
856 return (sal_Int32)nResult; in replaceAll()
875 sal_Int32& nResult, in FindAny() argument
946 nResult = 0; in FindAny()
973 nResult = (sal_Int32)pUnoCrsr->Find( *pSearchColl, in FindAny()
1004 sal_Int32 nResult = 0; in findAll() local
1022 sal_Int32 nResult = 0; in findFirst() local
1028 if(nResult) in findFirst()
1047 sal_Int32 nResult = 0; in findNext() local
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dfoptmgr.cxx246 sal_uInt16 nResult = ScAddress().Parse( aPosStr, pDoc, pDoc->GetAddressConvention() ); in VerifyPosStr() local
248 return ( SCA_VALID == (nResult & SCA_VALID) ); in VerifyPosStr()
281 sal_uInt16 nResult = ScAddress().Parse( theCurPosStr, pDoc, pDoc->GetAddressConvention() ); in IMPL_LINK() local
283 if ( SCA_VALID == (nResult & SCA_VALID) ) in IMPL_LINK()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx1009 long nResult = sal_True; in PreNotify() local
1028 nResult=FloatingWindow::PreNotify(_rNEvt); in PreNotify()
1031 nResult=FloatingWindow::PreNotify(_rNEvt); in PreNotify()
1033 return nResult; in PreNotify()
1115 long nResult = 1; in PreNotify() local
1141 nResult = DropDownEditControl_Base::PreNotify( rNEvt ); in PreNotify()
1165 nResult = DropDownEditControl_Base::PreNotify(rNEvt); in PreNotify()
1167 return nResult; in PreNotify()
H A Dlistselectiondlg.cxx79 short nResult = ModalDialog::Execute(); in Execute() local
81 if ( RET_OK == nResult ) in Execute()
84 return nResult; in Execute()
/trunk/main/sd/source/ui/tools/
H A DIdleDetection.cxx46 sal_Int32 nResult (CheckInputPending() | CheckSlideShowRunning()); in GetIdleState() local
48 nResult |= CheckWindowPainting(*pWindow); in GetIdleState()
49 return nResult; in GetIdleState()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx95 double nResult = nTo - nFrom; in GetTimerMiliseconds() local
96 if ( nResult > 0 ) in GetTimerMiliseconds()
97 nResult *= 24*3600*1000; in GetTimerMiliseconds()
99 nResult = 50; in GetTimerMiliseconds()
101 return (sal_Int32) nResult; in GetTimerMiliseconds()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_View3D.cxx98 short nResult = TabDialog::Execute(); in Execute() local
99 if( nResult == RET_OK ) in Execute()
108 return nResult; in Execute()
/trunk/main/sw/source/filter/ww8/
H A DWW8Sttbf.cxx53 sal_uInt8 nResult = 0; in getU8() local
57 nResult = mp_data[mn_offset + nOffset]; in getU8()
60 return nResult; in getU8()
/trunk/main/sd/source/ui/func/
H A Dfuchar.cxx94 sal_uInt16 nResult = pDlg->Execute(); in DoExecute() local
96 if( nResult == RET_OK ) in DoExecute()
104 if( nResult != RET_OK ) in DoExecute()
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx471 sal_Int32 nResult = -1; in getDimension() local
486 nResult = xCooSys->getDimension(); in getDimension()
497 return nResult; in getDimension()
1576 sal_Int32 nResult = ::com::sun::star::chart::MissingValueTreatment::LEAVE_GAP; in getCorrectedMissingValueTreatment() local
1581 … if( xDiaProp.is() && (xDiaProp->getPropertyValue( C2U( "MissingValueTreatment" ) ) >>= nResult) ) in getCorrectedMissingValueTreatment()
1585 if( aAvailableMissingValueTreatments[nN] == nResult ) in getCorrectedMissingValueTreatment()
1586 return nResult; //ok in getCorrectedMissingValueTreatment()
1592 nResult = aAvailableMissingValueTreatments[0]; in getCorrectedMissingValueTreatment()
1593 return nResult; in getCorrectedMissingValueTreatment()
1596 return nResult; in getCorrectedMissingValueTreatment()
/trunk/main/odk/examples/java/Storage/
H A DTest09.java101 int nResult = m_aTestHelper.ChangeStreamPass( xTempFileStorage, "SubStream1", pPass1, pPass2 ); in test() local
102 if ( nResult == 0 ) in test()
104 else if ( nResult == -1 ) in test()
/trunk/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.cxx250 sal_uInt32 nResult = 0; in getId() local
253 nResult = mpProperty->getId(); in getId()
255 nResult = NS_rtf::LN_blob; in getId()
257 return nResult; in getId()
/trunk/main/sc/source/core/tool/
H A Daddinhelpid.cxx207 sal_Int32 nResult = rFuncName.compareToAscii( pMiddle->pFuncName ); in GetHelpId() local
208 if( !nResult ) in GetHelpId()
210 else if( nResult < 0 ) in GetHelpId()
H A Dreffind.cxx133 sal_uInt16 nResult = aAddr.Parse( aExpr, pDoc, pDoc->GetAddressConvention() ); in ToggleRel() local
134 if ( nResult & SCA_VALID ) in ToggleRel()
136 sal_uInt16 nFlags = lcl_NextFlags( nResult ); in ToggleRel()
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx545 int nResult = CoinLoadProblem( hProb, nVariables, nRows, nMatrixPos, 0, in solve() local
550 nResult = CoinLoadInteger( hProb, pColType ); in solve()
570 nResult = CoinCheckProblem( hProb ); in solve()
571 nResult = CoinOptimizeProblem( hProb, 0 ); in solve()
573 mbSuccess = ( nResult == SOLV_CALL_SUCCESS ); in solve()
/trunk/main/sw/source/core/access/
H A Daccportions.cxx504 size_t nResult = FindBreak( rPositions, nValue ); in FindLastBreak() local
510 while ( nResult < rPositions.size() - 2 && in FindLastBreak()
511 rPositions[nResult+1] <= nValue ) in FindLastBreak()
513 nResult++; in FindLastBreak()
517 return nResult; in FindLastBreak()

Completed in 165 milliseconds

123456789