Home
last modified time | relevance | path

Searched refs:nBorder (Results 51 – 75 of 75) sorted by relevance

123

/trunk/main/sc/source/ui/view/
H A Dtabview.cxx1961 const long nBorder = 100; // leave 1mm for border in GetChartInsertPos() local
1962 long nNeededWidth = rSize.Width() + 2 * nBorder; in GetChartInsertPos()
1963 long nNeededHeight = rSize.Height() + 2 * nBorder; in GetChartInsertPos()
2070 aInsertPos.X() += nBorder; in GetChartInsertPos()
2071 aInsertPos.Y() += nBorder; in GetChartInsertPos()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx214 nCellPadding( nCellPad ), nCellSpacing( nCellSp ), nBorder( nBorderOpt ), in SwHTMLTableLayout()
259 nSpace = nSpace + nBorder; in GetLeftCellSpace()
293 nSpace += nBorder + nCellSpacing; in GetRightCellSpace()
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx411 sal_Int16 nBorder = (nBorderStyle == AX_BORDERSTYLE_SINGLE) ? API_BORDER_FLAT : in convertAxBorder() local
413 rPropMap.setProperty( PROP_Border, nBorder ); in convertAxBorder()
739 sal_uInt16 nBorder = getFlag( mnFlags, COMCTL_COMMON_3DBORDER ) ? API_BORDER_SUNKEN : in convertProperties() local
741 rPropMap.setProperty( PROP_Border, nBorder ); in convertProperties()
/trunk/main/vcl/inc/vcl/
H A Dgradient.hxx102 void SetBorder( sal_uInt16 nBorder );
H A Dmenu.hxx182 …SAL_DLLPRIVATE void ImplPaint( Window* pWin, sal_uInt16 nBorder, long nOffY = 0, MenuItemData* …
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx254 const SwTwips nBorder = rInf.GetTopDist() + rInf.GetBottomDist() + in Format() local
260 (Prt().*fnRect->fnSetTop)( nBorder ); in Format()
262 (Prt().*fnRect->fnSetHeight)((Frm().*fnRect->fnGetHeight)() - nBorder ); in Format()
293 nRemaining += nBorder; in Format()
H A Dfly.cxx1434 SwTwips nBorder = (Frm().*fnRect->fnGetHeight)() - in Format() local
1450 if( nDist > nBorder + nRemaining ) in Format()
1451 nRemaining = nDist - nBorder; in Format()
/trunk/main/sw/source/core/inc/
H A Dlayfrm.hxx145 void FormatWidthCols( const SwBorderAttrs &, const SwTwips nBorder,
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2976 long nBorder = 1; in DrawEntry() local
2984 Point aPtImg( nBorder, ( ( aOutSz.Height() - aImgSz.Height() ) / 2 ) ); in DrawEntry()
3036 … Rectangle aTextRect( Point( nBorder, 0 ), Size( aOutSz.Width()-2*nBorder, aOutSz.Height() ) ); in DrawEntry()
/trunk/main/svx/workben/
H A Dedittest.cxx1352 long nBorder = aVScrollBar.GetSizePixel().Width(); in Resize() local
1358 ….SetSizePixel( Size( aOutSzPixel.Width()-nBorder-2*nExtra, aOutSzPixel.Height()-aTBSz.Height()-2*n… in Resize()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx1037 sal_Bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder = 0 );
1038 sal_Bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder, sal_Bool* pbBuuletPos );
H A Dediteng.hxx303 sal_Bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder = 0 );
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx245 sal_uInt16 nBorder; // Dicke der ausseren Umrandung member in SwWriteTable
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx1188 sal_Int16 nBorder; in ImplConvertFromSVM1() local
1198 rIStm >> nAngle >> nBorder >> nOfsX >> nOfsY >> nIntensityStart >> nIntensityEnd; in ImplConvertFromSVM1()
1203 aGrad.SetBorder( nBorder ); in ImplConvertFromSVM1()
H A Doutdev3.cxx4314 long nBorder = (nDotSize*150)/1000; in ImplGetEmphasisMark() local
4315 if ( nBorder <= 1 ) in ImplGetEmphasisMark()
4320 nRad-nBorder, nRad-nBorder ); in ImplGetEmphasisMark()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx3458 nBorder( 0 ), in XGradient()
3487 nBorder(nTheBorder), in XGradient()
3512 nBorder == rGradient.nBorder && in operator ==()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1374 …sal_uInt16 nBorder = 0; long nStartY = 0; // from Menu implementations, needed when we support nat… in implPaint() local
1397 aPos.Y() += nBorder; in implPaint()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx118 sal_uInt16 nBorder = 200, sal_uInt16 nCircle = 80, CTL_STYLE eStyle = CS_RECT );
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx2058 sal_uInt32 nArea = 0, nBorder = 0; in WriteBody5() local
2066 maBorder.FillToXF5( nBorder, nArea ); in WriteBody5()
2069 rStrm << mnXclFont << mnXclNumFmt << nTypeProt << nAlign << nArea << nBorder; in WriteBody5()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1907 sal_Bool EditEngine::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ) in IsTextPos() argument
1929 if ( ( aDocPos.X() >= aLineXPosStartEnd.Min() - nBorder ) && in IsTextPos()
1930 ( aDocPos.X() <= aLineXPosStartEnd.Max() + nBorder ) ) in IsTextPos()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx87 sal_uInt16 nBorder, sal_uInt16 nCircle, CTL_STYLE eStyle ) : in SvxRectCtl() argument
92 nBorderWidth( nBorder ), in SvxRectCtl()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx3701 long nBorder = pViewData->aGridRect.GetWidth() - aSize.Width(); in Center() local
3702 pViewData->aRect.Left() += nBorder / 2; in Center()
3703 pViewData->aRect.Right() -= nBorder / 2; in Center()
/trunk/main/vcl/source/window/
H A Dmenu.cxx470 sal_uInt16 nBorder; member in MenuFloatingWindow
2638 void Menu::ImplPaint( Window* pWin, sal_uInt16 nBorder, long nStartY, MenuItemData* pThisItemOnly, … in ImplPaint() argument
2676 aPos.Y() += nBorder; in ImplPaint()
4011 nBorder = EXTRASPACEY; in MenuFloatingWindow()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx4102 sal_uInt16 nBorder = sal_uInt16(); in setProperty() local
4103 if ( (Value >>= nBorder) && nBorder != 0 ) in setProperty()
4104 pComboBox->SetBorderStyle( nBorder ); in setProperty()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx295 sal_uInt8 ExportBorder(sal_uInt16 nBorder,sal_uInt8 &rBorderStyle) const;

Completed in 338 milliseconds

123