Home
last modified time | relevance | path

Searched refs:SetHeight (Results 1 – 25 of 102) sorted by path

12345

/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx108 io_rVCLFont.SetHeight( ::basegfx::fround(nFontHeight * aScale.getY()) ); in setupFontTransform()
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx157 io_rVCLFont.SetHeight( ::basegfx::fround(nFontHeight * aScale.getY()) ); in setupFontTransform()
H A Dspritecanvashelper.cxx172 aVCLFont.SetHeight( 20 ); in renderInfoText()
H A Dspritehelper.cxx405 aVCLFont.SetHeight( std::min(long(20),aOutputSize.Height()) ); in redraw()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx143 aSmallerFont.SetHeight( (long)( 0.8 * aSmallerFont.GetHeight() ) ); in Paint()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx1412 aHeight.SetHeight( rOldItem.GetHeight(), (sal_uInt16)( nSize / 10 ), SFX_MAPUNIT_POINT, eUnit ); in FillItemSet_Impl()
1414 aHeight.SetHeight( rOldItem.GetHeight(), (sal_uInt16)nSize, SFX_MAPUNIT_RELATIVE ); in FillItemSet_Impl()
/trunk/main/editeng/inc/editeng/
H A Dfhgtitem.hxx84 void SetHeight( sal_uInt32 nNewHeight, const sal_uInt16 nNewProp = 100,
87 void SetHeight( sal_uInt32 nNewHeight, sal_uInt16 nNewProp,
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx531 SetHeight( (sal_uInt16)aSz.Height() ); in CalcTextSize()
H A Deditdoc.hxx486 void SetHeight( sal_uInt16 nH, sal_uInt16 nTxtH = 0, sal_uInt16 nCrsrH = 0 ) in SetHeight() function in EditLine
H A Deditdoc2.cxx490 rItem.SetHeight( OutputDevice::LogicToLogic( rItem.GetHeight(), eSourceUnit, eDestUnit ) ); in ConvertItem()
H A Deditview.cxx1593 aFontHeightItem.SetHeight( nHeight ); in ChangeFontSize()
H A Dimpedit3.cxx1276 pLine->SetHeight( (sal_uInt16)aTextSize.Height() ); in CreateLines()
1300 pLine->SetHeight( nLineHeight ); in CreateLines()
1322 pLine->SetHeight( nMinHeight, nTxtHeight ); in CreateLines()
1342 pLine->SetHeight( (sal_uInt16)nH, nTxtHeight ); in CreateLines()
1356 pLine->SetHeight( (sal_uInt16)nH, nTxtHeight ); in CreateLines()
1644 pTmpLine->SetHeight( (sal_uInt16) pDummyPortion->GetSize().Height() ); in CreateAndInsertEmptyLine()
1647 pTmpLine->SetHeight( nLineHeight ); in CreateAndInsertEmptyLine()
1679 pTmpLine->SetHeight( nMinHeight, nTxtHeight ); in CreateAndInsertEmptyLine()
1700 pTmpLine->SetHeight( (sal_uInt16)nH, nTxtHeight ); in CreateAndInsertEmptyLine()
1714 pTmpLine->SetHeight( (sal_uInt16)nH, nTxtHeight ); in CreateAndInsertEmptyLine()
[all …]
/trunk/main/editeng/source/items/
H A Dtextitem.cxx797 SetHeight( nSz,nPrp ); // mit den Prozenten rechnen in SvxFontHeightItem()
1155 void SvxFontHeightItem::SetHeight( sal_uInt32 nNewHeight, const sal_uInt16 nNewProp, in SetHeight() function in SvxFontHeightItem
1175 void SvxFontHeightItem::SetHeight( sal_uInt32 nNewHeight, sal_uInt16 nNewProp, in SetHeight() function in SvxFontHeightItem
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2286 aFont.SetHeight( 100 ); in ReadFontCollection()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx1092 aFont.SetHeight( nNewHeight ); in ImplWriteWatermark()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1791 aFont.SetHeight( aSz.Height() ); in ImplWriteActions()
1813 aFont.SetHeight( aSz.Height() ); in ImplWriteActions()
1836 aFont.SetHeight( aSz.Height() ); in ImplWriteActions()
1859 aFont.SetHeight( aSz.Height() ); in ImplWriteActions()
/trunk/main/padmin/source/
H A Dtitlectrl.cxx35 aFont.SetHeight( aFont.GetHeight()*3/2 ); in TitleImage()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx677 …aFont.SetHeight( OutputDevice::LogicToLogic( Size( 0, (sal_Int32)aFont.GetHeight() ), MAP_POINT, M… in updateToolbar()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx398 …aNewFont.SetHeight(OutputDevice::LogicToLogic(Size(0, pFontItem->GetHeight()), MAP_TWIP, MAP_POINT… in lcl_initAwtFont()
/trunk/main/sc/inc/
H A Dattrib.hxx376 inline void SetHeight( sal_uInt16 nHeight ) { mnHeight = nHeight; } in SetHeight() function in ScPageScaleToItem
H A Dautoform.hxx156 void SetHeight( const SvxFontHeightItem& rHeight ) { aHeight = rHeight; } in SetHeight() function in ScAutoFormatDataField
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx578 case ATTR_FONT_HEIGHT: rField.SetHeight( (const SvxFontHeightItem&)rItem ); break; in PutItem()
761 rField.SetHeight ( (const SvxFontHeightItem&) rItemSet.Get( ATTR_FONT_HEIGHT ) ); in GetFromItemSet()
/trunk/main/sc/source/filter/excel/
H A Dcolrowst.cxx131 void XclImpColRowSettings::SetHeight( SCROW nScRow, sal_uInt16 nHeight ) in SetHeight() function in XclImpColRowSettings
152 SetHeight( nScRow, nHeight ); in SetRowSettings()
H A Dfontbuff.cxx104 void LotusFontBuffer::SetHeight( const sal_uInt16 nIndex, const sal_uInt16 nHeight ) in SetHeight() function in LotusFontBuffer
H A Dimpop.cxx418 pColRowBuff->SetHeight( nRow, nRowHeight ); in Row25()

Completed in 170 milliseconds

12345