Searched refs:bCloneValue (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 811 bool lclCanCloneValue( ScDocument& rDoc, const ScColumn& rCol, SCROW nRow, bool bCloneValue, bool b… in lclCanCloneValue() argument 814 if( bCloneValue == bCloneDateTime ) in lclCanCloneValue() 815 return bCloneValue; in lclCanCloneValue() 821 return bIsDateTime ? bCloneDateTime : bCloneValue; in lclCanCloneValue() 829 bool bCloneValue = (nFlags & IDF_VALUE) != 0; in CloneCell() local 852 … if (lclCanCloneValue( *pDocument, *this, pItems[nIndex].nRow, bCloneValue, bCloneDateTime )) in CloneCell() 862 else if ( (bCloneValue || bCloneDateTime || bCloneString) && !rDestDoc.IsUndo() ) in CloneCell() 871 if (bCloneValue) in CloneCell() 880 … if (lclCanCloneValue( *pDocument, *this, pItems[nIndex].nRow, bCloneValue, bCloneDateTime )) in CloneCell()
|
Completed in 15 milliseconds