/aoo4110/main/svtools/source/hatchwindow/ |
H A D | ipwin.cxx | 40 : 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 D | ipwin.hxx | 35 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()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 387 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 …]
|
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetDocHelper.cs | 194 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()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | workwin.cxx | 828 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 …]
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 1038 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 D | pview.cxx | 1545 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()
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetDocHelper.java | 227 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()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 511 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 D | viewshel.cxx | 951 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()
|
/aoo4110/main/testtools/source/cliversioning/ |
H A D | version.cs | 408 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()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | PaneDockingWindow.cxx | 117 const SvBorder aBorder (GetDecorationBorder()); in SetValidSizeRange() local 119 ? mnTitleBarHeight + aBorder.Top() + aBorder.Bottom() in SetValidSizeRange() 120 : aBorder.Left() + aBorder.Right()); in SetValidSizeRange()
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | PageBordersHandler.cxx | 140 _PgBorder aBorder = m_aBorders[i]; in SetBorders() local 141 pSectContext->SetBorder( aBorder.m_ePos, aBorder.m_nDistance, aBorder.m_rLine ); in SetBorders()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | styleuno.cxx | 1497 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 D | afmtuno.cxx | 796 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 D | nameuno.cxx | 685 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()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | calcmove.cxx | 743 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()
|
/aoo4110/main/svtools/source/filter/ |
H A D | exportdialog.cxx | 743 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()
|
/aoo4110/main/svx/source/form/ |
H A D | fmcontrolbordermanager.cxx | 192 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()
|
/aoo4110/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorter.cxx | 514 SvBorder aBorder; in GetBorder() local 518 aBorder.Right() = pScrollBar->GetOutputSizePixel().Width(); in GetBorder() 522 aBorder.Bottom() = pScrollBar->GetOutputSizePixel().Height(); in GetBorder() 524 return aBorder; in GetBorder()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XNamedRanges.idl | 92 of the range (depending on the parameter <const>aBorder</const>. 107 @param aBorder 112 [in] com::sun::star::sheet::Border aBorder );
|
/aoo4110/main/cui/source/tabpages/ |
H A D | page.cxx | 1543 Size aBorder; in IMPL_LINK() local 1550 aBorder = ( GetMinBorderSpace_Impl( in IMPL_LINK() 1562 MINBODY + aBorder.Height(); in IMPL_LINK() 1565 nMin = MINBODY + nBL + nBR + aBorder.Width(); in IMPL_LINK() 1573 long nMax = nH - nBB - aBorder.Height() - MINBODY - in IMPL_LINK() 1579 nMax = nH - nBT - aBorder.Height() - MINBODY - in IMPL_LINK() 1585 nMax = nW - nBR - MINBODY - aBorder.Width() - nHFLeft - nHFRight; in IMPL_LINK() 1589 nMax = nW - nBL - MINBODY - aBorder.Width() - nHFLeft - nHFRight; in IMPL_LINK()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 467 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()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | SidebarWin.cxx | 775 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()
|
/aoo4110/main/sfx2/source/view/ |
H A D | sfxbasecontroller.cxx | 966 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()
|