Home
last modified time | relevance | path

Searched refs:GetSmallestDistance (Results 1 – 25 of 26) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/frmdlg/
H A Dcolumn.cxx149 m_nPageWidth -= rLRSpace.GetLeft() + rLRSpace.GetRight() + rBox.GetSmallestDistance(); in SwColumnDlg()
565 …>SetActualWidth(o3tl::narrowing<sal_uInt16>(rSize.GetSize().Width()) - rBox.GetSmallestDistance()); in Reset()
1180 … - rLRSpace.GetLeft() - rLRSpace.GetRight() - rBox.GetSmallestDistance(); in ActivatePage()
1187 … - rULSpace.GetUpper() - rULSpace.GetLower() - rBox.GetSmallestDistance(); in ActivatePage()
1217 tools::Long const nDistance = rBox.GetSmallestDistance(); in ActivatePage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/frmdlg/
H A Dcolumn.cxx160 m_nPageWidth -= rLRSpace.GetLeft() + rLRSpace.GetRight() + rBox.GetSmallestDistance(); in SwColumnDlg()
575 …Mgr->SetActualWidth(static_cast<sal_uInt16>(rSize.GetSize().Width()) - rBox.GetSmallestDistance()); in Reset()
1190 … - rLRSpace.GetLeft() - rLRSpace.GetRight() - rBox.GetSmallestDistance(); in ActivatePage()
1197 … - rULSpace.GetUpper() - rULSpace.GetLower() - rBox.GetSmallestDistance(); in ActivatePage()
1227 long const nDistance = rBox.GetSmallestDistance(); in ActivatePage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dboxitem.hxx101 sal_uInt16 GetSmallestDistance() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dboxitem.hxx101 sal_uInt16 GetSmallestDistance() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dfrmitems.cxx1395 …static_cast<sal_Int32>(bConvert ? convertTwipToMm100( GetSmallestDistance()) : GetSmallestDistance in QueryValue()
1420 nDist = GetSmallestDistance(); in QueryValue()
1948 sal_uInt16 SvxBoxItem::GetSmallestDistance() const in GetSmallestDistance() function in SvxBoxItem
H A Dlegacyitem.cxx388 rStrm.WriteUInt16( rItem.GetSmallestDistance() ); in Store()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/items/
H A Dfrmitems.cxx1339 …static_cast<sal_Int32>(bConvert ? convertTwipToMm100( GetSmallestDistance()) : GetSmallestDistance in QueryValue()
1364 nDist = GetSmallestDistance(); in QueryValue()
1895 sal_uInt16 SvxBoxItem::GetSmallestDistance() const in GetSmallestDistance() function in SvxBoxItem
H A Dlegacyitem.cxx387 rStrm.WriteUInt16( rItem.GetSmallestDistance() ); in Store()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewtab.cxx1946 long nDist = rBox.GetSmallestDistance(); in StateTabWin()
2243 ? pFormat->GetBox().GetSmallestDistance() in StateTabWin()
2244 : rDesc.GetMaster().GetBox().GetSmallestDistance(); in StateTabWin()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewtab.cxx2020 tools::Long nDist = rBox.GetSmallestDistance(); in StateTabWin()
2317 ? pFormat->GetBox().GetSmallestDistance() in StateTabWin()
2318 : rDesc.GetMaster().GetBox().GetSmallestDistance(); in StateTabWin()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dfrmsh.cxx1135 aNewBox->SetAllDistances(rBoxItem.GetSmallestDistance()); in ExecFrameStyle()
H A Dtabsh.cxx490 if (!rReq.IsAPI() || aBox->GetSmallestDistance() < MIN_BORDER_DIST) in Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dcell.cxx1213 aTableBorder.Distance = rBox.GetSmallestDistance(); in getPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dfrmsh.cxx1147 aNewBox->SetAllDistances(rBoxItem.GetSmallestDistance()); in ExecFrameStyle()
H A Dtabsh.cxx483 if (!rReq.IsAPI() || aBox->GetSmallestDistance() < MIN_BORDER_DIST) in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dcell.cxx1213 aTableBorder.Distance = rBox.GetSmallestDistance(); in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dborder.cxx694 if ((pBoxItem->GetSmallestDistance() || bIsAnyBorderVisible) && bDiffDist ) in Reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dborder.cxx738 if ((pBoxItem->GetSmallestDistance() || bIsAnyBorderVisible) && bDiffDist ) in Reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunotbl.cxx2836 … aTableBorder.Distance = convertTwipToMm100(rBox.GetSmallestDistance()); in getPropertyValue()
2855 … aTableBorder.Distance = convertTwipToMm100(rBox.GetSmallestDistance()); in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunotbl.cxx2875 … aTableBorder.Distance = convertTwipToMm100(rBox.GetSmallestDistance()); in getPropertyValue()
2894 … aTableBorder.Distance = convertTwipToMm100(rBox.GetSmallestDistance()); in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3432 sal_uInt16 const nDist = rBox.GetSmallestDistance(); in FormatBox()
H A Ddocxattributeoutput.cxx4620 rBoxItem.GetSmallestDistance(); in OutputDefaultItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3531 sal_uInt16 const nDist = rBox.GetSmallestDistance(); in FormatBox()
H A Ddocxattributeoutput.cxx4827 rBoxItem.GetSmallestDistance(); in OutputDefaultItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx1022 rBorder.Distance = rOuter.GetSmallestDistance(); in lcl_fillTableBorder()

12