Home
last modified time | relevance | path

Searched refs:nResult (Results 151 – 175 of 222) sorted by relevance

123456789

/aoo41x/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx315 DWORD nResult = 0; in InsertAdviseLinkToList() local
319 for ( DWORD nInd = 1; nInd < DEFAULT_ARRAY_LEN && nResult == 0; nInd++ ) in InsertAdviseLinkToList()
323 nResult = nInd; in InsertAdviseLinkToList()
328 nResult = nInd; in InsertAdviseLinkToList()
333 return nResult; in InsertAdviseLinkToList()
/aoo41x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx3225 sal_Int32 nResult = 0; in getNumberFormatKeyByIndex() local
3229 return nResult; in getNumberFormatKeyByIndex()
3237 return nResult; in getNumberFormatKeyByIndex()
3241 return nResult; in getNumberFormatKeyByIndex()
3270 … ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("NumberFormat"))) >>= nResult; in getNumberFormatKeyByIndex()
3281 … ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("NumberFormat"))) >>= nResult; in getNumberFormatKeyByIndex()
3291 return nResult; in getNumberFormatKeyByIndex()
3694 sal_Int32 nResult = 0; in getNumberFormatKeyByIndex() local
3698 return nResult; in getNumberFormatKeyByIndex()
3700 return nResult; in getNumberFormatKeyByIndex()
/aoo41x/main/fpicker/source/office/
H A Dcommonpicker.cxx366 sal_Int16 nResult = implExecutePicker(); in execute() local
372 return nResult; in execute()
/aoo41x/main/basic/source/runtime/
H A Dmethods.cxx1517 sal_Int16 nResult = 0; in RTLFUNC() local
1519 nResult = 1; in RTLFUNC()
1521 nResult = -1; in RTLFUNC()
1522 rPar.Get(0)->PutInteger( nResult ); in RTLFUNC()
1751 double nResult = 0.0; in RTLFUNC() local
1772 nResult = (double)nlResult; in RTLFUNC()
1778 nResult = ::rtl::math::stringToDouble( aStr, '.', ',', NULL, NULL ); in RTLFUNC()
1779 checkArithmeticOverflow( nResult ); in RTLFUNC()
1783 rPar.Get(0)->PutDouble( nResult ); in RTLFUNC()
/aoo41x/main/sot/source/sdstor/
H A Dstgdir.cxx102 short nResult = -1; in Compare() local
106 nResult = aEntry.Compare( pEntry->aEntry ); in Compare()
108 return nResult; in Compare()
/aoo41x/main/svtools/source/contnr/
H A Dimivctl1.cxx1487 sal_uInt16 nResult = 0; in AdjustScrollBars() local
1493 nResult = 0x0001; in AdjustScrollBars()
1506 nResult |= 0x0002; in AdjustScrollBars()
1515 if( !(nResult & 0x0001) && // nur wenn nicht schon da in AdjustScrollBars()
1518 nResult = 3; // beide sind an in AdjustScrollBars()
1540 if( nResult & 0x0001 ) in AdjustScrollBars()
1556 if( nResult & 0x0001 ) // vertikale Scrollbar ? in AdjustScrollBars()
1565 if( nResult & 0x0002 ) in AdjustScrollBars()
1577 if( nResult & 0x0002 ) // hor scrollbar ? in AdjustScrollBars()
1589 if( (nResult & (0x0001|0x0002)) == (0x0001|0x0002) ) in AdjustScrollBars()
/aoo41x/main/xmlsecurity/source/helper/
H A Dxsecctl.hxx562 …natureCreated( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus nResult )
568 …atureVerified( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus nResult )
/aoo41x/main/cui/source/dialogs/
H A Dhldocntp.cxx442 sal_Int16 nResult = xFolderPicker->execute(); in IMPL_LINK() local
444 if( ExecutableDialogResults::OK == nResult ) in IMPL_LINK()
/aoo41x/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx262 sal_uInt32 nResult(0); in GetIDFromString() local
272 nResult = nValue; in GetIDFromString()
279 return nResult; in GetIDFromString()
/aoo41x/main/sd/source/ui/func/
H A Dfuoaprms.cxx472 sal_uInt16 nResult = pDlg ? pDlg->Execute() : RET_CANCEL; in DoExecute() local
474 if( nResult == RET_OK ) in DoExecute()
482 if( nResult != RET_OK ) in DoExecute()
/aoo41x/main/chart2/source/tools/
H A DDataSeriesHelper.cxx486 sal_Int32 nResult = 0; in getNumberFormatKeyFromAxis() local
494 xAxisProp->getPropertyValue( C2U("NumberFormat")) >>= nResult; in getNumberFormatKeyFromAxis()
501 return nResult; in getNumberFormatKeyFromAxis()
/aoo41x/main/sc/source/ui/drawfunc/
H A Ddrawsh.cxx498 sal_uInt16 nResult = pDlg->Execute(); in ExecuteTextAttrDlg() local
500 if ( RET_OK == nResult ) in ExecuteTextAttrDlg()
/aoo41x/main/package/source/zipapi/
H A DZipOutputStream.cxx420 sal_uInt32 nResult = static_cast < sal_uInt32>( ( ( ( aDateTime.Day) + in getCurrentDosTime() local
426 return nResult; in getCurrentDosTime()
/aoo41x/main/svtools/source/dialogs/
H A Dwizdlg.cxx534 sal_Bool WizardDialog::Finnish( long nResult ) in Finnish() argument
542 EndDialog( nResult ); in Finnish()
H A Dproperty.cxx775 sal_uInt16 nResult=0; in CalcVisibleLines() local
777 nResult=(sal_uInt16) aSize.Height()/nRowHeight; in CalcVisibleLines()
779 return nResult; in CalcVisibleLines()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleTableBase.cxx436 sal_Int32 nResult(0); in getSelectedAccessibleChildCount() local
437 return nResult; in getSelectedAccessibleChildCount()
H A DAccessibleDocumentPagePreview.cxx318 sal_Int8 nResult(0); in CompareCell() local
322 nResult = (aCell1.Col() < aCell2.Col()) ? -1 : 1; in CompareCell()
324 nResult = (aCell1.Row() < aCell2.Row()) ? -1 : 1; in CompareCell()
326 return nResult; in CompareCell()
/aoo41x/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()
/aoo41x/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx561 sal_uInt16 nResult = 0; in CalcVisibleLines() local
563 nResult = (sal_uInt16) aSize.Height()/m_nRowHeight; in CalcVisibleLines()
565 return nResult; in CalcVisibleLines()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx489 int nResult = OGenericAdministrationPage::DeactivatePage(_pSet); in DeactivatePage() local
498 return nResult; in DeactivatePage()
/aoo41x/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx466 long nResult = aDoubleClickHdl.Call( this ); in DoubleClickHdl() local
468 return nResult == 0; in DoubleClickHdl()
/aoo41x/main/sd/source/ui/view/
H A Dviewshel.cxx1121 sal_uInt16 nResult = sal_True; in PrepareClose() local
1125 nResult = pFormShell->PrepareClose (bUI, bForBrowsing); in PrepareClose()
1127 return nResult; in PrepareClose()
/aoo41x/main/sfx2/source/doc/
H A Ddocfile.cxx927 sal_Int8 nResult = LOCK_UI_NOLOCK; in ShowLockedWebDAVDocumentDialog() local
983 nResult = LOCK_UI_TRY; in ShowLockedWebDAVDocumentDialog()
999 return nResult; in ShowLockedWebDAVDocumentDialog()
1006 sal_Int8 nResult = LOCK_UI_NOLOCK; in ShowLockedDocumentDialog() local
1080 nResult = LOCK_UI_SUCCEEDED; in ShowLockedDocumentDialog()
1092 nResult = LOCK_UI_TRY; in ShowLockedDocumentDialog()
1109 return nResult; in ShowLockedDocumentDialog()
/aoo41x/main/vcl/inc/vcl/
H A Dabstdlg.hxx55 virtual void EndDialog(long nResult =0) = 0;
/aoo41x/main/sc/source/ui/view/
H A Dtabvwsha.cxx514 short nResult = pDlg->Execute(); in ExecuteCellFormatDlg() local
517 if ( nResult == RET_OK ) in ExecuteCellFormatDlg()

Completed in 187 milliseconds

123456789