Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/view/
H A Dtabview.cxx452 long nTotalWidth, sal_Bool bLayoutRTL ) in lcl_SetPosSize() argument
457 aNewPos.X() = nTotalWidth - rPos.X() - rSize.Width(); in lcl_SetPosSize()
477 long nTotalWidth = rSize.Width(); in DoResize() local
479 nTotalWidth += 2*rOffset.X(); in DoResize()
567 nTotalWidth, bLayoutRTL ); in DoResize()
619 … Size(nTabSize+nOverlap, nBarY), nTotalWidth, bLayoutRTL ); in DoResize()
623 … Size(nSizeLt+2*nOverlap, nBarY), nTotalWidth, bLayoutRTL ); in DoResize()
625 Size( nSizeSp, nBarY ), nTotalWidth, bLayoutRTL ); in DoResize()
628 … Size(nSizeRt+2*nOverlap, nBarY), nTotalWidth, bLayoutRTL ); in DoResize()
657 … Size(nBarX,nSizeUp+2*nOverlap), nTotalWidth, bLayoutRTL ); in DoResize()
[all …]
/AOO42X/main/sw/source/ui/uiview/
H A Dviewtab.cxx79 sal_uInt16 nTotalWidth, in lcl_FillSvxColumn() argument
90 nInnerWidth = nTotalWidth; in lcl_FillSvxColumn()
108 nWidth = static_cast< sal_uInt16 >(nWidth + rCol.CalcColWidth(i, nTotalWidth)); in lcl_FillSvxColumn()
122 sal_uInt16 nTotalWidth, in lcl_ConvertToCols() argument
152 long(nTotalWidth) )); in lcl_ConvertToCols()
1844 const sal_uInt16 nTotalWidth = (sal_uInt16)aRect.Width(); in StateTabWin() local
1857 nWidth += pCols->CalcColWidth( i, nTotalWidth ); in StateTabWin()
1876 aRectangle.Right() -= (nOuterWidth - nTotalWidth) / 2; in StateTabWin()
1967 const sal_uInt16 nTotalWidth = (sal_uInt16)aRect.Width(); in StateTabWin() local
1971 nEnd = nTotalWidth; in StateTabWin()
[all …]
/AOO42X/main/sfx2/source/sidebar/
H A DGridLayouter.cxx49 void DistributeWidth (const sal_Int32 nTotalWidth);
423 void GridLayouter::Implementation::DistributeWidth (const sal_Int32 nTotalWidth) in DistributeWidth() argument
446 sal_Int32 nRemainingWidth (nTotalWidth - nZeroWeightWidth); in DistributeWidth()
/AOO42X/main/svtools/source/graphic/
H A Dgrfmgr.cxx338 long nTotalWidth, nTotalHeight; in ImplGetCropParams() local
367 nTotalWidth = aSize100.Width() - pAttr->GetLeftCrop() - pAttr->GetRightCrop(); in ImplGetCropParams()
370 if( aSize100.Width() > 0 && aSize100.Height() > 0 && nTotalWidth > 0 && nTotalHeight > 0 ) in ImplGetCropParams()
372 fScale = (double) aSize100.Width() / nTotalWidth; in ImplGetCropParams()