Home
last modified time | relevance | path

Searched refs:nBorderWidth (Results 1 – 20 of 20) sorted by relevance

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx92 nBorderWidth( nBorder ), in SvxRectCtl()
132 aPtLT = Point( 0 + nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
134 aPtRT = Point( aSize.Width() - nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
140 aPtLB = Point( 0 + nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
142 aPtRB = Point( aSize.Width() - nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
146 aPtLT = Point( 0 + 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
148 aPtRT = Point( aSize.Width() - 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
154 aPtLB = Point( 0 + 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
156 aPtRB = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
435 DrawLine( aPtLM - Point( 2 * nBorderWidth, 0), in Paint()
[all …]
/trunk/main/starmath/inc/
H A Dutility.hxx97 long nBorderWidth; member in SmFace
103 Font(), nBorderWidth(-1) { Impl_Init(); } in SmFace()
105 Font(rFont), nBorderWidth(-1) { Impl_Init(); } in SmFace()
107 Font(rName, rSize), nBorderWidth(-1) { Impl_Init(); } in SmFace()
109 Font(eFamily, rSize), nBorderWidth(-1) { Impl_Init(); } in SmFace()
112 Font(rFace), nBorderWidth(-1) { Impl_Init(); } in SmFace()
118 void SetBorderWidth(long nWidth) { nBorderWidth = nWidth; } in SetBorderWidth()
121 void FreezeBorderWidth() { nBorderWidth = GetDefaultBorderWidth(); } in FreezeBorderWidth()
H A Drect.hxx103 sal_uInt16 nBorderWidth; member in SmRect
109 const XubString &rText, sal_uInt16 nBorderWidth);
111 const XubString &rText, sal_uInt16 nBorderWidth);
122 const XubString &rText, long nBorderWidth);
127 sal_uInt16 GetBorderWidth() const { return nBorderWidth; } in GetBorderWidth()
/trunk/main/starmath/source/
H A Drect.cxx101 nBorderWidth = 0; in SmRect()
121 nBorderWidth = rRect.nBorderWidth; in SmRect()
150 nBorderWidth = nBorder; in BuildRect()
196 nItalicLeftSpace = GetLeft() - aGlyphRect.Left() + nBorderWidth; in BuildRect()
197 nItalicRightSpace = aGlyphRect.Right() - GetRight() + nBorderWidth; in BuildRect()
208 nHiAttrFence = aGlyphRect.TopLeft().Y() - 1 - nBorderWidth - nDist; in BuildRect()
211 nGlyphTop = aGlyphRect.Top() - nBorderWidth; in BuildRect()
212 nGlyphBottom = aGlyphRect.Bottom() + nBorderWidth; in BuildRect()
269 nBorderWidth = 0; in SmRect()
H A Dutility.cxx353 if (nBorderWidth < 0) in GetBorderWidth()
356 return nBorderWidth; in GetBorderWidth()
362 nBorderWidth = -1; in operator =()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx3905 long& rX, long& rY, sal_Bool bInDragDrop, sal_uInt16 nBorderWidth) in CalcScrollOffsets() argument
3913 nBorderWidth = (sal_uInt16)(Min( (long)(aWndSize.Height()-1), (long)nBorderWidth )); in CalcScrollOffsets()
3914 nBorderWidth = (sal_uInt16)(Min( (long)(aWndSize.Width()-1), (long)nBorderWidth )); in CalcScrollOffsets()
3916 if ( rPosPixel.X() < nBorderWidth ) in CalcScrollOffsets()
3921 nPixelToScrollX = rPosPixel.X()- nBorderWidth; in CalcScrollOffsets()
3923 else if ( rPosPixel.X() > aWndSize.Width() - nBorderWidth ) in CalcScrollOffsets()
3928 nPixelToScrollX = rPosPixel.X() - (aWndSize.Width() - nBorderWidth); in CalcScrollOffsets()
3930 if ( rPosPixel.Y() < nBorderWidth ) in CalcScrollOffsets()
3935 nPixelToScrollY = rPosPixel.Y() - nBorderWidth; in CalcScrollOffsets()
3937 else if ( rPosPixel.Y() > aWndSize.Height() - nBorderWidth ) in CalcScrollOffsets()
[all …]
H A Dimivctl1.cxx3364 long& rX, long& rY, sal_Bool isInDragDrop, sal_uInt16 nBorderWidth) in CalcScrollOffsets() argument
3372 nBorderWidth = (sal_uInt16)(Min( (long)(aWndSize.Height()-1), (long)nBorderWidth )); in CalcScrollOffsets()
3373 nBorderWidth = (sal_uInt16)(Min( (long)(aWndSize.Width()-1), (long)nBorderWidth )); in CalcScrollOffsets()
3375 if ( rPosPixel.X() < nBorderWidth ) in CalcScrollOffsets()
3380 nPixelToScrollX = rPosPixel.X()- nBorderWidth; in CalcScrollOffsets()
3382 else if ( rPosPixel.X() > aWndSize.Width() - nBorderWidth ) in CalcScrollOffsets()
3387 nPixelToScrollX = rPosPixel.X() - (aWndSize.Width() - nBorderWidth); in CalcScrollOffsets()
3389 if ( rPosPixel.Y() < nBorderWidth ) in CalcScrollOffsets()
3394 nPixelToScrollY = rPosPixel.Y() - nBorderWidth; in CalcScrollOffsets()
3396 else if ( rPosPixel.Y() > aWndSize.Height() - nBorderWidth ) in CalcScrollOffsets()
[all …]
H A Dsvicnvw.cxx757 sal_Bool b, sal_uInt16 nBorderWidth ) in CalcScrollOffsets() argument
759 pImp->CalcScrollOffsets( rRefPosPixel, rX, rY, b, nBorderWidth ); in CalcScrollOffsets()
H A Dimivctl.hxx464 sal_uInt16 nBorderWidth = 10 );
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1165 sal_uInt16 nBorderWidth = GetBorderWidth( aBorderLine, sal_True ); in CreateLayoutInfo() local
1179 nBorderWidth, nLeftBorderWidth, nRightBorderWidth, in CreateLayoutInfo()
1373 if( nSpace < nBorderWidth ) in GetBottomCellSpace()
1374 nSpace = nBorderWidth; in GetBottomCellSpace()
1503 sal_uInt16 nBorderWidth = aBorderLine.GetOutWidth(); in FixFrameFmt() local
1504 nBorderWidth *= (nEmptyRows + 1); in FixFrameFmt()
1506 nBorderWidth, sal_False ); in FixFrameFmt()
2098 nBorderWidth = nBorderWidth + nCellPadding; in GetBorderWidth()
2099 else if( nBorderWidth ) in GetBorderWidth()
2100 nBorderWidth = nBorderWidth + MIN_BORDER_DIST; in GetBorderWidth()
[all …]
H A Dhtmlfly.cxx1064 sal_uInt16 nBorderWidth = 0; in OutHTML_Image() local
1117 nBorderWidth = in OutHTML_Image()
1160 += ByteString::CreateFromInt32( nBorderWidth ); in OutHTML_Image()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx1458 const int nBorderWidth = in FormatLayout() local
1468 aPaint.Left( aPaint.Left() - nBorderWidth - nSidebarWidth); in FormatLayout()
1469 aPaint.Right( aPaint.Right() + nBorderWidth ); in FormatLayout()
1474 aPaint.Left( aPaint.Left() - nBorderWidth ); in FormatLayout()
1475 aPaint.Right( aPaint.Right() + nBorderWidth + nSidebarWidth); in FormatLayout()
1482 aPaint.Top( aPaint.Top() - nBorderWidth ); in FormatLayout()
1483 aPaint.Bottom( aPaint.Bottom() + nBorderWidth ); in FormatLayout()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx825 long nBorderWidth = pData->mnLeftBorder+pData->mnRightBorder; in ImplTracking() local
827 long nMinWidth = pBorderWindow->mnMinWidth+nBorderWidth; in ImplTracking()
829 long nMinWidth2 = nBorderWidth; in ImplTracking()
830 long nMaxWidth = pBorderWindow->mnMaxWidth+nBorderWidth; in ImplTracking()
880 aSize.Width() -= nBorderWidth; in ImplTracking()
883 aSize.Width() += nBorderWidth; in ImplTracking()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1191 const SwTwips nBorderWidth = in VisPortChgd() local
1200 nPageLeft = aPageRect.Left() - nBorderWidth - nSidebarWidth; in VisPortChgd()
1201 nPageRight = aPageRect.Right() + nBorderWidth; in VisPortChgd()
1206 nPageLeft = aPageRect.Left() - nBorderWidth; in VisPortChgd()
1207 nPageRight = aPageRect.Right() + nBorderWidth + nSidebarWidth; in VisPortChgd()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx586 const sal_Int32 nBorderWidth (1); in PaintBorder() local
587 for (int nIndex=0; nIndex<nBorderWidth; ++nIndex) in PaintBorder()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx218 nBorderWidth( nBWidth ), in SwHTMLTableLayout()
268 if( nSpace < nBorderWidth ) in GetLeftCellSpace()
269 nSpace = nBorderWidth; in GetLeftCellSpace()
/trunk/main/svtools/inc/svtools/
H A Dsvicnvw.hxx271 sal_uInt16 nBorderWidth = 10 );
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx297 sal_uInt16 nBorderWidth = 10 );
/trunk/main/sw/inc/
H A Dhtmltbl.hxx223 sal_uInt16 nBorderWidth; member in SwHTMLTableLayout
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx92 sal_uInt16 nBorderWidth; member in SvxRectCtl

Completed in 168 milliseconds