Searched refs:orApiRef (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/oox/source/xls/ |
| H A D | formulaparser.cxx | 541 void initReference2d( SingleReference& orApiRef ) const; 542 …void initReference3d( SingleReference& orApiRef, sal_Int32 nSheet, bool bSameSheet … 543 …void convertColRow( SingleReference& orApiRef, const BinSingleRef2d& rRef, bool bRe… 544 …void convertReference( SingleReference& orApiRef, const BinSingleRef2d& rRef, bool … 545 …void convertReference( ComplexReference& orApiRef, const BinSingleRef2d& rRef1, con… 546 …void convertReference2d( SingleReference& orApiRef, const BinSingleRef2d& rRef, boo… 547 …void convertReference2d( ComplexReference& orApiRef, const BinSingleRef2d& rRef1, c… 548 …void convertReference3d( SingleReference& orApiRef, sal_Int32 nSheet, bool bSameShe… 549 …void convertReference3d( ComplexReference& orApiRef, const LinkSheetRange& rSheetRa… 1131 void FormulaParserImpl::initReference2d( SingleReference& orApiRef ) const in initReference2d() [all …]
|
| H A D | defnamesbuffer.cxx | 188 void lclConvertSingleRefFlags( SingleReference& orApiRef, const CellAddress& rBaseAddr, bool bColRe… in lclConvertSingleRefFlags() argument 192 orApiRef.Flags, orApiRef.Column, orApiRef.RelativeColumn, in lclConvertSingleRefFlags() 195 orApiRef.Flags, orApiRef.Row, orApiRef.RelativeRow, in lclConvertSingleRefFlags()
|
| H A D | externallinkbuffer.cxx | 391 void lclSetSheetCacheIndex( SingleReference& orApiRef, sal_Int32 nCacheIdx ) in lclSetSheetCacheIndex() argument 394 setFlag( orApiRef.Flags, SHEET_RELATIVE, false ); in lclSetSheetCacheIndex() 395 setFlag( orApiRef.Flags, SHEET_3D, true ); in lclSetSheetCacheIndex() 396 orApiRef.Sheet = nCacheIdx; in lclSetSheetCacheIndex()
|