Home
last modified time | relevance | path

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

/aoo4110/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.cxx2664 void ScDocument::PutCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell, sal_Bool bForceTab in PutCell() argument
2668 if ( bForceTab && !pTab[nTab] ) in PutCell()
2684 void ScDocument::PutCell( const ScAddress& rPos, ScBaseCell* pCell, sal_Bool bForceTab ) in PutCell() argument
2687 if ( bForceTab && !pTab[nTab] ) in PutCell()
/aoo4110/main/sc/inc/
H A Ddocument.hxx787 SC_DLLPUBLIC void PutCell( const ScAddress&, ScBaseCell* pCell, sal_Bool bForceTab = sal_False );
791 sal_Bool bForceTab = sal_False );
793 sal_uLong nFormatIndex, sal_Bool bForceTab = sal_False);

Completed in 41 milliseconds