Searched refs:SCA_ABS (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | solvrdlg.cxx | 120 theFormulaCell.Format( aStr, SCA_ABS, NULL, pDoc->GetAddressConvention() ); in Init() 163 ? SCA_ABS in SetReference()
|
H A D | optsolver.cxx | 391 rCursorPos.Format( aCursorStr, SCA_ABS, NULL, mpDoc->GetAddressConvention() ); in Init() 508 sal_uInt16 nFmt = ( aAdr.Tab() == mnCurTab ) ? SCA_ABS : SCA_ABS_3D; in SetReference()
|
/trunk/main/sc/inc/ |
H A D | address.hxx | 233 #define SCA_ABS SCA_VALID \ macro 236 #define SCR_ABS SCA_ABS \ 239 #define SCA_ABS_3D SCA_ABS | SCA_TAB_3D
|
/trunk/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 796 rCell.Format(aAddr, SCA_ABS, NULL, ::formula::FormulaGrammar::CONV_OOO); in lcl_appendCellAddress() 831 rCell1.Format(aAddr, SCA_ABS, NULL, ::formula::FormulaGrammar::CONV_OOO); in lcl_appendCellRangeAddress() 843 rCell2.Format(aAddr, SCA_ABS, NULL, ::formula::FormulaGrammar::CONV_OOO); in lcl_appendCellRangeAddress()
|
H A D | interpr1.cxx | 2188 sal_uInt16 nFlags = (aCellPos.Tab() == aPos.Tab()) ? (SCA_ABS) : (SCA_ABS_3D); in ScCell()
|
/trunk/main/sc/source/ui/pagedlg/ |
H A D | areasdlg.cxx | 96 if ((nFlag & SCA_ABS ) == SCA_ABS ) printf("SCA_ABS \n");
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwsha.cxx | 256 aScAddress.Format( aAddr, SCA_ABS, NULL, pDoc->GetAddressConvention() ); in GetState()
|
H A D | gridwin.cxx | 2280 aScAddress.Format( aAddr, SCA_ABS ); in MouseButtonUp()
|
/trunk/main/sc/source/ui/navipi/ |
H A D | navipi.cxx | 1052 aScAddress.Format( aAddr, SCA_ABS ); in SetCurrentCell()
|
Completed in 1283 milliseconds