Home
last modified time | relevance | path

Searched refs:nImageWidthAuto (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dviewlayoutctrl.cxx132 const long nImageWidthAuto = mpImpl->maImageAutomatic.GetSizePixel().Width(); in MouseButtonDown() local
134 const long nImageWidthSum = nImageWidthSingle + nImageWidthAuto + nImageWidthBook; in MouseButtonDown()
143 else if ( nXDiff < nXOffset + nImageWidthSingle + nImageWidthAuto ) in MouseButtonDown()
177 const long nImageWidthAuto = mpImpl->maImageAutomatic.GetSizePixel().Width(); in MouseMove() local
179 const long nImageWidthSum = nImageWidthSingle + nImageWidthAuto + nImageWidthBook; in MouseMove()
187 else if ( nXDiff < nXOffset + nImageWidthSingle + nImageWidthAuto ) in MouseMove()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dviewlayoutctrl.cxx131 const tools::Long nImageWidthAuto = mpImpl->maImageAutomatic.GetSizePixel().Width(); in MouseButtonDown() local
133 const tools::Long nImageWidthSum = nImageWidthSingle + nImageWidthAuto + nImageWidthBook; in MouseButtonDown()
142 else if ( nXDiff < nXOffset + nImageWidthSingle + nImageWidthAuto ) in MouseButtonDown()
176 const tools::Long nImageWidthAuto = mpImpl->maImageAutomatic.GetSizePixel().Width(); in MouseMove() local
178 const tools::Long nImageWidthSum = nImageWidthSingle + nImageWidthAuto + nImageWidthBook; in MouseMove()
186 else if ( nXDiff < nXOffset + nImageWidthSingle + nImageWidthAuto ) in MouseMove()