Home
last modified time | relevance | path

Searched refs:nRet (Results 1 – 25 of 633) sorted by last modified time

12345678910>>...26

/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx209 short nRet = 0; in _Seek() local
219 --nRet; in _Seek()
225 --nRet; in _Seek()
230 return nRet + EnterExtend( rFnt, nNew ); // Es gibt keinen vor uns. in _Seek()
233 return nRet + EnterExtend( rFnt, nNew ); // Wir sind im gleichen Bereich geblieben. in _Seek()
285 ++nRet; in _Seek()
293 return nRet + EnterExtend( rFnt, nNew ); in _Seek()
H A Ditrcrsr.cxx410 SwTwips nRet = GetLeftMargin(); in GetLineStart() local
417 nRet = Right() - CurrWidth(); in GetLineStart()
419 nRet += (GetLineWidth() - CurrWidth()) / 2; in GetLineStart()
421 return nRet; in GetLineStart()
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()
/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/sw/source/core/access/
H A Daccportions.cxx599 sal_Int32 nRet = aAccessiblePositions[nPortionNo]; in GetAccessiblePosition() local
614 nRet += nWithinPortion; in GetAccessiblePosition()
618 DBG_ASSERT( (nRet >= 0) && (nRet <= sAccessibleString.getLength()), in GetAccessiblePosition()
620 return nRet; in GetAccessiblePosition()
H A Daccpara.cxx167 sal_Int32 nRet = -1; in GetCaretPos() local
202 nRet = 0; in GetCaretPos()
220 return nRet; in GetCaretPos()
1484 sal_Int32 nRet = GetCaretPos(); in getCaretPosition() local
1488 nOldCaretPos = nRet; in getCaretPosition()
1490 if( -1 != nRet ) in getCaretPosition()
1496 return nRet; in getCaretPosition()
3644 sal_Int32 nRet = -1; in getHyperLinkIndex() local
3662 nRet = nPos; in getHyperLinkIndex()
3665 if (nRet == -1) in getHyperLinkIndex()
[all …]
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx635 sal_Int64 nRet; in getSomething() local
640 nRet = sal::static_int_cast<sal_Int64>(reinterpret_cast<sal_IntPtr>(this)); in getSomething()
643 nRet = 0; in getSomething()
645 return nRet; in getSomething()
/trunk/main/sot/source/base/
H A Dexchange.cxx322 sal_uLong nRet = GetFormat( rFlavor ); in RegisterFormat() local
324 if( !nRet ) in RegisterFormat()
327 nRet = rL.Count() + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormat()
331 return nRet; in RegisterFormat()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx954 long nRet = 0; in ImplHandleKeyEvent() local
968 nRet = 1; in ImplHandleKeyEvent()
976 nRet = 1; in ImplHandleKeyEvent()
982 return nRet; in ImplHandleKeyEvent()
1576 long nRet = 0; in Notify() local
1579 nRet = ImplHandleKeyEvent( *rNEvt.GetKeyEvent() ); in Notify()
1581 return nRet ? nRet : Control::Notify( rNEvt ); in Notify()
2097 long nRet = -1; in GetIndexForPoint() local
2115 nRet = nIndex - aPair.A(); in GetIndexForPoint()
2123 return nRet; in GetIndexForPoint()
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx1499 sal_uInt16 nRet = 1; in ConvertAbsoluteToRelativePageNum() local
1504 ++nRet; in ConvertAbsoluteToRelativePageNum()
1509 return nRet; in ConvertAbsoluteToRelativePageNum()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dsigner.cxx123 SECStatus nRet = PK11_Authenticate( slot, PR_TRUE, NULL ); in main() local
124 if( nRet != SECSuccess ) { in main()
H A Dcertmngr.cxx92 SECStatus nRet = PK11_Authenticate( slot, PR_TRUE, NULL ); in main() local
93 if( nRet != SECSuccess ) { in main()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx266 return nRet; in GetFlatIndex()
439 short nRet = SfxTabDialog::Ok(); in Ok() local
465 return nRet; in Ok()
1123 sal_uInt16 nRet = TOX_INDEX; in lcl_TOXTypesToUserData() local
1126 case TOX_INDEX : nRet = TO_INDEX; break; in lcl_TOXTypesToUserData()
1129 nRet = eType.nIndex << 8; in lcl_TOXTypesToUserData()
1130 nRet |= TO_USER; in lcl_TOXTypesToUserData()
1133 case TOX_CONTENT : nRet = TO_CONTENT; break; in lcl_TOXTypesToUserData()
1135 case TOX_OBJECTS : nRet = TO_OBJECT; break; in lcl_TOXTypesToUserData()
1136 case TOX_TABLES : nRet = TO_TABLE; break; in lcl_TOXTypesToUserData()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4647 int nRet = aVBasic.Import( s1, s2 ); in CoreLoad() local
4648 if( 2 & nRet ) in CoreLoad()
5452 sal_uLong nRet = 0; in Read() local
5463 nRet = ERR_SWG_READ_ERROR; in Read()
5475 nRet = OpenMainStream( refStrm, nOldBuffSize ); in Read()
5481 nRet = ERR_SWG_READ_ERROR; in Read()
5485 if( !nRet ) in Read()
5500 nRet = pRdr->LoadDoc( rPam ); in Read()
5504 nRet = ERR_WW8_NO_WW8_FILE_ERR; in Read()
5517 return nRet; in Read()
H A Dww8atr.cxx663 sal_uInt8 nRet = 0; in GetNumId() local
679 return nRet; in GetNumId()
2003 return nRet; in GetId()
2012 int nRet = 4; in lcl_CheckForm() local
2036 nRet = 2; in lcl_CheckForm()
2039 nRet = 3; in lcl_CheckForm()
2054 nRet = 1; in lcl_CheckForm()
2057 return nRet; in lcl_CheckForm()
2124 else if ((4 == nRet) || (2 == nRet)) //#109414# in StartTOX()
2152 else if( 3 == nRet || 4 == nRet ) in StartTOX()
[all …]
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx940 sal_uInt16 nRet = aFrmFmts.GetPos( pFmt ); in AddFmt() local
941 if( USHRT_MAX == nRet ) in AddFmt()
964 aSets.Insert( pSet, (nRet = aSets.Count() ) ); in AddFmt()
965 aFrmFmts.Insert( pFmt, nRet ); in AddFmt()
967 return nRet; in AddFmt()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5714 …const SwTwips nRet = pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? pPostItMgr-… in GetSidebarBorderWidth() local
5715 return nRet; in GetSidebarBorderWidth()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx559 sal_uInt16 nRet; in Continue() local
576 nRet = 0; in Continue()
1285 sal_uInt32 nRet = 0; in lcl_CountRedlines() local
1290 ++nRet; in lcl_CountRedlines()
1292 return nRet; in lcl_CountRedlines()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx256 if ( nRet ) in getSomething()
257 return nRet; in getSomething()
1114 sal_uInt32 nRet = 0; in lcl_Any_To_ULONG() local
1116 rValue >>= nRet; in lcl_Any_To_ULONG()
1122 nRet = (sal_uInt32)nVal; in lcl_Any_To_ULONG()
1125 return nRet; in lcl_Any_To_ULONG()
2253 nRet = RedlineDisplayType::INSERTED; in getPropertyValue()
2255 nRet = RedlineDisplayType::REMOVED; in getPropertyValue()
2258 aAny <<= nRet; in getPropertyValue()
2709 sal_Int32 nRet = 0; in getRendererCount() local
[all …]
/trunk/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx95 sal_uInt16 nRet = 0; in Offset2Zoom() local
120 if ( 0 == nRet ) in Offset2Zoom()
142 if ( nRet < mpImpl->mnMinZoom ) in Offset2Zoom()
143 nRet = mpImpl->mnMinZoom; in Offset2Zoom()
144 else if ( nRet > mpImpl->mnMaxZoom ) in Offset2Zoom()
145 nRet = mpImpl->mnMaxZoom; in Offset2Zoom()
147 return nRet; in Offset2Zoom()
154 long nRet = nSliderXOffset; in Zoom2Offset() local
164 nRet += nOffset; in Zoom2Offset()
172 nRet += nHalfSliderWidth + nOffset; in Zoom2Offset()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx322 sal_Int32 nRet = 0; in CountTableAlias() local
330 aNewName += String::CreateFromInt32(++nRet); in CountTableAlias()
335 rMax = nRet; in CountTableAlias()
337 return nRet; in CountTableAlias()
/trunk/main/starmath/source/
H A Dmathtype.cxx725 int nRet = HandleRecords(); in Parse() local
743 return nRet; in Parse()
799 int i,nRet=1,newline=0; in HandleRecords() local
1404 nRet = HandleRecords(nLevel+1); in HandleRecords()
1918 return nRet; in HandleRecords()
2835 return nRet; in HandlePile()
2864 return nRet; in HandleMatrix()
2914 return nRet; in HandleTemplate()
3024 int nRet=1; in HandleChar() local
3048 return nRet; in HandleChar()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx3310 sal_uInt32 nRet = 0; in GetMaskForInstance() local
3313 case 0 : nRet = 0x07ffff; break; in GetMaskForInstance()
3314 case 1 : nRet = 0x100000; break; in GetMaskForInstance()
3315 case 2 : nRet = 0x200000; break; in GetMaskForInstance()
3316 case 3 : nRet = 0x080000; break; in GetMaskForInstance()
3318 return nRet; in GetMaskForInstance()
3340 sal_uInt32 nRet = 0; in NeedToImportInstance() local
3347 nRet = pMasterPersist->HeaderFooterOfs[ nInstance ]; in NeedToImportInstance()
3351 return nRet; in NeedToImportInstance()
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx96 sal_uLong nRet = pParser->CallParser(); in Read() local
101 return nRet; in Read()
/trunk/main/svtools/source/svrtf/
H A Dparrtf.cxx60 int nRet = 0; in _GetNextToken() local
81 nRet = RTF_TEXTTOKEN; in _GetNextToken()
92 nRet = RTF_FORMULA; in _GetNextToken()
97 nRet = RTF_PAR; in _GetNextToken()
162 switch( nRet ) in _GetNextToken()
182 nRet = 0; in _GetNextToken()
193 nRet = 0; in _GetNextToken()
238 nRet = nNextCh; in _GetNextToken()
252 nRet = nNextCh; in _GetNextToken()
277 nRet = nNextCh; in _GetNextToken()
[all …]

Completed in 312 milliseconds

12345678910>>...26