/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | redcom.cxx | 137 if ( pDocShell!=NULL && pDlg->GetNote() != aComment ) in Execute() 138 pDocShell->SetChangeComment( pChangeAction, pDlg->GetNote()); in Execute() 163 if (pDocShell!=NULL && pDlgP->GetNote() != aComment ) in IMPL_LINK() 164 pDocShell->SetChangeComment( pChangeAction, pDlgP->GetNote()); in IMPL_LINK() 174 if ( pDocShell!=NULL && pDlgP->GetNote() != aComment ) in IMPL_LINK() 175 pDocShell->SetChangeComment( pChangeAction, pDlgP->GetNote()); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | futext3.cxx | 79 pNote = rDoc.GetNote( aNotePos ); in StopEditMode() 203 ScPostIt* pNote = rDoc.GetNote( rPos ); in StopDragMode()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | editsrc.cxx | 219 ScPostIt* pNote = pDocShell->GetDocument()->GetNote( aCellPos ); in GetCaptionObj() 245 if ( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( aCellPos ) ) in GetTextForwarder()
|
H A D | notesuno.cxx | 257 return pDocShell ? pDocShell->GetDocument()->GetNote( aCellPos ) : 0; in ImplGetNote()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 881 … DBG_ASSERT( !rDoc.GetNote( maPos ), "ScUndoReplaceNote::DoInsertNote - unexpected cell note" ); in DoInsertNote() 892 DBG_ASSERT( rDoc.GetNote( maPos ), "ScUndoReplaceNote::DoRemoveNote - missing cell note" ); in DoRemoveNote() 920 if( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( maPos ) ) in Undo() 928 if( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( maPos ) ) in Redo()
|
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 376 if ( ScPostIt* pNote = pItems[ nIdx ].pCell->GetNote() ) in DeleteRange() 784 const ScPostIt* pSourceNote = pSourceCell ? pSourceCell->GetNote() : 0; in CopyFromClip() 912 if (ScPostIt* pNote = rSource.GetNote()) in CloneCell() 1544 if(pCell->GetNote(aCellNote) && aCellNote.IsCaptionShown()) in GetFilterEntries() 1921 ScPostIt* ScColumn::GetNote( SCROW nRow ) in GetNote() function in ScColumn 1924 return Search( nRow, nIndex ) ? pItems[ nIndex ].pCell->GetNote() : 0; in GetNote()
|
H A D | table6.cxx | 98 if(const ScPostIt* pNote = pCell->GetNote()) in SearchCell() 214 if( ScPostIt* pNote = pCell->GetNote() ) in SearchCell()
|
H A D | postit.cxx | 785 if( ScPostIt* pNote = rDoc.GetNote( aPos ) ) in UpdateCaptionPositions() 796 const ScPostIt* pNote = rDoc.GetNote( rPos ); in CreateTempCaption()
|
H A D | table2.cxx | 1104 ScPostIt* ScTable::GetNote( SCCOL nCol, SCROW nRow ) in GetNote() function in ScTable 1106 return ValidColRow( nCol, nRow ) ? aCol[ nCol ].GetNote( nRow ) : 0; in GetNote() 1145 if( ScPostIt* pNote = GetNote( aIt->first, aIt->second ) ) in InitializeNoteCaptions()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh.cxx | 564 if ( const ScPostIt* pNote = pDoc->GetNote( aPos ) ) in GetState() 897 const ScPostIt* pNote = pDoc->GetNote( ScAddress( nPosX, nPosY, nTab ) ); in GetState() 928 pDoc->GetNote( ScAddress( nPosX, nPosY, nTab ) ); in GetState()
|
H A D | gridwin5.cxx | 198 const ScPostIt* pNote = pDoc->GetNote( aCellPos ); in ShowNoteMarker()
|
/aoo41x/main/sc/inc/ |
H A D | cell.hxx | 118 inline const ScPostIt* GetNote() const { return mpNote; } in GetNote() function in ScBaseCell 120 inline ScPostIt* GetNote() { return mpNote; } in GetNote() function in ScBaseCell
|
H A D | column.hxx | 262 ScPostIt* GetNote( SCROW nRow );
|
H A D | table.hxx | 350 ScPostIt* GetNote( SCCOL nCol, SCROW nRow );
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCellBase.cxx | 347 ::rtl::OUString SAL_CALL ScAccessibleCellBase::GetNote(void) in GetNote() function in ScAccessibleCellBase 644 strNote += GetNote(); in GetAllDisplayNote()
|
H A D | AccessibleDocumentPagePreview.cxx | 189 if( ScPostIt* pNote = pDoc->GetNote( aNote.maNoteCell ) ) in AddNotes() 366 if( ScPostIt* pNote = pDoc->GetNote( aNote.maNoteCell ) ) in CheckChanges()
|
/aoo41x/main/cui/source/inc/ |
H A D | postdlg.hxx | 74 inline String GetNote() { return aEditED.GetText(); } in GetNote() function in SvxPostItDialog
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 847 pSh->SetRedlineComment(pDlg->GetNote()); in IMPL_LINK() 902 pSh->SetRedlineComment(pDlg->GetNote()); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | AccessibleCellBase.hxx | 146 virtual ::rtl::OUString SAL_CALL GetNote(void)
|
/aoo41x/main/sc/source/ui/navipi/ |
H A D | content.cxx | 1121 if( const ScPostIt* pNote = pCell->GetNote() ) in GetNoteStrings() 1174 if( const ScPostIt* pNote = pCell->GetNote() ) in NoteStringsChanged()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svxdlg.hxx | 290 virtual String GetNote() = 0;
|
/aoo41x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 920 String AbstractSvxPostItDialog_Impl::GetNote() in GetNote() function in AbstractSvxPostItDialog_Impl 922 return pDlg->GetNote(); in GetNote()
|
H A D | dlgfact.hxx | 553 virtual String GetNote() ;
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 2299 ScPostIt* pNote = pDoc->GetNote( aPos ); in _ExportAutoStyles() 2346 ScPostIt* pNote = pDoc->GetNote( aPos ); in _ExportAutoStyles() 2381 ScPostIt* pNote = pDoc->GetNote( aPos ); in _ExportAutoStyles()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1076 ScPostIt* pNote = rDoc.GetNote( rPos ); in ShowNote() 1110 …if( ScPostIt* pNote = (aNewText.Len() > 0) ? pDoc->GetOrCreateNote( rPos ) : pDoc->GetNote( rPos )… in SetNoteText() 4353 …asNotes = ((aPos.Col() != nStartCol) || (aPos.Row() != nStartRow)) && (pDoc->GetNote( aPos ) != 0); in MergeCells()
|