Searched refs:SCA_ABS_3D (Results 1 – 16 of 16) sorted by relevance
/trunk/main/sc/source/ui/dbgui/ |
H A D | foptmgr.cxx | 162 aRange.aStart.Format( aRefStr, SCA_ABS_3D, pDoc, eConv ); in Init() 211 ).Format( aString, SCA_ABS_3D, pDoc, eConv ); in Init()
|
H A D | consdlg.cxx | 204 ).Format( aStr, SCA_ABS_3D, pDoc, eConv ); in Init() 237 aRange.Format( aStrArea, SCA_ABS_3D, pDoc, eConv ); in Init()
|
H A D | sfiltdlg.cxx | 258 rRef.aStart.Format( aRefStr, SCA_ABS_3D, pDocP, eConv ); in SetReference()
|
H A D | pvlaydlg.cxx | 208 aRange.aStart.Format( aRefStr, SCA_ABS_3D, mpDoc, mpDoc->GetAddressConvention() ); in ScPivotLayoutDlg()
|
H A D | tpsort.cxx | 669 aRange.aStart.Format( aRefStr, SCA_ABS_3D, pDoc, eConv ); in Init()
|
H A D | filtdlg.cxx | 418 rRef.aStart.Format( aRefStr, SCA_ABS_3D, pDocP, pDocP->GetAddressConvention() ); in SetReference()
|
/trunk/main/sc/source/ui/pagedlg/ |
H A D | areasdlg.cxx | 98 if ((nFlag & SCA_ABS_3D ) == SCA_ABS_3D ) printf("SCA_ABS_3D \n");
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | simpref.cxx | 133 aAdr.Format( aRefStr, SCA_ABS_3D, pDocP, pDocP->GetAddressConvention() ); in SetReference()
|
H A D | solvrdlg.cxx | 164 : SCA_ABS_3D; in SetReference()
|
H A D | optsolver.cxx | 508 sal_uInt16 nFmt = ( aAdr.Tab() == mnCurTab ) ? SCA_ABS : SCA_ABS_3D; in SetReference()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 398 aCellPos.Format( sTarget, SCA_ABS_3D, pDoc, pDoc->GetAddressConvention() ); in PasteDataFormat()
|
/trunk/main/sc/inc/ |
H A D | address.hxx | 239 #define SCA_ABS_3D SCA_ABS | SCA_TAB_3D macro
|
/trunk/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 682 aRange.aStart.Format( aRefStr, SCA_ABS_3D, pDoc, eConv ); in Init()
|
/trunk/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 802 rCell.Format(aAddr, SCA_ABS_3D, pDoc, ::formula::FormulaGrammar::CONV_OOO); in lcl_appendCellAddress()
|
H A D | interpr1.cxx | 2188 sal_uInt16 nFlags = (aCellPos.Tab() == aPos.Tab()) ? (SCA_ABS) : (SCA_ABS_3D); in ScCell()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 3939 … xNamedRange->getReferencePosition(), pDoc, FormulaGrammar::CONV_OOO, ' ', sal_False, SCA_ABS_3D ); in WriteNamedExpressions()
|
Completed in 109 milliseconds