/aoo42x/main/sc/source/core/tool/ |
H A D | refdata.cxx | 34 nRelCol = nCol - rPos.Col(); in CalcRelFromAbs() 43 nCol = nRelCol + rPos.Col(); in SmartRelAbs() 45 nRelCol = nCol - rPos.Col(); in SmartRelAbs() 63 nCol = nRelCol + rPos.Col(); in CalcAbsIfRel() 190 (Flags.bColRel ? nRelCol == r.nRelCol : nCol == r.nCol) && in operator ==() 225 nCol1 = rRef1.nRelCol; in lcl_putInOrder() 226 rRef1.nRelCol = rRef2.nRelCol; in lcl_putInOrder() 227 rRef2.nRelCol = nCol1; in lcl_putInOrder()
|
H A D | rangenam.cxx | 215 if ( rRef1.IsColRel() && rRef1.nRelCol < nMinCol ) in GuessPosition() 216 nMinCol = rRef1.nRelCol; in GuessPosition() 225 if ( rRef2.IsColRel() && rRef2.nRelCol < nMinCol ) in GuessPosition() 226 nMinCol = rRef2.nRelCol; in GuessPosition()
|
H A D | refupdat.cxx | 821 rRef.Ref1.nCol = rRef.Ref1.nRelCol + rPos.Col(); in MoveRelWrap() 826 rRef.Ref2.nCol = rRef.Ref2.nRelCol + rPos.Col(); in MoveRelWrap()
|
H A D | compiler.cxx | 1573 if (rRef.nRelCol != 0) in r1c1_add_col() 1576 rBuf.append( String::CreateFromInt32( rRef.nRelCol ) ); in r1c1_add_col() 4518 rRef.Ref1.nRelCol = aBkp.Ref1.nRelCol; in UpdateSharedFormulaReference() 4538 rRef.Ref2.nRelCol = aBkp.Ref2.nRelCol; in UpdateSharedFormulaReference()
|
H A D | token.cxx | 67 rRef.nRelCol = static_cast<SCsCOL>(rAPI.RelativeColumn); in lcl_SingleRefToCalc() 88 rRef.nRelCol = static_cast<SCsCOL>(rAPI.RelativeColumn); in lcl_ExternalRefToCalc()
|
H A D | chgtrack.cxx | 2033 rRef1.nRelCol = SCCOL_MAX; in lcl_InvalidateReference() 2054 rRef2.nRelCol = SCCOL_MAX; in lcl_InvalidateReference()
|
H A D | interpr4.cxx | 1136 rCol = aPos.Col() + rRef.nRelCol; in SingleRefToVars()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xetable.hxx | 559 virtual void WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ) = 0; 560 …ts( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ) = 0; 593 virtual void WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ); 594 …ntents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ); 614 virtual void WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ); 615 …ntents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol );
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 1152 sal_uInt16 nRelCol = nBegXclCol - GetXclCol(); in Save() local 1158 WriteContents( rStrm, nRelCol ); in Save() 1159 ++nRelCol; in Save() 1200 sal_Int32 nRelCol = 0; in SaveXml() local 1207 … XclAddress( static_cast<sal_uInt16>(nBegXclCol + nRelCol), GetXclRow() ), in SaveXml() 1210 ++nRelCol; in SaveXml() 1366 …ontents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ) in WriteXmlContents() argument 1376 rWorksheet->write( XclTools::GetDoubleFromRK( maRkValues[ nRelCol ] ) ); in WriteXmlContents() 1381 void XclExpRkCell::WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ) in WriteContents() argument 1383 DBG_ASSERT( nRelCol < maRkValues.size(), "XclExpRkCell::WriteContents - overflow error" ); in WriteContents() [all …]
|
H A D | excform.cxx | 1662 rSRD.nRelCol = static_cast<SCsCOL>(static_cast<sal_Int8>(nCol)); in ExcRelToScRel() 1703 rSRD.nRelCol = rSRD.nCol - aEingPos.Col(); in ExcRelToScRel() 1871 rSRD.nRelCol = MAXCOL - aEingPos.Col(); in SetComplCol()
|
H A D | excform8.cxx | 1385 rSRD.nRelCol = static_cast<SCsCOL>(static_cast<sal_Int8>(nC)); in ExcRelToScRel8() 1407 rSRD.nRelCol = static_cast<SCsCOL>(nCol) - aEingPos.Col(); in ExcRelToScRel8()
|
H A D | xelink.cxx | 980 sal_uInt16 nCol = static_cast< sal_uInt16 >( bColRel ? rRef.nRelCol : rRef.nCol ); in WriteAddData() 1011 sal_uInt16 nCol1 = static_cast< sal_uInt16 >( bCol1Rel ? r1.nRelCol : r1.nCol ); in WriteAddData() 1012 sal_uInt16 nCol2 = static_cast< sal_uInt16 >( bCol2Rel ? r2.nRelCol : r2.nCol ); in WriteAddData()
|
H A D | xeformula.cxx | 1849 …sal_Int16 nXclRelCol = static_cast< sal_Int16 >( rRefData.IsColRel() ? rRefData.nRelCol : rRefData… in ConvertRefData()
|
/aoo42x/main/sc/inc/ |
H A D | refdata.hxx | 57 SCsCOL nRelCol; // Values relative to the position member 81 inline void InitMembers() { nRow = nRelRow = 0; nCol = nRelCol = 0; nTab = nRelTab = 0; } in InitMembers()
|
/aoo42x/main/sc/source/core/data/ |
H A D | cell2.cxx | 1229 nTemp = rRef1.nRelCol; in TransposeReference() 1230 rRef1.nRelCol = static_cast<SCCOL>(rRef1.nRelRow); in TransposeReference() 1235 nTemp = rRef2.nRelCol; in TransposeReference() 1236 rRef2.nRelCol = static_cast<SCCOL>(rRef2.nRelRow); in TransposeReference()
|
H A D | conditio.cxx | 1005 nCol2 = rChanged.Col() - aProv.Ref1.nRelCol; in SourceChanged() 1027 nCol1 = rChanged.Col() - aProv.Ref2.nRelCol; in SourceChanged()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | tokenuno.cxx | 297 rAPI.RelativeColumn = rRef.nRelCol; in SC_IMPL_DUMMY_PROPERTY_LISTENER() 316 rAPI.RelativeColumn = rRef.nRelCol; in lcl_SingleRefToApi()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 2486 sal_Int32 nRelCol = (aColumnWidths[(sal_uInt16)i] * nMinRelColWidth) / in _MakeTable() local 2488 aColumnWidths.Replace( (sal_uInt16)nRelCol, (sal_uInt16)i ); in _MakeTable() 2489 nRelWidth += nRelCol; in _MakeTable()
|
/aoo42x/main/sc/source/filter/qpro/ |
H A D | qproform.cxx | 42 rSRD.nRelCol = nCol; in ReadSRD()
|
/aoo42x/main/sc/source/filter/lotus/ |
H A D | lotform.cxx | 234 rSRD.nRelCol = static_cast< SCsCOL >( static_cast< sal_Int16 >( nCol ) ); in LotusRelToScRel()
|