Searched refs:nLeftWidth (Results 1 – 3 of 3) sorted by relevance
592 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;
1840 long nLeftWidth = nSplitPos - pRowBar[SC_SPLIT_BOTTOM]->GetSizePixel().Width(); in DoHSplit() local1841 if ( nLeftWidth < 0 ) nLeftWidth = 0; in DoHSplit()1843 (sal_uInt16) nLeftWidth ); in DoHSplit()
1013 const sal_uInt16 nLeftWidth = nPrtWidth + nGutterHalf; in Calc() local1015 pCol->SetWishWidth( nLeftWidth ); in Calc()1018 nAvail = nAvail - nLeftWidth; in Calc()
Completed in 52 milliseconds