Home
last modified time | relevance | path

Searched refs:nTotalWidth (Results 1 – 24 of 24) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabview.cxx255 long nTotalWidth, bool bLayoutRTL ) in lcl_SetPosSize() argument
260 aNewPos.setX( nTotalWidth - rPos.X() - rSize.Width() ); in lcl_SetPosSize()
280 long nTotalWidth = rSize.Width(); in DoResize() local
282 nTotalWidth += 2*rOffset.X(); in DoResize()
374 nTotalWidth, bLayoutRTL ); in DoResize()
437 lcl_SetPosSize(*pTabControl, aTabPoint, aTabSize, nTotalWidth, bLayoutRTL); in DoResize()
528 Size(nTabSize, nBarY), nTotalWidth, bLayoutRTL ); in DoResize()
531 nTotalWidth, bLayoutRTL ); in DoResize()
660 Point(nPosX,nPosY-nBarY), Size(nLeftSize,nBarY), nTotalWidth, bLayoutRTL ); in DoResize()
687 long nInnerPosX = bLayoutRTL ? ( nTotalWidth - nPosX - nLeftSize ) : nPosX; in DoResize()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabview.cxx261 tools::Long nTotalWidth, bool bLayoutRTL ) in lcl_SetPosSize() argument
266 aNewPos.setX( nTotalWidth - rPos.X() - rSize.Width() ); in lcl_SetPosSize()
286 tools::Long nTotalWidth = rSize.Width(); in DoResize() local
288 nTotalWidth += 2*rOffset.X(); in DoResize()
380 nTotalWidth, bLayoutRTL ); in DoResize()
443 lcl_SetPosSize(*pTabControl, aTabPoint, aTabSize, nTotalWidth, bLayoutRTL); in DoResize()
534 Size(nTabSize, nBarY), nTotalWidth, bLayoutRTL ); in DoResize()
537 nTotalWidth, bLayoutRTL ); in DoResize()
666 Point(nPosX,nPosY-nBarY), Size(nLeftSize,nBarY), nTotalWidth, bLayoutRTL ); in DoResize()
673 Point(nPosX-nBarX,nPosY), Size(nBarX,nTopSize), nTotalWidth, bLayoutRTL ); in DoResize()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dstatbar.cpp222 size_t nTotalWidth = 0, in CalculateAbsWidths() local
229 nTotalWidth += m_panes[i].GetWidth(); in CalculateAbsWidths()
235 int widthExtra = widthTotal - nTotalWidth; in CalculateAbsWidths()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dstatbar.cpp219 size_t nTotalWidth = 0, in CalculateAbsWidths() local
226 nTotalWidth += m_panes[i].GetWidth(); in CalculateAbsWidths()
232 int widthExtra = widthTotal - nTotalWidth; in CalculateAbsWidths()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dstatbar.cpp222 size_t nTotalWidth = 0, in CalculateAbsWidths() local
229 nTotalWidth += m_panes[i].GetWidth(); in CalculateAbsWidths()
235 int widthExtra = widthTotal - nTotalWidth; in CalculateAbsWidths()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dstatbar.cpp247 int nTotalWidth = 0, in CalculateAbsWidths() local
254 nTotalWidth += m_statusWidths[i]; in CalculateAbsWidths()
263 int widthExtra = widthTotal - nTotalWidth; in CalculateAbsWidths()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dstatbar.cpp247 int nTotalWidth = 0, in CalculateAbsWidths() local
254 nTotalWidth += m_statusWidths[i]; in CalculateAbsWidths()
263 int widthExtra = widthTotal - nTotalWidth; in CalculateAbsWidths()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dstatbar.cpp247 int nTotalWidth = 0, in CalculateAbsWidths() local
254 nTotalWidth += m_statusWidths[i]; in CalculateAbsWidths()
263 int widthExtra = widthTotal - nTotalWidth; in CalculateAbsWidths()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dstatbar.cpp247 int nTotalWidth = 0, in CalculateAbsWidths() local
254 nTotalWidth += m_statusWidths[i]; in CalculateAbsWidths()
263 int widthExtra = widthTotal - nTotalWidth; in CalculateAbsWidths()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDmill/src/MiniTree/
H A DTreeDrawer.cs157 int nTotalWidth = (int)(fSizeTotal.Width + 1.0f); in CreateMiniTree()
159 bmp = new Bitmap(nTotalWidth, nTotalHeight, PixelFormat.Format32bppArgb); in CreateMiniTree()
164 g.FillRectangle(paintbox.BrushFakeTransparency, 0, 0, nTotalWidth, nTotalHeight); in CreateMiniTree()
166 g.FillRectangle(paintbox.BrushBgGif, 0, 0, nTotalWidth, nTotalHeight); in CreateMiniTree()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A DCommonSalLayout.cxx798 DeviceCoordinate nTotalWidth = pKashida.second; in ApplyDXArray() local
802 if (nTotalWidth > nKashidaWidth) in ApplyDXArray()
803 nCopies = nTotalWidth / nKashidaWidth; in ApplyDXArray()
808 DeviceCoordinate nShortfall = nTotalWidth - nKashidaWidth * nCopies; in ApplyDXArray()
812 DeviceCoordinate nExcess = nCopies * nKashidaWidth - nTotalWidth; in ApplyDXArray()
817 Point aPos(pGlyphIter->m_aLinearPos.getX() - nTotalWidth, 0); in ApplyDXArray()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A DCommonSalLayout.cxx772 DeviceCoordinate nTotalWidth = pKashida.second; in ApplyDXArray() local
776 if (nTotalWidth > nKashidaWidth) in ApplyDXArray()
777 nCopies = nTotalWidth / nKashidaWidth; in ApplyDXArray()
782 DeviceCoordinate nShortfall = nTotalWidth - nKashidaWidth * nCopies; in ApplyDXArray()
786 DeviceCoordinate nExcess = nCopies * nKashidaWidth - nTotalWidth; in ApplyDXArray()
791 Point aPos(pGlyphIter->m_aLinearPos.getX() - nTotalWidth, 0); in ApplyDXArray()
/dports/editors/libreoffice/libreoffice-7.2.6.2/libreofficekit/qa/tilebench/
H A Dtilebench.cxx76 int nTotalWidth = -1) in dumpTile() argument
78 if (nTotalWidth < 0) in dumpTile()
79 nTotalWidth = nWidth; in dumpTile()
109 const char* row = pBuffer + (y + nOffY) * nTotalWidth * 4 + nOffX * 4; in dumpTile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/libreofficekit/qa/tilebench/
H A Dtilebench.cxx69 int nTotalWidth = -1) in dumpTile() argument
71 if (nTotalWidth < 0) in dumpTile()
72 nTotalWidth = nWidth; in dumpTile()
102 const char* row = pBuffer + (y + nOffY) * nTotalWidth * 4 + nOffX * 4; in dumpTile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewtab.cxx76 long nTotalWidth, in lcl_FillSvxColumn() argument
86 nInnerWidth = nTotalWidth; in lcl_FillSvxColumn()
105 nWidth += rCol.CalcColWidth(i, static_cast< sal_uInt16 >(nTotalWidth)); in lcl_FillSvxColumn()
115 long nTotalWidth, in lcl_ConvertToCols() argument
139 pCol->SetWishWidth( sal_uInt16(long(rCols.GetWishWidth()) * nWidth / nTotalWidth )); in lcl_ConvertToCols()
2132 const sal_uInt16 nTotalWidth = static_cast<sal_uInt16>(aRect.Width()); in StateTabWin() local
2144 nWidth += pCols->CalcColWidth( i, nTotalWidth ); in StateTabWin()
2166 aRectangle.AdjustRight( -((nOuterWidth - nTotalWidth) / 2) ); in StateTabWin()
2254 const sal_uInt16 nTotalWidth = static_cast<sal_uInt16>(aRect.Width()); in StateTabWin() local
2258 nEnd = nTotalWidth; in StateTabWin()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/graphic/
H A DGraphicObject.cxx360 tools::Long nTotalWidth, nTotalHeight; in ImplGetCropParams() local
380 nTotalWidth = aSize100.Width() - pAttr->GetLeftCrop() - pAttr->GetRightCrop(); in ImplGetCropParams()
383 if( !aSize100.IsEmpty() && nTotalWidth > 0 && nTotalHeight > 0 ) in ImplGetCropParams()
385 double fScale = static_cast<double>(aSize100.Width()) / nTotalWidth; in ImplGetCropParams()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/graphic/
H A DGraphicObject.cxx362 long nTotalWidth, nTotalHeight; in ImplGetCropParams() local
382 nTotalWidth = aSize100.Width() - pAttr->GetLeftCrop() - pAttr->GetRightCrop(); in ImplGetCropParams()
385 if( aSize100.Width() > 0 && aSize100.Height() > 0 && nTotalWidth > 0 && nTotalHeight > 0 ) in ImplGetCropParams()
387 double fScale = static_cast<double>(aSize100.Width()) / nTotalWidth; in ImplGetCropParams()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewtab.cxx70 tools::Long nTotalWidth, in lcl_FillSvxColumn() argument
80 nInnerWidth = nTotalWidth; in lcl_FillSvxColumn()
99 nWidth += rCol.CalcColWidth(i, static_cast< sal_uInt16 >(nTotalWidth)); in lcl_FillSvxColumn()
109 tools::Long nTotalWidth, in lcl_ConvertToCols() argument
133 pCol->SetWishWidth( sal_uInt16(tools::Long(rCols.GetWishWidth()) * nWidth / nTotalWidth )); in lcl_ConvertToCols()
2206 const sal_uInt16 nTotalWidth = o3tl::narrowing<sal_uInt16>(aRect.Width()); in StateTabWin() local
2218 nWidth += pCols->CalcColWidth( i, nTotalWidth ); in StateTabWin()
2240 aRectangle.AdjustRight( -((nOuterWidth - nTotalWidth) / 2) ); in StateTabWin()
2328 const sal_uInt16 nTotalWidth = o3tl::narrowing<sal_uInt16>(aRect.Width()); in StateTabWin() local
2332 nEnd = nTotalWidth; in StateTabWin()
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/primitives/
H A Dprim_YUV_neon.c629 UINT32 nTotalWidth, UINT32 nTotalHeight, BYTE* pDst[3], in neon_ChromaV2ToYUV444() argument
646 const BYTE* pYaV = pYaU + nTotalWidth / 2; in neon_ChromaV2ToYUV444()
676 const BYTE* pUaV = pUaU + nTotalWidth / 4; in neon_ChromaV2ToYUV444()
678 const BYTE* pVaV = pVaU + nTotalWidth / 4; in neon_ChromaV2ToYUV444()
H A Dprim_YUV_ssse3.c1312 UINT32 nTotalWidth, UINT32 nTotalHeight, BYTE* pDst[3], in ssse3_ChromaV2ToYUV444() argument
1338 const BYTE* pYaV = pYaU + nTotalWidth / 2; in ssse3_ChromaV2ToYUV444()
1372 const BYTE* pUaV = pUaU + nTotalWidth / 4; in ssse3_ChromaV2ToYUV444()
1374 const BYTE* pVaV = pVaU + nTotalWidth / 4; in ssse3_ChromaV2ToYUV444()
H A Dprim_YUV.c215 UINT32 nTotalWidth, UINT32 nTotalHeight, BYTE* pDst[3], in general_ChromaV2ToYUV444() argument
230 const BYTE* pYaV = pYaU + nTotalWidth / 2; in general_ChromaV2ToYUV444()
246 const BYTE* pUaV = pUaU + nTotalWidth / 4; in general_ChromaV2ToYUV444()
248 const BYTE* pVaV = pVaU + nTotalWidth / 4; in general_ChromaV2ToYUV444()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dlayout.cxx1127 long nTotalWidth = 0; in calculateRequisitionForSpacings() local
1130 nTotalWidth = std::max_element(aWidths.begin(), aWidths.end(), compareValues)->m_nValue; in calculateRequisitionForSpacings()
1131 nTotalWidth *= aWidths.size(); in calculateRequisitionForSpacings()
1135nTotalWidth = std::accumulate(aWidths.begin(), aWidths.end(), Value(), accumulateValues).m_nValue; in calculateRequisitionForSpacings()
1138 nTotalWidth += nColSpacing * (aWidths.size()-1); in calculateRequisitionForSpacings()
1153 return Size(nTotalWidth, nTotalHeight); in calculateRequisitionForSpacings()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dlayout.cxx1191 tools::Long nTotalWidth = 0; in calculateRequisitionForSpacings() local
1194 nTotalWidth = std::max_element(aWidths.begin(), aWidths.end(), compareValues)->m_nValue; in calculateRequisitionForSpacings()
1195 nTotalWidth *= aWidths.size(); in calculateRequisitionForSpacings()
1199nTotalWidth = std::accumulate(aWidths.begin(), aWidths.end(), Value(), accumulateValues).m_nValue; in calculateRequisitionForSpacings()
1202 nTotalWidth += nColSpacing * (aWidths.size()-1); in calculateRequisitionForSpacings()
1217 return Size(nTotalWidth, nTotalHeight); in calculateRequisitionForSpacings()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dconstantparam.numbers.results1627 int nTotalWidth