Searched refs:MAXTABCOUNT (Results 1 – 19 of 19) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 55 … ), nIndex( n ), bModified( sal_False ), mnMaxRow(-1), mnMaxCol(-1), aRangeNameScope( MAXTABCOUNT ) in ScRangeData() 74 aRangeNameScope( MAXTABCOUNT ) in ScRangeData() 123 aRangeNameScope( MAXTABCOUNT ) in ScRangeData() 161 aRangeNameScope( MAXTABCOUNT ) in ScRangeData() 430 …if ( (aRangeNameScope != MAXTABCOUNT) && ( aRangeNameScope >= nOldTable) && ( aRangeNameScope != M… in UpdateTabRef() 435 if ( aRangeNameScope != MAXTABCOUNT && aRangeNameScope > nOldTable ) in UpdateTabRef() 441 if ( aRangeNameScope != MAXTABCOUNT ) in UpdateTabRef() 574 if ( Scope <= MAXTABCOUNT && Scope >=0 ) in SetRangeScope() 585 if ( aRangeNameScope != MAXTABCOUNT ) in GetScopeSheetName() 774 if ( Scope == MAXTABCOUNT ) in RemoveRangeinScope() [all …]
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | nameuno.cxx | 121 SCTAB nameScope = MAXTABCOUNT; in GetRangeData_Impl() 149 SCTAB nameScope = MAXTABCOUNT; in Modify_Impl() 155 SCTAB newNameScope = MAXTABCOUNT; in Modify_Impl() 666 ImplAddNewByScopeAndName(MAXTABCOUNT, aName, aContent, aPosition, nUnoType); in addNewByName() 675 SCTAB scope = MAXTABCOUNT; in addNewByScopeName() 741 ImplRemoveByScopeAndName(MAXTABCOUNT, aName); in removeByName() 749 SCTAB scope = MAXTABCOUNT; in removeByScopeName() 930 SCTAB scope = MAXTABCOUNT; in hasByScopeName()
|
H A D | chart2uno.cxx | 2043 for (SCTAB Scope = 0; Scope < MAXTABCOUNT && !bFindName; Scope++ ) // Find name in sheet scope in createDataSequenceByRangeRepresentation()
|
/aoo41x/main/sc/source/ui/namedlg/ |
H A D | namedlg.cxx | 151 aSelectedRangeScope(MAXTABCOUNT) in ScNameDlg() 347 if ( (tabIndex = pRangeData->GetRangeScope() ) != MAXTABCOUNT) in UpdateNames() 463 aSelectedRangeScope = MAXTABCOUNT; in IMPL_LINK_INLINE_END() 580 aSelectedRangeScope = MAXTABCOUNT; in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | pfuncache.hxx | 98 long nPages[MAXTABCOUNT]; 99 long nFirstAttr[MAXTABCOUNT];
|
H A D | preview.hxx | 46 long nPages[MAXTABCOUNT]; 47 long nFirstAttr[MAXTABCOUNT];
|
H A D | viewdata.hxx | 159 ScViewDataTable* pTabData[MAXTABCOUNT];
|
/aoo41x/main/sc/inc/ |
H A D | rangenam.hxx | 207 …SC_DLLPUBLIC bool SearchName( const String& rName, sal_uInt16& rPos, SCTAB Scope=MAXTABCOUNT) … 209 …bool SearchNameUpper( const String& rUpperName, sal_uInt16& rPos, SCTAB Scope=MAXTABCOUNT ) co…
|
H A D | markdata.hxx | 45 sal_Bool bTabMarked[MAXTABCOUNT];// Tabelle selektiert
|
H A D | address.hxx | 90 const SCTAB MAXTABCOUNT = 256; variable 95 const SCTAB MAXTAB = MAXTABCOUNT - 1;
|
H A D | document.hxx | 269 ScTable* pTab[MAXTABCOUNT];
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xiname.cxx | 213 pData->SetRangeScope(nXclTab == EXC_NAME_GLOBAL ? MAXTABCOUNT : mnScTab); in XclImpName()
|
H A D | xename.cxx | 555 …xName->SetScTab( rRangeData.GetRangeScope() == MAXTABCOUNT ? EXC_NAME_GLOBAL : rRangeData.GetRange… in CreateName()
|
H A D | xipivot.cxx | 691 if( rDoc.GetTableCount() >= MAXTABCOUNT ) in ReadPivotCacheStream()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlnexpi.cxx | 53 nScopeOfNameRange( MAXTABCOUNT ) //aRangeNameScope( MAXTABCOUNT ) in ScXMLNamedExpressionsContext()
|
H A D | xmlbodyi.cxx | 195 static_cast<ScXMLNamedExpressionsContext*>(pContext)->SetScope( MAXTABCOUNT );//workbookname in CreateChildContext()
|
H A D | xmlexprt.cxx | 1848 WriteNamedExpressions(xSpreadDoc, MAXTABCOUNT); in _ExportContent() 3915 SCTAB nScopeNumber = MAXTABCOUNT; in WriteNamedExpressions() 3920 if( nWhichTable != nScopeNumber || nScopeNumber ==MAXTABCOUNT) in WriteNamedExpressions() 3923 else if( nWhichTable !=MAXTABCOUNT) in WriteNamedExpressions() 3945 SCTAB nScopeName = MAXTABCOUNT; in WriteNamedExpressions()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwshf.cxx | 254 SCTAB nTabs[MAXTABCOUNT]; in ExecuteTable()
|
H A D | gridwin.cxx | 4059 SCTAB nTabs[MAXTABCOUNT]; in DropTransferObj()
|
Completed in 190 milliseconds