Searched refs:aCellText (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xehelper.cxx | 594 String aCellText; in CreateCellString() local 595 rStringCell.GetString( aCellText ); in CreateCellString() 596 return lclCreateFormattedString( rRoot, aCellText, pCellAttr, nFlags, nMaxLen ); in CreateCellString() 623 String aCellText; in CreateCellString() local 624 rEditCell.GetString( aCellText ); in CreateCellString() 625 xString = lclCreateFormattedString( rRoot, aCellText, pCellAttr, nFlags, nMaxLen ); in CreateCellString()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | csvgrid.cxx | 725 String aCellText; in ImplSetTextLineSep() local 734 …pChar = ScImportExport::ScanNextFieldFromString( pChar, aCellText, cTextSep, pSepChars, bMergeSep,… in ImplSetTextLineSep() 737 sal_Int32 nWidth = Max( CSV_MINCOLWIDTH, aCellText.Len() + sal_Int32( 1 ) ); in ImplSetTextLineSep() 761 if( aCellText.Len() <= CSV_MAXSTRLEN ) in ImplSetTextLineSep() 762 rStrVec.push_back( aCellText ); in ImplSetTextLineSep() 764 rStrVec.push_back( aCellText.Copy( 0, CSV_MAXSTRLEN ) ); in ImplSetTextLineSep()
|
/trunk/main/sc/source/core/data/ |
H A D | cell.cxx | 1984 String aCellText; in CreateURLObject() local 1986 GetURLResult( aURL, aCellText ); in CreateURLObject() 1988 SvxURLField aUrlField( aURL, aCellText, SVXURLFORMAT_APPDEFAULT); in CreateURLObject()
|
/trunk/main/sc/source/ui/view/ |
H A D | output2.cxx | 767 String aCellText; in lcl_DoHyperlinkResult() local 773 pFCell->GetURLResult( aURL, aCellText ); in lcl_DoHyperlinkResult()
|
Completed in 65 milliseconds