Home
last modified time | relevance | path

Searched refs:nResult (Results 1 – 25 of 220) sorted by last modified time

123456789

/trunk/main/forms/source/component/
H A DImageControl.cxx943 …const sal_Int16 nResult = xMenu->execute( xWindowPeer, aRect, PopupMenuDirection::EXECUTE_DEFAULT … in mousePressed() local
945 switch ( nResult ) in mousePressed()
/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()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx694 int nResult = 0; in run() local
696 while ((nResult=maStreamPipe.recv( pBuf+nBytes, nBufSz-nBytes))>0) { in run()
697 nBytes += nResult; in run()
914 … (nResult = maStreamPipe.send(sc_aConfirmationSequence+nBytes, sc_nCSeqLength-nBytes))>0 && in run()
915 ((nBytes += nResult) < sc_nCSeqLength) ) ; in run()
/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/sd/source/ui/view/
H A DViewShellBase.cxx881 sal_uInt16 nResult = SfxViewShell::PrepareClose (bUI, bForBrowsing); in PrepareClose() local
883 if (nResult == sal_True) in PrepareClose()
890 nResult = pShell->PrepareClose (bUI, bForBrowsing); in PrepareClose()
893 return nResult; in PrepareClose()
H A DOutliner.cxx746 int nResult = pOutlinerView->StartSearchAndReplace(*mpSearchItem); in SearchAndReplaceOnce() local
747 if (nResult == 0) in SearchAndReplaceOnce()
1738 sal_uInt16 nResult = rMessageBox.Execute(); in ShowModalMessageBox() local
1744 return nResult; in ShowModalMessageBox()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1242 sal_uInt16 nResult = 0; in AdjustScrollBars() local
1268 nResult = 1; in AdjustScrollBars()
1282 nResult |= 0x0002; in AdjustScrollBars()
1288 if( !(nResult & 0x0001) && in AdjustScrollBars()
1291 nResult = 3; in AdjustScrollBars()
1296 PositionScrollBars( aOSize, nResult ); in AdjustScrollBars()
1345 if( nResult & 0x0001 ) in AdjustScrollBars()
1350 if( nResult & 0x0002 ) in AdjustScrollBars()
1358 return nResult; in AdjustScrollBars()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx256 void EndDialog( long nResult = 0 );
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DOOXMLViewer.java190 final int nResult = aFileChooser.showOpenDialog(null); in CreateMenuBar()
191 if (nResult == JFileChooser.APPROVE_OPTION) in CreateMenuBar()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx2487 SCROW nResult = CountNonFilteredRows(nStartRow, nEndRow, nCountTab); in GetClipArea() local
2489 if ( nResult > 0 ) in GetClipArea()
2490 nClipY = nResult - 1; in GetClipArea()
/trunk/main/unotools/source/misc/
H A Dfontcvt.cxx1236 const char *SymbolFontToString(int nResult) in SymbolFontToString() argument
1240 while (nI <= nResult) in SymbolFontToString()
1242 if (!(nI & nResult)) in SymbolFontToString()
1280 int nTotal = 0, nResult = 0; in ConvertString() local
1302 nResult = nTotal; in ConvertString()
1303 if (nResult) //Don't bother storing a series of failures in ConvertString()
1308 if (nResult) in ConvertString()
1311 while (nI <= nResult) in ConvertString()
1313 if (!(nI & nResult)) in ConvertString()
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx1704 sal_uInt16 nResult = pDlg->Execute(); in InsertSymbol() local
1705 if( nResult == RET_OK ) in InsertSymbol()
H A Ddrwtxtsh.cxx548 sal_uInt16 nResult = pDlg->Execute(); in ExecDraw() local
550 if (nResult == RET_OK) in ExecDraw()
818 sal_uInt16 nResult = pDlg->Execute(); in InsertSymbol() local
819 if( nResult == RET_OK ) in InsertSymbol()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx500 short nResult; in EnterData() local
502 nResult = RET_NO; // leere Formel, nur '=' in EnterData()
507 nResult = QueryBox( GetViewData()->GetDialogParent(), in EnterData()
511 if ( nResult == RET_YES ) in EnterData()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4532 short nResult = QueryBox( rDocShell.GetActiveDialogParent(), in CreateOneName() local
4535 if ( nResult == RET_YES ) in CreateOneName()
4540 else if ( nResult == RET_CANCEL ) in CreateOneName()
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.hxx607 …natureCreated( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus nResult )
613 …atureVerified( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus nResult )
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1928 short nResult = ModalDialog::Execute(); in Execute() local
1936 if ( RET_OK == nResult ) in Execute()
1952 return nResult; in Execute()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp872 if( ERROR_SUCCESS != nResult ) in LaunchInstaller()
875 SetError( nResult ); in LaunchInstaller()
881 SetError( nResult ); in LaunchInstaller()
883 if ( nResult != ERROR_SUCCESS ) in LaunchInstaller()
1349 DWORD nResult = NOERROR; in WaitForProcess() local
1375 nResult = WIN::GetLastError(); in WaitForProcess()
1381 return nResult; in WaitForProcess()
1945 if( ERROR_SUCCESS != nResult ) in InstallRuntimes()
1948 SetError( nResult ); in InstallRuntimes()
1954 SetError( nResult ); in InstallRuntimes()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java364 int nResult = 0; in getAxisPosition() local
383 nResult = aAxis.getPosition().Y + in getAxisPosition()
389 nResult = aAxis.getPosition().X + in getAxisPosition()
400 return nResult; in getAxisPosition()
/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/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java840 int nResult = nRowResult; in getResults() local
844 nResult += ( nColVal % nMemberCount ) * nDigits[nDim]; in getResults()
850 aResults[nRow][nCol].Value = nResult; in getResults()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx564 sal_Int32 nResult; in recursiveDelete() local
569 nResult = recursiveDelete(pChild); in recursiveDelete()
571 switch (nResult) in recursiveDelete()
/trunk/main/sw/source/core/unocore/
H A Dunoport.cxx754 for( sal_Int32 nResult = 0; nResult < aResult.getLength(); ++nResult ) in GetPropertyValuesTolerant_Impl() local
756 pResult[nResult] = *aIt; in GetPropertyValuesTolerant_Impl()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx3141 sal_Int32 nResult; in getInt32() local
3142 if( !getInt32( nResult, xPropSet, rAny ) ) in getInt32()
3143 nResult = nDefault; in getInt32()
3144 return nResult; in getInt32()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx259 void AbstractHangulHanjaConversionDialog_Impl::EndDialog(long nResult) in EndDialog() argument
261 pDlg->EndDialog(nResult); in EndDialog()

Completed in 252 milliseconds

123456789