Home
last modified time | relevance | path

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

/trunk/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()
625 Size( nSizeSp, nBarY ), nTotalWidth, bLayoutRTL ); in DoResize()
657 Size(nBarX,nSizeUp+2*nOverlap), nTotalWidth, bLayoutRTL ); in DoResize()
659 Size( nBarX, nSizeSp ), nTotalWidth, bLayoutRTL ); in DoResize()
687 Size(nTabSize+nOverlap, nBarY), nTotalWidth, bLayoutRTL ); in DoResize()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx85 sal_uInt16 nTotalWidth, in lcl_FillSvxColumn() argument
96 nInnerWidth = nTotalWidth; in lcl_FillSvxColumn()
114 nWidth = static_cast< sal_uInt16 >(nWidth + rCol.CalcColWidth(i, nTotalWidth)); in lcl_FillSvxColumn()
128 sal_uInt16 nTotalWidth, in lcl_ConvertToCols() argument
158 long(nTotalWidth) )); in lcl_ConvertToCols()
1854 const sal_uInt16 nTotalWidth = (sal_uInt16)aRect.Width(); in StateTabWin() local
1867 nWidth += pCols->CalcColWidth( i, nTotalWidth ); in StateTabWin()
1886 aRectangle.Right() -= (nOuterWidth - nTotalWidth) / 2; in StateTabWin()
1977 const sal_uInt16 nTotalWidth = (sal_uInt16)aRect.Width(); in StateTabWin() local
1981 nEnd = nTotalWidth; in StateTabWin()
[all …]
/trunk/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()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx331 long nTotalWidth, nTotalHeight; in ImplGetCropParams() local
360 nTotalWidth = aSize100.Width() - pAttr->GetLeftCrop() - pAttr->GetRightCrop(); in ImplGetCropParams()
363 if( aSize100.Width() > 0 && aSize100.Height() > 0 && nTotalWidth > 0 && nTotalHeight > 0 ) in ImplGetCropParams()
365 fScale = (double) aSize100.Width() / nTotalWidth; in ImplGetCropParams()

Completed in 63 milliseconds