Home
last modified time | relevance | path

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

12

/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/editeng/source/items/
H A Dfrmitems.cxx2368 SvxBorderLine aBorder( &aColor, nOutline, nInline, _nDistance ); in Create() local
2370 pAttr->SetLine( &aBorder, aLineMap[cLine] ); in Create()
2774 SvxBorderLine aBorder( &aColor, nOutline, nInline, nDistance ); in Create() local
2778 case 0: pAttr->SetLine( &aBorder, BOXINFO_LINE_HORI ); break; in Create()
2779 case 1: pAttr->SetLine( &aBorder, BOXINFO_LINE_VERT ); break; in Create()
/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/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/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/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/rsc/doku/feinkonz.43/
H A Drscinst.doc2973 RscInst aBorder;
2981 aBorder = aWindow.GetVar( HashId( "Border" ) );
2983 aBorder.SetBool( TRUE );
3962 RscInstCopy aBorder;
3970 aBorder = aWindow.GetVar( HashId( "Border" ) );
3972 aBorder.SetBool( TRUE );
3974 aWindow.SetVar( HashId( "Border" ), aBorder );
/trunk/main/sc/inc/
H A Dnameuno.hxx221 ::com::sun::star::sheet::Border aBorder )
/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/sc/source/ui/unoobj/
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 Dcellsuno.cxx2046 table::TableBorder aBorder; in getPropertyDefault() local
2047 ScHelperFunctions::FillTableBorder( aBorder, in getPropertyDefault()
2050 aAny <<= aBorder; in getPropertyDefault()
2290 table::TableBorder aBorder; in SetOnePropertyValue() local
2291 if ( aRanges.Count() && ( aValue >>= aBorder ) ) // empty = nothing to do in SetOnePropertyValue()
2295 ScHelperFunctions::FillBoxItems( aOuter, aInner, aBorder ); in SetOnePropertyValue()
2464 table::TableBorder aBorder; in GetOnePropertyValue() local
2465 ScHelperFunctions::FillTableBorder( aBorder, aOuter, aInner ); in GetOnePropertyValue()
2466 rAny <<= aBorder; in GetOnePropertyValue()
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()
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 …]
/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/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/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/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/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/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/sfx2/source/inc/
H A Dworkwin.hxx280 virtual sal_Bool RequestTopToolSpacePixel_Impl( SvBorder aBorder );
/trunk/main/sfx2/source/view/
H A Dframe.cxx796 pImp->aBorder = rBorder; in SetToolSpaceBorderPixel_Impl()
958 SetToolSpaceBorderPixel_Impl( pImp->aBorder ); in Resize()
H A Dimpframe.hxx64 SvBorder aBorder; member in SfxFrame_Impl
H A Dimpviewframe.hxx36 SvBorder aBorder; member
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 237 milliseconds

12