Home
last modified time | relevance | path

Searched refs:nRet (Results 26 – 50 of 633) sorted by last modified time

12345678910>>...26

/trunk/main/filter/source/msfilter/
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()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2571 int nRet = 0; in DoesVerticalSubstitution() local
2573 nRet = HasVerticalGSUB( ttf); in DoesVerticalSubstitution()
2574 return nRet; in DoesVerticalSubstitution()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2958 int nRet; in ImplPopularCmpFnc() local
2961 nRet = 1; in ImplPopularCmpFnc()
2963 nRet = 0; in ImplPopularCmpFnc()
2965 nRet = -1; in ImplPopularCmpFnc()
2967 return nRet; in ImplPopularCmpFnc()
H A Dbitmap4.cxx933 int nRet; in ImplPopArtCmpFnc() local
936 nRet = 1; in ImplPopArtCmpFnc()
938 nRet = 0; in ImplPopArtCmpFnc()
940 nRet = -1; in ImplPopArtCmpFnc()
942 return nRet; in ImplPopArtCmpFnc()
H A Dbitmap.cxx367 sal_uLong nRet = 0UL; in GetChecksum() local
371 nRet = mpImpBmp->ImplGetChecksum(); in GetChecksum()
373 if( !nRet ) in GetChecksum()
410 mpImpBmp->ImplSetChecksum( nRet = nCrc ); in GetChecksum()
417 return nRet; in GetChecksum()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx237 sal_uLong nRet = 0; in Read() local
254 nRet = *new StringErrorInfo( ERR_FORMAT_ROWCOL, sErr, in Read()
259 return nRet; in Read()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx1675 sal_uInt16 nRet = 0; in GetNumCount() local
1677 nRet = pNumberSettingsArr->Count(); in GetNumCount()
1679 return nRet; in GetNumCount()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx434 long nRet = m_pWizard->GetResult(); in IMPL_LINK() local
437 switch ( nRet ) in IMPL_LINK()
498 bool bResult = nRet == RET_EDIT_RESULT_DOC && m_pMMConfig->GetTargetView(); in IMPL_LINK()
/trunk/main/svx/source/svdraw/
H A Dsvdglev.cxx101 if (nRet!=FUZZY) { in ImpGetEscDir()
105 else if (nRet!=bOn) nRet=FUZZY; in ImpGetEscDir()
113 sal_uInt16 nRet=sal_False; in IsMarkedGluePointsEscDir() local
115 return (TRISTATE)nRet; in IsMarkedGluePointsEscDir()
139 if (nRet!=FUZZY) { in ImpGetPercent()
142 else if ((nRet!=0)!=bOn) nRet=FUZZY; in ImpGetPercent()
150 sal_uInt16 nRet=sal_True; in IsMarkedGluePointsPercent() local
152 return (TRISTATE)nRet; in IsMarkedGluePointsPercent()
185 else if (nRet!=nAlg) { in ImpGetAlign()
201 sal_uInt16 nRet=0; in GetMarkedGluePointsAlign() local
[all …]
H A Dsvdglue.cxx341 sal_uInt16 nRet=SDRGLUEPOINT_NOTFOUND; in FindGluePoint() local
342 for (sal_uInt16 nNum=0; nNum<nAnz && nRet==SDRGLUEPOINT_NOTFOUND; nNum++) { in FindGluePoint()
344 if (pGP->GetId()==nId) nRet=nNum; in FindGluePoint()
346 return nRet; in FindGluePoint()
352 sal_uInt16 nRet=SDRGLUEPOINT_NOTFOUND; in HitTest() local
354 while ((bBack ? nNum<nAnz : nNum>0) && nRet==SDRGLUEPOINT_NOTFOUND) { in HitTest()
360 if (pGP->IsHit(rPnt,rOut,pObj)) nRet=nNum; in HitTest()
364 return nRet; in HitTest()
H A Dsvddrgmt.cxx1585 sal_uInt16 nRet=SnapPos(aPt); in ImpCheckSnap() local
1588 if ((nRet & SDRSNAP_XSNAPPED) !=0) in ImpCheckSnap()
1604 if ((nRet & SDRSNAP_YSNAPPED) !=0) in ImpCheckSnap()
/trunk/main/padmin/source/
H A Dhelper.cxx162 long nRet = 0; in Notify() local
168 nRet = 1; in Notify()
171 nRet = MultiListBox::Notify( rEvent ); in Notify()
173 return nRet; in Notify()
182 long nRet = 0; in Notify() local
188 nRet = 1; in Notify()
191 nRet = ListBox::Notify( rEvent ); in Notify()
193 return nRet; in Notify()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3496 return nRet; in ImplHandleMouseMsg()
3587 return nRet; in ImplHandleWheelMsg()
3841 return nRet; in ImplHandleKeyMsg()
4084 return nRet; in ImplHandleSalObjSysCharMsg()
4439 return nRet; in ImplHandleShutDownMsg()
4850 return nRet; in ImplMenuChar()
4907 return nRet; in ImplMeasureItem()
5063 return nRet; in ImplDrawItem()
5087 if( nRet ) in ImplHandleMenuActivate()
5089 if( nRet ) in ImplHandleMenuActivate()
[all …]
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx394 sal_uInt16 nRet = 0; in GetHtmlMode() local
397 nRet = HTMLMODE_ON; in GetHtmlMode()
402 nRet |= HTMLMODE_PARA_BORDER|HTMLMODE_SMALL_CAPS| in GetHtmlMode()
408 nRet |= HTMLMODE_PARA_BORDER|HTMLMODE_SOME_STYLES| in GetHtmlMode()
413 nRet |= HTMLMODE_PARA_BORDER|HTMLMODE_SMALL_CAPS| in GetHtmlMode()
423 return nRet; in GetHtmlMode()
/trunk/main/sal/osl/unx/
H A Dmutex.c60 int nRet=0; in osl_createMutex() local
74 if ( nRet != 0 ) in osl_createMutex()
77 nRet, strerror(nRet)); in osl_createMutex()
99 int nRet=0; in osl_destroyMutex() local
102 if ( nRet != 0 ) in osl_destroyMutex()
105 nRet, strerror(nRet)); in osl_destroyMutex()
125 int nRet=0; in osl_acquireMutex() local
131 nRet, strerror(nRet)); in osl_acquireMutex()
152 int nRet = 0; in osl_tryToAcquireMutex() local
175 int nRet=0; in osl_releaseMutex() local
[all …]
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx502 sal_uInt16 nRet = pDlg->Execute(); in Exec() local
503 if(RET_OK == nRet ) in Exec()
509 if(RET_OK != nRet) in Exec()
551 sal_uInt16 nRet = pDlg->Execute(); in Exec() local
552 if(RET_OK == nRet) in Exec()
558 if(RET_OK != nRet) in Exec()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx143 sal_uInt16 nRet = *pVal++; in impl_GetUInt16() local
144 nRet += ( *pVal++ ) << 8; in impl_GetUInt16()
145 return nRet; in impl_GetUInt16()
150 sal_Int32 nRet = 0; in impl_GetPointComponent() local
156 nRet = sal_Int16( nUnsigned ); in impl_GetPointComponent()
165 nRet = nUnsigned; in impl_GetPointComponent()
168 return nRet; in impl_GetPointComponent()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx2044 sal_Int32 nRet = mpImpl->getAccessibleChildCount(); in GetChildCount() local
2048 return nRet; in GetChildCount()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx502 sal_Int8 nRet = DND_ACTION_NONE; in AcceptDrop() local
548 nRet = DND_ACTION_COPY; in AcceptDrop()
555 nRet = nDropAction; in AcceptDrop()
631 if( !nRet ) in AcceptDrop()
650 nRet = nDropAction; in AcceptDrop()
672 return nRet; in AcceptDrop()
755 nRet = nDropAction; in ExecuteDrop()
777 nRet = nDropAction; in ExecuteDrop()
843 nRet = nDropAction; in ExecuteDrop()
850 nRet = nDropAction; in ExecuteDrop()
[all …]
/trunk/main/sd/source/ui/func/
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/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx310 sal_uInt16 nRet = TabDialog::Execute(); in Execute() local
311 if( nRet ) in Execute()
313 return nRet; in Execute()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx444 short nRet = pDlg->Execute(); in Execute() local
455 if ( nRet == BTN_PASTE_NAME ) in Execute()
487 short nRet = pDlg->Execute(); in Execute() local
498 if ( nRet == RET_OK ) in Execute()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx866 sal_Int64 nRet; in getSomething() local
870 nRet = reinterpret_cast< sal_Int64 >( this ); in getSomething()
873 nRet = TransferableHelper::getSomething(rId); in getSomething()
874 return nRet; in getSomething()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx1272 SCROW nRet = 0; in GetLastVisDataPos() local
1284 nRet = pItems[i].nRow; in GetLastVisDataPos()
1288 return nRet; in GetLastVisDataPos()
1293 SCROW nRet = 0; in GetFirstVisDataPos() local
1304 nRet = pItems[i].nRow; in GetFirstVisDataPos()
1308 return nRet; in GetFirstVisDataPos()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1846 sal_uLong nRet = pEditView->Read( rInput, rBaseURL, eFormat, bSelect, pHTTPHeaderAttrs ); in Read() local
1875 return nRet; in Read()

Completed in 256 milliseconds

12345678910>>...26