Home
last modified time | relevance | path

Searched refs:nLeftWidth (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm592 long nLeftWidth = 0;
597 if( nW > nLeftWidth )
598 nLeftWidth = nW;
613 long nX = nLeftWidth - aCtrlRect.size.width;
618 aSubRect.origin.x = nLeftWidth - aSubRect.size.width;
632 long nX = nLeftWidth + 3;
/aoo41x/main/sc/source/ui/view/
H A Dtabview.cxx1840 long nLeftWidth = nSplitPos - pRowBar[SC_SPLIT_BOTTOM]->GetSizePixel().Width(); in DoHSplit() local
1841 if ( nLeftWidth < 0 ) nLeftWidth = 0; in DoHSplit()
1843 (sal_uInt16) nLeftWidth ); in DoHSplit()
/aoo41x/main/sw/source/core/layout/
H A Datrfrm.cxx1008 const sal_uInt16 nLeftWidth = nPrtWidth + nGutterHalf; in Calc() local
1010 pCol->SetWishWidth( nLeftWidth ); in Calc()
1013 nAvail = nAvail - nLeftWidth; in Calc()

Completed in 48 milliseconds