Searched refs:nTxtHeight (Results 1 – 10 of 10) sorted by relevance
67 long nTxtHeight = pChild->GetTextHeight(); in ImplPosControls() local68 nTxtHeight += IMPL_EXTRA_BUTTON_HEIGHT; in ImplPosControls()69 if ( nTxtHeight > aCtrlSize.Height() ) in ImplPosControls()70 aCtrlSize.Height() = nTxtHeight; in ImplPosControls()
167 long nTxtHeight = pItem->mpPushButton->GetTextHeight(); in ImplGetButtonSize() local168 nTxtHeight += IMPL_EXTRA_BUTTON_HEIGHT; in ImplGetButtonSize()169 if ( nTxtHeight > maCtrlSize.Height() ) in ImplGetButtonSize()170 maCtrlSize.Height() = nTxtHeight; in ImplGetButtonSize()
1316 sal_uInt16 nTxtHeight = pLine->GetHeight(); in CreateLines() local1317 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() local1350 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 …]
453 sal_uInt16 nTxtHeight; // Reine Texthoehe member in EditLine488 nTxtHeight = ( nTxtH ? nTxtH : nH ); in SetHeight()489 nCrsrHeight = ( nCrsrH ? nCrsrH : nTxtHeight ); in SetHeight()492 sal_uInt16 GetTxtHeight() const { return nTxtHeight; } in GetTxtHeight()
411 nTxtHeight = 0; in EditLine()431 nTxtHeight = 0; in EditLine()457 pL->nTxtHeight = nTxtHeight; in Clone()
77 long nTxtHeight = GetTextHeight(); in RequestHelp() local80 Rectangle( aShowPoint, Size(nTxtWidth,nTxtHeight) ), aTxtStr, in RequestHelp()
360 long nTxtHeight = GetTextHeight(); in Format() local396 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() local2650 aSize.Height() += nTxtHeight + NAME_OFFSET; in CalcWindowSizePixel()2657 aSize.Height() += nTxtHeight + n + nSpace; in CalcWindowSizePixel()
483 long nTxtHeight = aFuncList.GetTextHeight(); in SetMyHeightLeRi() local485 short nY=(short)(3*nTxtHeight+ in SetMyHeightLeRi()
392 sal_uInt16 nTxtHeight = (sal_uInt16)aMetric.GetAscent() + (sal_uInt16)aMetric.GetDescent(); in GetId() local394 if ( nTxtHeight ) in GetId()396 double fScaling = (double)nTxtHeight / 120.0; in GetId()
2299 … sal_uInt16 nTxtHeight = (sal_uInt16)aMetric.GetAscent() + (sal_uInt16)aMetric.GetDescent(); in ReadFontCollection() local2335 ByteString aPhysHeight( ByteString::CreateFromInt32( nTxtHeight ) ); in ReadFontCollection()
Completed in 115 milliseconds