Searched refs:maNoteText (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 77 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 …]
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 1000 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()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xeescher.hxx | 338 ByteString maNoteText; /// Main text of the note (<=BIFF7). member in XclExpNote
|
Completed in 45 milliseconds