Home
last modified time | relevance | path

Searched refs:aBorder (Results 1 – 25 of 46) sorted by relevance

12

/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/sc/source/ui/view/
H A Dtabvwsh4.cxx387 SvBorder aBorder; in InnerResizePixel() local
389 SetBorderPixel( aBorder ); in InnerResizePixel()
394 aSize.Width() -= (aBorder.Left() + aBorder.Right()); in InnerResizePixel()
395 aSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
411 SvBorder aBorder; in InnerResizePixel() local
414 aNewSize.Width() += aBorder.Left() + aBorder.Right(); in InnerResizePixel()
415 aNewSize.Height() += aBorder.Top() + aBorder.Bottom(); in InnerResizePixel()
428 SvBorder aBorder; in OuterResizePixel() local
430 SetBorderPixel( aBorder ); in OuterResizePixel()
1782 SvBorder aBorder; in Construct() local
[all …]
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx828 SvBorder aBorder; in ArrangeChilds_Impl() local
832 aBorder = Arrange_Impl(); in ArrangeChilds_Impl()
869 SvBorder aBorder; in Arrange_Impl() local
871 return aBorder; in Arrange_Impl()
898 SvBorder aTemp = aBorder; in Arrange_Impl()
974 aBorder = aTemp; in Arrange_Impl()
978 if ( aClientArea.GetWidth() >= aBorder.Left() + aBorder.Right() ) in Arrange_Impl()
990 if ( aClientArea.GetHeight() >= aBorder.Top() + aBorder.Bottom() ) in Arrange_Impl()
997 aBorder.Top() = aClientArea.Top(); in Arrange_Impl()
2642 aClientArea.GetWidth() < aBorder.Left() + aBorder.Right() || in RequestTopToolSpacePixel_Impl()
[all …]
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetDocHelper.cs194 unoidl.com.sun.star.table.TableBorder aBorder = in prepareRange()
196 aBorder.TopLine = aBorder.BottomLine = aBorder.LeftLine = in prepareRange()
197 aBorder.RightLine = aLine; in prepareRange()
198 aBorder.IsTopLineValid = aBorder.IsBottomLineValid = true; in prepareRange()
199 aBorder.IsLeftLineValid = aBorder.IsRightLineValid = true; in prepareRange()
203 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/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java227 com.sun.star.table.TableBorder aBorder = new com.sun.star.table.TableBorder(); in prepareRange() local
228 aBorder.TopLine = aBorder.BottomLine = aBorder.LeftLine = aBorder.RightLine = aLine; in prepareRange()
229 aBorder.IsTopLineValid = aBorder.IsBottomLineValid = true; in prepareRange()
230 aBorder.IsLeftLineValid = aBorder.IsRightLineValid = true; in prepareRange()
231 xPropSet.setPropertyValue( "TableBorder", aBorder ); in prepareRange()
/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 …]
H A Dviewshel.cxx951 SvBorder aBorder; in GetBorder() local
957 aBorder.Bottom() = maScrBarWH.Height(); in GetBorder()
964 aBorder.Right() = maScrBarWH.Width(); in GetBorder()
972 aBorder.Top() = mpHorizontalRuler->GetSizePixel().Height(); in GetBorder()
974 aBorder.Left() = mpVerticalRuler->GetSizePixel().Width(); in GetBorder()
977 return aBorder; in GetBorder()
/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/sd/source/ui/dlg/
H A DPaneDockingWindow.cxx117 const SvBorder aBorder (GetDecorationBorder()); in SetValidSizeRange() local
119 ? mnTitleBarHeight + aBorder.Top() + aBorder.Bottom() in SetValidSizeRange()
120 : aBorder.Left() + aBorder.Right()); in SetValidSizeRange()
/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/sc/source/ui/unoobj/
H A Dstyleuno.cxx1497 table::TableBorder aBorder; in getPropertyDefault() local
1499 aBorder.IsHorizontalLineValid = sal_False; in getPropertyDefault()
1500 aBorder.IsVerticalLineValid = sal_False; in getPropertyDefault()
1501 aBorder.IsDistanceValid = sal_False; in getPropertyDefault()
1502 aAny <<= aBorder; in getPropertyDefault()
1938 table::TableBorder aBorder; in SetOnePropertyValueWithoutUpdate() local
1939 if ( *pValue >>= aBorder ) in SetOnePropertyValueWithoutUpdate()
2111 table::TableBorder aBorder; in getPropertyValue() local
2114 aBorder.IsVerticalLineValid = sal_False; in getPropertyValue()
2115 aBorder.IsDistanceValid = sal_False; in getPropertyValue()
[all …]
H A Dafmtuno.cxx796 table::TableBorder aBorder; in setPropertyValue() local
797 if ( aValue >>= aBorder ) // empty = nothing to do in setPropertyValue()
801 ScHelperFunctions::FillBoxItems( aOuter, aInner, aBorder ); in setPropertyValue()
860 table::TableBorder aBorder; in getPropertyValue() local
861 ScHelperFunctions::FillTableBorder( aBorder, aOuter, aInner ); in getPropertyValue()
862 aVal <<= aBorder; in getPropertyValue()
H A Dnameuno.cxx685 sheet::Border aBorder ) throw(uno::RuntimeException) in addNewFromTitles() argument
690 sal_Bool bTop = ( aBorder == sheet::Border_TOP ); in addNewFromTitles()
691 sal_Bool bLeft = ( aBorder == sheet::Border_LEFT ); in addNewFromTitles()
692 sal_Bool bBottom = ( aBorder == sheet::Border_BOTTOM ); in addNewFromTitles()
693 sal_Bool bRight = ( aBorder == sheet::Border_RIGHT ); in addNewFromTitles()
/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()
/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()
/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/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx513 SvBorder aBorder; in GetBorder() local
517 aBorder.Right() = pScrollBar->GetOutputSizePixel().Width(); in GetBorder()
521 aBorder.Bottom() = pScrollBar->GetOutputSizePixel().Height(); in GetBorder()
523 return aBorder; in GetBorder()
/trunk/main/offapi/com/sun/star/sheet/
H A DXNamedRanges.idl92 of the range (depending on the parameter <const>aBorder</const>.
107 @param aBorder
112 [in] com::sun::star::sheet::Border aBorder );
/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/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/sw/source/ui/docvw/
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/sfx2/source/view/
H A Dsfxbasecontroller.cxx966 SvBorder aBorder = m_pData->m_pViewShell->GetBorderPixel(); in getBorder() local
967 aResult.Left = aBorder.Left(); in getBorder()
968 aResult.Top = aBorder.Top(); in getBorder()
969 aResult.Right = aBorder.Right(); in getBorder()
970 aResult.Bottom = aBorder.Bottom(); in getBorder()

Completed in 166 milliseconds

12