Home
last modified time | relevance | path

Searched refs:nNew (Results 126 – 150 of 199) sorted by relevance

12345678

/aoo42x/main/sc/source/ui/inc/
H A Dimpex.hxx123 void SetSizeLimit( sal_uLong nNew ) { nSizeLimit = nNew; } // momentan nur fuer Ascii in SetSizeLimit() argument
H A DAccessiblePreviewTable.hxx156 void SetCurrentIndexInParent(sal_Int32 nNew) { mnIndex = nNew; } in SetCurrentIndexInParent() argument
H A Dviewdata.hxx471 void SetTabStartCol(SCCOL nNew) { nTabStartCol = nNew; } in SetTabStartCol() argument
/aoo42x/main/svx/source/items/
H A Dzoomslideritem.cxx264 void SvxZoomSliderItem::AddSnappingPoint( sal_Int32 nNew ) in AddSnappingPoint() argument
269 pValues[ nValues ] = nNew; in AddSnappingPoint()
/aoo42x/main/sc/source/ui/view/
H A Dtabvwshc.cxx71 void ScTabViewShell::SetCurRefDlgId( sal_uInt16 nNew ) in SetCurRefDlgId() argument
75 nCurRefDlgId = nNew; in SetCurRefDlgId()
H A Dtabview.cxx1175 long nNew = nOld; in ScrollCommand() local
1177 nNew = Max( (long) MINZOOM, (long)( nOld - SC_DELTA_ZOOM ) ); in ScrollCommand()
1179 nNew = Min( (long) MAXZOOM, (long)( nOld + SC_DELTA_ZOOM ) ); in ScrollCommand()
1181 if ( nNew != nOld ) in ScrollCommand()
1187 Fraction aFract( nNew, 100 ); in ScrollCommand()
/aoo42x/main/svx/inc/svx/
H A Dnumfmtsh.hxx183 void SetCurNumFmtKey( sal_uInt32 nNew ) { nCurFormatKey = nNew; } in SetCurNumFmtKey() argument
/aoo42x/main/sw/source/core/text/
H A Dpormulti.hxx112 inline void SetDirection( sal_uInt8 nNew ) { nDirection = nNew; } in SetDirection() argument
/aoo42x/main/sc/inc/
H A Dconditio.hxx244 void SetKey(sal_uInt32 nNew) { nKey = nNew; } // nur wenn nicht eingefuegt! in SetKey() argument
/aoo42x/main/sw/inc/
H A Dswcrsr.hxx219 void SetCrsrRowSpanOffset( long nNew ) { mnRowSpanOffset = nNew; } in SetCrsrRowSpanOffset() argument
/aoo42x/main/sw/source/core/inc/
H A Drolbck.hxx447 void ChangeNodeIndex( sal_uLong nNew ) { m_nNodeIndex = nNew; } in ChangeNodeIndex() argument
/aoo42x/main/sc/source/filter/xml/
H A Dxmlstyli.hxx159 void SetLastSheet(sal_Int32 nNew) { nLastSheet = nNew; } in SetLastSheet() argument
/aoo42x/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
/aoo42x/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx233 inline void SetCount( sal_uInt32 nNew ) { nCount = nNew; } in SetCount() argument
H A Dxestyle.hxx518 void setIndexInXFList(sal_uInt32 nNew) { mnIndexInXFList = nNew; } in setIndexInXFList() argument
/aoo42x/main/editeng/source/items/
H A Dfrmitems.cxx2491 void SvxBoxItem::SetDistance( sal_uInt16 nNew, sal_uInt16 nLine ) in SetDistance() argument
2496 nTopDist = nNew; in SetDistance()
2499 nBottomDist = nNew; in SetDistance()
2502 nLeftDist = nNew; in SetDistance()
2505 nRightDist = nNew; in SetDistance()
4138 void SvxBrushItem::setGraphicTransparency(sal_Int8 nNew) in setGraphicTransparency() argument
4140 if(nNew != pImpl->nGraphicTransparency) in setGraphicTransparency()
4142 pImpl->nGraphicTransparency = nNew; in setGraphicTransparency()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx86 void SetIntValue( sal_Int32 nNew ) { mbIsDouble = false; mnIntValue = nNew; } in SetIntValue() argument
/aoo42x/main/basic/source/sbx/
H A Dsbxobj.cxx783 sal_uIntPtr nNew = rStrm.Tell(); in StoreData() local
785 rStrm << (sal_uInt32) ( nNew - nPos ); in StoreData()
786 rStrm.Seek( nNew ); in StoreData()
/aoo42x/main/sw/source/core/crsr/
H A Dpam.cxx1072 nNew = aPosPara == fnMoveForward ? 0 : pNd->Len(); in GoCurrPara() local
1074 if( nOld != nNew ) in GoCurrPara()
1076 rPos.nContent.Assign( pNd, nNew ); in GoCurrPara()
/aoo42x/main/sw/source/core/layout/
H A Dwsfrm.cxx522 long nNew = (aNew.*fnRect->fnGetHeight)(); in ChgSize() local
523 long nDiff = nNew - (aFrm.*fnRect->fnGetHeight)(); in ChgSize()
530 (aFrm.*fnRect->fnSetHeight)( nNew ); in ChgSize()
533 (aFrm.*fnRect->fnSetHeight)( nNew - nDiff + nReal ); in ChgSize()
546 if ( GetUpper() && (aFrm.*fnRect->fnGetHeight)() != nNew ) in ChgSize()
553 (aFrm.*fnRect->fnSetHeight)( nNew ); in ChgSize()
/aoo42x/main/sc/source/core/data/
H A Ddocumen9.cxx830 void ScDocument::SetAsianCompression(sal_uInt8 nNew) in SetAsianCompression() argument
832 nAsianCompression = nNew; in SetAsianCompression()
/aoo42x/main/sw/source/core/docnode/
H A Dnodes.cxx1989 inline sal_uInt8 MaxLvl( sal_uInt8 nMin, sal_uInt8 nMax, short nNew ) in MaxLvl() argument
1991 return (sal_uInt8)(nNew < nMin ? nMin : nNew > nMax ? nMax : nNew); in MaxLvl()
/aoo42x/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()
/aoo42x/main/ucbhelper/source/provider/
H A Dresultset.cxx1524 void ResultSet::rowCountChanged( sal_uInt32 nOld, sal_uInt32 nNew ) in rowCountChanged() argument
1526 OSL_ENSURE( nOld < nNew, "ResultSet::rowCountChanged - nOld >= nNew!" ); in rowCountChanged()
1538 uno::makeAny( nNew ) ) ); // new value in rowCountChanged()
/aoo42x/main/svx/inc/svx/sdr/overlay/
H A Doverlayrectangle.hxx80 void setBlinkTime(sal_uInt32 nNew);

Completed in 817 milliseconds

12345678