Home
last modified time | relevance | path

Searched refs:aXclPos (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx198 XclAddress aXclPos( ScAddress::UNINITIALIZED ); in CreateValidAddress() local
199 if( !ConvertAddress( aXclPos, rScPos, bWarn ) ) in CreateValidAddress()
200 …lclFillAddress( aXclPos, ::std::min( rScPos.Col(), maMaxPos.Col() ), ::std::min( rScPos.Row(), maM… in CreateValidAddress()
201 return aXclPos; in CreateValidAddress()
H A Dxiescher.cxx4062 XclAddress aXclPos; in ReadNote3() local
4064 rStrm >> aXclPos >> nTotalLen; in ReadNote3()
4067 … if( GetAddressConverter().ConvertAddress( aScNotePos, aXclPos, maScUsedArea.aStart.Tab(), true ) ) in ReadNote3()
4074 rStrm >> aXclPos >> nPartLen; in ReadNote3()
4075 …DBG_ASSERT( aXclPos.mnRow == 0xFFFF, "XclImpObjectManager::ReadNote3 - missing continuation NOTE r… in ReadNote3()
4076 if( aXclPos.mnRow == 0xFFFF ) in ReadNote3()
4096 XclAddress aXclPos; in ReadNote8() local
4098 rStrm >> aXclPos >> nFlags >> nObjId; in ReadNote8()
4101 … if( GetAddressConverter().ConvertAddress( aScNotePos, aXclPos, maScUsedArea.aStart.Tab(), true ) ) in ReadNote8()
H A Dxetable.cxx2385 … XclAddress aXclPos( static_cast< sal_uInt16 >( nScCol ), static_cast< sal_uInt16 >( nScRow ) ); in XclExpCellTable() local
2424 GetRoot(), aXclPos, pPattern, nMergeBaseXFId, fValue != 0.0 ) ); in XclExpCellTable()
2431 GetRoot(), aXclPos, pPattern, nMergeBaseXFId, nRkValue ) ); in XclExpCellTable()
2436 GetRoot(), aXclPos, pPattern, nMergeBaseXFId, fValue ) ); in XclExpCellTable()
2444 GetRoot(), aXclPos, pPattern, nMergeBaseXFId, rScStrCell ) ); in XclExpCellTable()
2453 GetRoot(), aXclPos, pPattern, nMergeBaseXFId, rScEditCell, aLinkHelper ) ); in XclExpCellTable()
2468 GetRoot(), aXclPos, pPattern, nMergeBaseXFId, in XclExpCellTable()
2480 GetRoot(), aXclPos, nLastXclCol, pPattern, nMergeBaseXFId ) ); in XclExpCellTable()
H A Dxeformula.cxx1901 XclAddress aXclPos( ScAddress::UNINITIALIZED ); in ProcessCellRef() local
1902 ConvertRefData( aRefData, aXclPos, bNatLangRef, false, false ); in ProcessCellRef()
1912 AppendAddress( aXclPos ); in ProcessCellRef()
1927 AppendAddress( aXclPos ); in ProcessCellRef()
1944 AppendAddress( aXclPos ); in ProcessCellRef()
2005 XclAddress aXclPos( ScAddress::UNINITIALIZED ); in ProcessExternalCellRef() local
2006 ConvertRefData( aRefData, aXclPos, false, false, false ); in ProcessExternalCellRef()
2027 AppendAddress( aXclPos ); in ProcessExternalCellRef()
H A Dexcimp8.cxx212 XclAddress aXclPos; in Labelsst() local
216 aIn >> aXclPos >> nXF >> nSst; in Labelsst()
219 if( GetAddressConverter().ConvertAddress( aScPos, aXclPos, GetCurrScTab(), true ) ) in Labelsst()
H A Dimpop.cxx276 XclAddress aXclPos; in ReadBlank() local
277 aIn >> aXclPos; in ReadBlank()
290 XclAddress aXclPos; in ReadInteger() local
291 maStrm >> aXclPos; in ReadInteger()
307 XclAddress aXclPos; in ReadNumber() local
308 maStrm >> aXclPos; in ReadNumber()
325 maStrm >> aXclPos; in ReadLabel()
356 maStrm >> aXclPos; in ReadBoolErr()
381 maStrm >> aXclPos; in ReadRk()
856 aIn >> aXclPos; in Mulrk()
[all …]
H A Dexcform.cxx52 XclAddress aXclPos; in Formula25() local
58 aIn >> aXclPos; in Formula25()
82 Formula( aXclPos, nXF, nFormLen, fCurVal, bShrFmla ); in Formula25()
94 XclAddress aXclPos; in Formula4() local
99 aIn >> aXclPos >> nXF >> fCurVal >> nFlag0; in Formula4()
103 Formula( aXclPos, nXF, nFormLen, fCurVal, sal_False ); in Formula4()

Completed in 87 milliseconds