Home
last modified time | relevance | path

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

123456789

/aoo41x/main/writerfilter/source/doctok/
H A DWW8FKPImpl.cxx56 sal_uInt32 nResult = getEntryCount(); in getIndex() local
58 while (rFc < getFc(nResult)) in getIndex()
59 nResult--; in getIndex()
61 return nResult; in getIndex()
H A DDffImpl.cxx290 sal_uInt32 nResult; in get_extraoffset() local
295 nResult = 0x8 + nCount * WW8FOPTE::getSize(); in get_extraoffset()
304 nResult += nValue; in get_extraoffset()
309 nResult = getCount(); in get_extraoffset()
311 return nResult; in get_extraoffset()
H A DWW8ResourceModelImpl.cxx251 sal_uInt32 nResult = 0; in getId() local
254 nResult = mpProperty->getId(); in getId()
256 nResult = NS_rtf::LN_blob; in getId()
258 return nResult; in getId()
/aoo41x/main/formula/source/ui/dlg/
H A Dfuncutl.cxx863 long nResult=sal_True; in PreNotify() local
865 if(pMEdit==NULL) return nResult; in PreNotify()
874 nResult=GetParent()->Notify(rNEvt); in PreNotify()
878 nResult=Control::PreNotify(rNEvt); in PreNotify()
885 nResult=Control::PreNotify(rNEvt); in PreNotify()
893 return nResult; in PreNotify()
/aoo41x/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()
/aoo41x/main/odk/examples/DevelopersGuide/GUI/
H A DSystemDialog.java102 short nResult = xExecutable.execute(); in raiseSaveAsDialog() local
105 if (nResult == com.sun.star.ui.dialogs.ExecutableDialogResults.OK){ in raiseSaveAsDialog()
156 short nResult = xExecutable.execute(); in raiseFolderPicker() local
159 if (nResult == com.sun.star.ui.dialogs.ExecutableDialogResults.OK){ in raiseFolderPicker()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()

Completed in 148 milliseconds

123456789