Home
last modified time | relevance | path

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

123456789

/trunk/main/chart2/source/controller/dialogs/
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()
H A Ddlg_DataSource.cxx199 short nResult = TabDialog::Execute(); in Execute() local
200 if( nResult == RET_OK ) in Execute()
207 return nResult; in Execute()
/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/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()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx699 sal_uInt32 nResult = 3; in getByteLength() local
702 nResult = (aEnd - rCpAndFc) * in getByteLength()
705 return nResult; in getByteLength()
1089 sal_uInt32 nResult = 0; in getHeaderCount() local
1093 nResult = (nLcbPlcfhdd / 4) - 1; in getHeaderCount()
1095 return nResult; in getHeaderCount()
2050 sal_uInt32 nResult = mpStartCps->getEntryCount(); in getIndex() local
2065 nResult = n; in getIndex()
2105 nResult = n; in getIndex()
2122 return nResult; in getIndex()
/trunk/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()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DStateSet.java216 final int nResult = aState.compareTo(aOtherState); in compareTo() local
217 if (nResult != 0) in compareTo()
218 return nResult; in compareTo()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/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/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()
/trunk/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()
/trunk/main/rsc/source/parser/
H A Drscibas.cxx186 Atom nResult = 0; in AddLanguage() local
188 if( ! rNames.Get( nResult = pHS->getID( pLang ), &aStruct ) ) in AddLanguage()
190 SetConstant( nResult = rNames.Put( pLang, CONSTNAME, mnLangId ), mnLangId ); in AddLanguage()
199 fprintf( stderr, "AddLanguage( %s ) = %d\n", pLang, nResult ); in AddLanguage()
201 return nResult; in AddLanguage()
/trunk/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()
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx461 long nResult=sal_True; in PreNotify() local
478 return nResult; in PreNotify()
483 nResult=ToolBox::PreNotify(rNEvt); in PreNotify()
485 return nResult; in PreNotify()

Completed in 182 milliseconds

123456789