Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxeescher.cxx145 tools::Long lcl_hmm2output(tools::Long value, bool bInEMU) in lcl_hmm2output() argument
147 return o3tl::convert(value, o3tl::Length::mm100, bInEMU ? o3tl::Length::emu : o3tl::Length::px); in lcl_hmm2output()
150 …angle &aRect, sal_Int32 nTab, tools::Rectangle &aFrom, tools::Rectangle &aTo, bool bInEMU = false ) in lcl_GetFromTo() argument
173 aFrom = tools::Rectangle( nCol-1, lcl_hmm2output( nColOff, bInEMU ), in lcl_GetFromTo()
174 nRow-1, lcl_hmm2output( nRowOff, bInEMU ) ); in lcl_GetFromTo()
196 aFrom = tools::Rectangle( nCol-1, lcl_hmm2output( nColOff, bInEMU ), in lcl_GetFromTo()
197 nRow-1, lcl_hmm2output( nRowOff, bInEMU ) ); in lcl_GetFromTo()
213 aTo = tools::Rectangle( nCol, lcl_hmm2output( aRect.Right() - r.Left(), bInEMU ), in lcl_GetFromTo()
214 nRow, lcl_hmm2output( aRect.Bottom() - r.Top(), bInEMU )); in lcl_GetFromTo()
230 aTo = tools::Rectangle( nCol, lcl_hmm2output( r.Left() - aRect.Right(), bInEMU ), in lcl_GetFromTo()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxeescher.cxx149 long lcl_hmm2output(long value, bool bInEMU) in lcl_hmm2output() argument
151 if (bInEMU) in lcl_hmm2output()
157 …angle &aRect, sal_Int32 nTab, tools::Rectangle &aFrom, tools::Rectangle &aTo, bool bInEMU = false ) in lcl_GetFromTo() argument
180 aFrom = tools::Rectangle( nCol-1, lcl_hmm2output( nColOff, bInEMU ), in lcl_GetFromTo()
181 nRow-1, lcl_hmm2output( nRowOff, bInEMU ) ); in lcl_GetFromTo()
203 aFrom = tools::Rectangle( nCol-1, lcl_hmm2output( nColOff, bInEMU ), in lcl_GetFromTo()
204 nRow-1, lcl_hmm2output( nRowOff, bInEMU ) ); in lcl_GetFromTo()
220 aTo = tools::Rectangle( nCol, lcl_hmm2output( aRect.Right() - r.Left(), bInEMU ), in lcl_GetFromTo()
221 nRow, lcl_hmm2output( aRect.Bottom() - r.Top(), bInEMU )); in lcl_GetFromTo()
237 aTo = tools::Rectangle( nCol, lcl_hmm2output( r.Left() - aRect.Right(), bInEMU ), in lcl_GetFromTo()
[all …]