Home
last modified time | relevance | path

Searched refs:nRet (Results 226 – 250 of 633) sorted by path

12345678910>>...26

/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx452 sal_uLong nRet = 0; in GetNoteCountInRange() local
458 ++nRet; in GetNoteCountInRange()
460 return nRet; in GetNoteCountInRange()
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()
H A Dtabvwsh4.cxx320 sal_uInt16 nRet = pFormShell->PrepareClose(bUI, bForBrowsing); in PrepareClose() local
321 if (nRet!=sal_True) in PrepareClose()
322 return nRet; in PrepareClose()
H A Dtabvwshf.cxx415 sal_uInt16 nRet = RET_OK; in ExecuteTable() local
447 while ( !bDone && nRet == RET_OK ) in ExecuteTable()
449 nRet = pDlg->Execute(); in ExecuteTable()
451 if ( nRet == RET_OK ) in ExecuteTable()
479 nRet = ErrorBox( GetDialogParent(), in ExecuteTable()
740 sal_uInt16 nRet = RET_OK; /// temp in ExecuteTable() local
755 while ( !bDone && nRet == RET_OK ) in ExecuteTable()
757 nRet = pDlg->Execute(); in ExecuteTable()
758 if( nRet == RET_OK ) in ExecuteTable()
/trunk/main/sc/workben/
H A Daddin.cxx403 long nRet = -1; in getColorValue() local
411 aCol >>= nRet; in getColorValue()
413 return nRet; in getColorValue()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx421 sal_Int32 nRet; in GetDiffDate() local
444 nRet = nMonths * 30 + nDays; in GetDiffDate()
446 nRet -= bLeap? 1 : 2; in GetDiffDate()
461 nRet = nEndDate - nStartDate; in GetDiffDate()
464 nRet = nEndDate - nStartDate; in GetDiffDate()
469 nRet = nEndDate - nStartDate; in GetDiffDate()
477 return bNeg? -nRet : nRet; in GetDiffDate()
2882 sal_Int32 nRet = 0; in getDaysInMonthRange() local
2884 nRet = (nTo - nFrom + 1) * 30; in getDaysInMonthRange()
2888 nRet += getDaysInMonth( nMonthIx ); in getDaysInMonthRange()
[all …]
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx759 sal_Int32 nRet; in getDiffWeeks() local
771 nRet = (nDays2 - nDays1) / 7; in getDiffWeeks()
773 return nRet; in getDiffWeeks()
809 nRet -= 1; in getDiffMonths()
816 nRet += 1; in getDiffMonths()
820 return nRet; in getDiffMonths()
933 sal_Int32 nRet; in getWeeksInYear() local
935 nRet = 53; in getWeeksInYear()
937 nRet = ( IsLeapYear(nYear) ? 53 : 52 ); in getWeeksInYear()
939 nRet = 52; in getWeeksInYear()
[all …]
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1574 sal_Int16 nRet = 0; in readInt16() local
1577 nRet = nRet + sal_Int16( sal_uInt8( m_pData[m_nCurPos++] ) ); in readInt16()
1578 nRet += 256 * sal_Int16( sal_uInt8( m_pData[m_nCurPos++] ) ); in readInt16()
1583 return nRet; in readInt16()
1588 sal_Int32 nRet = 0; in readInt32() local
1594 nRet += sal_uInt8( m_pData[m_nCurPos++] ) * nFactor; in readInt32()
1601 return nRet; in readInt32()
1606 sal_uInt16 nRet = 0; in readUnicodeChar() local
1609 nRet = nRet + sal_uInt8( m_pData[m_nCurPos++] ); in readUnicodeChar()
1610 nRet += 256 * sal_uInt8( m_pData[m_nCurPos++] ); in readUnicodeChar()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx267 sal_uInt32 nRet = mnGroupsClosed; in GetGroupsClosed() local
269 return nRet; in GetGroupsClosed()
358 short nRet = com::sun::star::i18n::ScriptDirection::NEUTRAL; in GetScriptDirection() local
362nRet = xScriptTypeDetector->getScriptDirection( sT, 0, com::sun::star::i18n::ScriptDirection::NEUT… in GetScriptDirection()
364 return nRet; in GetScriptDirection()
/trunk/main/sd/source/filter/html/
H A DHtmlOptionsDialog.cxx238 sal_Int16 nRet = ExecutableDialogResults::CANCEL; in execute() local
249 nRet = ExecutableDialogResults::OK; in execute()
253 nRet = ExecutableDialogResults::CANCEL; in execute()
258 return nRet; in execute()
/trunk/main/sd/source/filter/ppt/
H A Dppt97animations.cxx241 sal_Int16 nRet = presentation::EffectNodeType::ON_CLICK; in GetEffectNodeType() local
244 nRet = presentation::EffectNodeType::AFTER_PREVIOUS; in GetEffectNodeType()
246 return nRet; in GetEffectNodeType()
251 sal_Int16 nRet = presentation::TextAnimationType::BY_PARAGRAPH; in GetTextAnimationType() local
257 nRet = presentation::TextAnimationType::BY_LETTER; in GetTextAnimationType()
260 nRet = presentation::TextAnimationType::BY_WORD; in GetTextAnimationType()
263 return nRet; in GetTextAnimationType()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx464 sal_uInt32 nRet = 0; in Import() local
595 if( 0 == nRet ) in Import()
641 if( 0 == nRet ) in Import()
689 if( !nRet ) in Import()
692 nRet = nWarn; in Import()
694 nRet = nWarn2; in Import()
712 if( nRet == 0 ) in Import()
715 switch( nRet ) in Import()
732 nRet = 0; in Import()
794 if( nRet == 0 ) in Import()
[all …]
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx797 sal_Int64 nRet; in getSomething() local
802 nRet = sal::static_int_cast<sal_Int64>(reinterpret_cast<sal_IntPtr>(this)); in getSomething()
806 nRet = 0; in getSomething()
809 return nRet; in getSomething()
/trunk/main/sd/source/ui/dlg/
H A DLayerTabBar.cxx164 sal_Int8 nRet = DND_ACTION_NONE; in AcceptDrop() local
175 nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, nPageId, nLayerId ); in AcceptDrop()
180 return nRet; in AcceptDrop()
193 sal_Int8 nRet = pDrViewSh->ExecuteDrop( rEvt, *this, NULL, nPageId, nLayerId ); in ExecuteDrop() local
197 return nRet; in ExecuteDrop()
H A Dheaderfooterdlg.cxx310 sal_uInt16 nRet = TabDialog::Execute(); in Execute() local
311 if( nRet ) in Execute()
313 return nRet; in Execute()
H A Dsdtreelb.cxx178 sal_Int64 nRet; in getSomething() local
183 nRet = (sal_Int64)(sal_IntPtr)this; in getSomething()
186 nRet = SdTransferable::getSomething(rId); in getSomething()
188 return nRet; in getSomething()
1545 sal_Int8 nRet = DND_ACTION_NONE; in ExecuteDrop() local
1565 nRet = rEvt.mnAction; in ExecuteDrop()
1575 if (nRet == DND_ACTION_NONE) in ExecuteDrop()
1579 return nRet; in ExecuteDrop()
/trunk/main/sd/source/ui/func/
H A Dfucushow.cxx76 sal_uInt16 nRet = pDlg->Execute(); in DoExecute() local
85 if( nRet == RET_YES ) in DoExecute()
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/slideshow/
H A Dslideshowimpl.cxx1840 sal_Int32 nRet = 0; in getFirstSlideNumber() local
1846 nRet = mpSlideController->getSlideNumber( nSlideIndexCount ); in getFirstSlideNumber()
1850 if( nRet > nTemp ) in getFirstSlideNumber()
1851 nRet = nTemp; in getFirstSlideNumber()
1856 return nRet; in getFirstSlideNumber()
1863 sal_Int32 nRet = 0; in getLastSlideNumber() local
1869 nRet = mpSlideController->getSlideNumber( nSlideIndexCount ); in getLastSlideNumber()
1873 if( nRet < nTemp ) in getLastSlideNumber()
1874 nRet = nTemp; in getLastSlideNumber()
1879 return nRet; in getLastSlideNumber()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1468 sal_Int32 nRet = 0; in getRendererCount() local
1482 nRet = mpDoc->GetSdPageCount( PK_STANDARD ); in getRendererCount()
1490 nRet = 1; in getRendererCount()
1493 return nRet; in getRendererCount()
/trunk/main/sd/source/ui/view/
H A Ddrviewsb.cxx304 sal_uInt16 nRet = 0; in FuTemp02() local
305 while( bLoop && ( (nRet = pDlg->Execute()) == RET_OK ) ) in FuTemp02()
323 switch (nRet) in FuTemp02()
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 …]
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()
H A Dtabcontr.cxx227 sal_Int8 nRet = DND_ACTION_NONE; in AcceptDrop() local
244 nRet = rEvt.mnAction; in AcceptDrop()
255 nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, (sal_uInt16)nPageId, SDRLAYER_NOTFOUND ); in AcceptDrop()
261 return nRet; in AcceptDrop()
274 sal_Int8 nRet = DND_ACTION_NONE; in ExecuteDrop() local
328 nRet = rEvt.mnAction; in ExecuteDrop()
336 nRet = pDrViewSh->ExecuteDrop( rEvt, *this, NULL, (sal_uInt16)nPageId, SDRLAYER_NOTFOUND ); in ExecuteDrop()
343 return nRet; in ExecuteDrop()
H A Dviewshel.cxx693 long nRet = sal_False; in Notify() local
698 nRet = HandleScrollCommand(*pCmdEvent, pWin); in Notify()
700 return nRet; in Notify()

Completed in 249 milliseconds

12345678910>>...26