Home
last modified time | relevance | path

Searched refs:MAXTABCOUNT (Results 1 – 19 of 19) sorted by relevance

/aoo41x/main/sc/source/core/tool/
H A Drangenam.cxx55 … ), 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 Dnameuno.cxx121 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 Dchart2uno.cxx2043 for (SCTAB Scope = 0; Scope < MAXTABCOUNT && !bFindName; Scope++ ) // Find name in sheet scope in createDataSequenceByRangeRepresentation()
/aoo41x/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx151 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 Dpfuncache.hxx98 long nPages[MAXTABCOUNT];
99 long nFirstAttr[MAXTABCOUNT];
H A Dpreview.hxx46 long nPages[MAXTABCOUNT];
47 long nFirstAttr[MAXTABCOUNT];
H A Dviewdata.hxx159 ScViewDataTable* pTabData[MAXTABCOUNT];
/aoo41x/main/sc/inc/
H A Drangenam.hxx207 …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 Dmarkdata.hxx45 sal_Bool bTabMarked[MAXTABCOUNT];// Tabelle selektiert
H A Daddress.hxx90 const SCTAB MAXTABCOUNT = 256; variable
95 const SCTAB MAXTAB = MAXTABCOUNT - 1;
H A Ddocument.hxx269 ScTable* pTab[MAXTABCOUNT];
/aoo41x/main/sc/source/filter/excel/
H A Dxiname.cxx213 pData->SetRangeScope(nXclTab == EXC_NAME_GLOBAL ? MAXTABCOUNT : mnScTab); in XclImpName()
H A Dxename.cxx555 …xName->SetScTab( rRangeData.GetRangeScope() == MAXTABCOUNT ? EXC_NAME_GLOBAL : rRangeData.GetRange… in CreateName()
H A Dxipivot.cxx691 if( rDoc.GetTableCount() >= MAXTABCOUNT ) in ReadPivotCacheStream()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlnexpi.cxx53 nScopeOfNameRange( MAXTABCOUNT ) //aRangeNameScope( MAXTABCOUNT ) in ScXMLNamedExpressionsContext()
H A Dxmlbodyi.cxx195 static_cast<ScXMLNamedExpressionsContext*>(pContext)->SetScope( MAXTABCOUNT );//workbookname in CreateChildContext()
H A Dxmlexprt.cxx1848 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 Dtabvwshf.cxx254 SCTAB nTabs[MAXTABCOUNT]; in ExecuteTable()
H A Dgridwin.cxx4059 SCTAB nTabs[MAXTABCOUNT]; in DropTransferObj()

Completed in 549 milliseconds