Searched refs:RUTL_NAMES (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sc/inc/ |
H A D | rangeutl.hxx | 45 enum RutlNameScope { RUTL_NONE=0, RUTL_NAMES, RUTL_DBASE }; enumerator 97 RutlNameScope eScope=RUTL_NAMES,
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 182 … else if ( aRangeUtil.MakeRangeFromName( aRangeStr, pDoc, nRefTab, aRange, RUTL_NAMES, aDetails ) ) in ParseWithNames()
|
H A D | optsolver.cxx | 792 … else if ( aRangeUtil.MakeRangeFromName( rInput, mpDoc, mnCurTab, rRange, RUTL_NAMES, aDetails ) ) in ParseRef()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 284 if( eScope==RUTL_NAMES ) in MakeRangeFromName()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh3.cxx | 316 if( aRangeUtil.MakeRangeFromName( aAddress, pDoc, nTab, aScRange, RUTL_NAMES, eConv ) || in Execute()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 1602 else if ( aRangeUtil.MakeRangeFromName( rText, pDoc, nTab, aRange, RUTL_NAMES, eConv ) ) in lcl_GetInputType()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 704 else if ( aRangeUtil.MakeRangeFromName( rTarget, pDoc, nSourceTab, rTargetRange, RUTL_NAMES ) || in lcl_ParseTarget()
|
H A D | cellsuno.cxx | 4981 if ( aRangeUtil.MakeRangeFromName( aString, pDoc, nTab, aCellRange, RUTL_NAMES ) || in getCellRangeByName()
|
Completed in 2138 milliseconds