/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/sidebar/ |
H A D | StylePresetsPanel.cxx | 62 sal_Int32 nTitleHeight = 32 * fScalingFactor; in GenerateStylePreview() local 69 …sal_Int32 nPreviewHeight = nNameHeight + nTitleHeight + nHeadingHeight + nTextBodyHeight + nBottom… in GenerateStylePreview() 101 renderPreview(pStyleManager, *pVirtualDev, u"Title", nTitleHeight, aRenderRect); in GenerateStylePreview() 102 y += nTitleHeight; in GenerateStylePreview()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/sidebar/ |
H A D | StylePresetsPanel.cxx | 75 sal_Int32 nTitleHeight = 32 * fScalingFactor; in GenerateStylePreview() local 82 …sal_Int32 nPreviewHeight = nNameHeight + nTitleHeight + nHeadingHeight + nTextBodyHeight + nBottom… in GenerateStylePreview() 114 renderPreview(pStyleManager, *pVirtualDev, "Title", nTitleHeight, aRenderRect); in GenerateStylePreview() 115 y += nTitleHeight; in GenerateStylePreview()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/gui/ |
H A D | dp_gui_extlistbox.cxx | 207 auto nTitleHeight = 2*TOP_OFFSET + GetTextHeight(); in Init() local 208 if ( nIconHeight < nTitleHeight ) in Init() 209 m_nStdHeight = nTitleHeight; in Init() 273 long nTitleHeight = 2*TOP_OFFSET + GetTextHeight(); in CalcActiveHeight() local 274 if ( nIconHeight < nTitleHeight ) in CalcActiveHeight() 275 aTextHeight = nTitleHeight; in CalcActiveHeight() 466 long nTitleHeight = TOP_OFFSET + GetTextHeight(); in DrawRow() local 467 if ( nIconHeight < nTitleHeight ) in DrawRow() 468 aTextHeight = nTitleHeight; in DrawRow()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/gui/ |
H A D | dp_gui_extlistbox.cxx | 205 auto nTitleHeight = 2*TOP_OFFSET + GetTextHeight(); in Init() local 206 if ( nIconHeight < nTitleHeight ) in Init() 207 m_nStdHeight = nTitleHeight; in Init() 271 tools::Long nTitleHeight = 2*TOP_OFFSET + GetTextHeight(); in CalcActiveHeight() local 272 if ( nIconHeight < nTitleHeight ) in CalcActiveHeight() 273 aTextHeight = nTitleHeight; in CalcActiveHeight() 463 tools::Long nTitleHeight = TOP_OFFSET + GetTextHeight(); in DrawRow() local 464 if ( nIconHeight < nTitleHeight ) in DrawRow() 465 aTextHeight = nTitleHeight; in DrawRow()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/ |
H A D | TableWindow.cxx | 422 tools::Long nTitleHeight = CalcZoom( GetTextHeight() )+ CalcZoom( 4 ); in Resize() local 430 if (nTitleHeight < aPreferredSize.Height()) in Resize() 431 nTitleHeight = aPreferredSize.Height(); in Resize() 433 …el( Point( nPositionX, nPositionY ), Size( aOutSize.Width() - nPositionX - n5Pos, nTitleHeight ) ); in Resize() 438 Point( n5Pos, nPositionY + nTitleHeight + nTitleToList ), in Resize() 439 …Size( aOutSize.Width() - 2 * n5Pos, aOutSize.Height() - ( nPositionY + nTitleHeight + nTitleToList… in Resize()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/ |
H A D | TableWindow.cxx | 436 long nTitleHeight = CalcZoom( GetTextHeight() )+ CalcZoom( 4 ); in Resize() local 448 if ( nTitleHeight < aImageSize.Height() ) in Resize() 449 nTitleHeight = aImageSize.Height(); in Resize() 452 …el( Point( nPositionX, nPositionY ), Size( aOutSize.Width() - nPositionX - n5Pos, nTitleHeight ) ); in Resize() 457 Point( n5Pos, nPositionY + nTitleHeight + nTitleToList ), in Resize() 458 …Size( aOutSize.Width() - 2 * n5Pos, aOutSize.Height() - ( nPositionY + nTitleHeight + nTitleToList… in Resize()
|
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlwince.h | 236 const int nTitleHeight; 238 CStdDialogBase() : nTitleHeight(T::GetTitleHeight()) in CStdDialogBase() 247 if (nTitleHeight) in GetClientRect() 248 lpRect->top += nTitleHeight + 1; in GetClientRect() 257 if (nTitleHeight != 0) in SetWindowText() 289 RECT rTitle = { 0, 0, nWidth, nTitleHeight }; in DoPaintTitle() 294 rTitle.left = nTitleHeight / 3; // 8 == 24 / 3 in DoPaintTitle() 301 …POINT line[4] = {{0, nTitleHeight}, {nWidth, nTitleHeight}, {0, nTitleHeight - 1}, {nWidth, nTitle… in DoPaintTitle() 306 int nSeg = nTitleHeight / 24; in DoPaintTitle() 327 ::OffsetRect(&rCtl, 0, nTitleHeight); in DialogTitleInit() [all …]
|
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlwince.h | 236 const int nTitleHeight; 238 CStdDialogBase() : nTitleHeight(T::GetTitleHeight()) in CStdDialogBase() 247 if (nTitleHeight) in GetClientRect() 248 lpRect->top += nTitleHeight + 1; in GetClientRect() 257 if (nTitleHeight != 0) in SetWindowText() 289 RECT rTitle = { 0, 0, nWidth, nTitleHeight }; in DoPaintTitle() 294 rTitle.left = nTitleHeight / 3; // 8 == 24 / 3 in DoPaintTitle() 301 …POINT line[4] = {{0, nTitleHeight}, {nWidth, nTitleHeight}, {0, nTitleHeight - 1}, {nWidth, nTitle… in DoPaintTitle() 306 int nSeg = nTitleHeight / 24; in DoPaintTitle() 327 ::OffsetRect(&rCtl, 0, nTitleHeight); in DialogTitleInit() [all …]
|
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlwince.h | 236 const int nTitleHeight; 238 CStdDialogBase() : nTitleHeight(T::GetTitleHeight()) in CStdDialogBase() 247 if (nTitleHeight) in GetClientRect() 248 lpRect->top += nTitleHeight + 1; in GetClientRect() 257 if (nTitleHeight != 0) in SetWindowText() 289 RECT rTitle = { 0, 0, nWidth, nTitleHeight }; in DoPaintTitle() 294 rTitle.left = nTitleHeight / 3; // 8 == 24 / 3 in DoPaintTitle() 301 …POINT line[4] = {{0, nTitleHeight}, {nWidth, nTitleHeight}, {0, nTitleHeight - 1}, {nWidth, nTitle… in DoPaintTitle() 306 int nSeg = nTitleHeight / 24; in DoPaintTitle() 327 ::OffsetRect(&rCtl, 0, nTitleHeight); in DialogTitleInit() [all …]
|
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlwince.h | 236 const int nTitleHeight; 238 CStdDialogBase() : nTitleHeight(T::GetTitleHeight()) in CStdDialogBase() 247 if (nTitleHeight) in GetClientRect() 248 lpRect->top += nTitleHeight + 1; in GetClientRect() 257 if (nTitleHeight != 0) in SetWindowText() 289 RECT rTitle = { 0, 0, nWidth, nTitleHeight }; in DoPaintTitle() 294 rTitle.left = nTitleHeight / 3; // 8 == 24 / 3 in DoPaintTitle() 301 …POINT line[4] = {{0, nTitleHeight}, {nWidth, nTitleHeight}, {0, nTitleHeight - 1}, {nWidth, nTitle… in DoPaintTitle() 306 int nSeg = nTitleHeight / 24; in DoPaintTitle() 327 ::OffsetRect(&rCtl, 0, nTitleHeight); in DialogTitleInit() [all …]
|
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlwince.h | 236 const int nTitleHeight; 238 CStdDialogBase() : nTitleHeight(T::GetTitleHeight()) in CStdDialogBase() 247 if (nTitleHeight) in GetClientRect() 248 lpRect->top += nTitleHeight + 1; in GetClientRect() 257 if (nTitleHeight != 0) in SetWindowText() 289 RECT rTitle = { 0, 0, nWidth, nTitleHeight }; in DoPaintTitle() 294 rTitle.left = nTitleHeight / 3; // 8 == 24 / 3 in DoPaintTitle() 301 …POINT line[4] = {{0, nTitleHeight}, {nWidth, nTitleHeight}, {0, nTitleHeight - 1}, {nWidth, nTitle… in DoPaintTitle() 306 int nSeg = nTitleHeight / 24; in DoPaintTitle() 327 ::OffsetRect(&rCtl, 0, nTitleHeight); in DialogTitleInit() [all …]
|
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/ |
H A D | atlwince.h | 236 const int nTitleHeight; 238 CStdDialogBase() : nTitleHeight(T::GetTitleHeight()) in CStdDialogBase() 247 if (nTitleHeight) in GetClientRect() 248 lpRect->top += nTitleHeight + 1; in GetClientRect() 257 if (nTitleHeight != 0) in SetWindowText() 289 RECT rTitle = { 0, 0, nWidth, nTitleHeight }; in DoPaintTitle() 294 rTitle.left = nTitleHeight / 3; // 8 == 24 / 3 in DoPaintTitle() 301 …POINT line[4] = {{0, nTitleHeight}, {nWidth, nTitleHeight}, {0, nTitleHeight - 1}, {nWidth, nTitle… in DoPaintTitle() 306 int nSeg = nTitleHeight / 24; in DoPaintTitle() 327 ::OffsetRect(&rCtl, 0, nTitleHeight); in DialogTitleInit() [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/brwbox/ |
H A D | brwbox2.cxx | 704 …tools::Long nTitleHeight = PixelToLogic(Size(0, GetTitleHeight()), MapMode(MapUnit::Map10thMM)).He… in Draw() local 705 … nTitleHeight = pDev->LogicToPixel(Size(0, nTitleHeight), MapMode(MapUnit::Map10thMM)).Height(); in Draw() 710 Size aHeaderSize(aRealSize.Width() - aHeaderPos.X(), nTitleHeight); in Draw() 727 Size( pFirstCol->Width()-1, nTitleHeight-1 ), in Draw() 734 pDev->DrawLine( Point( aRealPos.X(), aRealPos.Y() + nTitleHeight-1 ), in Draw() 735 Point( aRealPos.X() + pFirstCol->Width() - 1, aRealPos.Y() + nTitleHeight-1 ) ); in Draw() 737 Point( aRealPos.X() + pFirstCol->Width() - 1, aRealPos.Y() + nTitleHeight-1 ) ); in Draw()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/brwbox/ |
H A D | brwbox2.cxx | 699 … long nTitleHeight = PixelToLogic(Size(0, GetTitleHeight()), MapMode(MapUnit::Map10thMM)).Height(); in Draw() local 700 … nTitleHeight = pDev->LogicToPixel(Size(0, nTitleHeight), MapMode(MapUnit::Map10thMM)).Height(); in Draw() 705 Size aHeaderSize(aRealSize.Width() - aHeaderPos.X(), nTitleHeight); in Draw() 720 Size( pFirstCol->Width()-1, nTitleHeight-1 ), in Draw() 727 pDev->DrawLine( Point( aRealPos.X(), aRealPos.Y() + nTitleHeight-1 ), in Draw() 728 Point( aRealPos.X() + pFirstCol->Width() - 1, aRealPos.Y() + nTitleHeight-1 ) ); in Draw() 730 Point( aRealPos.X() + pFirstCol->Width() - 1, aRealPos.Y() + nTitleHeight-1 ) ); in Draw()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/ |
H A D | menu.hxx | 143 sal_uInt16 nTitleHeight; member in Menu 341 return nTitleHeight; in GetTitleHeight()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/ |
H A D | menu.hxx | 148 sal_uInt16 nTitleHeight; member in Menu 348 return nTitleHeight; in GetTitleHeight()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/ |
H A D | menu.cxx | 162 nTitleHeight(0), in Menu() 1169 nTitleHeight = rMenu.nTitleHeight; in operator =() 1545 nTitleHeight = 0; in ImplCalcSize() 1558 nTitleHeight = aTextBoundRect.GetSize().Height() + 4 * SPACE_AROUND_TITLE ; in ImplCalcSize() 1559 aSz.AdjustHeight(nTitleHeight ); in ImplCalcSize() 1696 aBgRect.setHeight(nTitleHeight - 2 * SPACE_AROUND_TITLE); in ImplPaintMenuTitle() 1745 if (!pThisItemOnly && !IsMenuBar() && nTitleHeight > 0) in ImplPaint()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/ |
H A D | menu.cxx | 164 nTitleHeight(0), in Menu() 1198 nTitleHeight = rMenu.nTitleHeight; in operator =() 1575 nTitleHeight = 0; in ImplCalcSize() 1588 nTitleHeight = aTextBoundRect.GetSize().Height() + 4 * SPACE_AROUND_TITLE ; in ImplCalcSize() 1589 aSz.AdjustHeight(nTitleHeight ); in ImplCalcSize() 1723 aBgRect.setHeight(nTitleHeight - 2 * SPACE_AROUND_TITLE); in ImplPaintMenuTitle() 1772 if (!pThisItemOnly && !IsMenuBar() && nTitleHeight > 0) in ImplPaint()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/config/ |
H A D | optpage.cxx | 802 sal_Int32 nTitleHeight = -1; in Reset() local 815 nTitleHeight = m_pFontConfig->GetFontHeight( FONT_OUTLINE , m_nFontGroup, m_eLanguage ); in Reset() 821 if( nTitleHeight <= 0) in Reset() 822 …nTitleHeight = SwStdFontConfig::GetDefaultHeightFor( FONT_OUTLINE + m_nFontGroup * FONT_PER_GROUP,… in Reset() 849 nTitleHeight = static_cast<sal_Int32>(rFontHeightTitle.GetHeight()); in Reset() 900 m_xTitleHeightLB->set_value( CalcToPoint( nTitleHeight , MapUnit::MapTwip, 10 ) ); in Reset()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/config/ |
H A D | optpage.cxx | 789 sal_Int32 nTitleHeight = -1; in Reset() local 802 nTitleHeight = m_pFontConfig->GetFontHeight( FONT_OUTLINE , m_nFontGroup, m_eLanguage ); in Reset() 808 if( nTitleHeight <= 0) in Reset() 809 …nTitleHeight = SwStdFontConfig::GetDefaultHeightFor( FONT_OUTLINE + m_nFontGroup * FONT_PER_GROUP,… in Reset() 836 nTitleHeight = static_cast<sal_Int32>(rFontHeightTitle.GetHeight()); in Reset() 887 m_xTitleHeightLB->set_value( CalcToPoint( nTitleHeight , MapUnit::MapTwip, 10 ) ); in Reset()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/ |
H A D | FileDefinitionWidgetDraw.cxx | 1109 int nTitleHeight = getSettingValueInteger(pSettings->msTitleHeight, aStyleSet.GetTitleHeight()); in updateSettings() local 1110 aStyleSet.SetTitleHeight(nTitleHeight); in updateSettings()
|