Home
last modified time | relevance | path

Searched refs:nRet (Results 101 – 125 of 633) sorted by path

12345678910>>...26

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx185 sal_Int16 nRet = 0; in execute() local
189 nRet = m_pUpdReqDialog->Execute(); in execute()
194 return nRet; in execute()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp270 if ( nRet && ( nRet + 2 > rSize ) ) // buffer was too small, retry with bigger one in GetProfileSection()
272 if ( nRet < 32767 - 2 ) in GetProfileSection()
275 rSize = nRet + 2; in GetProfileSection()
282 if ( !nRet ) in GetProfileSection()
577 if ( nRet == 1 ) in GetNameValue()
578 return nRet; in GetNameValue()
595 return nRet; in GetNameValue()
612 return nRet; in GetNameValue()
792 if ( 0 == nRet ) in GetPathToMSI()
797 nMsiFolderSize = nRet; in GetPathToMSI()
[all …]
H A Dsetup_main.cxx138 int nRet = pSetup->GetError(); in WinMain() local
142 return nRet; in WinMain()
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx792 unsigned int nRet; in run() local
804 nRet = 0; in run()
807 nRet = ~0U; in run()
811 return nRet; in run()
/trunk/main/editeng/source/items/
H A Ditemtype.cxx41 long nRet = 0; in GetMetricText() local
57 nRet = (long)OutputDevice::LogicToLogic( in GetMetricText()
64 case SFX_MAPUNIT_MM: nRet *= 10; break; in GetMetricText()
75 nRet = (long)OutputDevice::LogicToLogic( in GetMetricText()
101 long nMod = nRet % 10; in GetMetricText()
104 nRet += 10 - nMod; in GetMetricText()
106 nRet -= nMod; in GetMetricText()
115 if ( nRet < nDiff ) in GetMetricText()
119 nRet %= nDiff; in GetMetricText()
127 if( !nRet ) in GetMetricText()
[all …]
H A Dtextitem.cxx970 sal_uInt32 nRet = nHeight; in lcl_GetRealHeight_Impl() local
975 nRet *= 100; in lcl_GetRealHeight_Impl()
976 nRet /= nProp; in lcl_GetRealHeight_Impl()
996 nRet -= nDiff; in lcl_GetRealHeight_Impl()
998 return nRet; in lcl_GetRealHeight_Impl()
2386 sal_Int16 nRet = style::CaseMap::NONE; in QueryValue() local
2395 rVal <<= (sal_Int16)(nRet); in QueryValue()
3044 sal_Int16 nRet = 0; in QueryValue() local
3053 if(nRet && nValue & EMPHASISMARK_POS_BELOW) in QueryValue()
3054 nRet += 10; in QueryValue()
[all …]
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx360 long nRet = Autocorrect in GetDefaultFlags() local
387 return nRet; in GetDefaultFlags()
1225 sal_uLong nRet = 0; in AutoCorrect() local
1371 nRet = Autocorrect; in AutoCorrect()
1401 nRet = 0; in AutoCorrect()
1407 nRet |= CptlSttSntnc; in AutoCorrect()
1413 nRet |= CptlSttWrd; in AutoCorrect()
1417 nRet |= ChgToEnEmDash; in AutoCorrect()
1422 if( nRet ) in AutoCorrect()
1460 if( nRet & CptlSttWrd ) in AutoCorrect()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1220 sal_uLong nRet = pEditEngine->Read( rInput, rBaseURL, (EETextFormat)eFormat, pHTTPHeaderAttrs ); in Read() local
1250 return nRet; in Read()
H A Doutlvw.cxx1846 sal_uLong nRet = pEditView->Read( rInput, rBaseURL, eFormat, bSelect, pHTTPHeaderAttrs ); in Read() local
1875 return nRet; in Read()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx683 sal_uInt16 nRet = LISTBOX_ENTRY_NOTFOUND; in GetPropertyPos() local
691 nRet = (sal_uInt16)( linePos - m_aOrderedLines.begin() ); in GetPropertyPos()
696 return nRet; in GetPropertyPos()
/trunk/main/extensions/source/scanner/
H A Dsane.cxx364 SANE_Word nRet; in GetOptionValue() local
365 SANE_Status nStatus = ControlOption( n, SANE_ACTION_GET_VALUE, &nRet ); in GetOptionValue()
369 rRet = nRet; in GetOptionValue()
439 SANE_Word nRet = bSet ? SANE_TRUE : SANE_FALSE; in SetOptionValue() local
440 SANE_Status nStatus = ControlOption( n, SANE_ACTION_SET_VALUE, &nRet ); in SetOptionValue()
H A Dscanwin.cxx242 TW_UINT16 nRet = TWRC_FAILURE; in SelectSource() local
252 nRet = PFUNC( &aAppIdent, NULL, DG_CONTROL, DAT_IDENTITY, MSG_USERSELECT, &aIdent ); in SelectSource()
257 return( TWRC_SUCCESS == nRet ); in SelectSource()
365 TW_UINT16 nRet; in ImplHandleMsg() local
369 nRet = PFUNC( &aAppIdent, &aSrcIdent, DG_CONTROL, DAT_EVENT, MSG_PROCESSEVENT, &aEvt ); in ImplHandleMsg()
401 nRet = TWRC_NOTDSEVENT; in ImplHandleMsg()
403 return( TWRC_DSEVENT == nRet ); in ImplHandleMsg()
H A Dtwain.cxx177 TW_UINT16 nRet = TWRC_FAILURE; in SelectSource() local
190 nRet = PFUNC( &aAppIdent, NULL, DG_CONTROL, DAT_IDENTITY, MSG_USERSELECT, &aIdent ); in SelectSource()
195 return( nRet == TWRC_SUCCESS || nRet == TWRC_CANCEL ); in SelectSource()
313 TW_UINT16 nRet; in ImplHandleMsg() local
317 nRet = PFUNC( &aAppIdent, &aSrcIdent, DG_CONTROL, DAT_EVENT, MSG_PROCESSEVENT, &aEvt ); in ImplHandleMsg()
349 nRet = TWRC_NOTDSEVENT; in ImplHandleMsg()
351 return( TWRC_DSEVENT == nRet ); in ImplHandleMsg()
/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx155 sal_Int64 nRet = -1; in getDownloadSize() local
157 aAny >>= nRet; in getDownloadSize()
158 return nRet; in getDownloadSize()
H A Dupdatehdl.cxx965 sal_Int16 nRet; in showWarning() local
968 nRet = xMsgBox->execute(); in showWarning()
969 if ( nRet == 2 ) // RET_YES == 2 in showWarning()
1034 sal_Int16 nRet; in showWarning() local
1038 nRet = xMsgBox->execute(); in showWarning()
1039 if ( nRet == 2 ) // RET_YES == 2 in showWarning()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2123 int nRet = 0; in lcl_GetAdjustValueCount() local
2128 nRet = 0; in lcl_GetAdjustValueCount()
2131 nRet = 1; in lcl_GetAdjustValueCount()
2134 nRet = 2; in lcl_GetAdjustValueCount()
2138 nRet = 3; in lcl_GetAdjustValueCount()
2141 return nRet; in lcl_GetAdjustValueCount()
H A Dmsocximex.cxx1058 nRet = 0; in ImportAlign()
1061 nRet = 2; in ImportAlign()
1064 nRet = 1; in ImportAlign()
1067 return nRet; in ImportAlign()
1072 sal_Int8 nRet; in ExportAlign() local
1077 nRet = 1; in ExportAlign()
1080 nRet = 2; in ExportAlign()
1083 nRet = 3; in ExportAlign()
1086 return nRet; in ExportAlign()
1228 nRet = 2; in ExportBorder()
[all …]
H A Dsvdfppt.cxx3310 sal_uInt32 nRet = 0; in GetMaskForInstance() local
3313 case 0 : nRet = 0x07ffff; break; in GetMaskForInstance()
3314 case 1 : nRet = 0x100000; break; in GetMaskForInstance()
3315 case 2 : nRet = 0x200000; break; in GetMaskForInstance()
3316 case 3 : nRet = 0x080000; break; in GetMaskForInstance()
3318 return nRet; in GetMaskForInstance()
3340 sal_uInt32 nRet = 0; in NeedToImportInstance() local
3347 nRet = pMasterPersist->HeaderFooterOfs[ nInstance ]; in NeedToImportInstance()
3351 return nRet; in NeedToImportInstance()
H A Dsvxmsbas.cxx76 int nRet = 0; in Import() local
79 nRet |= 1; in Import()
85 nRet |= 2; in Import()
87 return nRet; in Import()
H A Dsvxmsbas2.cxx37 sal_uLong nRet = ERRCODE_NONE; in SaveOrDelMSVBAStorage() local
49 nRet = ERRCODE_SVX_MODIFIED_VBASIC_STORAGE; in SaveOrDelMSVBAStorage()
63 return nRet; in SaveOrDelMSVBAStorage()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx1043 long nRet = WorkWindow::Notify( rNEvt ); in Notify() local
1044 if ( !nRet ) in Notify()
1060 return nRet; in Notify()
1401 long nRet = Control::Notify( rNEvt ); in Notify() local
1405 return nRet; in Notify()
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx261 sal_Int16 nRet = static_cast< sal_Int16 >( pDlg->GetResult() ); in IMPL_LINK() local
262 ::com::sun::star::ui::dialogs::DialogClosedEvent aEvent( *this, nRet ); in IMPL_LINK()
488 sal_Int16 nRet = getDialog()->Execute(); in implExecutePicker() local
494 return nRet; in implExecutePicker()
H A DOfficeFolderPicker.cxx124 sal_Int16 nRet = getDialog()->Execute(); in implExecutePicker() local
126 return nRet; in implExecutePicker()
148 sal_Int16 nRet = static_cast< sal_Int16 >( pDlg->GetResult() ); in IMPL_LINK() local
149 ::com::sun::star::ui::dialogs::DialogClosedEvent aEvent( *this, nRet ); in IMPL_LINK()
H A Diodlg.cxx1320 long nRet; in IMPL_STATIC_LINK() local
1325 nRet = pThis->OK(); in IMPL_STATIC_LINK()
1327 if ( nRet ) in IMPL_STATIC_LINK()
1332 return nRet; in IMPL_STATIC_LINK()
1534 long nRet; in OpenMultiSelection_Impl() local
1537 nRet = _aOKHdl.Call( this ); in OpenMultiSelection_Impl()
1539 nRet = OK(); in OpenMultiSelection_Impl()
1541 if ( nRet ) in OpenMultiSelection_Impl()
1762 long nRet = 0; in Notify() local
1777 nRet = 1; in Notify()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A Dcontrolaccess.cxx226 int nRet = GetClassName(hwndCtrl,aClassName,(sizeof(aClassName)/sizeof(TCHAR))); in GetCtrlClass() local
227 if (nRet) in GetCtrlClass()

Completed in 315 milliseconds

12345678910>>...26