Home
last modified time | relevance | path

Searched refs:nRet (Results 376 – 400 of 633) sorted by relevance

1...<<11121314151617181920>>...26

/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx518 sal_Int16 nRet = 0; in getShortForLongAlso() local
520 if( !(rAny >>= nRet) ) in getShortForLongAlso()
524 nRet = static_cast<sal_Int16>(n32); in getShortForLongAlso()
526 return nRet; in getShortForLongAlso()
/trunk/main/cpputools/source/unoexe/
H A Dunoexe.cxx612 sal_Int32 nRet = 0; variable
857 nRet = xMain->run( aParams );
873 nRet = 1;
882 return nRet;
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx1456 int nRet; in DataChanged() local
1460 nRet = 1; in DataChanged()
1464 nRet = lcl_FindDocShell( xDocSh, xLockRef, sFileName, in DataChanged()
1467 if( nRet ) in DataChanged()
1475 if( nRet ) in DataChanged()
1581 if( 2 == nRet ) in DataChanged()
/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx1230 long nRet = 0; in CallBasicErrorHdl() local
1233 nRet = pModWin->BasicErrorHdl( pBasic ); in CallBasicErrorHdl()
1234 return nRet; in CallBasicErrorHdl()
1239 long nRet = 0; in CallBasicBreakHdl() local
1249 nRet = pModWin->BasicBreakHdl( pBasic ); in CallBasicBreakHdl()
1267 return nRet; in CallBasicBreakHdl()
H A Dmoduldl2.cxx744 long nRet = 0; in IMPL_LINK_INLINE_START() local
757 nRet = 1; in IMPL_LINK_INLINE_START()
764 return nRet; in IMPL_LINK_INLINE_START()
1429 short nRet = xFolderPicker->execute(); in ExportAsBasic() local
1430 if( nRet == RET_OK ) in ExportAsBasic()
1486 void LibPage::EndTabDialog( sal_uInt16 nRet ) in EndTabDialog() argument
1490 pTabDlg->EndDialog( nRet ); in EndTabDialog()
H A Dbasobj3.cxx444 long nRet = 0; in HandleBasicError() local
483 nRet = pIDEShell->CallBasicErrorHdl( pBasic ); in HandleBasicError()
487 return nRet; in HandleBasicError()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm42 sal_uInt16 nRet = 0;
44 nRet |= KEY_SHIFT;
46 nRet |= KEY_MOD3;
48 nRet |= KEY_MOD2;
50 nRet |= KEY_MOD1;
51 return nRet;
1462 long nRet = 0;
1470 nRet = mpFrame->CallCallback( SALEVENT_KEYINPUT, &aEvent );
1473 it->second = nRet ? true : false;
1477 return nRet ? YES : NO;
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1840 sal_Int32 nRet = 0; in getFirstSlideNumber() local
1846 nRet = mpSlideController->getSlideNumber( nSlideIndexCount ); in getFirstSlideNumber()
1850 if( nRet > nTemp ) in getFirstSlideNumber()
1851 nRet = nTemp; in getFirstSlideNumber()
1856 return nRet; in getFirstSlideNumber()
1863 sal_Int32 nRet = 0; in getLastSlideNumber() local
1869 nRet = mpSlideController->getSlideNumber( nSlideIndexCount ); in getLastSlideNumber()
1873 if( nRet < nTemp ) in getLastSlideNumber()
1874 nRet = nTemp; in getLastSlideNumber()
1879 return nRet; in getLastSlideNumber()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx3250 sal_uInt16 nRet = LANGUAGE_DONTKNOW; in GetLang() local
3293 nRet = nLng; in GetLang()
3294 else if( LANGUAGE_DONTKNOW == nRet ) in GetLang()
3295 nRet = nLng; // partielle Ueberlappung, der 1. gewinnt in GetLang()
3300 if( LANGUAGE_DONTKNOW == nRet ) in GetLang()
3302 nRet = ((SvxLanguageItem&)GetSwAttrSet().Get( nWhichId )).GetLanguage(); in GetLang()
3303 if( LANGUAGE_DONTKNOW == nRet ) in GetLang()
3304 nRet = static_cast<sal_uInt16>(GetAppLanguage()); in GetLang()
3306 return nRet; in GetLang()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx723 long nRet = 0; in IMPL_LINK() local
733 nRet = 1; in IMPL_LINK()
741 nRet = 1; in IMPL_LINK()
743 if(nRet) in IMPL_LINK()
746 return nRet; in IMPL_LINK()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx203 sal_Int32 nRet = 0, nEnd = rOff.getLength(); in FindPosInSeq_Impl() local
204 while( nRet < nEnd && nPos > rOff[ nRet ] ) ++nRet; in FindPosInSeq_Impl()
205 return nRet; in FindPosInSeq_Impl()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx220 sal_uInt16 nRet = pDlg->Execute(); in StartDropDownFldDlg() local
224 sal_Bool bRet = RET_CANCEL == nRet; in StartDropDownFldDlg()
226 if(RET_YES == nRet) in StartDropDownFldDlg()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx396 sal_uInt16 nRet = aDlg.Execute(); in lookForUiActivities() local
397 if( nRet == RET_CANCEL) in lookForUiActivities()
401 else if ( nRet == RET_OK ) // EDIT in lookForUiActivities()
/trunk/main/sd/source/ui/func/
H A Dfucushow.cxx76 sal_uInt16 nRet = pDlg->Execute(); in DoExecute() local
85 if( nRet == RET_YES ) in DoExecute()
H A Dfuinsfil.cxx354 sal_uInt16 nRet = pDlg->Execute(); in InsSDDinDrMode() local
360 if( nRet == RET_OK ) in InsSDDinDrMode()
492 sal_uInt16 nRet = pDlg->Execute(); in InsTextOrRTFinDrMode() local
495 if( nRet == RET_OK ) in InsTextOrRTFinDrMode()
/trunk/main/sw/source/core/layout/
H A Dflowfrm.cxx312 sal_uInt8 nRet = 0; in BwdMoveNecessary() local
320 nRet = 1; in BwdMoveNecessary()
322 } while ( !nRet && pTmp ); in BwdMoveNecessary()
328 for ( sal_uInt16 i = 0; nRet < 3 && i < rObjs.Count(); ++i ) in BwdMoveNecessary()
351 nRet |= 1; in BwdMoveNecessary()
391 nRet |= 2; in BwdMoveNecessary()
395 return nRet; in BwdMoveNecessary()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx882 sal_uInt16 nRet; in AddName() local
886 nRet = static_cast< sal_uInt16 >(aIter - maAuthors.begin()); in AddName()
889 nRet = static_cast< sal_uInt16 >(maAuthors.size()); in AddName()
892 return nRet; in AddName()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx797 sal_Int64 nRet; in getSomething() local
802 nRet = sal::static_int_cast<sal_Int64>(reinterpret_cast<sal_IntPtr>(this)); in getSomething()
806 nRet = 0; in getSomething()
809 return nRet; in getSomething()
/trunk/main/desktop/win32/source/setup/
H A Dsetup_main.cxx138 int nRet = pSetup->GetError(); in WinMain() local
142 return nRet; in WinMain()
/trunk/main/sfx2/source/dialog/
H A Dmgetempl.cxx617 int nRet = SfxTabPage::LEAVE_PAGE; in DeactivatePage() local
670 nRet |= (int)SfxTabPage::REFRESH_SET; in DeactivatePage()
677 return nRet; in DeactivatePage()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlBase.cxx114 sal_Int32 nRet = -1; in getAccessibleIndexInParent() local
133 nRet = nChild; in getAccessibleIndexInParent()
139 return nRet; in getAccessibleIndexInParent()
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.bas318 Dim nRet As Long variable
322 nRet = LoadString(ghInst, nRes, sRes, 1024)
323 sTmp = Left$(sRes, nRet)
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx383 sal_uIntPtr nRet=CONTAINER_ENTRY_NOTFOUND; in GetCurrentPos() local
387 nRet=(sal_uIntPtr)nPos; in GetCurrentPos()
390 return nRet; in GetCurrentPos()
395 sal_uInt16 nRet=0; in GetCurrentWhich() local
398 nRet=ImpGetEntry(nPos)->nWhichId; in GetCurrentWhich()
400 return nRet; in GetCurrentWhich()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1636 short nRet = RET_YES; in saveModified() local
1638 return nRet; in saveModified()
1649 nRet = aQry.Execute(); in saveModified()
1650 if ( ( nRet == RET_YES ) in saveModified()
1654 nRet = RET_CANCEL; in saveModified()
1657 return nRet; in saveModified()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx2007 sal_uInt16 nRet = 0; in lcl_PageDescWithHeader() local
2018 ++nRet; in lcl_PageDescWithHeader()
2020 return nRet; // number of page styles with active header/footer in lcl_PageDescWithHeader()
2205 int nRet = lcl_FindDocShell( xDocSh, xLockRef, pMedium->GetName(), aEmptyStr, in InsertMedium() local
2207 if( nRet ) in InsertMedium()
2227 if( 2 == nRet && xDocSh.Is() ) in InsertMedium()
2434 int nRet = pDocTemplDlg->Execute(); in GenerateFormLetter() local
2436 if ( nRet == RET_OK ) in GenerateFormLetter()

Completed in 215 milliseconds

1...<<11121314151617181920>>...26