Home
last modified time | relevance | path

Searched refs:nRet (Results 76 – 100 of 633) sorted by path

12345678910>>...26

/trunk/main/cui/source/options/
H A Doptpath.cxx181 long nRet = Control::Notify( rNEvt ); in Notify() local
185 return nRet; in Notify()
644 short nRet = xFolderPicker->execute(); in IMPL_LINK() local
645 if ( ExecutableDialogResults::OK != nRet ) in IMPL_LINK()
H A Doptupdt.cxx322 sal_Int16 nRet = xFolderPicker->execute(); in IMPL_LINK() local
324 if ( dialogs::ExecutableDialogResults::OK == nRet ) in IMPL_LINK()
H A Dtreeopt.cxx702 sal_uInt16 nRet = 0; in AddGroup() local
707 nRet++; in AddGroup()
710 return nRet - 1; in AddGroup()
2553 sal_uInt16 nRet = 0; in lcl_getGroupId() local
2561 return nRet; in lcl_getGroupId()
2562 nRet++; in lcl_getGroupId()
2631 short nRet = SfxModalDialog::Execute(); in Execute() local
2633 if( RET_OK == nRet ) in Execute()
2660 return nRet; in Execute()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2607 sal_uInt16 nRet = 0; in lcl_DrawGraphic() local
2615 nRet = (sal_uInt16)aGSize.Width(); in lcl_DrawGraphic()
2621 return nRet; in lcl_DrawGraphic()
2657 sal_uInt16 nRet = (sal_uInt16)pVDev->GetTextWidth(aText); in lcl_DrawBullet() local
2660 return nRet; in lcl_DrawBullet()
H A Dswpossizetabpage.cxx1026 short nRet = -1; in GetAnchorType() local
1032 nRet = TextContentAnchorType_AT_PAGE; in GetAnchorType()
1037 nRet = TextContentAnchorType_AT_PARAGRAPH; in GetAnchorType()
1042 nRet = TextContentAnchorType_AT_CHARACTER; in GetAnchorType()
1047 nRet = TextContentAnchorType_AS_CHARACTER; in GetAnchorType()
1052 nRet = TextContentAnchorType_AT_FRAME; in GetAnchorType()
1063 return nRet; in GetAnchorType()
H A Dtpbitmap.cxx490 short nRet = aMessDlg->Execute(); //CHINA001 short nRet = aMessDlg.Execute(); in CheckChanges_Impl() local
492 switch( nRet ) in CheckChanges_Impl()
H A Dtpcolor.cxx340 short nRet = aMessDlg->Execute(); //CHINA001 short nRet = aMessDlg.Execute(); in CheckChanges_Impl() local
342 switch( nRet ) in CheckChanges_Impl()
H A Dtpgradnt.cxx305 short nRet = aMessDlg->Execute(); //CHINA001 short nRet = aMessDlg.Execute(); in CheckChanges_Impl() local
307 switch( nRet ) in CheckChanges_Impl()
H A Dtphatch.cxx281 short nRet = aMessDlg->Execute(); //CHINA001 short nRet = aMessDlg.Execute(); in CheckChanges_Impl() local
283 switch( nRet ) in CheckChanges_Impl()
H A Dtplnedef.cxx282 short nRet = aMessDlg->Execute(); //CHINA001 short nRet = aMessDlg.Execute(); in CheckChanges_Impl() local
284 switch( nRet ) in CheckChanges_Impl()
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx566 sal_Int64 nRet = 0; in getSomething() local
569 nRet = xTunnel->getSomething(rId); in getSomething()
570 return nRet; in getSomething()
H A Dtable.cxx357 sal_Int64 nRet(0); in getSomething() local
359 nRet = reinterpret_cast<sal_Int64>(this); in getSomething()
361 nRet = OTable_Base::getSomething(rId); in getSomething()
363 return nRet; in getSomething()
/trunk/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx533 sal_Int32 nRet = -1; in getIndexOf() local
543 nRet = i; in getIndexOf()
548 return nRet; in getIndexOf()
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx532 sal_Int32 nRet = ReadThroughComponent( xStorage in implImport() local
540 if ( nRet == 0 ) in implImport()
541 nRet = ReadThroughComponent( xStorage in implImport()
549 bRet = nRet == 0; in implImport()
559 switch( nRet ) in implImport()
567 ErrorHandler::HandleError( nRet ); in implImport()
568 if( nRet & ERRCODE_WARNING_MASK ) in implImport()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx238 long nRet = Window::Notify( rNEvt ); in Notify() local
241 return nRet; in Notify()
/trunk/main/dbaccess/source/ui/dlg/
H A DTablesSingleDlg.cxx93 short nRet = RET_CANCEL; in Execute() local
96 nRet = SfxSingleTabDialog::Execute(); in Execute()
97 if ( nRet == RET_OK ) in Execute()
103 return nRet; in Execute()
H A DUserAdminDlg.cxx126 short nRet = SfxTabDialog::Execute(); in Execute() local
127 if ( nRet == RET_OK ) in Execute()
129 return nRet; in Execute()
H A Dadvancedsettings.cxx514 short nRet = SfxTabDialog::Execute(); in Execute() local
515 if ( nRet == RET_OK ) in Execute()
520 return nRet; in Execute()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx322 sal_Int32 nRet = 0; in CountTableAlias() local
330 aNewName += String::CreateFromInt32(++nRet); in CountTableAlias()
335 rMax = nRet; in CountTableAlias()
337 return nRet; in CountTableAlias()
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/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/dbaccess/source/ui/tabledesign/
H A DTableController.cxx1579 sal_Int32 nRet = -1; in getFirstEmptyRowPosition() local
1586 nRet = aIter - m_vRowList.begin(); in getFirstEmptyRowPosition()
1590 if ( nRet == -1 ) in getFirstEmptyRowPosition()
1595 nRet = m_vRowList.size(); in getFirstEmptyRowPosition()
1598 return nRet; in getFirstEmptyRowPosition()
/trunk/main/dbaccess/source/ui/uno/
H A Ddbinteraction.cxx300 short nRet = RET_YES; in implHandle() local
304 nRet = ExecuteQuerySaveDocument(NULL,_rDocuRequest.Name); in implHandle()
307 if ( RET_CANCEL == nRet ) in implHandle()
313 else if ( RET_YES == nRet ) in implHandle()
/trunk/main/desktop/source/app/
H A Dcheck_ext_deps.cxx227 sal_Int16 nRet = 0; in impl_showExtensionDialog() local
237 nRet = xExecuteable->execute(); in impl_showExtensionDialog()
239 return nRet; in impl_showExtensionDialog()
353 short nRet = 0; in impl_check() local
356 nRet = impl_showExtensionDialog( xContext ); in impl_check()
358 if ( nRet == -1 ) in impl_check()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx675 short nRet = aQuery.Execute(); in installForAllUsers() local
677 if ( nRet == RET_CANCEL ) in installForAllUsers()
680 bInstallForAll = ( nRet == RET_NO ); in installForAllUsers()
1814 sal_Int16 nRet = xManager->execute(); in execute() local
1816 return nRet; in execute()

Completed in 163 milliseconds

12345678910>>...26