Home
last modified time | relevance | path

Searched refs:nTxtHeight (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/source/window/
H A Dtabdlg.cxx67 long nTxtHeight = pChild->GetTextHeight(); in ImplPosControls() local
68 nTxtHeight += IMPL_EXTRA_BUTTON_HEIGHT; in ImplPosControls()
69 if ( nTxtHeight > aCtrlSize.Height() ) in ImplPosControls()
70 aCtrlSize.Height() = nTxtHeight; in ImplPosControls()
H A Dbtndlg.cxx167 long nTxtHeight = pItem->mpPushButton->GetTextHeight(); in ImplGetButtonSize() local
168 nTxtHeight += IMPL_EXTRA_BUTTON_HEIGHT; in ImplGetButtonSize()
169 if ( nTxtHeight > maCtrlSize.Height() ) in ImplGetButtonSize()
170 maCtrlSize.Height() = nTxtHeight; in ImplGetButtonSize()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1316 sal_uInt16 nTxtHeight = pLine->GetHeight(); in CreateLines() local
1317 if ( nTxtHeight < nMinHeight ) in CreateLines()
1320 long nDiff = nMinHeight - nTxtHeight; in CreateLines()
1322 pLine->SetHeight( nMinHeight, nTxtHeight ); in CreateLines()
1334 sal_Int32 nH = nTxtHeight; in CreateLines()
1348 sal_uInt16 nTxtHeight = pLine->GetHeight(); in CreateLines() local
1350 if ( nH != nTxtHeight ) in CreateLines()
1674 if ( nTxtHeight < nMinHeight ) in CreateAndInsertEmptyLine()
1677 long nDiff = nMinHeight - nTxtHeight; in CreateAndInsertEmptyLine()
1692 sal_Int32 nH = nTxtHeight; in CreateAndInsertEmptyLine()
[all …]
H A Deditdoc.hxx453 sal_uInt16 nTxtHeight; // Reine Texthoehe member in EditLine
488 nTxtHeight = ( nTxtH ? nTxtH : nH ); in SetHeight()
489 nCrsrHeight = ( nCrsrH ? nCrsrH : nTxtHeight ); in SetHeight()
492 sal_uInt16 GetTxtHeight() const { return nTxtHeight; } in GetTxtHeight()
H A Deditdoc.cxx411 nTxtHeight = 0; in EditLine()
431 nTxtHeight = 0; in EditLine()
457 pL->nTxtHeight = nTxtHeight; in Clone()
/trunk/main/sc/source/ui/dbgui/
H A Dexpftext.cxx77 long nTxtHeight = GetTextHeight(); in RequestHelp() local
80 Rectangle( aShowPoint, Size(nTxtWidth,nTxtHeight) ), aTxtStr, in RequestHelp()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx360 long nTxtHeight = GetTextHeight(); in Format() local
396 mnTextOffset = aWinSize.Height()-nTxtHeight-NAME_OFFSET; in Format()
397 aWinSize.Height() -= nTxtHeight+NAME_OFFSET; in Format()
411 nNoneHeight = nTxtHeight+nOff; in Format()
2622 long nTxtHeight = GetTextHeight(); in CalcWindowSizePixel() local
2650 aSize.Height() += nTxtHeight + NAME_OFFSET; in CalcWindowSizePixel()
2657 aSize.Height() += nTxtHeight + n + nSpace; in CalcWindowSizePixel()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx483 long nTxtHeight = aFuncList.GetTextHeight(); in SetMyHeightLeRi() local
485 short nY=(short)(3*nTxtHeight+ in SetMyHeightLeRi()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx392 sal_uInt16 nTxtHeight = (sal_uInt16)aMetric.GetAscent() + (sal_uInt16)aMetric.GetDescent(); in GetId() local
394 if ( nTxtHeight ) in GetId()
396 double fScaling = (double)nTxtHeight / 120.0; in GetId()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2299 … sal_uInt16 nTxtHeight = (sal_uInt16)aMetric.GetAscent() + (sal_uInt16)aMetric.GetDescent(); in ReadFontCollection() local
2335 ByteString aPhysHeight( ByteString::CreateFromInt32( nTxtHeight ) ); in ReadFontCollection()

Completed in 148 milliseconds