Home
last modified time | relevance | path

Searched refs:maNoteText (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx77 String maNoteText; member
185 aNote.maNoteCell.Format( aNote.maNoteText, SCA_VALID, NULL ); in AddNotes()
190 aNote.maNoteText = pNote->GetText(); in AddNotes()
191 …aNote.mpTextHelper = CreateTextHelper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMa… in AddNotes()
267 …aItr->mpTextHelper = CreateTextHelper(aItr->maNoteText, aItr->maRect, aItr->maNoteCell, aItr->mbMa… in GetChild()
308 …aItr->mpTextHelper = CreateTextHelper(aItr->maNoteText, aItr->maRect, aItr->maNoteCell, aItr->mbMa… in GetAt()
362 aNote.maNoteCell.Format( aNote.maNoteText, SCA_VALID, NULL ); in CheckChanges()
367 aNote.maNoteText = pNote->GetText(); in CheckChanges()
375 if (aNote.maNoteText == aItr->maNoteText) in CheckChanges()
388 …aNote.mpTextHelper = CreateTextHelper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMa… in CheckChanges()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx1000 maNoteText = ByteString( aNoteText, rRoot.GetTextEncoding() ); in XclExpNote()
1026 const sal_Char* pcBuffer = maNoteText.GetBuffer(); in Save()
1027 sal_uInt16 nCharsLeft = static_cast< sal_uInt16 >( maNoteText.Len() ); in Save()
1034 if( pcBuffer == maNoteText.GetBuffer() ) in Save()
/trunk/main/sc/source/filter/inc/
H A Dxeescher.hxx338 ByteString maNoteText; /// Main text of the note (<=BIFF7). member in XclExpNote

Completed in 33 milliseconds