Home
last modified time | relevance | path

Searched refs:nRet (Results 201 – 225 of 636) sorted by relevance

12345678910>>...26

/aoo41x/main/svtools/source/svrtf/
H A Dsvparser.cxx431 int nRet = 0; in GetNextToken() local
439 nRet = _GetNextToken(); in GetNextToken()
441 return nRet; in GetNextToken()
455 nRet = pTokenStackPos->nTokenId; in GetNextToken()
463 pTokenStackPos->nTokenId = nRet; in GetNextToken()
468 return nRet; in GetNextToken()
/aoo41x/main/svtools/source/contnr/
H A Dsvlbox.cxx1727 sal_Int8 nRet = DND_ACTION_NONE; in AcceptDrop() local
1752 nRet = rEvt.mnAction; in AcceptDrop()
1757 if( DND_ACTION_NONE == nRet ) in AcceptDrop()
1766 return nRet; in AcceptDrop()
1790 nRet = rEvt.mnAction; in ExecuteDrop()
1794 if( DND_ACTION_NONE != nRet ) in ExecuteDrop()
1796 nRet = DND_ACTION_NONE; in ExecuteDrop()
1805 nRet = rEvt.mnAction; in ExecuteDrop()
1810 nRet = rEvt.mnAction; in ExecuteDrop()
1815 nRet = rEvt.mnAction; in ExecuteDrop()
[all …]
/aoo41x/main/unotools/source/misc/
H A Dsyslocale.cxx203 rtl_TextEncoding nRet; in GetBestMimeEncoding() local
205 nRet = rtl_getTextEncodingFromMimeCharset( pCharSet ); in GetBestMimeEncoding()
207 nRet = RTL_TEXTENCODING_UTF8; in GetBestMimeEncoding()
208 return nRet; in GetBestMimeEncoding()
/aoo41x/main/vcl/inc/vcl/
H A Devent.hxx363 long nRet = 0 );
369 void SetReturnValue( long nRet ) { mnRetValue = nRet; } in SetReturnValue() argument
386 const void* pEvent, long nRet ) in NotifyEvent() argument
391 mnRetValue = nRet; in NotifyEvent()
/aoo41x/main/tools/source/datetime/
H A Dttime.cxx68 sal_Int32 nRet = n100Sec; in TimeToSec100() local
69 nRet += nSec*100; in TimeToSec100()
70 nRet += nMin*60*100; in TimeToSec100()
71 nRet += nHour*60*60*100; in TimeToSec100()
73 return (nRet * nSign); in TimeToSec100()
/aoo41x/main/svx/source/svdraw/
H A Dsvdsnpv.cxx471 sal_uInt16 nRet=SnapPos(aPt,pPV); in CheckSnap() local
473 if ((nRet & SDRSNAP_XSNAPPED) !=0) { in CheckSnap()
483 if ((nRet & SDRSNAP_YSNAPPED) !=0) { in CheckSnap()
509 sal_uInt16 nRet=0; in SnapRect() local
510 if (bXSnapped) nRet+=SDRSNAP_XSNAPPED; in SnapRect()
511 if (bYSnapped) nRet+=SDRSNAP_YSNAPPED; in SnapRect()
512 return nRet; in SnapRect()
/aoo41x/main/extensions/source/scanner/
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()
/aoo41x/main/oox/source/export/
H A Dvmlexport.cxx293 sal_uInt16 nRet = *pVal++; in impl_GetUInt16() local
294 nRet += ( *pVal++ ) << 8; in impl_GetUInt16()
295 return nRet; in impl_GetUInt16()
300 sal_Int32 nRet = 0; in impl_GetPointComponent() local
306 nRet = sal_Int16( nUnsigned ); in impl_GetPointComponent()
315 nRet = nUnsigned; in impl_GetPointComponent()
318 return nRet; in impl_GetPointComponent()
/aoo41x/main/connectivity/source/drivers/ado/
H A DAConnection.cxx364 sal_Int32 nRet = 0; in getTransactionIsolation() local
368 nRet = TransactionIsolation::NONE; in getTransactionIsolation()
371 nRet = TransactionIsolation::READ_UNCOMMITTED; in getTransactionIsolation()
374 nRet = TransactionIsolation::READ_COMMITTED; in getTransactionIsolation()
377 nRet = TransactionIsolation::REPEATABLE_READ; in getTransactionIsolation()
380 nRet = TransactionIsolation::SERIALIZABLE; in getTransactionIsolation()
386 return nRet; in getTransactionIsolation()
/aoo41x/main/fpicker/source/office/
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()
/aoo41x/main/svx/source/unogallery/
H A Dunogalitem.cxx228 sal_Int8 nRet = gallery::GalleryItemType::EMPTY; in getType() local
236 nRet = gallery::GalleryItemType::MEDIA; in getType()
240 nRet = gallery::GalleryItemType::DRAWING; in getType()
244 nRet = gallery::GalleryItemType::GRAPHIC; in getType()
249 return nRet; in getType()
/aoo41x/main/sw/source/core/edit/
H A Dedtox.cxx272 sal_uInt16 nRet = 0; in GetTOXCount() local
278 ++nRet; in GetTOXCount()
280 return nRet; in GetTOXCount()
452 … sal_uLong nRet = Find( aSearchOpt, bSearchInNotes, DOCPOS_START, DOCPOS_END, bCancel, in ApplyAutoMark() local
456 if(nRet) in ApplyAutoMark()
/aoo41x/main/framework/source/uielement/
H A Dcomboboxtoolbarcontroller.cxx154 long nRet( 0 ); in PreNotify() local
156 nRet = m_pComboBoxListener->PreNotify( rNEvt ); in PreNotify()
157 if ( nRet == 0 ) in PreNotify()
158 nRet = ComboBox::PreNotify( rNEvt ); in PreNotify()
160 return nRet; in PreNotify()
/aoo41x/main/sw/source/filter/writer/
H A Dwriter.cxx328 sal_uLong nRet = WriteStream(); in Write() local
332 return nRet; in Write()
596 sal_uLong nRet = WriteStorage(); in Write() local
601 return nRet; in Write()
617 sal_uLong nRet = pMedium ? WriteMedium( *pMedium ) : WriteStorage(); in Write() local
622 return nRet; in Write()
/aoo41x/main/sw/source/core/doc/
H A Dfmtcol.cxx426 sal_uInt16 nRet = SwFmtColl::ResetAllFmtAttr(); in ResetAllFmtAttr() local
435 return nRet; in ResetAllFmtAttr()
540 int nRet = 0; in operator ==() local
558 nRet = 0 != aCalc.Calculate( *pTmp ).GetBool(); in operator ==()
564 nRet = 1; in operator ==()
566 return nRet; in operator ==()
H A Ddocredln.cxx2165 if( nRet > 0 ) in AcceptRedline()
2186 return nRet != 0; in AcceptRedline()
2278 if( nRet > 0 ) in RejectRedline()
2300 return nRet != 0; in RejectRedline()
2826 return nRet; in FindNextSeqNo()
2847 return nRet; in FindPrevSeqNo()
2993 int nRet = 1; in operator ==() local
2996 nRet = 0; in operator ==()
3001 nRet = 0; in operator ==()
3004 return nRet; in operator ==()
[all …]
/aoo41x/main/sc/source/ui/view/
H A Dtabcont.cxx582 long nRet = TABBAR_RENAMING_CANCEL; in AllowRenaming() local
590 nRet = TABBAR_RENAMING_YES; in AllowRenaming()
597 nRet = TABBAR_RENAMING_NO; in AllowRenaming()
603 nRet = TABBAR_RENAMING_CANCEL; in AllowRenaming()
610 nRet = TABBAR_RENAMING_NO; in AllowRenaming()
613 return nRet; in AllowRenaming()
/aoo41x/main/sfx2/source/doc/
H A Dobjxtor.cxx598 sal_uInt16 nRet = pFrm->GetViewShell()->PrepareClose( bUI, bForBrowsing ); in PrepareClose() local
599 if ( nRet != sal_True ) in PrepareClose()
600 return nRet; in PrepareClose()
627 short nRet = RET_YES; in PrepareClose() local
641 nRet = ExecuteQuerySaveDocument(&pFrame->GetWindow(),sTitle); in PrepareClose()
645 if ( RET_YES == nRet ) in PrepareClose()
668 else if ( RET_CANCEL == nRet ) in PrepareClose()
671 else if ( RET_NEWTASK == nRet ) in PrepareClose()
/aoo41x/main/svx/source/items/
H A Dclipfmtitem.cxx115 int nRet = 0; in operator ==() local
119 nRet = 1; in operator ==()
128 nRet = 0; in operator ==()
133 return nRet; in operator ==()
/aoo41x/main/sw/source/core/attr/
H A Dhints.cxx286 sal_uInt16 nRet; in GetWhichOfScript() local
297 default: nRet = *pM; in GetWhichOfScript()
302 nRet = nWhich; in GetWhichOfScript()
303 return nRet; in GetWhichOfScript()
/aoo41x/main/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx50 sal_Int32 nRet = 0; in operate() local
53 nRet = -1; in operate()
55 nRet = 1; in operate()
57 return nRet; in operate()
/aoo41x/main/sw/source/ui/config/
H A Dviewopt.cxx395 sal_uInt16 nRet = 0; in GetHtmlMode() local
398 nRet = HTMLMODE_ON; in GetHtmlMode()
403 nRet |= HTMLMODE_PARA_BORDER|HTMLMODE_SMALL_CAPS| in GetHtmlMode()
409 nRet |= HTMLMODE_PARA_BORDER|HTMLMODE_SOME_STYLES| in GetHtmlMode()
414 nRet |= HTMLMODE_PARA_BORDER|HTMLMODE_SMALL_CAPS| in GetHtmlMode()
424 return nRet; in GetHtmlMode()
/aoo41x/main/svx/source/gallery2/
H A Dgalbrws1.cxx213 sal_uIntPtr nRet = LISTBOX_ENTRY_NOTFOUND; in ImplInsertThemeEntry() local
228 nRet = mpThemes->InsertEntry( pEntry->GetThemeName(), *pImage ); in ImplInsertThemeEntry()
231 return nRet; in ImplInsertThemeEntry()
353 long nRet = pDialog->GetResult(); in ImplEndGalleryThemeProperties() local
355 if( nRet == RET_OK ) in ImplEndGalleryThemeProperties()
385 if ( bCreateNew && ( nRet != RET_OK ) ) in ImplEndGalleryThemeProperties()
/aoo41x/main/svl/source/svdde/
H A Dddecli.cxx71 HDDEDATA nRet = DDE_FNOTPROCESSED; in CliCallback() local
106 nRet = 0; in CliCallback()
126 nRet = (HDDEDATA)DDE_FACK; in CliCallback()
142 nRet = (HDDEDATA)DDE_FACK; in CliCallback()
147 return nRet; in CliCallback()
/aoo41x/main/chart2/source/view/axes/
H A DMinimumAndMaximumSupplier.cxx200 long nRet = ::com::sun::star::chart::TimeUnit::YEAR; in calculateTimeResolutionOnXAxis() local
204 if(nRet>nCurrent) in calculateTimeResolutionOnXAxis()
205 nRet=nCurrent; in calculateTimeResolutionOnXAxis()
207 return nRet; in calculateTimeResolutionOnXAxis()

Completed in 152 milliseconds

12345678910>>...26