Home
last modified time | relevance | path

Searched refs:nRet (Results 251 – 275 of 636) sorted by relevance

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

/aoo41x/main/xmloff/source/style/
H A Dimpastp1.cxx89 int nRet = 0; in XMLFamilyDataSort_Impl() local
92 nRet = ( r1.mnFamily > r2.mnFamily ? 1 : -1 ); in XMLFamilyDataSort_Impl()
94 return nRet; in XMLFamilyDataSort_Impl()
/aoo41x/main/sw/source/ui/utlui/
H A Dcondedit.cxx69 sal_Int8 nRet = DND_ACTION_NONE; in ExecuteDrop() local
98 nRet = DND_ACTION_COPY; in ExecuteDrop()
101 return nRet; in ExecuteDrop()
/aoo41x/main/salhelper/source/
H A Ddynload.cxx93 sal_uInt32 nRet = --m_refCount; in release() local
94 if( nRet == 0 ) in release()
96 return nRet; in release()
/aoo41x/main/writerfilter/source/dmapper/
H A DMeasureHandler.cxx109 sal_Int32 nRet = 0; in getMeasureValue() local
114 nRet = ConversionHelper::convertTwipToMM100( m_nMeasureValue ); in getMeasureValue()
119 return nRet; in getMeasureValue()
/aoo41x/main/cui/source/options/
H A Doptinet2.cxx807 sal_uInt16 nRet = aQuery.Execute(); in ConfirmLeave() local
808 if(RET_CANCEL == nRet) in ConfirmLeave()
814 else if(RET_YES == nRet) in ConfirmLeave()
825 else if(RET_NO == nRet) in ConfirmLeave()
835 sal_uInt16 nRet = aQuery.Execute(); in ConfirmLeave() local
836 if(RET_CANCEL == nRet) in ConfirmLeave()
841 else if(RET_YES == nRet) in ConfirmLeave()
848 else if(RET_NO == nRet) in ConfirmLeave()
1213 sal_uInt16 nRet = aQuery.Execute(); in IMPL_LINK() local
1215 if( RET_YES == nRet ) in IMPL_LINK()
/aoo41x/main/sd/source/ui/view/
H A Dsdwindow.cxx1067 sal_Int8 nRet = DND_ACTION_NONE; in AcceptDrop() local
1072 nRet = mpViewShell->AcceptDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in AcceptDrop()
1078 return nRet; in AcceptDrop()
1089 sal_Int8 nRet = DND_ACTION_NONE; in ExecuteDrop() local
1093 nRet = mpViewShell->ExecuteDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in ExecuteDrop()
1096 return nRet; in ExecuteDrop()
/aoo41x/main/sfx2/source/doc/
H A Dnew.cxx543 sal_uInt16 nRet = aTextStyleCB.IsChecked() ? SFX_LOAD_TEXT_STYLES : 0; in GetTemplateFlags() local
545 nRet |= SFX_LOAD_FRAME_STYLES; in GetTemplateFlags()
547 nRet |= SFX_LOAD_PAGE_STYLES; in GetTemplateFlags()
549 nRet |= SFX_LOAD_NUM_STYLES; in GetTemplateFlags()
551 nRet |= SFX_MERGE_STYLES; in GetTemplateFlags()
552 return nRet; in GetTemplateFlags()
/aoo41x/main/basic/source/runtime/
H A Dmethods1.cxx2361 sal_Int32 nRet = 0; in RTLFUNC() local
2366 nRet = implGetDateYear( dDate ); in RTLFUNC()
2371 nRet = 1 + (implGetDateMonth( dDate ) - 1) / 3; in RTLFUNC()
2376 nRet = implGetDateMonth( dDate ); in RTLFUNC()
2384 nRet = 1 + sal_Int32( dDate - dBaseDate ); in RTLFUNC()
2389 nRet = implGetDateDay( dDate ); in RTLFUNC()
2434 nRet = 1 + sal_Int32( dDiff / 7 ); in RTLFUNC()
2440 nRet = implGetHour( dDate ); in RTLFUNC()
2445 nRet = implGetMinute( dDate ); in RTLFUNC()
2450 nRet = implGetSecond( dDate ); in RTLFUNC()
[all …]
/aoo41x/main/i18npool/source/isolang/
H A Dmslangid.cxx210 LanguageType nRet = convertIsoNamesToLanguage( rLocale.Language, in convertLocaleToLanguage() local
212 if (nRet == LANGUAGE_DONTKNOW) in convertLocaleToLanguage()
213 nRet = LANGUAGE_SYSTEM; in convertLocaleToLanguage()
215 return nRet; in convertLocaleToLanguage()
/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
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()
/aoo41x/main/sw/source/ui/uno/
H A Dunomod.cxx950 sal_Int16 nRet(0); in _getSingleValue() local
954 nRet = view::DocumentZoomType::OPTIMAL; in _getSingleValue()
957 nRet = view::DocumentZoomType::PAGE_WIDTH; in _getSingleValue()
960 nRet = view::DocumentZoomType::ENTIRE_PAGE; in _getSingleValue()
963 nRet = view::DocumentZoomType::BY_VALUE; in _getSingleValue()
966 nRet = view::DocumentZoomType::PAGE_WIDTH_EXACT; in _getSingleValue()
972 rValue <<= nRet; in _getSingleValue()
/aoo41x/main/sw/source/core/tox/
H A Dtox.cxx410 sal_uInt16 nRet = 0; in GetFormMaxLevel() local
413 case TOX_INDEX: nRet = 5; break; in GetFormMaxLevel()
414 case TOX_USER: nRet = MAXLEVEL+1; break; in GetFormMaxLevel()
415 case TOX_CONTENT: nRet = MAXLEVEL+1; break; in GetFormMaxLevel()
418 case TOX_TABLES : nRet = 2; break; in GetFormMaxLevel()
419 case TOX_AUTHORITIES : nRet = AUTH_TYPE_END + 1; break; in GetFormMaxLevel()
421 return nRet; in GetFormMaxLevel()
/aoo41x/main/sal/osl/unx/
H A Dsystem.c394 int nRet = 0; in macxp_resolveAlias() local
395 while ( !nRet && unprocessedPath && *unprocessedPath ) in macxp_resolveAlias()
410 nRet = -1; in macxp_resolveAlias()
436 nRet = -1; in macxp_resolveAlias()
446 return nRet; in macxp_resolveAlias()
/aoo41x/main/cui/source/dialogs/
H A Dhltpbase.cxx113 sal_Int8 nRet = DND_ACTION_NONE; in ExecuteDrop() local
118 nRet = DND_ACTION_COPY; in ExecuteDrop()
121 return nRet; in ExecuteDrop()
603 short nRet = aDlg.Execute(); in IMPL_LINK() local
605 if ( RET_OK == nRet ) in IMPL_LINK()
/aoo41x/main/sw/source/core/text/
H A Dtxtfly.cxx1619 SwTwips nRet = 0; in CalcMinBottom() local
1637 nRet = Max( nRet, aBound.Bottom() ); in CalcMinBottom()
1643 if( nRet > nMax ) in CalcMinBottom()
1644 nRet = nMax; in CalcMinBottom()
1646 return nRet; in CalcMinBottom()
2062 SwAnchoredObjList::size_type nRet = 0; in GetPos() local
2063 while ( nRet < nCount && pAnchoredObj != (*mpAnchoredObjList)[ nRet ] ) in GetPos()
2064 ++nRet; in GetPos()
2065 return nRet; in GetPos()
/aoo41x/main/fpicker/source/office/
H A Diodlg.cxx1318 long nRet; in IMPL_STATIC_LINK() local
1323 nRet = pThis->OK(); in IMPL_STATIC_LINK()
1325 if ( nRet ) in IMPL_STATIC_LINK()
1330 return nRet; in IMPL_STATIC_LINK()
1532 long nRet; in OpenMultiSelection_Impl() local
1535 nRet = _aOKHdl.Call( this ); in OpenMultiSelection_Impl()
1537 nRet = OK(); in OpenMultiSelection_Impl()
1539 if ( nRet ) in OpenMultiSelection_Impl()
1760 long nRet = 0; in Notify() local
1775 nRet = 1; in Notify()
[all …]
/aoo41x/main/vcl/unx/generic/app/
H A Drandrwrapper.cxx309 int nRet = 0; in processRandREvent() local
314 nRet = pWrapper->XRRUpdateConfiguration( pEvent ); in processRandREvent()
315 …if( nRet == 1 && pEvent->type != ConfigureNotify) // this should then be a XRRScreenChangeNotifyEv… in processRandREvent()
354 return nRet; in processRandREvent()
/aoo41x/main/chart2/source/view/axes/
H A DTickmarks.cxx67 sal_Int32 nRet = static_cast<sal_Int32>(aDistance.getLength()); in getScreenDistanceBetweenTicks() local
68 if(nRet<0) in getScreenDistanceBetweenTicks()
69 nRet *= -1; in getScreenDistanceBetweenTicks()
70 return nRet; in getScreenDistanceBetweenTicks()
/aoo41x/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx477 static sal_Int16 nRet = 0; in getScriptClass() local
487 nRet = ScriptType::WEAK; in getScriptClass()
490 nRet = ScriptType::LATIN; in getScriptClass()
494 nRet = ScriptType::LATIN; in getScriptClass()
501nRet=(i < scriptListCount && block >= scriptList[i].from) ? scriptList[i].script : ScriptType::WEA… in getScriptClass()
504 return nRet; in getScriptClass()
/aoo41x/main/connectivity/source/drivers/ado/
H A DAStatement.cxx441 sal_Int32 nRet; in getUpdateCount() local
442 if(m_RecordSet.IsValid() && m_RecordSet.get_RecordCount(nRet)) in getUpdateCount()
443 return nRet; in getUpdateCount()
510 sal_Int32 nRet=-1; in getMaxRows() local
511 if(!(m_RecordSet.IsValid() && m_RecordSet.get_MaxRecords(nRet))) in getMaxRows()
513 return nRet; in getMaxRows()
/aoo41x/main/sw/source/core/docnode/
H A Dndsect.cxx393 sal_uInt16 nRet = 1; in IsInsRegionAvailable() local
409 nRet = 0; in IsInsRegionAvailable()
442 nRet = 3; in IsInsRegionAvailable()
452 nRet = 0; in IsInsRegionAvailable()
465 nRet = 2; in IsInsRegionAvailable()
478 nRet = 0; in IsInsRegionAvailable()
489 nRet = 1; in IsInsRegionAvailable()
500 return nRet; in IsInsRegionAvailable()
/aoo41x/main/sfx2/source/appl/
H A Dappopen.cxx310 sal_uIntPtr nRet = ERRCODE_NONE; in CheckPasswd_Impl() local
340 nRet = ERRCODE_SFX_CANTGETPASSWD; in CheckPasswd_Impl()
382 nRet = ERRCODE_NONE; in CheckPasswd_Impl()
385 nRet = ERRCODE_IO_ABORT; in CheckPasswd_Impl()
393 nRet = ERRCODE_SFX_CANTGETPASSWD; in CheckPasswd_Impl()
398 return nRet; in CheckPasswd_Impl()
584 int nRet = pDocTemplDlg->Execute(); in NewDocExec_Impl() local
586 if ( nRet == RET_OK ) in NewDocExec_Impl()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlSection.cxx57 sal_uInt16 nRet = report::ReportPrintOption::ALL_PAGES; in lcl_getReportPrintOption() local
59 SvXMLUnitConverter::convertEnum( nRet, _sValue, aXML_EnumMap ); in lcl_getReportPrintOption()
60 return nRet; in lcl_getReportPrintOption()
/aoo41x/main/svx/source/xoutdev/
H A D_xoutbmp.cxx356 sal_uInt16 nRet = GRFILTER_IOERROR; in ExportGraphic() local
362nRet = rFilter.ExportGraphic( rGraphic, rURL.GetMainURL( INetURLObject::NO_DECODE ), *pOStm, nForm… in ExportGraphic()
367 if( aMedium.GetError() && ( GRFILTER_OK == nRet ) ) in ExportGraphic()
368 nRet = GRFILTER_IOERROR; in ExportGraphic()
371 return nRet; in ExportGraphic()

Completed in 922 milliseconds

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