Home
last modified time | relevance | path

Searched refs:aBorder (Results 1 – 25 of 46) sorted by last modified time

12

/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1091 SvBorder aBorder = pFrame->GetBorderPixelImpl( pFrame->GetViewShell() ); in getArgs() local
1094 aBorderSeq[0] = aBorder.Left(); in getArgs()
1095 aBorderSeq[1] = aBorder.Top(); in getArgs()
1096 aBorderSeq[2] = aBorder.Right(); in getArgs()
1097 aBorderSeq[3] = aBorder.Bottom(); in getArgs()
/trunk/main/svx/source/table/
H A Dcell.cxx1558 TableBorder aBorder; in getPropertyDefault() local
1559 return Any( aBorder ); in getPropertyDefault()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx511 SvBorder aBorder( GetBorderPixel() ); in InnerResizePixel() local
513 aSize.Width() -= (aBorder.Left() + aBorder.Right()); in InnerResizePixel()
514 aSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
968 SvBorder aBorder (GetBorder(bOuterResize)); in UpdateBorder() local
971 if (bForce || (aBorder != aCurrentBorder)) in UpdateBorder()
973 SetBorderPixel (aBorder); in UpdateBorder()
1306 SvBorder aBorder; in ResizePixel() local
1308 aBorder = pMainViewShell->GetBorder(bOuterResize); in ResizePixel()
1309 aBorder += mrBase.GetBorder(bOuterResize); in ResizePixel()
1310 if (mrBase.GetBorderPixel() != aBorder) in ResizePixel()
[all …]
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2491 Border aBorder( rHelper, false ); in writeBiff2CellFormatToPropertySet() local
2502 aBorder.setBiff2Data( nFlags3 ); in writeBiff2CellFormatToPropertySet()
2507 aBorder.finalizeImport(); in writeBiff2CellFormatToPropertySet()
2513 aBorder.writeToPropertyMap( aPropMap ); in writeBiff2CellFormatToPropertySet()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx985 bool SwPostItMgr::LayoutByPage(std::list<SwSidebarWin*> &aVisiblePostItList,const Rectangle aBorder in LayoutByPage() argument
995 const Rectangle rBorder = mpEditWin->LogicToPixel( aBorder); in LayoutByPage()
H A DSidebarWin.cxx775 long aBorder = mrMgr.GetNextBorder(); in ResizeIfNeccessary() local
776 if (aBorder != -1) in ResizeIfNeccessary()
781 if (aNewLowerValue < aBorder) in ResizeIfNeccessary()
784 SetSizePixel(Size(GetSizePixel().Width(),aBorder - GetPosPixel().Y())); in ResizeIfNeccessary()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx590 XclImpCellBorder aBorder; in ReadCF() local
591 aBorder.FillFromCF8( nLineStyle, nLineColor, nFlags ); in ReadCF()
592 aBorder.FillToItemSet( rStyleItemSet, rPalette ); in ReadCF()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx2052 Size aBorder( aBrowseBorder ); in GetBrowseWidth() local
2053 aBorder.Width() += aBrowseBorder.Width(); in GetBrowseWidth()
2054 aBorder.Width() += pPostItMgr->GetSidebarWidth(true) + pPostItMgr->GetSidebarBorderWidth(true); in GetBrowseWidth()
2055 return aVisArea.Width() - GetOut()->PixelToLogic(aBorder).Width(); in GetBrowseWidth()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx467 Size aBorder = LogicToPixel(Size(3, 3),MAP_APPFONT); in ArrangeControls() local
468 aBorder = Size(CalcZoom(aBorder.Width()), CalcZoom(aBorder.Height())); in ArrangeControls()
476 nX = sal::static_int_cast< sal_uInt16 >(nX + nTextWidth + aBorder.Width()); in ArrangeControls()
480 nX = sal::static_int_cast< sal_uInt16 >(nX + (3*nH) + aBorder.Width()); in ArrangeControls()
486 nX = sal::static_int_cast< sal_uInt16 >(nX + nTextWidth + aBorder.Width()); in ArrangeControls()
491 nX = sal::static_int_cast< sal_uInt16 >(nX + nTextWidth + aBorder.Width()); in ArrangeControls()
502 aButtonPos.X() + (sal_uInt16)(nH + aBorder.Width())); in ArrangeControls()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx1624 Size aBorder; in IMPL_LINK() local
1631 aBorder = ( GetMinBorderSpace_Impl( in IMPL_LINK()
1643 MINBODY + aBorder.Height(); in IMPL_LINK()
1646 nMin = MINBODY + nBL + nBR + aBorder.Width(); in IMPL_LINK()
1654 long nMax = nH - nBB - aBorder.Height() - MINBODY - in IMPL_LINK()
1660 nMax = nH - nBT - aBorder.Height() - MINBODY - in IMPL_LINK()
1666 nMax = nW - nBR - MINBODY - aBorder.Width() - nHFLeft - nHFRight; in IMPL_LINK()
1670 nMax = nW - nBL - MINBODY - aBorder.Width() - nHFLeft - nHFRight; in IMPL_LINK()
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx743 const Size aBorder = pSh->GetOut()->PixelToLogic( pSh->GetBrowseBorder() ); in MakeAll() local
744 const long nTop = pAttrs->CalcTopLine() + aBorder.Height(); in MakeAll()
745 const long nBottom = pAttrs->CalcBottomLine()+ aBorder.Height(); in MakeAll()
750 nWidth += + 2 * aBorder.Width(); in MakeAll()
756 nWidth = Max( nWidth, 2L * aBorder.Width() + 4L*MM50 ); in MakeAll()
832 Prt().Left ( pAttrs->CalcLeftLine() + aBorder.Width() ); in MakeAll()
835 + pAttrs->CalcRightLine() + aBorder.Width() ) ); in MakeAll()
1028 const Size aBorder = pSh->GetOut()->PixelToLogic( pSh->GetBrowseBorder() ); in MakePrtArea() local
1029 … long nWidth = nWidthArea - 2 * ( IsVertical() ? aBorder.Height() : aBorder.Width() ); in MakePrtArea()
H A Dfly.cxx2586 Size aBorder = pSh->GetOut()->PixelToLogic( pSh->GetBrowseBorder() ); in CalcRel() local
2590 nRelHeight -= 2*aBorder.Height(); in CalcRel()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx1312 pImp->aBorder = rBorder; in SetBorderPixelImpl()
1354 return pImp->aBorder; in GetBorderPixelImpl()
/trunk/main/writerfilter/source/dmapper/
H A DPageBordersHandler.cxx140 _PgBorder aBorder = m_aBorders[i]; in SetBorders() local
141 pSectContext->SetBorder( aBorder.m_ePos, aBorder.m_nDistance, aBorder.m_rLine ); in SetBorders()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx558 Size aBorder( LogicToPixel( Size( 6, 6 ), MapMode( MAP_APPFONT ) ) ); in setupLayout() local
561 long nIndent = aBorder.Width(); in setupLayout()
H A Darrange.cxx53 Size aBorder( pDefDev->LogicToPixel( Size( 3, 3 ), MapMode( MAP_APPFONT ) ) ); in getDefaultBorder() local
54 nResult = pSVData->maAppData.mnDefaultLayoutBorder = aBorder.Height(); in getDefaultBorder()
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs408 unoidl.com.sun.star.table.TableBorder aBorder = in prepareRange()
410 aBorder.TopLine = aBorder.BottomLine = aBorder.LeftLine = in prepareRange()
411 aBorder.RightLine = aLine; in prepareRange()
412 aBorder.IsTopLineValid = aBorder.IsBottomLineValid = true; in prepareRange()
413 aBorder.IsLeftLineValid = aBorder.IsRightLineValid = true; in prepareRange()
417 typeof (unoidl.com.sun.star.table.TableBorder), aBorder ) ); in prepareRange()
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx1038 SvBorder aBorder( GetBorderPixel() ); in InnerResizePixel() local
1040 aSize.Width() -= (aBorder.Left() + aBorder.Right()); in InnerResizePixel()
1041 aSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
1054 SvBorder aBorder; in InnerResizePixel() local
1060 aViewSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
1061 aViewSize.Width() -= (aBorder.Left() + aBorder.Right()); in InnerResizePixel()
1062 aViewPos.X() += aBorder.Left(); in InnerResizePixel()
1063 aViewPos.Y() += aBorder.Top(); in InnerResizePixel()
1068 aSz.Height() += aBorder.Top() + aBorder.Bottom(); in InnerResizePixel()
1069 aSz.Width() += aBorder.Left() + aBorder.Right(); in InnerResizePixel()
[all …]
H A Dpview.cxx1545 SvBorder aBorder; in InnerResizePixel() local
1546 CalcAndSetBorderPixel( aBorder, sal_True ); in InnerResizePixel()
1548 aRect += aBorder; in InnerResizePixel()
1566 SvBorder aBorder; in OuterResizePixel() local
1567 CalcAndSetBorderPixel( aBorder, sal_False ); in OuterResizePixel()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx894 const Size aBorder = pSh->GetOut()->PixelToLogic( pSh->GetBrowseBorder() ); in NbcResize() local
895 nRelHeight -= 2*aBorder.Height(); in NbcResize()
/trunk/main/sw/inc/
H A DPostItMgr.hxx180 const Rectangle aBorder,
/trunk/main/svx/source/form/
H A Dfmcontrolbordermanager.cxx192 BorderDescriptor aBorder; in updateBorderStyle() local
193 aBorder.nBorderType = ( nStatus == CONTROL_STATUS_NONE ) in updateBorderStyle()
196 aBorder.nBorderColor = ( nStatus == CONTROL_STATUS_NONE ) in updateBorderStyle()
199 setBorder( _rxPeer, aBorder ); in updateBorderStyle()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx40 : aBorder( 5, 5 ) in SvResizeHelper()
61 aBorder ); in FillHandleRectsPixel()
65 aBorder ); in FillHandleRectsPixel()
69 aBorder ); in FillHandleRectsPixel()
72 aBottomRight.Y() - aBorder.Height() +1 ), in FillHandleRectsPixel()
73 aBorder ); in FillHandleRectsPixel()
76 aBottomRight.Y() - aBorder.Height() +1), in FillHandleRectsPixel()
77 aBorder ); in FillHandleRectsPixel()
80 aBottomRight.Y() - aBorder.Height() +1), in FillHandleRectsPixel()
81 aBorder ); in FillHandleRectsPixel()
[all …]
H A Dipwin.hxx35 Size aBorder; member in SvResizeHelper
46 { aBorder = rBorderP; } in SetBorderPixel()
47 const Size & GetBorderPixel() const { return aBorder; } in GetBorderPixel()
55 aRect.Top() += aBorder.Height(); in GetInnerRectPixel()
56 aRect.Left() += aBorder.Width(); in GetInnerRectPixel()
57 aRect.Bottom() -= aBorder.Height(); in GetInnerRectPixel()
58 aRect.Right() -= aBorder.Width(); in GetInnerRectPixel()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx743 Size aBorder( LogicToPixel( Size( 5, 5 ), MapMode( MAP_APPFONT ) ) ); in createSizeControls() local
744 long nIndent = aBorder.Width(); in createSizeControls()
820 Size aBorder( LogicToPixel( Size( 5, 5 ), MapMode( MAP_APPFONT ) ) ); in createColorDepthControls() local
821 long nIndent = aBorder.Width(); in createColorDepthControls()
854 Size aBorder( LogicToPixel( Size( 5, 5 ), MapMode( MAP_APPFONT ) ) ); in createFilterOptions() local
855 long nIndent = aBorder.Width(); in createFilterOptions()
1105 Size aBorder( LogicToPixel( Size( 5, 5 ), MapMode( MAP_APPFONT ) ) ); in createButtons() local
1109 rLayout.setBorders( nIndex, aBorder.Width(), 0, aBorder.Width(), aBorder.Width() ); in createButtons()
1125 Size aBorder( LogicToPixel( Size( 5, 5 ), MapMode( MAP_APPFONT ) ) ); in setupLayout() local
1127 maLayout.setOuterBorder( aBorder.Width() ); in setupLayout()

Completed in 270 milliseconds

12