Searched refs:nColOffset (Results 1 – 6 of 6) sorted by relevance
106 nColOffset(0), in ScHTMLLayoutParser()240 nColOffset = nColOffsetStart; in NextRow()693 pE->nOffset = nColOffset; in Colonize()698 nColOffset = pE->nOffset + nWidth; in Colonize()700 nTableWidth = nColOffset - nColOffsetStart; in Colonize()1019 nColOffset = nColOffsetStart; in TableRowOn()1090 nColOffset = nTmpColOffset; in TableOn()1091 nColOffsetStart = nColOffset; in TableOn()1267 pS->nColOffset = pS->nColOffset + nTmp; in TableOff()1277 nColOffset = pS->nColOffset; in TableOff()[all …]
195 sal_Int32 nColOffset = ( rTable.bHasHeaderColumn ? 1 : 0 ); in lcl_fillRangeMapping() local218 … OUString aColNumStr = OUString::valueOf( static_cast< sal_Int32 >( nCol - nColOffset )); in lcl_fillRangeMapping()231 OSL_ASSERT( static_cast< sal_Int32 >( nCol ) == nColOffset ); in lcl_fillRangeMapping()590 sal_Int32 nColOffset = ( mrTable.bHasHeaderColumn ? 1 : 0 ); in StartElement() local593 sal_Int32 nHiddenColumnIndex = nN-nColOffset; in StartElement()886 sal_Int32 nColOffset = 0; in applyTableToInternalDataProvider() local890 nColOffset = 1; in applyTableToInternalDataProvider()906 …d::min< sal_Int32 >( nColumnLabelsSize, static_cast< sal_Int32 >( rFirstRow.size()) - nColOffset ); in applyTableToInternalDataProvider()909 … lcl_ApplyCellToComplexLabel( rFirstRow[i+nColOffset], aComplexColumnDescriptions[i] ); in applyTableToInternalDataProvider()925 …lcl_ApplyCellToData aApplyCellToData = ::std::for_each( rRow.begin() + nColOffset, rRow.end(), lcl… in applyTableToInternalDataProvider()
83 sal_uInt16 nColOffset; member99 nColOffset( nCO ), nColOffsetStart( nCOS ), in ScHTMLTableStackEntry()144 sal_uInt16 nColOffset; // aktuell, Pixel member in ScHTMLLayoutParser
264 long nColOffset = rWindowPos.X() % nGridWidth; in GetFieldIndex() local267 if( (nColOffset < maFieldSize.Width()) && (nRowOffset < maFieldSize.Height()) ) in GetFieldIndex()288 long nColOffset = rWindowPos.X() % nGridWidth; in GetDropIndex() local291 … if( (mnColCount == 1) ? (nRowOffset * 3 > nGridHeight * 2) : (nColOffset * 3 > nGridWidth * 2) ) in GetDropIndex()
216 …excel::XRange > SAL_CALL Offset( const css::uno::Any &nRowOffset, const css::uno::Any &nColOffset )
1883 SCCOL nColOffset = 0; in Offset() local1885 sal_Bool bIsColumnOffset = ( nColOff >>= nColOffset ); in Offset()1895 pRange->aStart.SetCol( pRange->aStart.Col() + nColOffset ); in Offset()1896 pRange->aEnd.SetCol( pRange->aEnd.Col() + nColOffset ); in Offset()
Completed in 83 milliseconds