Home
last modified time | relevance | path

Searched refs:bForceTab (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx615 ScBaseCell* pCell, sal_uLong nFormatIndex, sal_Bool bForceTab ) in PutCell() argument
619 if ( bForceTab && !pTab[nTab] ) in PutCell()
H A Ddocument.cxx2663 void ScDocument::PutCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell, sal_Bool bForceTab in PutCell() argument
2667 if ( bForceTab && !pTab[nTab] ) in PutCell()
2683 void ScDocument::PutCell( const ScAddress& rPos, ScBaseCell* pCell, sal_Bool bForceTab ) in PutCell() argument
2686 if ( bForceTab && !pTab[nTab] ) in PutCell()
/trunk/main/sc/inc/
H A Ddocument.hxx784 …SC_DLLPUBLIC void PutCell( const ScAddress&, ScBaseCell* pCell, sal_Bool bForceTab = sal…
788 sal_Bool bForceTab = sal_False );
790 sal_uLong nFormatIndex, sal_Bool bForceTab = sal_False);