Home
last modified time | relevance | path

Searched refs:nResult (Results 76 – 100 of 222) sorted by relevance

123456789

/aoo41x/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()
/aoo41x/main/sccomp/source/solver/
H A Dsolver.cxx538 int nResult = CoinLoadProblem( hProb, nVariables, nRows, nMatrixPos, 0, in solve() local
543 nResult = CoinLoadInteger( hProb, pColType ); in solve()
563 nResult = CoinCheckProblem( hProb ); in solve()
564 nResult = CoinOptimizeProblem( hProb, 0 ); in solve()
566 mbSuccess = ( nResult == SOLV_CALL_SUCCESS ); in solve()
/aoo41x/main/sd/source/ui/framework/factories/
H A DPane.cxx225 sal_Int64 nResult = 0; in getSomething() local
230 nResult = reinterpret_cast<sal_Int64>(this); in getSomething()
233 return nResult; in getSomething()
H A DViewShellWrapper.cxx195 sal_Int64 nResult = 0; in getSomething() local
200 nResult = reinterpret_cast<sal_Int64>(this); in getSomething()
203 return nResult; in getSomething()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrec.cxx56 ::osl::FileBase::RC nResult = m_aFile.open( uFlags ); in open()
57 if ( nResult == ::osl::FileBase::E_None ) in open()
67 return nResult; in open()
/aoo41x/main/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx199 short nResult = TabDialog::Execute(); in Execute() local
200 if( nResult == RET_OK ) in Execute()
207 return nResult; in Execute()
H A DDataBrowserModel.cxx180 sal_Int32 nResult = -1; in lcl_getValuesRepresentationIndex() local
187 nResult = aRep.toInt32(); in lcl_getValuesRepresentationIndex()
190 return nResult; in lcl_getValuesRepresentationIndex()
727 sal_Int32 nResult = 0; in getMaxRowCount() local
738 if( nLength > nResult ) in getMaxRowCount()
739 nResult = nLength; in getMaxRowCount()
743 return nResult; in getMaxRowCount()
/aoo41x/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx648 …sal_uInt16 nResult = !bToNewTable ? aAdrDest.Parse( aOutPosStr, mpDoc, mpDoc->GetAddressConvention… in IMPL_LINK() local
650 if( bToNewTable || ((aOutPosStr.Len() > 0) && ((nResult & SCA_VALID) == SCA_VALID)) ) in IMPL_LINK()
832 sal_uInt16 nResult = ScAddress().Parse( theCurPosStr, mpDoc, mpDoc->GetAddressConvention() ); in IMPL_LINK() local
834 if ( SCA_VALID == (nResult & SCA_VALID) ) in IMPL_LINK()
859 sal_uInt16 nResult = ScRange().Parse( theCurPosStr, mpDoc, mpDoc->GetAddressConvention() ); in IMPL_LINK() local
862 if( SCA_VALID != (nResult & SCA_VALID) ) in IMPL_LINK()
/aoo41x/main/dbaccess/source/ui/dlg/
H A DRelationDlg.cxx276 short nResult = ModalDialog::Execute(); in Execute() local
277 if ((nResult != RET_OK) && m_bTriedOneUpdate) in Execute()
280 return nResult; in Execute()
/aoo41x/main/sd/source/ui/view/
H A Dsdwindow.cxx354 long nResult = sal_False; in Notify() local
357 nResult = mpViewShell->Notify(rNEvt, this); in Notify()
359 if( !nResult ) in Notify()
360 nResult = ::Window::Notify( rNEvt ); in Notify()
362 return nResult; in Notify()
/aoo41x/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx257 sal_Int32 nResult = RET_YES; in deleteTables() local
259nResult = ::dbaui::askForUserAction(getView(),STR_TITLE_CONFIRM_DELETION ,STR_QUERY_DELETE_TABLE,_… in deleteTables()
262 ( RET_YES == nResult ) in deleteTables()
263 || ( RET_ALL == nResult ); in deleteTables()
307 if ( RET_ALL == nResult ) in deleteTables()
/aoo41x/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx714 sal_uInt32 nResult = 3; in getByteLength() local
717 nResult = (aEnd - rCpAndFc) * in getByteLength()
720 return nResult; in getByteLength()
1101 sal_uInt32 nResult = 0; in getHeaderCount() local
1105 nResult = (nLcbPlcfhdd / 4) - 1; in getHeaderCount()
1107 return nResult; in getHeaderCount()
2114 sal_uInt32 nResult = mpStartCps->getEntryCount(); in getIndex() local
2129 nResult = n; in getIndex()
2169 nResult = n; in getIndex()
2186 return nResult; in getIndex()
/aoo41x/main/vcl/unx/generic/app/
H A Dsalsys.cxx219 int nResult = ShowNativeDialog( rTitle, rMessage, aButtons, nDefButton ); in ShowNativeMessageBox() local
221 return nResult != -1 ? nButtonIds[ nResult ] : 0; in ShowNativeMessageBox()
/aoo41x/main/sc/source/core/data/
H A Dtable3.cxx878 for ( SCCOL nResult=0; nResult < nResCount; ++nResult ) in DoSubTotals() local
880 aRef.Ref1.nCol = nResCols[nResult]; in DoSubTotals()
882 aRef.Ref2.nCol = nResCols[nResult]; in DoSubTotals()
888 aArr.AddDouble( (double) eResFunc[nResult] ); in DoSubTotals()
894 nResCols[nResult], iEntry->nDestRow, nTab), &aArr ); in DoSubTotals()
895 PutCell( nResCols[nResult], iEntry->nDestRow, pCell ); in DoSubTotals()
897 if ( nResCols[nResult] != nGroupCol[iEntry->nGroupNo] ) in DoSubTotals()
899 ApplyStyle( nResCols[nResult], iEntry->nDestRow, *pStyle ); in DoSubTotals()
902 lcl_RemoveNumberFormat( this, nResCols[nResult], iEntry->nDestRow ); in DoSubTotals()
/aoo41x/main/tools/source/inet/
H A Dinetmsg.cxx127 sal_uIntPtr nResult = nIndex; in SetHeaderField() local
131 nResult); in SetHeaderField()
132 return nResult; in SetHeaderField()
141 sal_uIntPtr nResult = nIndex; in SetHeaderField() local
142 SetHeaderField_Impl (rHeader, nResult); in SetHeaderField()
143 return nResult; in SetHeaderField()
/aoo41x/main/toolkit/source/awt/
H A Dvclxdialog.cxx251 void VCLXDialog::endDialog( sal_Int32 nResult ) throw(::com::sun::star::uno::RuntimeException) in endDialog() argument
255 if ( nResult == BUTTONID_HELP ) in endDialog()
269 pDlg->EndDialog( nResult ); in endDialog()
/aoo41x/main/embeddedobj/source/commonembedding/
H A Dvisobj.cxx154 sal_Int32 nResult = m_pDocHolder->GetMapUnit( nAspect ); in getMapUnit() local
159 if ( nResult < 0 ) in getMapUnit()
162 return nResult; in getMapUnit()
/aoo41x/main/svx/source/dialog/
H A Dsimptabl.cxx53 long nResult = sal_True; in PreNotify() local
63 nResult = Control::PreNotify( rNEvt ); in PreNotify()
66 nResult = Control::PreNotify( rNEvt ); in PreNotify()
68 return nResult; in PreNotify()
/aoo41x/main/dtrans/source/win32/misc/
H A DImplHelper.cxx123 sal_Int32 nResult = GetLocaleInfoA( in getWinCPFromLocaleId() local
126 OSL_ASSERT( nResult ); in getWinCPFromLocaleId()
128 if ( nResult ) in getWinCPFromLocaleId()
/aoo41x/main/basic/source/runtime/
H A Dmethods1.cxx711 sal_Int32 nResult = 0; in RTLFUNC() local
718 nResult = aSize.Width() / 100; in RTLFUNC()
720 rPar.Get(0)->PutLong( nResult ); in RTLFUNC()
728 sal_Int32 nResult = 0; in RTLFUNC() local
735 nResult = aSize.Height() / 100; in RTLFUNC()
737 rPar.Get(0)->PutLong( nResult ); in RTLFUNC()
1292 double nResult = 0; in GetDialogZoomFactor() local
1313 nResult = nScaled / nRef; in GetDialogZoomFactor()
1315 return nResult; in GetDialogZoomFactor()
/aoo41x/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()
/aoo41x/main/sd/source/ui/func/
H A Dfutempl.cxx398 sal_uInt16 nResult = RET_CANCEL; in DoExecute() local
402 nResult = pStdDlg->Execute(); in DoExecute()
407 nResult = pPresDlg->Execute(); in DoExecute()
411 switch( nResult ) in DoExecute()
/aoo41x/main/tools/bootstrp/
H A Dmkcreate.cxx274 sal_uInt16 nResult = in ResolvesDependency() local
277 Dependency *pReturn = new Dependency( *this, nResult ); in ResolvesDependency()
278 nResult ^= pCodedDependency->GetOperatingSystem(); in ResolvesDependency()
279 pCodedDependency->SetOperatingSystem( nResult ); in ResolvesDependency()

Completed in 178 milliseconds

123456789