/aoo4110/main/svx/source/sidebar/paragraph/ |
H A D | ParaLineSpacingControl.cxx | 675 rLineSpace.SetLineHeight( (sal_uInt16)lValue ); in SetLineSpace() 685 rLineSpace.SetLineHeight((sal_uInt16)lValue); in SetLineSpace()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | lspcitem.hxx | 92 inline void SetLineHeight( const sal_uInt16 nHeight ) in SetLineHeight() function in SvxLineSpacingItem
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | colmgr.cxx | 121 aFmtCol.SetLineHeight((sal_uInt8)nPercent); in SetLineHeightPercent()
|
/aoo4110/main/sw/inc/ |
H A D | fmtclds.hxx | 141 void SetLineHeight( sal_uInt8 nNew ) { nLineHeight = nNew; } in SetLineHeight() function in SwFmtCol
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfly.cxx | 384 rInf.SetLineHeight( KSHORT(nHeight) ); in ChkFlyUnderflow() 396 rInf.SetLineHeight( KSHORT(nHeight) ); in ChkFlyUnderflow() 411 rInf.SetLineHeight( KSHORT(nHeight) ); in ChkFlyUnderflow()
|
H A D | inftxt.hxx | 660 inline void SetLineHeight( const KSHORT nNew ) { nLineHeight = nNew; } in SetLineHeight() function in SwTxtFormatInfo
|
H A D | inftxt.cxx | 1603 SetLineHeight( nHeight ); in _CheckFtnPortion()
|
H A D | itrform2.cxx | 1498 GetInfo().SetLineHeight( 0 ); in FormatLine()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterScrollBar.hxx | 98 void SetLineHeight (const double nLineHeight);
|
H A D | PresenterNotesView.cxx | 778 mpScrollBar->SetLineHeight(mpFont->mnSize*1.2); in UpdateScrollBar()
|
H A D | PresenterSlideSorter.cxx | 1663 mpHorizontalScrollBar->SetLineHeight(maPreviewSize.Width); in UpdateScrollBars() 1673 mpVerticalScrollBar->SetLineHeight(maPreviewSize.Height); in UpdateScrollBars()
|
H A D | PresenterScrollBar.cxx | 298 void PresenterScrollBar::SetLineHeight (const double nLineHeight) in SetLineHeight() function in sdext::presenter::PresenterScrollBar
|
/aoo4110/main/editeng/source/editeng/ |
H A D | editdoc2.cxx | 467 …rItem.SetLineHeight( sal::static_int_cast< sal_uInt16 >( OutputDevice::LogicToLogic( rItem.GetLine… in ConvertItem()
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 345 aLSpc.SetLineHeight((sal_uInt16)nSpace); in STOP1()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | paragrph.cxx | 141 rLineSpace.SetLineHeight( (sal_uInt16)lValue ); in SetLineSpace_Impl() 151 rLineSpace.SetLineHeight((sal_uInt16)lValue); in SetLineSpace_Impl()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 4101 void SetLineHeight( SwTableLine& rLine, SwTwips nOldHeight, SwTwips nNewHeight, in SetLineHeight() function 4134 SetLineHeight( *rBox.GetTabLines()[ i ], nMyOldH, nMyNewH, bMinSize ); in SetLineHeight() 4145 SetLineHeight( *pLine, 0, rParam.bBigger ? nDist : -nDist, in lcl_SetSelLineHeight() 4204 SetLineHeight( *pLine, 0, rParam.bBigger ? -nDist : nDist, in lcl_SetOtherLineHeight()
|
/aoo4110/main/editeng/source/rtf/ |
H A D | rtfitem.cxx | 530 aLSpace.SetLineHeight( (const sal_uInt16)nTokenValue ); in ReadAttr()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 365 aCol.SetLineHeight(100); in SetCols() 4271 aLSpc.SetLineHeight( nSpaceTw ); in Read_LineSpace()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 1729 aLSItem.SetLineHeight( nHeight ); in ParseCSS1_line_height()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 6506 aItem.SetLineHeight( (sal_uInt16)( rManager.ScalePoint( -nVal2 ) / 8 ) ); in ApplyTo()
|