Home
last modified time | relevance | path

Searched defs:nNew (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dpagectrl.hxx106 void SetTop(tools::Long nNew) { nTop = nNew; } in SetTop()
107 void SetBottom(tools::Long nNew) { nBottom = nNew; } in SetBottom()
108 void SetLeft(tools::Long nNew) { nLeft = nNew; } in SetLeft()
109 void SetRight(tools::Long nNew) { nRight = nNew; } in SetRight()
116 void SetHdLeft(tools::Long nNew) { nHdLeft = nNew; } in SetHdLeft()
117 void SetHdRight(tools::Long nNew) { nHdRight = nNew; } in SetHdRight()
118 void SetHdDist(tools::Long nNew) { nHdDist = nNew; } in SetHdDist()
119 void SetHdHeight(tools::Long nNew) { nHdHeight = nNew; } in SetHdHeight()
126 void SetFtLeft(tools::Long nNew) { nFtLeft = nNew; } in SetFtLeft()
127 void SetFtRight(tools::Long nNew) { nFtRight = nNew; } in SetFtRight()
[all …]
H A Dparaprev.hxx62 void SetFirstLineOffset( short nNew ) in SetFirstLineOffset()
66 void SetLeftMargin( tools::Long nNew ) in SetLeftMargin()
70 void SetRightMargin( tools::Long nNew ) in SetRightMargin()
74 void SetUpper( sal_uInt16 nNew ) in SetUpper()
78 void SetLower( sal_uInt16 nNew ) in SetLower()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dpagectrl.hxx106 void SetTop(long nNew) { nTop = nNew; } in SetTop()
107 void SetBottom(long nNew) { nBottom = nNew; } in SetBottom()
108 void SetLeft(long nNew) { nLeft = nNew; } in SetLeft()
109 void SetRight(long nNew) { nRight = nNew; } in SetRight()
116 void SetHdLeft(long nNew) { nHdLeft = nNew; } in SetHdLeft()
117 void SetHdRight(long nNew) { nHdRight = nNew; } in SetHdRight()
118 void SetHdDist(long nNew) { nHdDist = nNew; } in SetHdDist()
119 void SetHdHeight(long nNew) { nHdHeight = nNew; } in SetHdHeight()
126 void SetFtLeft(long nNew) { nFtLeft = nNew; } in SetFtLeft()
127 void SetFtRight(long nNew) { nFtRight = nNew; } in SetFtRight()
[all …]
H A Dparaprev.hxx62 void SetFirstLineOfst( short nNew ) in SetFirstLineOfst()
66 void SetLeftMargin( long nNew ) in SetLeftMargin()
70 void SetRightMargin( long nNew ) in SetRightMargin()
74 void SetUpper( sal_uInt16 nNew ) in SetUpper()
78 void SetLower( sal_uInt16 nNew ) in SetLower()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dnavicfg.cxx33 void ScNavipiCfg::SetListMode(sal_uInt16 nNew) in SetListMode()
42 void ScNavipiCfg::SetDragMode(sal_uInt16 nNew) in SetDragMode()
51 void ScNavipiCfg::SetRootType(ScContentId nNew) in SetRootType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dnavicfg.cxx33 void ScNavipiCfg::SetListMode(sal_uInt16 nNew) in SetListMode()
42 void ScNavipiCfg::SetDragMode(sal_uInt16 nNew) in SetDragMode()
51 void ScNavipiCfg::SetRootType(ScContentId nNew) in SetRootType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dappoptio.hxx41 void SetZoom( sal_uInt16 nNew ) { nZoom = nNew; } in SetZoom()
51 void SetStatusFunc( sal_uInt32 nNew ) { nStatusFunc = nNew; } in SetStatusFunc()
58 void SetTrackContentColor(Color nNew) { nTrackContentColor = nNew; } in SetTrackContentColor()
60 void SetTrackInsertColor(Color nNew) { nTrackInsertColor = nNew; } in SetTrackInsertColor()
62 void SetTrackDeleteColor(Color nNew) { nTrackDeleteColor = nNew; } in SetTrackDeleteColor()
64 void SetTrackMoveColor(Color nNew) { nTrackMoveColor = nNew; } in SetTrackMoveColor()
70 void SetDefaultObjectSizeWidth(sal_Int32 nNew) { nDefaultObjectSizeWidth = nNew; } in SetDefaultObjectSizeWidth()
72 void SetDefaultObjectSizeHeight(sal_Int32 nNew) { nDefaultObjectSizeHeight = nNew; } in SetDefaultObjectSizeHeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dappoptio.hxx42 void SetZoom( sal_uInt16 nNew ) { nZoom = nNew; } in SetZoom()
52 void SetStatusFunc( sal_uInt32 nNew ) { nStatusFunc = nNew; } in SetStatusFunc()
59 void SetTrackContentColor(Color nNew) { nTrackContentColor = nNew; } in SetTrackContentColor()
61 void SetTrackInsertColor(Color nNew) { nTrackInsertColor = nNew; } in SetTrackInsertColor()
63 void SetTrackDeleteColor(Color nNew) { nTrackDeleteColor = nNew; } in SetTrackDeleteColor()
65 void SetTrackMoveColor(Color nNew) { nTrackMoveColor = nNew; } in SetTrackMoveColor()
71 void SetDefaultObjectSizeWidth(sal_Int32 nNew) { nDefaultObjectSizeWidth = nNew; } in SetDefaultObjectSizeWidth()
73 void SetDefaultObjectSizeHeight(sal_Int32 nNew) { nDefaultObjectSizeHeight = nNew; } in SetDefaultObjectSizeHeight()
/dports/games/openjk/OpenJK-07675e2/code/Ratl/
H A Dlist_vs.h458 int nNew= mPool.alloc(); in insert() local
467 int nNew= mPool.alloc(val); in insert() local
485 int nNew= mPool.alloc(); in insert_after() local
495 int nNew= mPool.alloc(val); in insert_after() local
518 int nNew= mPool.alloc(); in push_front() local
527 int nNew= mPool.alloc(val); in push_front() local
545 int nNew= mPool.alloc(); in push_back() local
554 int nNew= mPool.alloc(val); in push_back() local
618 void insert_low(const iterator& it,int nNew) in insert_low()
673 void insert_low_after(const iterator& it,int nNew) in insert_low_after()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dbulletitem.hxx76 void SetStart( sal_uInt16 nNew ) { nStart = nNew; } in SetStart()
77 void SetWidth( tools::Long nNew ) { nWidth = nNew; } in SetWidth()
78 void SetStyle( SvxBulletStyle nNew ) { nStyle = nNew; } in SetStyle()
80 void SetScale( sal_uInt16 nNew ) { nScale = nNew; } in SetScale()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dbulletitem.hxx76 void SetStart( sal_uInt16 nNew ) { nStart = nNew; } in SetStart()
77 void SetWidth( long nNew ) { nWidth = nNew; } in SetWidth()
78 void SetStyle( SvxBulletStyle nNew ) { nStyle = nNew; } in SetStyle()
80 void SetScale( sal_uInt16 nNew ) { nScale = nNew; } in SetScale()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/tools/
H A Dzoomtools.cxx45 tools::Long nNew = nCurrent + 0.5; in roundZoom() local
85 tools::Long nNew = roundZoom( nCurrent * ZOOM_FACTOR ); in zoomIn() local
102 tools::Long nNew = roundZoom( nCurrent / ZOOM_FACTOR ); in zoomOut() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/tools/
H A Dzoomtools.cxx47 long nNew = nCurrent + 0.5; in roundZoom() local
87 long nNew = roundZoom( nCurrent * ZOOM_FACTOR ); in zoomIn() local
104 long nNew = roundZoom( nCurrent / ZOOM_FACTOR ); in zoomOut() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Ddrawfont.hxx456 void SetIdx(TextFrameIndex const nNew) in SetIdx()
461 void SetLen(TextFrameIndex const nNew) in SetLen()
466 void SetOffset( sal_Int32 nNew ) in SetOffset()
474 void SetKanaDiff( tools::Long nNew ) in SetKanaDiff()
482 void SetWidth( sal_uInt16 nNew ) in SetWidth()
487 void SetAscent( sal_uInt16 nNew ) in SetAscent()
495 void SetKern( tools::Long nNew ) in SetKern()
500 void SetSpace( tools::Long nNew ) in SetSpace()
518 void SetNumberOfBlanks( TextFrameIndex const nNew ) in SetNumberOfBlanks()
526 void SetCursorBidiLevel( sal_uInt8 nNew ) in SetCursorBidiLevel()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Ddrawfont.hxx456 void SetIdx(TextFrameIndex const nNew) in SetIdx()
461 void SetLen(TextFrameIndex const nNew) in SetLen()
466 void SetOfst( sal_Int32 nNew ) in SetOfst()
474 void SetKanaDiff( long nNew ) in SetKanaDiff()
482 void SetWidth( sal_uInt16 nNew ) in SetWidth()
487 void SetAscent( sal_uInt16 nNew ) in SetAscent()
495 void SetKern( long nNew ) in SetKern()
500 void SetSpace( long nNew ) in SetSpace()
518 void SetNumberOfBlanks( TextFrameIndex const nNew ) in SetNumberOfBlanks()
526 void SetCursorBidiLevel( sal_uInt8 nNew ) in SetCursorBidiLevel()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dswrect.cxx148 void SwRect::Width_( const long nNew ) { m_Size.setWidth(nNew); } in Width_()
149 void SwRect::Height_( const long nNew ) { m_Size.setHeight(nNew); } in Height_()
168 void SwRect::SetPosX( const long nNew ){ m_Point.setX(nNew); } in SetPosX()
169 void SwRect::SetPosY( const long nNew ){ m_Point.setY(nNew); } in SetPosY()
194 void SwRect::SetLeftAndWidth( long nLeft, long nNew ) in SetLeftAndWidth()
199 void SwRect::SetTopAndHeight( long nTop, long nNew ) in SetTopAndHeight()
204 void SwRect::SetRightAndWidth( long nRight, long nNew ) in SetRightAndWidth()
209 void SwRect::SetBottomAndHeight( long nBottom, long nNew ) in SetBottomAndHeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dfmtruby.hxx68 void SetCharFormatId( sal_uInt16 nNew ) { m_nCharFormatId = nNew; } in SetCharFormatId()
71 void SetPosition( sal_uInt16 nNew ) { m_nPosition = nNew; } in SetPosition()
74 void SetAdjustment( css::text::RubyAdjust nNew ) { m_eAdjustment = nNew; } in SetAdjustment()
H A Dfmtclds.hxx46 void SetWishWidth( sal_uInt16 nNew ) { m_nWish = nNew; } in SetWishWidth()
47 void SetLeft ( sal_uInt16 nNew ) { m_nLeft = nNew; } in SetLeft()
48 void SetRight( sal_uInt16 nNew ) { m_nRight = nNew; } in SetRight()
132 void SetLineHeight( sal_uInt8 nNew ) { m_nLineHeight = nNew; } in SetLineHeight()
134 void SetWishWidth( sal_uInt16 nNew ) { m_nWidth = nNew; } in SetWishWidth()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dfmtruby.hxx68 void SetCharFormatId( sal_uInt16 nNew ) { m_nCharFormatId = nNew; } in SetCharFormatId()
71 void SetPosition( sal_uInt16 nNew ) { m_nPosition = nNew; } in SetPosition()
74 void SetAdjustment( css::text::RubyAdjust nNew ) { m_eAdjustment = nNew; } in SetAdjustment()
H A Dfmtclds.hxx46 void SetWishWidth( sal_uInt16 nNew ) { m_nWish = nNew; } in SetWishWidth()
47 void SetLeft ( sal_uInt16 nNew ) { m_nLeft = nNew; } in SetLeft()
48 void SetRight( sal_uInt16 nNew ) { m_nRight = nNew; } in SetRight()
132 void SetLineHeight( sal_uInt8 nNew ) { m_nLineHeight = nNew; } in SetLineHeight()
134 void SetWishWidth( sal_uInt16 nNew ) { m_nWidth = nNew; } in SetWishWidth()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basegfx/pixel/
H A Dbpixel.hxx78 void setRed(sal_uInt8 nNew) { maPixelUnion.maRGBA.mnR = nNew; } in setRed()
79 void setGreen(sal_uInt8 nNew) { maPixelUnion.maRGBA.mnG = nNew; } in setGreen()
80 void setBlue(sal_uInt8 nNew) { maPixelUnion.maRGBA.mnB = nNew; } in setBlue()
81 void setAlpha(sal_uInt8 nNew) { maPixelUnion.maRGBA.mnA = nNew; } in setAlpha()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dswrect.cxx146 void SwRect::Width_( const tools::Long nNew ) { m_Size.setWidth(nNew); } in Width_()
147 void SwRect::Height_( const tools::Long nNew ) { m_Size.setHeight(nNew); } in Height_()
168 void SwRect::SetPosX( const tools::Long nNew ){ m_Point.setX(nNew); } in SetPosX()
169 void SwRect::SetPosY( const tools::Long nNew ){ m_Point.setY(nNew); } in SetPosY()
194 void SwRect::SetLeftAndWidth( tools::Long nLeft, tools::Long nNew ) in SetLeftAndWidth()
199 void SwRect::SetTopAndHeight( tools::Long nTop, tools::Long nNew ) in SetTopAndHeight()
204 void SwRect::SetRightAndWidth( tools::Long nRight, tools::Long nNew ) in SetRightAndWidth()
209 void SwRect::SetBottomAndHeight( tools::Long nBottom, tools::Long nNew ) in SetBottomAndHeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basegfx/pixel/
H A Dbpixel.hxx79 void setRed(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnR = nNew; } in setRed()
80 void setGreen(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnG = nNew; } in setGreen()
81 void setBlue(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnB = nNew; } in setBlue()
82 void setOpacity(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnO = nNew; } in setOpacity()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/formula/
H A Dformdata.hxx47 void SetMode( FormulaDlgMode nNew ) { nMode = nNew; } in SetMode()
48 void SetFStart( sal_Int32 nNew ) { nFStart = nNew; } in SetFStart()
49 void SetOffset( sal_uInt16 nNew ) { nOffset = nNew; } in SetOffset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/formula/
H A Dformdata.hxx47 void SetMode( FormulaDlgMode nNew ) { nMode = nNew; } in SetMode()
48 void SetFStart( sal_Int32 nNew ) { nFStart = nNew; } in SetFStart()
49 void SetOffset( sal_uInt16 nNew ) { nOffset = nNew; } in SetOffset()

12345678910>>...27