Home
last modified time | relevance | path

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

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

/aoo42x/main/sw/source/core/text/
H A Dtxtfly.cxx1625 SwTwips nRet = 0; in CalcMinBottom() local
1643 nRet = Max( nRet, aBound.Bottom() ); in CalcMinBottom()
1649 if( nRet > nMax ) in CalcMinBottom()
1650 nRet = nMax; in CalcMinBottom()
1652 return nRet; in CalcMinBottom()
2068 SwAnchoredObjList::size_type nRet = 0; in GetPos() local
2069 while ( nRet < nCount && pAnchoredObj != (*mpAnchoredObjList)[ nRet ] ) in GetPos()
2070 ++nRet; in GetPos()
2071 return nRet; in GetPos()
/aoo42x/main/fpicker/source/office/
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 …]
/aoo42x/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx155 short nRet = ModalDialog::Execute(); in Execute() local
156 if ( nRet == RET_OK && (m_aDate.IsChecked() || m_aTime.IsChecked()) ) in Execute()
199 nRet = RET_NO; in Execute()
202 return nRet; in Execute()
/aoo42x/main/sw/source/ui/uno/
H A Dswdet2.cxx58 sal_uLong nRet = ERRCODE_NONE; in DetectFilter() local
66 return bDetected ? nRet : ERRCODE_ABORT; in DetectFilter()
116 return nRet; in DetectFilter()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dwarnbox.cxx44 sal_Int16 nRet = (GetStyle() & WB_DEF_YES) ? RET_YES : RET_NO; in Execute() local
47 nRet = WarningBox::Execute(); in Execute()
51 return nRet; in Execute()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sw/source/core/bastyp/
H A Dring.cxx111 sal_uInt32 nRet = 1; in numberOf() local
115 ++nRet; in numberOf()
118 return nRet; in numberOf()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
H A DGraphicImport.cxx124 sal_Int32 nRet = 0; in readSomeBytes() local
128 nRet = (m_nLength + m_nHeaderLength) - m_nPosition; in readSomeBytes()
130 nRet = nMaxBytesToRead; in readSomeBytes()
131 aData.realloc( nRet ); in readSomeBytes()
139 nRet -= nHeaderRead; in readSomeBytes()
142 if( nRet ) in readSomeBytes()
144 memcpy( pData + nHeaderRead, m_pBuffer + (m_nPosition - m_nHeaderLength), nRet ); in readSomeBytes()
145 m_nPosition += nRet; in readSomeBytes()
148 return nRet; in readSomeBytes()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1037 int nRet = 0; in CompareCursor() local
1071 nRet = INT_MAX; in CompareCursor()
1073 nRet = -1; in CompareCursor()
1075 nRet = 0; in CompareCursor()
1077 nRet = 1; in CompareCursor()
1078 return nRet; in CompareCursor()
3190 return nRet; in Find()
3203 if( nRet ) in Find()
3205 return nRet; in Find()
3220 if( nRet ) in Find()
[all …]
/aoo42x/main/svx/source/dialog/
H A Dimapdlg.cxx319 const long nRet = aQBox.Execute(); in Close() local
321 if( nRet == RET_YES ) in Close()
327 else if( nRet == RET_CANCEL ) in Close()
334 const long nRet = aQBox.Execute(); in Close() local
336 if( nRet == RET_YES ) in Close()
338 else if( nRet == RET_CANCEL ) in Close()

Completed in 138 milliseconds

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