Searched refs:nColOffset (Results 1 – 6 of 6) sorted by relevance
106 nColOffset(0), in ScHTMLLayoutParser()240 nColOffset = nColOffsetStart; in NextRow()689 nColOffset = (sal_uInt16) (*pLocalColOffset)[nCol]; in Colonize()691 nColOffset = (sal_uInt16) (*pLocalColOffset)[nCount - 1]; in Colonize()693 pE->nOffset = nColOffset; in Colonize()698 nColOffset = pE->nOffset + nWidth; in Colonize()699 if ( nTableWidth < nColOffset - nColOffsetStart ) in Colonize()700 nTableWidth = nColOffset - nColOffsetStart; in Colonize()1019 nColOffset = nColOffsetStart; in TableRowOn()1043 sal_uInt16 nTmpColOffset = nColOffset; // wird in Colonize noch angepasst in TableOn()[all …]
193 sal_Int32 nColOffset = ( rTable.bHasHeaderColumn ? 1 : 0 ); in lcl_fillRangeMapping() local216 … OUString aColNumStr = OUString::valueOf( static_cast< sal_Int32 >( nCol - nColOffset )); in lcl_fillRangeMapping()229 OSL_ASSERT( static_cast< sal_Int32 >( nCol ) == nColOffset ); in lcl_fillRangeMapping()588 sal_Int32 nColOffset = ( mrTable.bHasHeaderColumn ? 1 : 0 ); in StartElement() local591 sal_Int32 nHiddenColumnIndex = nN-nColOffset; in StartElement()884 sal_Int32 nColOffset = 0; in applyTableToInternalDataProvider() local888 nColOffset = 1; in applyTableToInternalDataProvider()904 …d::min< sal_Int32 >( nColumnLabelsSize, static_cast< sal_Int32 >( rFirstRow.size()) - nColOffset ); in applyTableToInternalDataProvider()907 … lcl_ApplyCellToComplexLabel( rFirstRow[i+nColOffset], aComplexColumnDescriptions[i] ); in applyTableToInternalDataProvider()923 …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()