Searched refs:bForceTab (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | documen2.cxx | 615 ScBaseCell* pCell, sal_uLong nFormatIndex, sal_Bool bForceTab ) in PutCell() argument 619 if ( bForceTab && !pTab[nTab] ) in PutCell()
|
H A D | document.cxx | 2666 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()
|
/trunk/main/sc/inc/ |
H A D | document.hxx | 787 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 48 milliseconds