Home
last modified time | relevance | path

Searched refs:nColOff (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxeescher.cxx153 sal_Int32 nColOff = 0, nRowOff= 0; in lcl_GetFromTo() local
164 nColOff = aRect.Left() - r.Left(); in lcl_GetFromTo()
173 aFrom = tools::Rectangle( nCol-1, lcl_hmm2output( nColOff, bInEMU ), in lcl_GetFromTo()
187 nColOff = r.Left() - aRect.Left(); in lcl_GetFromTo()
196 aFrom = tools::Rectangle( nCol-1, lcl_hmm2output( nColOff, bInEMU ), in lcl_GetFromTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxeescher.cxx160 sal_Int32 nColOff = 0, nRowOff= 0; in lcl_GetFromTo() local
171 nColOff = aRect.Left() - r.Left(); in lcl_GetFromTo()
180 aFrom = tools::Rectangle( nCol-1, lcl_hmm2output( nColOff, bInEMU ), in lcl_GetFromTo()
194 nColOff = r.Left() - aRect.Left(); in lcl_GetFromTo()
203 aFrom = tools::Rectangle( nCol-1, lcl_hmm2output( nColOff, bInEMU ), in lcl_GetFromTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtpbitmap.cxx248 sal_uInt16 nColOff = (eValue == COLUMN) ? nOffsetValue : 0; in FillItemSet() local
250 rAttrs->Put( XFillBmpTileOffsetYItem(nColOff) ); in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtpbitmap.cxx248 sal_uInt16 nColOff = (eValue == COLUMN) ? nOffsetValue : 0; in FillItemSet() local
250 rAttrs->Put( XFillBmpTileOffsetYItem(nColOff) ); in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbarange.cxx1885 ScVbaRange::Offset( const ::uno::Any &nRowOff, const uno::Any &nColOff ) in Offset() argument
1890 bool bIsColumnOffset = ( nColOff >>= nColOffset ); in Offset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbarange.cxx1836 ScVbaRange::Offset( const ::uno::Any &nRowOff, const uno::Any &nColOff ) in Offset() argument
1841 bool bIsColumnOffset = ( nColOff >>= nColOffset ); in Offset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog316808 > aFrom = Rectangle( nCol-1, static_cast<long>(HMM2XL( nColOff )),
316818 > aFrom = Rectangle( nCol-1, lcl_hmm2px( nColOff ),
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog578857 > aFrom = Rectangle( nCol-1, static_cast<long>(HMM2XL( nColOff )),
578867 > aFrom = Rectangle( nCol-1, lcl_hmm2px( nColOff ),