Home
last modified time | relevance | path

Searched refs:nBorder (Results 1 – 25 of 75) sorted by last modified time

123

/trunk/main/vcl/source/gdi/
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/sd/source/core/
H A Dsdpage.cxx1743 void SdPage::SetLftBorder(sal_Int32 nBorder) in SetLftBorder() argument
1745 if (nBorder != GetLftBorder() ) in SetLftBorder()
1747 FmFormPage::SetLftBorder(nBorder); in SetLftBorder()
1756 void SdPage::SetRgtBorder(sal_Int32 nBorder) in SetRgtBorder() argument
1758 if (nBorder != GetRgtBorder() ) in SetRgtBorder()
1760 FmFormPage::SetRgtBorder(nBorder); in SetRgtBorder()
1769 void SdPage::SetUppBorder(sal_Int32 nBorder) in SetUppBorder() argument
1771 if (nBorder != GetUppBorder() ) in SetUppBorder()
1773 FmFormPage::SetUppBorder(nBorder); in SetUppBorder()
1784 if (nBorder != GetLwrBorder() ) in SetLwrBorder()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx316 static const sal_Int32 nBorder = 5; in PaintPageCount() local
319 rDevice.DrawRect(GrowRectangle(aTextBox, nBorder)); in PaintPageCount()
323 rDevice.DrawRect(GrowRectangle(aTextBox, nBorder-1)); in PaintPageCount()
H A DSlsButtonBar.cxx574 sal_Int32 nExcludedTotalWidth ((maExcludedButtons.size()-1) * nGap + 2*nBorder); in LayoutButtons()
584 sal_Int32 nRegularTotalWidth ((maRegularButtons.size()-1) * nGap + 2*nBorder); in LayoutButtons()
592 nMaximumHeight += 2*nBorder; in LayoutButtons()
606 aBox.Right() -= nBorder; in LayoutButtons()
826 const sal_Int32 nBorder (mpTheme->GetIntegerValue(Theme::Integer_ButtonBorder)); in UpdateMinimumIconSizes() local
827 sal_Int32 nTotalWidthLarge ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes()
828 sal_Int32 nTotalWidthMedium ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes()
829 sal_Int32 nTotalWidthSmall ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes()
850 maMinimumLargeButtonAreaSize = Size(nTotalWidthLarge, nMaximumHeightLarge+2*nBorder); in UpdateMinimumIconSizes()
851 maMinimumMediumButtonAreaSize = Size(nTotalWidthMedium, nMaximumHeightMedium+2*nBorder); in UpdateMinimumIconSizes()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx557 void setBiff3Data( sal_uInt32 nBorder );
559 void setBiff5Data( sal_uInt32 nBorder, sal_uInt32 nArea );
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1690 void Border::setBiff3Data( sal_uInt32 nBorder ) in setBiff3Data() argument
1693 ….maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 8, 3 ), extractValue< sal_uInt16 >( nB… in setBiff3Data()
1694 ….maRight.setBiffData( extractValue< sal_uInt8 >( nBorder, 24, 3 ), extractValue< sal_uInt16 >( nB… in setBiff3Data()
1695 ….maTop.setBiffData( extractValue< sal_uInt8 >( nBorder, 0, 3 ), extractValue< sal_uInt16 >( nB… in setBiff3Data()
1696 ….maBottom.setBiffData( extractValue< sal_uInt8 >( nBorder, 16, 3 ), extractValue< sal_uInt16 >( nB… in setBiff3Data()
1703 ….maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 3, 3 ), extractValue< sal_uInt16 >( nB… in setBiff5Data()
2304 sal_uInt32 nBorder; in importXf() local
2318 xBorder->setBiff3Data( nBorder ); in importXf()
2327 sal_uInt32 nBorder; in importXf() local
2341 xBorder->setBiff3Data( nBorder ); in importXf()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx145 short nBorder = BORDERPRN; in TYPEINIT1() local
160 long nYTop = TMARGPRN-3*nBorder-nFontHeight; in TYPEINIT1()
162 long nXLeft = nLeftMargin-nBorder; in TYPEINIT1()
163 long nXRight = aSz.Width()-RMARGPRN+nBorder; in TYPEINIT1()
167 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in TYPEINIT1()
170 long nY = TMARGPRN-2*nBorder; in TYPEINIT1()
187 nY = TMARGPRN-nBorder; in TYPEINIT1()
/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/source/outliner/
H A Doutlin2.cxx587 sal_Bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ) in IsTextPos() argument
589 return IsTextPos( rPaperPos, nBorder, NULL ); in IsTextPos()
592 sal_Bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder, sal_Bool* pbBullet ) in IsTextPos() argument
597 sal_Bool bTextPos = pEditEngine->IsTextPos( rPaperPos, nBorder ); in IsTextPos()
/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/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/svx/source/svdraw/
H A Dsvdpage.cxx1600 void SdrPage::SetLftBorder(sal_Int32 nBorder) in SetLftBorder() argument
1602 if(nBordLft != nBorder) in SetLftBorder()
1604 nBordLft = nBorder; in SetLftBorder()
1609 void SdrPage::SetUppBorder(sal_Int32 nBorder) in SetUppBorder() argument
1611 if(nBordUpp != nBorder) in SetUppBorder()
1613 nBordUpp = nBorder; in SetUppBorder()
1618 void SdrPage::SetRgtBorder(sal_Int32 nBorder) in SetRgtBorder() argument
1620 if(nBordRgt != nBorder) in SetRgtBorder()
1622 nBordRgt=nBorder; in SetRgtBorder()
1629 if(nBordLwr != nBorder) in SetLwrBorder()
[all …]
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx1263 long nBorder; in ImplTestSplit() local
1269 nBorder = pWindow->mnBottomBorder; in ImplTestSplit()
1274 nBorder = pWindow->mnTopBorder; in ImplTestSplit()
1275 nPos = pWindow->mnDY-nBorder; in ImplTestSplit()
1283 nBorder = pWindow->mnRightBorder; in ImplTestSplit()
1288 nBorder = pWindow->mnLeftBorder; in ImplTestSplit()
1289 nPos = pWindow->mnDX-nBorder; in ImplTestSplit()
1298 if ( (nTPos >= nPos) && (nTPos <= nPos+nSplitSize+nBorder) ) in ImplTestSplit()
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/vcl/inc/vcl/
H A Dmenu.hxx182 …SAL_DLLPRIVATE void ImplPaint( Window* pWin, sal_uInt16 nBorder, long nOffY = 0, MenuItemData* …
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx101 sal_uInt16 nBorder; member
1019 long nBorderOpt = (long)pOptions->nBorder; in InitCtor()
1029 nBorder = (sal_uInt16)nPWidth; in InitCtor()
1176 nW, bPrcWidth, nBorder, nCellPadding, in CreateLayoutInfo()
1328 nSpace += nBorder + nCellSpacing; in GetTopCellSpace()
1358 nSpace = nSpace + nBorder; in GetBottomCellSpace()
5142 nBorder( USHRT_MAX ), in HTMLTableOptions()
5199 nBorder = (sal_uInt16)pOption->GetNumber(); in HTMLTableOptions()
5201 nBorder = 1; in HTMLTableOptions()
5204 eFrame = ( nBorder ? HTML_TF_BOX : HTML_TF_VOID ); in HTMLTableOptions()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableManager.cxx506 for( sal_uInt32 nBorder = 0; nBorder < m_nCellCounterForCurrentRow.top() - 1; ++nBorder ) in endOfRowAction() local
518 pSeparators[nBorder].Position = nRelPos + nLastRelPos; in endOfRowAction()
519 pSeparators[nBorder].IsVisible = sal_True; in endOfRowAction()
/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/basctl/source/basicide/
H A Dbaside2.cxx111 short nBorder = BORDERPRN; in lcl_PrintHeader() local
128 long nYTop = TMARGPRN-3*nBorder-nFontHeight; in lcl_PrintHeader()
130 long nXLeft = nLeftMargin-nBorder; in lcl_PrintHeader()
131 long nXRight = aSz.Width()-RMARGPRN+nBorder; in lcl_PrintHeader()
136 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader()
139 long nY = TMARGPRN-2*nBorder; in lcl_PrintHeader()
158 nY = TMARGPRN-nBorder; in lcl_PrintHeader()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx118 sal_uInt16 nBorder = 200, sal_uInt16 nCircle = 80, CTL_STYLE eStyle = CS_RECT );
/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 Dimivctl1.cxx3107 long nBorder = pEntry->aGridRect.GetWidth() - aSize.Width(); in Center() local
3108 pEntry->aRect.Left() += nBorder / 2; in Center()
3109 pEntry->aRect.Right() -= nBorder / 2; in Center()
4496 long nBorder = 2; in DrawHighlightFrame() local
4498 nBorder = 1; in DrawHighlightFrame()
4499 aBmpRect.Right() += nBorder; in DrawHighlightFrame()
4500 aBmpRect.Left() -= nBorder; in DrawHighlightFrame()
4501 aBmpRect.Bottom() += nBorder; in DrawHighlightFrame()
4502 aBmpRect.Top() -= nBorder; in DrawHighlightFrame()
/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()

Completed in 282 milliseconds

123