Home
last modified time | relevance | path

Searched refs:aBoxItem (Results 1 – 25 of 40) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dfrmsh.cxx1138 aBoxItem = aNewBox; in ExecFrameStyle()
1163 if (!aBoxItem->GetTop() && !aBoxItem->GetBottom() && in ExecFrameStyle()
1164 !aBoxItem->GetLeft() && !aBoxItem->GetRight()) in ExecFrameStyle()
1212 if (!aBoxItem->GetTop() && !aBoxItem->GetBottom() && in ExecFrameStyle()
1213 !aBoxItem->GetLeft() && !aBoxItem->GetRight()) in ExecFrameStyle()
1223 if ( aBoxItem->GetTop() ) in ExecFrameStyle()
1227 if ( aBoxItem->GetLeft() ) in ExecFrameStyle()
1229 if ( aBoxItem->GetRight() ) in ExecFrameStyle()
1237 if (bDefault && (aBoxItem->GetTop() || aBoxItem->GetBottom() || in ExecFrameStyle()
1238 aBoxItem->GetLeft() || aBoxItem->GetRight())) in ExecFrameStyle()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dfrmsh.cxx1150 aBoxItem = std::move(aNewBox); in ExecFrameStyle()
1175 if (!aBoxItem->GetTop() && !aBoxItem->GetBottom() && in ExecFrameStyle()
1176 !aBoxItem->GetLeft() && !aBoxItem->GetRight()) in ExecFrameStyle()
1224 if (!aBoxItem->GetTop() && !aBoxItem->GetBottom() && in ExecFrameStyle()
1225 !aBoxItem->GetLeft() && !aBoxItem->GetRight()) in ExecFrameStyle()
1235 if ( aBoxItem->GetTop() ) in ExecFrameStyle()
1239 if ( aBoxItem->GetLeft() ) in ExecFrameStyle()
1241 if ( aBoxItem->GetRight() ) in ExecFrameStyle()
1249 if (bDefault && (aBoxItem->GetTop() || aBoxItem->GetBottom() || in ExecFrameStyle()
1250 aBoxItem->GetLeft() || aBoxItem->GetRight())) in ExecFrameStyle()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dformatsh.cxx1922 if ( aBoxItem.GetTop() && aBoxItem.GetTop()->GetOutWidth() == 0 ) in ExecuteAttr()
1924 if ( aBoxItem.GetBottom() && aBoxItem.GetBottom()->GetOutWidth() == 0 ) in ExecuteAttr()
1926 if ( aBoxItem.GetLeft() && aBoxItem.GetLeft()->GetOutWidth() == 0 ) in ExecuteAttr()
1928 if ( aBoxItem.GetRight() && aBoxItem.GetRight()->GetOutWidth() == 0 ) in ExecuteAttr()
1930 aNewSet.Put( aBoxItem ); in ExecuteAttr()
1931 rReq.AppendItem( aBoxItem ); in ExecuteAttr()
2089 if( aBoxItem->GetTop() ) in GetAttrState()
2098 if( aBoxItem->GetBottom() ) in GetAttrState()
2117 if( aBoxItem->GetLeft() ) in GetAttrState()
2136 if( aBoxItem->GetRight() ) in GetAttrState()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dformatsh.cxx1900 if ( aBoxItem.GetTop() && aBoxItem.GetTop()->GetOutWidth() == 0 ) in ExecuteAttr()
1902 if ( aBoxItem.GetBottom() && aBoxItem.GetBottom()->GetOutWidth() == 0 ) in ExecuteAttr()
1904 if ( aBoxItem.GetLeft() && aBoxItem.GetLeft()->GetOutWidth() == 0 ) in ExecuteAttr()
1906 if ( aBoxItem.GetRight() && aBoxItem.GetRight()->GetOutWidth() == 0 ) in ExecuteAttr()
1908 pNewSet->Put( aBoxItem ); in ExecuteAttr()
1909 rReq.AppendItem( aBoxItem ); in ExecuteAttr()
2078 if( aBoxItem->GetTop() ) in GetAttrState()
2087 if( aBoxItem->GetBottom() ) in GetAttrState()
2106 if( aBoxItem->GetLeft() ) in GetAttrState()
2125 if( aBoxItem->GetRight() ) in GetAttrState()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dstlpool.cxx228 SvxBoxItem aBoxItem ( ATTR_BORDER ); in CreateStandardStyles() local
317 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::TOP ); in CreateStandardStyles()
318 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::BOTTOM ); in CreateStandardStyles()
319 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::LEFT ); in CreateStandardStyles()
320 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::RIGHT ); in CreateStandardStyles()
321 aBoxItem.SetAllDistances( 10 ); // 0.2mm in CreateStandardStyles()
334 pHFSet->Put( aBoxItem ); in CreateStandardStyles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dstlpool.cxx224 SvxBoxItem aBoxItem ( ATTR_BORDER ); in CreateStandardStyles() local
315 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::TOP ); in CreateStandardStyles()
316 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::BOTTOM ); in CreateStandardStyles()
317 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::LEFT ); in CreateStandardStyles()
318 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::RIGHT ); in CreateStandardStyles()
319 aBoxItem.SetAllDistances( 10 ); // 0.2mm in CreateStandardStyles()
332 pHFSet->Put( aBoxItem ); in CreateStandardStyles()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Datrstck.cxx628 const SvxBoxItem& aBoxItem = rItem.StaticWhichCast(RES_CHRATR_BOX); in FontChg() local
629 rFnt.SetTopBorder( aBoxItem.GetTop() ); in FontChg()
630 rFnt.SetBottomBorder( aBoxItem.GetBottom() ); in FontChg()
631 rFnt.SetRightBorder( aBoxItem.GetRight() ); in FontChg()
632 rFnt.SetLeftBorder( aBoxItem.GetLeft() ); in FontChg()
633 rFnt.SetTopBorderDist( aBoxItem.GetDistance(SvxBoxItemLine::TOP) ); in FontChg()
634 rFnt.SetBottomBorderDist( aBoxItem.GetDistance(SvxBoxItemLine::BOTTOM) ); in FontChg()
635 rFnt.SetRightBorderDist( aBoxItem.GetDistance(SvxBoxItemLine::RIGHT) ); in FontChg()
636 rFnt.SetLeftBorderDist( aBoxItem.GetDistance(SvxBoxItemLine::LEFT) ); in FontChg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Datrstck.cxx631 const SvxBoxItem& aBoxItem = static_cast<const SvxBoxItem&>(rItem); in FontChg() local
632 rFnt.SetTopBorder( aBoxItem.GetTop() ); in FontChg()
633 rFnt.SetBottomBorder( aBoxItem.GetBottom() ); in FontChg()
634 rFnt.SetRightBorder( aBoxItem.GetRight() ); in FontChg()
635 rFnt.SetLeftBorder( aBoxItem.GetLeft() ); in FontChg()
636 rFnt.SetTopBorderDist( aBoxItem.GetDistance(SvxBoxItemLine::TOP) ); in FontChg()
637 rFnt.SetBottomBorderDist( aBoxItem.GetDistance(SvxBoxItemLine::BOTTOM) ); in FontChg()
638 rFnt.SetRightBorderDist( aBoxItem.GetDistance(SvxBoxItemLine::RIGHT) ); in FontChg()
639 rFnt.SetLeftBorderDist( aBoxItem.GetDistance(SvxBoxItemLine::LEFT) ); in FontChg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dborder.cxx915 SvxBoxItem aBoxItem ( nBoxWhich ); in FillItemSet() local
932 aBoxItem.SetLine( m_aFrameSel.GetFrameBorderStyle( i.first ), i.second ); in FillItemSet()
935 aBoxItem.SetRemoveAdjacentCellBorder( mbRemoveAdjacentCellBorders ); in FillItemSet()
978aBoxItem.SetDistance( static_cast<sal_uInt16>(GetCoreValue(*m_xTopMF, eCoreUnit )), SvxBoxItemLine… in FillItemSet()
983aBoxItem.SetDistance(pOldBoxItem->GetDistance(SvxBoxItemLine::LEFT ), SvxBoxItemLine::LEFT); in FillItemSet()
984aBoxItem.SetDistance(pOldBoxItem->GetDistance(SvxBoxItemLine::RIGHT), SvxBoxItemLine::RIGHT); in FillItemSet()
985aBoxItem.SetDistance(pOldBoxItem->GetDistance(SvxBoxItemLine::TOP ), SvxBoxItemLine::TOP); in FillItemSet()
986aBoxItem.SetDistance(pOldBoxItem->GetDistance(SvxBoxItemLine::BOTTOM), SvxBoxItemLine::BOTTOM); in FillItemSet()
1010 bPut = aBoxItem != static_cast<const SvxBoxItem&>(rOldSet.Get(nBoxWhich)); in FillItemSet()
1024 if ( !pOldBoxItem || *pOldBoxItem != aBoxItem ) in FillItemSet()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dborder.cxx979 SvxBoxItem aBoxItem ( nBoxWhich ); in FillItemSet() local
996 aBoxItem.SetLine( m_aFrameSel.GetFrameBorderStyle( i.first ), i.second ); in FillItemSet()
999 aBoxItem.SetRemoveAdjacentCellBorder( mbRemoveAdjacentCellBorders ); in FillItemSet()
1042aBoxItem.SetDistance( static_cast<sal_uInt16>(GetCoreValue(*m_xTopMF, eCoreUnit )), SvxBoxItemLine… in FillItemSet()
1047aBoxItem.SetDistance(pOldBoxItem->GetDistance(SvxBoxItemLine::LEFT ), SvxBoxItemLine::LEFT); in FillItemSet()
1048aBoxItem.SetDistance(pOldBoxItem->GetDistance(SvxBoxItemLine::RIGHT), SvxBoxItemLine::RIGHT); in FillItemSet()
1049aBoxItem.SetDistance(pOldBoxItem->GetDistance(SvxBoxItemLine::TOP ), SvxBoxItemLine::TOP); in FillItemSet()
1050aBoxItem.SetDistance(pOldBoxItem->GetDistance(SvxBoxItemLine::BOTTOM), SvxBoxItemLine::BOTTOM); in FillItemSet()
1074 bPut = aBoxItem != static_cast<const SvxBoxItem&>(rOldSet.Get(nBoxWhich)); in FillItemSet()
1088 if ( !pOldBoxItem || *pOldBoxItem != aBoxItem ) in FillItemSet()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dtablecontroller.cxx897 SvxBoxItem aBoxItem( rAttrSet.Get( SDRATTR_TABLE_BORDER ) ); in mergeDrawinglayerTextDistancesAndSvxBoxItem() local
902 return aBoxItem; in mergeDrawinglayerTextDistancesAndSvxBoxItem()
921 SvxBoxItem aBoxItem(mergeDrawinglayerTextDistancesAndSvxBoxItem(aNewAttr)); in onFormatTable() local
926 FillCommonBorderAttrFromSelectedCells( aBoxItem, aBoxInfoItem ); in onFormatTable()
927 aNewAttr.Put( aBoxItem ); in onFormatTable()
949 xDlg->StartExecuteAsync([xDlg, this, aBoxItem, aBoxInfoItem](int nResult){ in onFormatTable()
961 aNewSet.Put(aBoxItem); in onFormatTable()
3056 …BoxItemWrapper aBoxItem(rLinesState.rBoxItem, rLinesState.rBoxInfoItem, nLine, nInnerLine, bBorder… in lcl_MergeBorderLine() local
3064 const SvxBorderLine* const pMergedLine(aBoxItem.getLine()); in lcl_MergeBorderLine()
3067 aBoxItem.setLine(nullptr); in lcl_MergeBorderLine()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dtablecontroller.cxx880 SvxBoxItem aBoxItem( rAttrSet.Get( SDRATTR_TABLE_BORDER ) ); in mergeDrawinglayerTextDistancesAndSvxBoxItem() local
885 return aBoxItem; in mergeDrawinglayerTextDistancesAndSvxBoxItem()
903 SvxBoxItem aBoxItem(mergeDrawinglayerTextDistancesAndSvxBoxItem(aNewAttr)); in onFormatTable() local
908 FillCommonBorderAttrFromSelectedCells( aBoxItem, aBoxInfoItem ); in onFormatTable()
909 aNewAttr.Put( aBoxItem ); in onFormatTable()
930 aNewSet.Put(aBoxItem); in onFormatTable()
945 …if( aNewBoxItem.GetDistance( SvxBoxItemLine::TOP ) != aBoxItem.GetDistance( SvxBoxItemLine::TOP ) ) in onFormatTable()
2966 …BoxItemWrapper aBoxItem(rLinesState.rBoxItem, rLinesState.rBoxInfoItem, nLine, nInnerLine, bBorder… in lcl_MergeBorderLine() local
2974 const SvxBorderLine* const pMergedLine(aBoxItem.getLine()); in lcl_MergeBorderLine()
2977 aBoxItem.setLine(nullptr); in lcl_MergeBorderLine()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlcss1.cxx209 SvxBoxItem aBoxItem( *static_cast<const SvxBoxItem *>(pItem) ); in SetCharFormatAttrs()
210 aBoxItem.SetWhich( RES_CHRATR_BOX ); in SetCharFormatAttrs()
211 pCharFormat->SetFormatAttr( aBoxItem ); in SetCharFormatAttrs()
380 std::shared_ptr<SvxBoxItem> aBoxItem(std::make_shared<SvxBoxItem>(RES_BOX)); in SetPageDescAttrs() local
401 aBoxItem.reset(static_cast<SvxBoxItem*>(pItem->Clone())); in SetPageDescAttrs()
430 rMaster.SetFormatAttr( *aBoxItem ); in SetPageDescAttrs()
2088 SvxBoxItem aBoxItem( *static_cast<const SvxBoxItem *>(pItem) ); in SetFrameFormatAttrs()
2090 aBoxItem.SetAllDistances(0); in SetFrameFormatAttrs()
2091 rFrameItemSet.Put( aBoxItem ); in SetFrameFormatAttrs()
H A Dhtmlgrin.cxx572 SvxBoxItem aBoxItem( RES_BOX ); in InsertImage() local
573 aBoxItem.SetLine( &aHBorderLine, SvxBoxItemLine::TOP ); in InsertImage()
574 aBoxItem.SetLine( &aHBorderLine, SvxBoxItemLine::BOTTOM ); in InsertImage()
575 aBoxItem.SetLine( &aVBorderLine, SvxBoxItemLine::LEFT ); in InsertImage()
576 aBoxItem.SetLine( &aVBorderLine, SvxBoxItemLine::RIGHT ); in InsertImage()
577 aFrameSet.Put( aBoxItem ); in InsertImage()
H A Dhtmlctxt.cxx699 SvxBoxItem aBoxItem( *static_cast<const SvxBoxItem *>(pItem) ); in InsertAttrs()
700 aBoxItem.SetWhich( RES_CHRATR_BOX ); in InsertAttrs()
702 NewAttr(m_xAttrTab, &m_xAttrTab->pCharBox, aBoxItem); in InsertAttrs()
H A Dsvxcss1.cxx599 std::shared_ptr<SvxBoxItem> aBoxItem(std::make_shared<SvxBoxItem>(aItemIds.nBox)); in SetBoxItem() local
601 aBoxItem.reset(pDfltItem->Clone()); in SetBoxItem()
605 pInfo->SetBorderLine( SvxBoxItemLine::TOP, *aBoxItem ); in SetBoxItem()
609 pInfo->SetBorderLine( SvxBoxItemLine::BOTTOM, *aBoxItem ); in SetBoxItem()
613 pInfo->SetBorderLine( SvxBoxItemLine::LEFT, *aBoxItem ); in SetBoxItem()
617 pInfo->SetBorderLine( SvxBoxItemLine::RIGHT, *aBoxItem ); in SetBoxItem()
643 if( aBoxItem->GetLine( nLine ) ) in SetBoxItem()
646 nDist = aBoxItem->GetDistance( nLine ); in SetBoxItem()
656 aBoxItem->SetDistance( nDist, nLine ); in SetBoxItem()
659 rItemSet.Put( *aBoxItem ); in SetBoxItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlcss1.cxx212 SvxBoxItem aBoxItem( *static_cast<const SvxBoxItem *>(pItem) ); in SetCharFormatAttrs()
213 aBoxItem.SetWhich( RES_CHRATR_BOX ); in SetCharFormatAttrs()
214 pCharFormat->SetFormatAttr( aBoxItem ); in SetCharFormatAttrs()
383 std::shared_ptr<SvxBoxItem> aBoxItem(std::make_shared<SvxBoxItem>(RES_BOX)); in SetPageDescAttrs() local
404 aBoxItem.reset(static_cast<SvxBoxItem*>(pItem->Clone())); in SetPageDescAttrs()
432 rMaster.SetFormatAttr( *aBoxItem ); in SetPageDescAttrs()
2085 SvxBoxItem aBoxItem( *static_cast<const SvxBoxItem *>(pItem) ); in SetFrameFormatAttrs()
2087 aBoxItem.SetAllDistances(0); in SetFrameFormatAttrs()
2088 rFrameItemSet.Put( aBoxItem ); in SetFrameFormatAttrs()
H A Dhtmlgrin.cxx576 SvxBoxItem aBoxItem( RES_BOX ); in InsertImage() local
577 aBoxItem.SetLine( &aHBorderLine, SvxBoxItemLine::TOP ); in InsertImage()
578 aBoxItem.SetLine( &aHBorderLine, SvxBoxItemLine::BOTTOM ); in InsertImage()
579 aBoxItem.SetLine( &aVBorderLine, SvxBoxItemLine::LEFT ); in InsertImage()
580 aBoxItem.SetLine( &aVBorderLine, SvxBoxItemLine::RIGHT ); in InsertImage()
581 aFrameSet.Put( aBoxItem ); in InsertImage()
H A Dhtmlctxt.cxx701 SvxBoxItem aBoxItem( *static_cast<const SvxBoxItem *>(pItem) ); in InsertAttrs()
702 aBoxItem.SetWhich( RES_CHRATR_BOX ); in InsertAttrs()
704 NewAttr(m_xAttrTab, &m_xAttrTab->pCharBox, aBoxItem); in InsertAttrs()
H A Dsvxcss1.cxx592 std::shared_ptr<SvxBoxItem> aBoxItem(std::make_shared<SvxBoxItem>(aItemIds.nBox)); in SetBoxItem() local
594 aBoxItem.reset(static_cast<SvxBoxItem*>(pDfltItem->Clone())); in SetBoxItem()
598 pInfo->SetBorderLine( SvxBoxItemLine::TOP, *aBoxItem ); in SetBoxItem()
602 pInfo->SetBorderLine( SvxBoxItemLine::BOTTOM, *aBoxItem ); in SetBoxItem()
606 pInfo->SetBorderLine( SvxBoxItemLine::LEFT, *aBoxItem ); in SetBoxItem()
610 pInfo->SetBorderLine( SvxBoxItemLine::RIGHT, *aBoxItem ); in SetBoxItem()
636 if( aBoxItem->GetLine( nLine ) ) in SetBoxItem()
639 nDist = aBoxItem->GetDistance( nLine ); in SetBoxItem()
649 aBoxItem->SetDistance( nDist, nLine ); in SetBoxItem()
652 rItemSet.Put( *aBoxItem ); in SetBoxItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Ddrawdoc4.cxx693 SvxBoxItem aBoxItem( SDRATTR_TABLE_BORDER ); in CreateDefaultCellStyles() local
694 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::TOP ); in CreateDefaultCellStyles()
695 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::BOTTOM ); in CreateDefaultCellStyles()
696 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::LEFT ); in CreateDefaultCellStyles()
697 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::RIGHT ); in CreateDefaultCellStyles()
699 rISet.Put( aBoxItem ); in CreateDefaultCellStyles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Ddrawdoc4.cxx684 SvxBoxItem aBoxItem( SDRATTR_TABLE_BORDER ); in CreateDefaultCellStyles() local
685 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::TOP ); in CreateDefaultCellStyles()
686 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::BOTTOM ); in CreateDefaultCellStyles()
687 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::LEFT ); in CreateDefaultCellStyles()
688 aBoxItem.SetLine( &aBorderLine, SvxBoxItemLine::RIGHT ); in CreateDefaultCellStyles()
690 rISet.Put( aBoxItem ); in CreateDefaultCellStyles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfupage.cxx216 SvxBoxItem aBoxItem( SID_ATTR_BORDER_OUTER ); in ExecuteDialog() local
217 aNewAttr.Put( aBoxItem ); in ExecuteDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfupage.cxx221 SvxBoxItem aBoxItem( SID_ATTR_BORDER_OUTER ); in ExecuteDialog() local
222 aNewAttr.Put( aBoxItem ); in ExecuteDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxistyle.cxx983 SvxBoxItem aBoxItem( ATTR_BORDER ); in FillToItemSet() local
986 aBoxItem.SetLine( &aLine, SvxBoxItemLine::LEFT ); in FillToItemSet()
988 aBoxItem.SetLine( &aLine, SvxBoxItemLine::RIGHT ); in FillToItemSet()
990 aBoxItem.SetLine( &aLine, SvxBoxItemLine::TOP ); in FillToItemSet()
992 aBoxItem.SetLine( &aLine, SvxBoxItemLine::BOTTOM ); in FillToItemSet()
993 ScfTools::PutItem( rItemSet, aBoxItem, bSkipPoolDefs ); in FillToItemSet()

12