/aoo41x/main/sc/source/ui/unoobj/ |
H A D | notesuno.cxx | 205 const ScPostIt* pNote = ImplGetNote(); in getAuthor() local 212 const ScPostIt* pNote = ImplGetNote(); in getDate() local 219 const ScPostIt* pNote = ImplGetNote(); in getIsVisible() local 237 if( const ScPostIt* pNote = ImplGetNote() ) in getAnnotationShape() local
|
H A D | editsrc.cxx | 219 ScPostIt* pNote = pDocShell->GetDocument()->GetNote( aCellPos ); in GetCaptionObj() local 245 if ( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( aCellPos ) ) in GetTextForwarder() local
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | futext3.cxx | 75 ScPostIt* pNote = 0; in StopEditMode() local
|
/aoo41x/main/sc/source/core/data/ |
H A D | postit.cxx | 785 if( ScPostIt* pNote = rDoc.GetNote( aPos ) ) in UpdateCaptionPositions() local 796 const ScPostIt* pNote = rDoc.GetNote( rPos ); in CreateTempCaption() local 856 ScPostIt* pNote = new ScPostIt( rDoc, rPos, aNoteData, false ); in CreateNoteFromCaption() local 893 ScPostIt* pNote = new ScPostIt( rDoc, rPos, aNoteData, bAlwaysCreateCaption ); in CreateNoteFromObjectData() local 904 ScPostIt* pNote = 0; in CreateNoteFromString() local
|
H A D | table6.cxx | 98 if(const ScPostIt* pNote = pCell->GetNote()) in SearchCell() local 214 if( ScPostIt* pNote = pCell->GetNote() ) in SearchCell() local
|
H A D | column3.cxx | 376 if ( ScPostIt* pNote = pItems[ nIdx ].pCell->GetNote() ) in DeleteRange() local 473 ScPostIt* pNote = bDeleteNote ? 0 : pOldCell->ReleaseNote(); in DeleteRange() local 912 if (ScPostIt* pNote = rSource.GetNote()) in CloneCell() local 1438 ScPostIt* pNote = pOldCell->ReleaseNote(); in SetString() local 1928 void ScColumn::TakeNote( SCROW nRow, ScPostIt* pNote ) in TakeNote() 1940 ScPostIt* pNote = 0; in ReleaseNote() local
|
H A D | cell.cxx | 186 void ScBaseCell::TakeNote( ScPostIt* pNote ) in TakeNote() 194 ScPostIt* pNote = mpNote; in ReleaseNote() local 562 ScNoteCell::ScNoteCell( ScPostIt* pNote, SvtBroadcaster* pBC ) : in ScNoteCell()
|
H A D | drwlayer.cxx | 557 if( ScPostIt* pNote = pDoc->GetNote( rData.maStart ) ) in RecalcPos() local
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun6.cxx | 166 if( ScPostIt* pNote = pDoc->GetOrCreateNote( aPos ) ) in EditNote() local
|
H A D | cellsh.cxx | 564 if ( const ScPostIt* pNote = pDoc->GetNote( aPos ) ) in GetState() local 897 const ScPostIt* pNote = pDoc->GetNote( ScAddress( nPosX, nPosY, nTab ) ); in GetState() local
|
H A D | gridwin5.cxx | 198 const ScPostIt* pNote = pDoc->GetNote( aCellPos ); in ShowNoteMarker() local
|
H A D | drawview.cxx | 923 ScPostIt* pNote = pDoc->ReleaseNote( pCaptData->maStart ); in DeleteMarked() local
|
H A D | cellsh1.cxx | 1866 if( ScPostIt* pNote = pDoc->GetNote( aPos ) ) in ExecuteEdit() local
|
H A D | printfun.cxx | 1927 if( const ScPostIt* pNote = pCell->GetNote() ) in DoNotes() local
|
H A D | output.cxx | 2283 const ScPostIt* pNote = pCell->GetNote(); in AddPDFNotes() local
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 882 ScPostIt* pNote = new ScPostIt( rDoc, maPos, rNoteData, false ); in DoInsertNote() local 893 if( ScPostIt* pNote = rDoc.ReleaseNote( maPos ) ) in DoRemoveNote() local 920 if( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( maPos ) ) in Undo() local 928 if( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( maPos ) ) in Redo() local
|
H A D | undoblk3.cxx | 1193 ScPostIt* pNote = pDoc->GetNote( aCursorPos ); in Undo() local
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlcelli.cxx | 604 ScPostIt* pNote = 0; in SetAnnotation() local
|
H A D | xmlexprt.cxx | 2299 ScPostIt* pNote = pDoc->GetNote( aPos ); in _ExportAutoStyles() local 2346 ScPostIt* pNote = pDoc->GetNote( aPos ); in _ExportAutoStyles() local 2381 ScPostIt* pNote = pDoc->GetNote( aPos ); in _ExportAutoStyles() local
|
/aoo41x/main/sc/source/ui/navipi/ |
H A D | content.cxx | 1121 if( const ScPostIt* pNote = pCell->GetNote() ) in GetNoteStrings() local 1174 if( const ScPostIt* pNote = pCell->GetNote() ) in NoteStringsChanged() local
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 189 if( ScPostIt* pNote = pDoc->GetNote( aNote.maNoteCell ) ) in AddNotes() local 366 if( ScPostIt* pNote = pDoc->GetNote( aNote.maNoteCell ) ) in CheckChanges() local
|
/aoo41x/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 1442 ScPostIt* pNote = rDoc.GetNote( pData->maStart ); in UpdateAllComments() local
|
H A D | interpr2.cxx | 1620 ScPostIt* pNote = 0; in ScBackSolver() local
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1720 sal_Char* pNote = new sal_Char[NoteLen+1]; in LoadCol() local
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1076 ScPostIt* pNote = rDoc.GetNote( rPos ); in ShowNote() local 1110 …if( ScPostIt* pNote = (aNewText.Len() > 0) ? pDoc->GetOrCreateNote( rPos ) : pDoc->GetNote( rPos )… in SetNoteText() local
|