Home
last modified time | relevance | path

Searched refs:CreateTextCell (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/sc/source/filter/xml/
H A Dxmlcelli.cxx929 … pNewCell = ScBaseCell::CreateTextCell( *pOUTextValue, pDoc ); in EndElement()
931 … pNewCell = ScBaseCell::CreateTextCell( *pOUTextContent, pDoc ); in EndElement()
933 … pNewCell = ScBaseCell::CreateTextCell( *pOUText, pDoc ); in EndElement()
/aoo41x/main/sc/source/core/data/
H A Ddbdocutl.cxx183 pCell = ScBaseCell::CreateTextCell( aString, pDoc ); in PutData()
H A Dcell.cxx222 ScBaseCell* ScBaseCell::CreateTextCell( const String& rString, ScDocument* pDoc ) in CreateTextCell() function in ScBaseCell
/aoo41x/main/sc/source/filter/qpro/
H A Dqpro.cxx70 …pDoc->PutCell( nCol, nRow, nTab, ScBaseCell::CreateTextCell( aLabel, pDoc ), (sal_Bool) sal_True ); in readSheet()
/aoo41x/main/sc/inc/
H A Dcell.hxx140 static ScBaseCell* CreateTextCell( const String& rString, ScDocument* );
/aoo41x/main/sc/source/filter/dif/
H A Ddifimp.cxx219 ScBaseCell::CreateTextCell( rData, pDoc ), ( sal_Bool ) sal_True ); in ScImportDif()
/aoo41x/main/sc/source/filter/excel/
H A Dxihelper.cxx270 pCell = ScBaseCell::CreateTextCell( rString.GetText(), &rDoc ); in CreateCell()
/aoo41x/main/sc/source/ui/docshell/
H A Dimpex.cxx909 pDoc->PutCell( nCol, nRow, nTab, ScBaseCell::CreateTextCell( rStr, pDoc ) ); in lcl_PutString()
1617 ScBaseCell::CreateTextCell( aText, pDoc), in Sylk2Doc()
H A Ddocfunc.cxx1011 pNewCell = ScBaseCell::CreateTextCell( rText.Copy( 1 ), pDoc ); in InterpretEnglishString()
1026 pNewCell = ScBaseCell::CreateTextCell( rText, pDoc ); in InterpretEnglishString()
1062 pNewCell = ScBaseCell::CreateTextCell( rText, pDoc ); // immer Text in SetCellText()

Completed in 82 milliseconds