Home
last modified time | relevance | path

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

123456789

/trunk/main/sd/source/ui/func/
H A Dfucopy.cxx120 sal_uInt16 nResult = pDlg->Execute(); in DoExecute() local
122 switch( nResult ) in DoExecute()
H A Dfuolbull.cxx103 sal_uInt16 nResult = pDlg->Execute(); in DoExecute() local
105 switch( nResult ) in DoExecute()
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()
/trunk/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()
/trunk/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()
/trunk/main/fpicker/source/office/
H A Dcommonpicker.cxx366 sal_Int16 nResult = implExecutePicker(); in execute() local
372 return nResult; in execute()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx420 sal_uInt32 nResult = static_cast < sal_uInt32>( ( ( ( aDateTime.Day) + in getCurrentDosTime() local
426 return nResult; in getCurrentDosTime()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh.cxx498 sal_uInt16 nResult = pDlg->Execute(); in ExecuteTextAttrDlg() local
500 if ( RET_OK == nResult ) in ExecuteTextAttrDlg()
/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/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()
/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/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()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleTableBase.cxx433 sal_Int32 nResult(0); in getSelectedAccessibleChildCount() local
434 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()
H A DAccessibleSpreadsheet.cxx1199 sal_Int32 nResult(0); in getSelectedAccessibleChildCount() local
1204 nResult = GetRowAll() * GetColAll() ; in getSelectedAccessibleChildCount()
1217 nResult = mpMarkedRanges->GetCellCount(); in getSelectedAccessibleChildCount()
1220 return nResult; in getSelectedAccessibleChildCount()
/trunk/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx487 int nResult = OGenericAdministrationPage::DeactivatePage(_pSet); in DeactivatePage() local
496 return nResult; in DeactivatePage()
/trunk/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()
/trunk/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()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx466 long nResult = aDoubleClickHdl.Call( this ); in DoubleClickHdl() local
468 return nResult == 0; in DoubleClickHdl()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1303 sal_Int8 nResult( DND_ACTION_NONE ); in ExecuteDrop() local
1306nResult = implExecuteDataTransfer( *m_aControlExchange, rEvt.mnAction, rEvt.maPosPixel, sal_True ); in ExecuteDrop()
1310 nResult = implExecuteDataTransfer( aDroppedData, rEvt.mnAction, rEvt.maPosPixel, sal_True ); in ExecuteDrop()
1313 return nResult; in ExecuteDrop()
/trunk/main/basic/source/classes/
H A Dsb.cxx1714 sal_uInt16 nResult = aMsg1.Search( aSrgStr ); in MakeErrorText() local
1716 if( nResult != STRING_NOTFOUND ) in MakeErrorText()
1718 aMsg1.Erase( nResult, aSrgStr.Len() ); in MakeErrorText()
1719 aMsg1.Insert( aMsg, nResult ); in MakeErrorText()

Completed in 225 milliseconds

123456789