/aoo41x/main/sc/source/core/tool/ |
H A D | navicfg.cxx | 49 void ScNavipiCfg::SetListMode(sal_uInt16 nNew) in SetListMode() 58 void ScNavipiCfg::SetDragMode(sal_uInt16 nNew) in SetDragMode() 67 void ScNavipiCfg::SetRootType(sal_uInt16 nNew) in SetRootType()
|
/aoo41x/main/formula/inc/formula/ |
H A D | formdata.hxx | 55 inline void SetMode( sal_uInt16 nNew ) { nMode = nNew; } in SetMode() 56 inline void SetFStart( xub_StrLen nNew ) { nFStart = nNew; } in SetFStart() 57 inline void SetCatSel( sal_uInt16 nNew ) { nCatSel = nNew; } in SetCatSel() 58 inline void SetFuncSel( sal_uInt16 nNew ) { nFuncSel = nNew; } in SetFuncSel() 59 inline void SetOffset( sal_uInt16 nNew ) { nOffset = nNew; } in SetOffset() 60 inline void SetEdFocus( sal_uInt16 nNew ) { nEdFocus = nNew; } in SetEdFocus() 63 inline void SetUniqueId(const rtl::OString nNew) { aUniqueId=nNew;} in SetUniqueId()
|
/aoo41x/main/svx/inc/svx/ |
H A D | pagectrl.hxx | 96 void SetTop( long nNew ) { nTop = nNew; } in SetTop() 97 void SetBottom( long nNew ) { nBottom = nNew; } in SetBottom() 98 void SetLeft( long nNew ) { nLeft = nNew; } in SetLeft() 99 void SetRight( long nNew ) { nRight = nNew; } in SetRight() 112 void SetHdLeft( long nNew ) { nHdLeft = nNew; } in SetHdLeft() 113 void SetHdRight( long nNew ) { nHdRight = nNew; } in SetHdRight() 114 void SetHdDist( long nNew ) { nHdDist = nNew; } in SetHdDist() 127 void SetFtLeft( long nNew ) { nFtLeft = nNew; } in SetFtLeft() 128 void SetFtRight( long nNew ) { nFtRight = nNew; } in SetFtRight() 129 void SetFtDist( long nNew ) { nFtDist = nNew; } in SetFtDist() [all …]
|
H A D | paraprev.hxx | 79 void SetFirstLineOfst( short nNew ) { nFirstLineOfst = nNew; } in SetFirstLineOfst() 80 void SetLeftMargin( long nNew ) { nLeftMargin = nNew; } in SetLeftMargin() 81 void SetRightMargin( long nNew ) { nRightMargin = nNew; } in SetRightMargin() 82 void SetUpper( sal_uInt16 nNew ) { nUpper = nNew; } in SetUpper() 83 void SetLower( sal_uInt16 nNew ) { nLower = nNew; } in SetLower() 86 void SetLineSpace( SvxPrevLineSpace eNew, sal_uInt16 nNew = 0 ) in SetLineSpace()
|
/aoo41x/main/sc/inc/ |
H A D | appoptio.hxx | 45 void SetZoom( sal_uInt16 nNew ) { nZoom = nNew; } in SetZoom() 55 void SetStatusFunc( sal_uInt16 nNew ) { nStatusFunc = nNew; } in SetStatusFunc() 62 void SetTrackContentColor(sal_uInt32 nNew) { nTrackContentColor = nNew; } in SetTrackContentColor() 64 void SetTrackInsertColor(sal_uInt32 nNew) { nTrackInsertColor = nNew; } in SetTrackInsertColor() 66 void SetTrackDeleteColor(sal_uInt32 nNew) { nTrackDeleteColor = nNew; } in SetTrackDeleteColor() 68 void SetTrackMoveColor(sal_uInt32 nNew) { nTrackMoveColor = nNew; } in SetTrackMoveColor() 74 void SetDefaultObjectSizeWidth(sal_Int32 nNew) { nDefaultObjectSizeWidth = nNew; } in SetDefaultObjectSizeWidth() 76 void SetDefaultObjectSizeHeight(sal_Int32 nNew) { nDefaultObjectSizeHeight = nNew; } in SetDefaultObjectSizeHeight()
|
/aoo41x/main/sw/inc/ |
H A D | fmtclds.hxx | 50 void SetWishWidth( sal_uInt16 nNew ) { nWish = nNew; } in SetWishWidth() 51 void SetUpper( sal_uInt16 nNew ) { nUpper = nNew; } in SetUpper() 52 void SetLower( sal_uInt16 nNew ) { nLower = nNew; } in SetLower() 53 void SetLeft ( sal_uInt16 nNew ) { nLeft = nNew; } in SetLeft() 54 void SetRight( sal_uInt16 nNew ) { nRight = nNew; } in SetRight() 141 void SetLineHeight( sal_uInt8 nNew ) { nLineHeight = nNew; } in SetLineHeight() 143 void SetWishWidth( sal_uInt16 nNew ) { nWidth = nNew; } in SetWishWidth()
|
H A D | fmtruby.hxx | 76 void SetCharFmtId( sal_uInt16 nNew ) { nCharFmtId = nNew; } in SetCharFmtId() 79 void SetPosition( sal_uInt16 nNew ) { nPosition = nNew; } in SetPosition() 82 void SetAdjustment( sal_uInt16 nNew ) { nAdjustment = nNew; } in SetAdjustment()
|
H A D | tabcol.hxx | 94 void SetLeftMin ( long nNew ) { nLeftMin = nNew; } in SetLeftMin() 95 void SetLeft ( long nNew ) { nLeft = nNew; } in SetLeft() 96 void SetRight ( long nNew ) { nRight = nNew; } in SetRight() 97 void SetRightMax( long nNew ) { nRightMax = nNew;} in SetRightMax()
|
H A D | tgrditem.hxx | 71 void SetLines( sal_uInt16 nNew ) { nLines = nNew; } in SetLines() 74 void SetBaseHeight( sal_uInt16 nNew ) { nBaseHeight = nNew; } in SetBaseHeight() 77 void SetRubyHeight( sal_uInt16 nNew ) { nRubyHeight = nNew; } in SetRubyHeight() 96 void SetBaseWidth( sal_uInt16 nNew ) { nBaseWidth = nNew; } in SetBaseWidth()
|
H A D | pagedesc.hxx | 69 void SetHeight( SwTwips nNew ) { nMaxHeight = nNew; } in SetHeight() 74 void SetTopDist ( SwTwips nNew ) { nTopDist = nNew; } in SetTopDist() 75 void SetBottomDist( SwTwips nNew ) { nBottomDist = nNew; } in SetBottomDist() 206 void SetRegHeight( sal_uInt16 nNew ){ nRegHeight = nNew; } in SetRegHeight() 207 void SetRegAscent( sal_uInt16 nNew ){ nRegAscent = nNew; } in SetRegAscent()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 434 void SetIdx( xub_StrLen nNew ) in SetIdx() 439 void SetLen( xub_StrLen nNew ) in SetLen() 444 void SetOfst( xub_StrLen nNew ) in SetOfst() 452 void SetLeft( long nNew ) in SetLeft() 460 void SetRight( long nNew ) in SetRight() 468 void SetKanaDiff( long nNew ) in SetKanaDiff() 476 void SetWidth( sal_uInt16 nNew ) in SetWidth() 481 void SetAscent( sal_uInt16 nNew ) in SetAscent() 489 void SetKern( long nNew ) in SetKern() 494 void SetSpace( long nNew ) in SetSpace() [all …]
|
H A D | rowfrm.hxx | 80 void SetTopMarginForLowers( sal_uInt16 nNew ) { mnTopMarginForLowers = nNew; } in SetTopMarginForLowers() 82 void SetBottomMarginForLowers( sal_uInt16 nNew ) { mnBottomMarginForLowers = nNew; } in SetBottomMarginForLowers() 84 void SetBottomLineSize( sal_uInt16 nNew ) { mnBottomLineSize = nNew; } in SetBottomLineSize()
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 249 void SwRect::_Width( const long nNew ) { m_Size.setWidth(nNew); } in _Width() 250 void SwRect::_Height( const long nNew ) { m_Size.setHeight(nNew); } in _Height() 269 void SwRect::SetPosX( const long nNew ){ m_Point.setX(nNew); } in SetPosX() 270 void SwRect::SetPosY( const long nNew ){ m_Point.setY(nNew); } in SetPosY() 290 void SwRect::SetLeftAndWidth( long nLeft, long nNew ) in SetLeftAndWidth() 295 void SwRect::SetTopAndHeight( long nTop, long nNew ) in SetTopAndHeight() 300 void SwRect::SetRightAndWidth( long nRight, long nNew ) in SetRightAndWidth() 305 void SwRect::SetBottomAndHeight( long nBottom, long nNew ) in SetBottomAndHeight()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | bulitem.hxx | 125 void SetStart( sal_uInt16 nNew ) { nStart = nNew; } in SetStart() 126 void SetWidth( long nNew ) { nWidth = nNew; } in SetWidth() 127 void SetStyle( sal_uInt16 nNew ) { nStyle = nNew; } in SetStyle() 128 void SetJustification( sal_uInt8 nNew ) { nJustify = nNew; } in SetJustification() 130 void SetScale( sal_uInt16 nNew ) { nScale = nNew; } in SetScale()
|
H A D | borderline.hxx | 109 void SetOutWidth( sal_uInt16 nNew ) { nOutWidth = nNew; } in SetOutWidth() 110 void SetInWidth( sal_uInt16 nNew ) { nInWidth = nNew; } in SetInWidth() 111 void SetDistance( sal_uInt16 nNew ) { nDistance = nNew; } in SetDistance()
|
/aoo41x/main/sw/source/core/text/ |
H A D | redlnitr.hxx | 59 sal_Bool Leave( SwFont& rFnt, xub_StrLen nNew ) in Leave() 88 inline short EnterExtend( SwFont& rFnt, xub_StrLen nNew ) in EnterExtend() 100 inline short Seek( SwFont& rFnt, xub_StrLen nNew, xub_StrLen nOld ) in Seek() 109 inline sal_Bool LeaveExtend( SwFont& rFnt, xub_StrLen nNew ) in LeaveExtend()
|
H A D | pordrop.hxx | 60 inline void SetWidth( sal_uInt16 nNew ) { nWidth = nNew; } in SetWidth() 82 inline void Fix( const KSHORT nNew ) { nFix = nNew; } in Fix() 105 inline void SetY( short nNew ) { nY = nNew; } in SetY()
|
H A D | possiz.hxx | 41 inline void Height( const KSHORT nNew ) { nHeight = nNew; } in Height() 43 inline void Width( const KSHORT nNew ) { nWidth = nNew; } in Width()
|
H A D | inftxt.hxx | 324 inline void SetIdx( const xub_StrLen nNew ) { nIdx = nNew; } in SetIdx() 326 inline void SetLen( const xub_StrLen nNew ) { nLen = nNew; } in SetLen() 372 inline void SetKanaIdx( MSHORT nNew ) { nKanaIdx = nNew; } in SetKanaIdx() 444 inline void X( const long nNew ) { aPos.X() = nNew; } in X() 446 inline void Y( const SwTwips nNew ) { aPos.Y() = nNew; } in Y() 495 inline void SetSpaceIdx( MSHORT nNew ) { nSpaceIdx = nNew; } in SetSpaceIdx() 598 inline void Width( const KSHORT nNew ) { nWidth = nNew; } in Width() 606 inline void Left( const SwTwips nNew ) { nLeft = nNew; } in Left() 608 inline void Right( const SwTwips nNew ) { nRight = nNew; } in Right() 610 inline void First( const SwTwips nNew ) { nFirst = nNew; } in First() [all …]
|
H A D | porfly.hxx | 46 inline void SetBlankWidth( const KSHORT nNew ) { nBlankWidth = nNew; } in SetBlankWidth() 86 inline void SetAlign( sal_uInt8 nNew ) { nAlign = nNew; } in SetAlign()
|
H A D | itrtxt.hxx | 148 inline void Right( const SwTwips nNew ) { nRight = nNew; } in Right() 150 inline void SetDropLeft( const KSHORT nNew ) { nDropLeft = nNew; } in SetDropLeft() 182 inline void SetDropLines( const MSHORT nNew ) { nDropLines = nNew; } in SetDropLines() 185 inline void SetDropHeight( const KSHORT nNew ) { nDropHeight = nNew; } in SetDropHeight() 187 inline void SetDropDescent( const KSHORT nNew ) { nDropDescent = nNew; } in SetDropDescent()
|
/aoo41x/main/svtools/source/config/ |
H A D | optionsdrawinglayer.cxx | 959 void SvtOptionsDrawinglayer_Impl::SetMaximumPaperWidth( sal_uInt32 nNew ) in SetMaximumPaperWidth() 968 void SvtOptionsDrawinglayer_Impl::SetMaximumPaperHeight( sal_uInt32 nNew ) in SetMaximumPaperHeight() 995 void SvtOptionsDrawinglayer_Impl::SetMaximumPaperTopMargin( sal_uInt32 nNew ) in SetMaximumPaperTopMargin() 1119 void SvtOptionsDrawinglayer_Impl::SetQuadratic3DRenderLimit(sal_uInt32 nNew) in SetQuadratic3DRenderLimit() 1479 void SvtOptionsDrawinglayer::SetMaximumPaperWidth( sal_uInt32 nNew ) in SetMaximumPaperWidth() 1485 void SvtOptionsDrawinglayer::SetMaximumPaperHeight( sal_uInt32 nNew ) in SetMaximumPaperHeight() 1491 void SvtOptionsDrawinglayer::SetMaximumPaperLeftMargin( sal_uInt32 nNew ) in SetMaximumPaperLeftMargin() 1497 void SvtOptionsDrawinglayer::SetMaximumPaperRightMargin( sal_uInt32 nNew ) in SetMaximumPaperRightMargin() 1503 void SvtOptionsDrawinglayer::SetMaximumPaperTopMargin( sal_uInt32 nNew ) in SetMaximumPaperTopMargin() 1509 void SvtOptionsDrawinglayer::SetMaximumPaperBottomMargin( sal_uInt32 nNew ) in SetMaximumPaperBottomMargin() [all …]
|
/aoo41x/main/unotools/source/config/ |
H A D | optionsdrawinglayer.cxx | 951 void SvtOptionsDrawinglayer_Impl::SetMaximumPaperWidth( sal_uInt32 nNew ) in SetMaximumPaperWidth() 960 void SvtOptionsDrawinglayer_Impl::SetMaximumPaperHeight( sal_uInt32 nNew ) in SetMaximumPaperHeight() 987 void SvtOptionsDrawinglayer_Impl::SetMaximumPaperTopMargin( sal_uInt32 nNew ) in SetMaximumPaperTopMargin() 1111 void SvtOptionsDrawinglayer_Impl::SetQuadratic3DRenderLimit(sal_uInt32 nNew) in SetQuadratic3DRenderLimit() 1471 void SvtOptionsDrawinglayer::SetMaximumPaperWidth( sal_uInt32 nNew ) in SetMaximumPaperWidth() 1477 void SvtOptionsDrawinglayer::SetMaximumPaperHeight( sal_uInt32 nNew ) in SetMaximumPaperHeight() 1483 void SvtOptionsDrawinglayer::SetMaximumPaperLeftMargin( sal_uInt32 nNew ) in SetMaximumPaperLeftMargin() 1489 void SvtOptionsDrawinglayer::SetMaximumPaperRightMargin( sal_uInt32 nNew ) in SetMaximumPaperRightMargin() 1495 void SvtOptionsDrawinglayer::SetMaximumPaperTopMargin( sal_uInt32 nNew ) in SetMaximumPaperTopMargin() 1501 void SvtOptionsDrawinglayer::SetMaximumPaperBottomMargin( sal_uInt32 nNew ) in SetMaximumPaperBottomMargin() [all …]
|
/aoo41x/main/basegfx/inc/basegfx/pixel/ |
H A D | bpixel.hxx | 109 void setRed(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnR = nNew; } in setRed() 110 void setGreen(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnG = nNew; } in setGreen() 111 void setBlue(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnB = nNew; } in setBlue() 112 void setOpacity(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnO = nNew; } in setOpacity()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | AccessiblePreviewTable.hxx | 156 void SetCurrentIndexInParent(sal_Int32 nNew) { mnIndex = nNew; } in SetCurrentIndexInParent()
|