Home
last modified time | relevance | path

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

/aoo42x/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.cxx2666 void ScDocument::PutCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell, sal_Bool bForceTab in PutCell() argument
2670 if ( bForceTab && !pTab[nTab] ) in PutCell()
2686 void ScDocument::PutCell( const ScAddress& rPos, ScBaseCell* pCell, sal_Bool bForceTab ) in PutCell() argument
2689 if ( bForceTab && !pTab[nTab] ) in PutCell()
/aoo42x/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 180 milliseconds