Home
last modified time | relevance | path

Searched refs:nNew (Results 76 – 100 of 199) sorted by relevance

12345678

/aoo41x/main/sc/source/filter/excel/
H A Dtokstack.cxx164 sal_uInt32 nNew = ::std::max( static_cast<sal_uInt32>(nOld) * 2, in lcl_canGrow() local
166 if (nNew > SAL_MAX_UINT16) in lcl_canGrow()
167 nNew = SAL_MAX_UINT16; in lcl_canGrow()
168 if (nNew - nByMin < nOld) in lcl_canGrow()
169 nNew = 0; in lcl_canGrow()
170 return static_cast<sal_uInt16>(nNew); in lcl_canGrow()
/aoo41x/main/svx/source/sdr/overlay/
H A Doverlayanimatedbitmapex.cxx165 void OverlayAnimatedBitmapEx::setBlinkTime(sal_uInt32 nNew) in setBlinkTime() argument
167 if(mnBlinkTime != nNew) in setBlinkTime()
170 mnBlinkTime = nNew; in setBlinkTime()
H A Doverlaymanager.cxx357 void OverlayManager::setStripeLengthPixel(sal_uInt32 nNew) in setStripeLengthPixel() argument
359 if(nNew != mnStripeLengthPixel) in setStripeLengthPixel()
361 mnStripeLengthPixel = nNew; in setStripeLengthPixel()
/aoo41x/main/sd/source/ui/inc/
H A Dfupoor.hxx67 void SetMouseButtonCode(sal_uInt16 nNew) { if(nNew != mnCode) mnCode = nNew; } in SetMouseButtonCode() argument
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh3.cxx282 void ScDocShell::LockDocument_Impl(sal_uInt16 nNew) in LockDocument_Impl() argument
290 nDocumentLock = nNew; in LockDocument_Impl()
293 void ScDocShell::UnlockDocument_Impl(sal_uInt16 nNew) in UnlockDocument_Impl() argument
295 nDocumentLock = nNew; in UnlockDocument_Impl()
309 void ScDocShell::SetLockCount(sal_uInt16 nNew) in SetLockCount() argument
311 if (nNew) // setzen in SetLockCount()
315 pPaintLockData->SetLevel(nNew-1, sal_True); in SetLockCount()
316 LockDocument_Impl(nNew); in SetLockCount()
/aoo41x/main/sw/source/core/frmedt/
H A Dfefly1.cxx132 RndStdIds nNew = aNewAnch.GetAnchorId(); in lcl_FindAnchorPos() local
137 switch( nNew ) in lcl_FindAnchorPos()
155 if ((FLY_AT_CHAR == nNew) || (FLY_AS_CHAR == nNew)) in lcl_FindAnchorPos()
202 aNewAnch.SetType( nNew = FLY_AT_PAGE ); in lcl_FindAnchorPos()
230 RndStdIds nNew = ((SwFmtAnchor&)rSet.Get( RES_ANCHOR )).GetAnchorId(); in lcl_ChkAndSetNewAnchor() local
232 if( nOld == nNew ) in lcl_ChkAndSetNewAnchor()
238 ASSERT( !(nNew == FLY_AT_PAGE && in lcl_ChkAndSetNewAnchor()
1202 RndStdIds nNew = ((SwFmtAnchor&)rSet.Get( RES_ANCHOR )).GetAnchorId(); in SetDrawingAttr() local
1203 if ( nNew != pFmt->GetAnchor().GetAnchorId() ) in SetDrawingAttr()
1205 ChgAnchor( nNew ); in SetDrawingAttr()
/aoo41x/main/sc/source/core/data/
H A Ddpsave.cxx388 void ScDPSaveDimension::SetOrientation(sal_uInt16 nNew) in SetOrientation() argument
390 nOrientation = nNew; in SetOrientation()
420 void ScDPSaveDimension::SetFunction(sal_uInt16 nNew) in SetFunction() argument
422 nFunction = nNew; in SetFunction()
425 void ScDPSaveDimension::SetUsedHierarchy(long nNew) in SetUsedHierarchy() argument
427 nUsedHierarchy = nNew; in SetUsedHierarchy()
1009 void ScDPSaveData::SetPosition( ScDPSaveDimension* pDim, long nNew ) in SetPosition() argument
1019 while ( nNew > 0 && nInsPos < nCount ) in SetPosition()
1022 --nNew; in SetPosition()
/aoo41x/main/sw/source/core/inc/
H A Dtxtfrm.hxx65 friend sal_Bool lcl_ChangeOffset( SwTxtFrm* pFrm, sal_uInt16 nNew );
487 static void SetMinPrtLine( long nNew ) { nMinPrtLine = nNew; } in SetMinPrtLine() argument
490 inline void SetCacheIdx( const sal_uInt16 nNew ) { nCacheIdx = nNew; } in SetCacheIdx() argument
/aoo41x/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()
/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx404 … sal_Int32 nNew = static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem() local
414 if( nOld!=nNew || in ApplySpecialItem()
417 …setPropertyAlsoToAllAttributedDataPoints( xSeries, C2U( "LabelPlacement" ), uno::makeAny( nNew ) ); in ApplySpecialItem()
421 else if( nOld!=nNew ) in ApplySpecialItem()
423 … GetPropertySet()->setPropertyValue( C2U( "LabelPlacement" ), uno::makeAny( nNew )); in ApplySpecialItem()
/aoo41x/main/svx/source/sdr/animation/
H A Dscheduler.cxx65 void Event::SetTime(sal_uInt32 nNew) in SetTime() argument
67 if(mnTime != nNew) in SetTime()
69 mnTime = nNew; in SetTime()
/aoo41x/main/editeng/source/items/
H A Dparaitem.cxx1250 long nNew = 0; in Store() local
1259 nNew = (nCount + 1) * nDefDist; in Store()
1261 if( nNew <= nPos + 50 ) in Store()
1262 nNew += nDefDist; in Store()
1265 nCount = (sal_uInt16)(nNew < lA3Width ? ( lA3Width - nNew ) / nDefDist + 1 : 0); in Store()
1281 SvxTabStop aSwTabStop(nNew, SVX_TAB_ADJUST_DEFAULT); in Store()
1286 nNew += nDefDist; in Store()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin2.cxx954 SCCOLROW nNew = bColumn ? static_cast<SCCOLROW>(nPosX) : static_cast<SCCOLROW>(nPosY); in PagebreakMove() local
955 if ( nNew != nPagebreakBreak ) in PagebreakMove()
963 sal_Bool bGrow = !bHide && nNew > nPagebreakBreak; in PagebreakMove()
973 ScAddress aNewAddr( static_cast<SCCOL>(nNew), nPosY, nTab ); in PagebreakMove()
987 static_cast<SCCOL>(nPagebreakPrev),0,nTab, static_cast<SCCOL>(nNew-1),0,nTab ) )) in PagebreakMove()
1000 ScAddress aNewAddr( nPosX, nNew, nTab ); in PagebreakMove()
1014 0,nPagebreakPrev,nTab, 0,nNew-1,nTab ) )) in PagebreakMove()
/aoo41x/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()
/aoo41x/main/sc/inc/
H A Dcell.hxx110 inline void SetTextWidth( sal_uInt16 nNew ) { nTextWidth = nNew; } in SetTextWidth() argument
113 inline void SetScriptType( sal_uInt8 nNew ) { nScriptType = nNew; } in SetScriptType() argument
H A Ddptabsrc.hxx163 void SetDupCount( long nNew );
176 void SetOrientation(long nColumn, sal_uInt16 nNew);
441 virtual void setOrientation(sal_uInt16 nNew);
443 virtual void setPosition(long nNew);
446 virtual void setFunction(sal_uInt16 nNew); // for data dimension
448 virtual void setUsedHierarchy(long nNew);
867 void setPosition(sal_Int32 nNew);
/aoo41x/main/svx/source/svdraw/
H A Dsvdedtv1.cxx1580 double nNew=tan((double)nNewShearAngle*nPi180); in SetGeoAttrToMarked() local
1581 nNew-=nOld; in SetGeoAttrToMarked()
1582 nNew=atan(nNew)/nPi180; in SetGeoAttrToMarked()
1583 nShearAngle=Round(nNew); in SetGeoAttrToMarked()
1685 double nNew=tan((double)nNewShearAngle*nPi180); in SetGeoAttrToMarked()
1686 nNew-=nOld; in SetGeoAttrToMarked()
1687 nNew=atan(nNew)/nPi180; in SetGeoAttrToMarked()
1688 nTempAngle=Round(nNew); in SetGeoAttrToMarked()
/aoo41x/main/sw/source/core/text/
H A Ditratr.cxx372 void Minimum( long nNew ) { if( (long)rMin < nNew ) rMin = nNew; } in Minimum() argument
449 void Minimum( long nNew ) { if( nNew > nMinWidth ) nMinWidth = nNew; } in Minimum() argument
/aoo41x/main/editeng/source/editeng/
H A Deditdoc.cxx726 void ContentNode::ExpandAttribs( sal_uInt16 nIndex, sal_uInt16 nNew, SfxItemPool& rItemPool ) in ExpandAttribs() argument
728 if ( !nNew ) in ExpandAttribs()
751 pAttrib->MoveForward( nNew ); in ExpandAttribs()
761 pAttrib->Expand( nNew ); in ExpandAttribs()
775 pAttrib->Expand( nNew ); in ExpandAttribs()
784 pAttrib->Expand( nNew ); in ExpandAttribs()
791 pAttrib->MoveForward( nNew ); in ExpandAttribs()
818 pAttrib->Expand( nNew ); in ExpandAttribs()
823 pAttrib->MoveForward( nNew ); in ExpandAttribs()
856 pWrongList->TextInserted( nIndex, nNew, bSep ); in ExpandAttribs()
/aoo41x/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()
/aoo41x/main/sw/source/core/layout/
H A Dfrmtool.cxx491 long nNew = (pLay->Prt().*fnRect->fnGetHeight)(); in ~SwLayNotify() local
492 if( nNew != (aPrt.*fnRect->fnGetHeight)() ) in ~SwLayNotify()
493 ((SwRowFrm*)pLay)->AdjustCells( nNew, sal_True); in ~SwLayNotify()
2879 SwTwips nNew = aFrm.Right(); in Notify() local
2880 if ( nOld != nNew ) in Notify()
2884 aTmp.Left( Min(nNew, nOld) ); in Notify()
2885 aTmp.Right( Max(nNew, nOld) ); in Notify()
2897 nNew = aFrm.Bottom(); in Notify()
2898 if ( nOld != nNew ) in Notify()
2902 aTmp.Top( Min(nNew, nOld) ); in Notify()
[all …]
/aoo41x/main/sw/inc/
H A Dfmtline.hxx59 void SetStartValue( sal_uLong nNew ) { nStartValue = nNew; } in SetStartValue() argument
H A Dviewopt.hxx422 void SetViewLayoutColumns( sal_uInt16 nNew ) { mnViewLayoutColumns = nNew; } in SetViewLayoutColumns() argument
500 void SetTblDest( sal_uInt8 nNew ) { nTblDest = nNew; } in SetTblDest() argument
/aoo41x/main/sc/source/filter/inc/
H A Dlotfntbf.hxx92 inline void Type( const sal_uInt16 nNew ) { nType = nNew; } in Type()
/aoo41x/main/sc/source/ui/inc/
H A Dpagedata.hxx61 void SetFirstPage( long nNew ) { nFirstPage = nNew; } in SetFirstPage() argument

Completed in 427 milliseconds

12345678