Home
last modified time | relevance | path

Searched refs:nOtherWidth (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabview2.cxx1318 tools::Long nOtherWidth = pGridWin[SC_SPLIT_BOTTOMRIGHT]-> in CalcZoom() local
1322 aWinSize.AdjustWidth(nOtherWidth ); in CalcZoom()
1327 else if ( nOtherWidth > aWinSize.Width() ) in CalcZoom()
1328 aWinSize.setWidth( nOtherWidth ); in CalcZoom()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabview2.cxx1317 long nOtherWidth = pGridWin[SC_SPLIT_BOTTOMRIGHT]-> in CalcZoom() local
1321 aWinSize.AdjustWidth(nOtherWidth ); in CalcZoom()
1326 else if ( nOtherWidth > aWinSize.Width() ) in CalcZoom()
1327 aWinSize.setWidth( nOtherWidth ); in CalcZoom()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtimp.cxx656 sal_Int32 nOtherWidth = 0; in IsDuplicateFrame() local
657 xOtherFrame->getPropertyValue("Width") >>= nOtherWidth; in IsDuplicateFrame()
658 if(nWidth != nOtherWidth) in IsDuplicateFrame()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtimp.cxx1152 sal_Int32 nOtherWidth = 0; in IsDuplicateFrame() local
1153 xOtherFrame->getPropertyValue("Width") >>= nOtherWidth; in IsDuplicateFrame()
1154 if(nWidth != nOtherWidth) in IsDuplicateFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dcnttab.cxx590 auto nOtherWidth = std::accumulate(aWidths.begin(), aWidths.end(), 0); in IMPL_LINK() local
591 aWidths[0] = nWidth - nOtherWidth; in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dcnttab.cxx602 auto nOtherWidth = std::accumulate(aWidths.begin(), aWidths.end(), 0); in IMPL_LINK() local
603 aWidths[0] = nWidth - nOtherWidth; in IMPL_LINK()