Home
last modified time | relevance | path

Searched refs:nNew (Results 1 – 25 of 199) sorted by last modified time

12345678

/trunk/main/linguistic/source/
H A Dmisc.cxx240 sal_Int32 nNew = Minimum( aData.Value(i-1, k ) + 1, in LevDistance() local
251 if (nT < nNew) in LevDistance()
252 nNew = nT; in LevDistance()
255 aData.Value(i, k) = nNew; in LevDistance()
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx217 if( nNew >= nEnd ) in _Seek()
223 else if( nNew < nStart ) in _Seek()
230 return nRet + EnterExtend( rFnt, nNew ); // Es gibt keinen vor uns. in _Seek()
235 if( MSHRT_MAX == nAct || nOld > nNew ) in _Seek()
245 if( nNew < nEnd ) in _Seek()
247 if( nNew >= nStart ) // der einzig mögliche Kandidat in _Seek()
293 return nRet + EnterExtend( rFnt, nNew ); in _Seek()
442 short SwExtend::Enter( SwFont& rFnt, xub_StrLen nNew ) in Enter() argument
446 nPos = nNew; in Enter()
456 sal_Bool SwExtend::_Leave( SwFont& rFnt, xub_StrLen nNew ) in _Leave() argument
[all …]
H A Dfrmform.cxx1097 nNew = 0; in FormatAdjust()
1100 if ( nNew ) in FormatAdjust()
1120 nNew = 1; in FormatAdjust()
1160 nNew |= 3; in FormatAdjust()
1177 nNew |= 3; in FormatAdjust()
1498 if( nNew ) in _Format()
1500 --nNew; in _Format()
1503 ++nNew; in _Format()
1788 if( nOld == nNew ) in FormatOnceMore()
1792 if( nOld > nNew ) in FormatOnceMore()
[all …]
/trunk/main/sd/source/ui/inc/
H A Dfupoor.hxx67 void SetMouseButtonCode(sal_uInt16 nNew) { if(nNew != mnCode) mnCode = nNew; } in SetMouseButtonCode() argument
/trunk/main/sw/source/core/access/
H A Daccportions.cxx547 sal_Int32 nNew = pBreakIt->GetBreakIter()->endOfSentence( in GetSentenceBoundary() local
551 if( (nNew < 0) && (nNew > nLength) ) in GetSentenceBoundary()
552 nNew = nLength; in GetSentenceBoundary()
553 else if (nNew <= nCurrent) in GetSentenceBoundary()
554 nNew = nCurrent + 1; // ensure forward progress in GetSentenceBoundary()
556 nCurrent = nNew; in GetSentenceBoundary()
H A Daccpara.cxx496 sal_Int32 nNew = GetCaretPos(); in _InvalidateCursorPos() local
501 nOldCaretPos = nNew; in _InvalidateCursorPos()
503 if( -1 != nNew ) in _InvalidateCursorPos()
512 if( nOld != nNew ) in _InvalidateCursorPos()
522 aEvent.NewValue <<= nNew; in _InvalidateCursorPos()
526 if( pWin && pWin->HasFocus() && -1 == nNew ) in _InvalidateCursorPos()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1182 for ( sal_uInt32 nOld = 0, nNew = 0; nOld < nOldCount; ++nOld ) in disconnectController() local
1186 aNewSeq.getArray()[nNew] = m_pData->m_seqControllers.getConstArray()[nOld]; in disconnectController()
1187 ++nNew; in disconnectController()
/trunk/main/svx/inc/svx/
H A Dzoomslideritem.hxx49 void AddSnappingPoint( sal_Int32 nNew );
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx803 sal_Int32 const nNew = GetUndoOptions().GetUndoCount(); in ConfigurationChanged() local
804 bool const bUndo = (nNew != 0); in ConfigurationChanged()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx519 void ScTransferObj::SetVisibleTab( SCTAB nNew ) in SetVisibleTab() argument
521 nVisibleTab = nNew; in SetVisibleTab()
/trunk/main/sc/inc/
H A Deditutil.hxx236 void SetPageNo(long nNew) { aData.nPageNo = nNew; } in SetPageNo() argument
237 void SetTotalPages(long nNew) { aData.nTotalPages = nNew; } in SetTotalPages() argument
/trunk/main/editeng/source/outliner/
H A Doutlobj.cxx169 void OutlinerParaObject::SetOutlinerMode(sal_uInt16 nNew) in SetOutlinerMode() argument
171 if(mpImplOutlinerParaObject->mpEditTextObject->GetUserType() != nNew) in SetOutlinerMode()
174 mpImplOutlinerParaObject->mpEditTextObject->SetUserType(nNew); in SetOutlinerMode()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx231 void WrongList::TextInserted( sal_uInt16 nPos, sal_uInt16 nNew, sal_Bool bPosIsSep ) in TextInserted() argument
236 nInvalidEnd = nPos+nNew; in TextInserted()
243 nInvalidEnd = nInvalidEnd + nNew; in TextInserted()
245 nInvalidEnd = nPos+nNew; in TextInserted()
257 rWrong.nStart = rWrong.nStart + nNew; in TextInserted()
258 rWrong.nEnd = rWrong.nEnd + nNew; in TextInserted()
265 rWrong.nEnd = rWrong.nEnd + nNew; in TextInserted()
270 rWrong.nEnd = rWrong.nEnd + nNew; in TextInserted()
285 rWrong.nEnd = rWrong.nEnd + nNew; in TextInserted()
H A Deditdoc.cxx724 void ContentNode::ExpandAttribs( sal_uInt16 nIndex, sal_uInt16 nNew, SfxItemPool& rItemPool ) in ExpandAttribs() argument
726 if ( !nNew ) in ExpandAttribs()
749 pAttrib->MoveForward( nNew ); in ExpandAttribs()
759 pAttrib->Expand( nNew ); in ExpandAttribs()
773 pAttrib->Expand( nNew ); in ExpandAttribs()
782 pAttrib->Expand( nNew ); in ExpandAttribs()
789 pAttrib->MoveForward( nNew ); in ExpandAttribs()
816 pAttrib->Expand( nNew ); in ExpandAttribs()
821 pAttrib->MoveForward( nNew ); in ExpandAttribs()
854 pWrongList->TextInserted( nIndex, nNew, bSep ); in ExpandAttribs()
/trunk/main/editeng/inc/editeng/
H A Doutlobj.hxx66 void SetOutlinerMode(sal_uInt16 nNew);
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx1699 void SdrPage::SetPageNum(sal_uInt16 nNew) in SetPageNum() argument
1701 if(nNew != nPageNum) in SetPageNum()
1704 nPageNum = nNew; in SetPageNum()
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java757 int nNew = 9999 - nOld;
760 aReplace.replaceByName( aItemNames [i], new Integer( nNew ) );
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx507 long nNew = (pLay->Prt().*fnRect->fnGetHeight)(); in ~SwLayNotify() local
508 if( nNew != (aPrt.*fnRect->fnGetHeight)() ) in ~SwLayNotify()
509 ((SwRowFrm*)pLay)->AdjustCells( nNew, sal_True); in ~SwLayNotify()
2895 SwTwips nNew = aFrm.Right(); in Notify() local
2896 if ( nOld != nNew ) in Notify()
2900 aTmp.Left( Min(nNew, nOld) ); in Notify()
2901 aTmp.Right( Max(nNew, nOld) ); in Notify()
2913 nNew = aFrm.Bottom(); in Notify()
2914 if ( nOld != nNew ) in Notify()
2918 aTmp.Top( Min(nNew, nOld) ); in Notify()
[all …]
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1565 void ScContentTree::SetRootType( sal_uInt16 nNew ) in SetRootType() argument
1567 if ( nNew != nRootType ) in SetRootType()
1569 nRootType = nNew; in SetRootType()
1570 InitWindowBits( nNew == 0 ); in SetRootType()
1580 sal_uInt16 nNew = SC_CONTENT_ROOT; in ToggleRoot() local
1589 nNew = i; in ToggleRoot()
1593 SetRootType( nNew ); in ToggleRoot()
/trunk/main/sc/source/ui/inc/
H A Dcontent.hxx154 void SetRootType( sal_uInt16 nNew );
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx125 void ScPageRowEntry::SetPagesX(size_t nNew) in SetPagesX() argument
133 nPagesX = nNew; in SetPagesX()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx195 void setLayoutMode(sal_uInt32 nNew) { if(nNew != mnLayoutMode) mnLayoutMode = nNew; } in setLayoutMode() argument
201 void setPushFlags(sal_uInt16 nNew) { if(nNew != mnPushFlags) mnPushFlags = nNew; } in setPushFlags() argument
/trunk/main/svtools/source/config/
H A Dprintoptions.cxx168 ::sal_Int16 nNew );
508 ::sal_Int16 nNew ) in impl_setValue() argument
519 ::sal_Int16 nOld = nNew+1; in impl_setValue()
523 if (nOld != nNew) in impl_setValue()
525 xSet->setPropertyValue(sProp, css::uno::makeAny(nNew)); in impl_setValue()
H A Doptionsdrawinglayer.cxx961 if(m_nMaximumPaperWidth != nNew) in SetMaximumPaperWidth()
963 m_nMaximumPaperWidth = nNew; in SetMaximumPaperWidth()
970 if(m_nMaximumPaperHeight != nNew) in SetMaximumPaperHeight()
972 m_nMaximumPaperHeight = nNew; in SetMaximumPaperHeight()
979 if(m_nMaximumPaperLeftMargin != nNew) in SetMaximumPaperLeftMargin()
981 m_nMaximumPaperLeftMargin = nNew; in SetMaximumPaperLeftMargin()
990 m_nMaximumPaperRightMargin = nNew; in SetMaximumPaperRightMargin()
997 if(m_nMaximumPaperTopMargin != nNew) in SetMaximumPaperTopMargin()
999 m_nMaximumPaperTopMargin = nNew; in SetMaximumPaperTopMargin()
1008 m_nMaximumPaperBottomMargin = nNew; in SetMaximumPaperBottomMargin()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1442 memcpy( pNewData, pData, nNew * sizeof( void* ) ); in _Grow()
1453 nNew = nAct = 0; in MyList()
1465 if( n >= nNew ) in Insert()
1472 memmove( pIns + 1, pIns, ( nNew - n ) * sizeof( void* ) ); in Insert()
1476 nNew++; in Insert()

Completed in 287 milliseconds

12345678