Searched refs:aNoteText (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 989 String aNoteText; in XclExpNote() local 991 aNoteText = pScNote->GetText(); in XclExpNote() 993 ScGlobal::AddToken( aNoteText, rAddText, '\n', 2 ); in XclExpNote() 994 maOrigNoteText = aNoteText; in XclExpNote() 1000 maNoteText = ByteString( aNoteText, rRoot.GetTextEncoding() ); in XclExpNote()
|
H A D | xiescher.cxx | 4070 String aNoteText = rStrm.ReadRawByteString( nPartLen ); in ReadNote3() local 4079 aNoteText.Append( rStrm.ReadRawByteString( nPartLen ) ); in ReadNote3() 4090 ScNoteUtil::CreateNoteFromString( GetDoc(), aScNotePos, aNoteText, false, false ); in ReadNote3()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | cellsh.cxx | 563 String aNoteText; in GetState() local 565 aNoteText = pNote->GetText(); in GetState() 566 rSet.Put( SfxStringItem( nWhich, aNoteText ) ); in GetState()
|
/aoo42x/main/sc/source/filter/lotus/ |
H A D | op.cxx | 461 String aNoteText(pText,pLotusRoot->eCharsetQ); in OP_Note123() local 465 ScNoteUtil::CreateNoteFromString( *pDoc, aPos, aNoteText, false, false ); in OP_Note123()
|
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1723 String aNoteText( SC10TOSTRING(pNote)); in LoadCol() local 1726 ScNoteUtil::CreateNoteFromString( *pDoc, aPos, aNoteText, false, false ); in LoadCol()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 2910 ::rtl::OUString aNoteText; in AddComment() 2911 if( Text.hasValue() && !(Text >>= aNoteText) ) in AddComment() 2913 if( aNoteText.getLength() == 0 ) in AddComment() 2914 aNoteText = ::rtl::OUString( sal_Unicode( ' ' ) ); in AddComment() 2922 xAnnos->insertNew( aNotePos, aNoteText ); in AddComment()
|
Completed in 104 milliseconds