/trunk/main/sc/source/core/data/ |
H A D | postit.cxx | 507 ScPostIt::ScPostIt( ScDocument& rDoc, const ScAddress& rPos, bool bShown ) : in ScPostIt() function in ScPostIt 515 ScPostIt::ScPostIt( ScDocument& rDoc, const ScAddress& rPos, const ScPostIt& rNote ) : in ScPostIt() function in ScPostIt 531 ScPostIt::~ScPostIt() in ~ScPostIt() 542 void ScPostIt::AutoStamp() in AutoStamp() 563 OUString ScPostIt::GetText() const in GetText() 581 bool ScPostIt::HasMultiLineText() const in HasMultiLineText() 603 void ScPostIt::ForgetCaption() in ForgetCaption() 749 void ScPostIt::RemoveCaption() in RemoveCaption() 856 ScPostIt* pNote = new ScPostIt( rDoc, rPos, aNoteData, false ); in CreateNoteFromCaption() 893 ScPostIt* pNote = new ScPostIt( rDoc, rPos, aNoteData, bAlwaysCreateCaption ); in CreateNoteFromObjectData() [all …]
|
H A D | column3.cxx | 376 if ( ScPostIt* pNote = pItems[ nIdx ].pCell->GetNote() ) in DeleteRange() 473 ScPostIt* pNote = bDeleteNote ? 0 : pOldCell->ReleaseNote(); in DeleteRange() 784 const ScPostIt* pSourceNote = pSourceCell ? pSourceCell->GetNote() : 0; in CopyFromClip() 912 if (ScPostIt* pNote = rSource.GetNote()) in CloneCell() 917 ScPostIt* pNewNote = pNote->Clone( aOwnPos, rDestDoc, rDestPos, bCloneCaption ); in CloneCell() 1438 ScPostIt* pNote = pOldCell->ReleaseNote(); in SetString() 1542 ScPostIt aCellNote( ScPostIt::UNINITIALIZED ); in GetFilterEntries() 1921 ScPostIt* ScColumn::GetNote( SCROW nRow ) in GetNote() 1928 void ScColumn::TakeNote( SCROW nRow, ScPostIt* pNote ) in TakeNote() 1938 ScPostIt* ScColumn::ReleaseNote( SCROW nRow ) in ReleaseNote() [all …]
|
H A D | cell.cxx | 186 void ScBaseCell::TakeNote( ScPostIt* pNote ) in TakeNote() 192 ScPostIt* ScBaseCell::ReleaseNote() in ReleaseNote() 194 ScPostIt* pNote = mpNote; in ReleaseNote() 562 ScNoteCell::ScNoteCell( ScPostIt* pNote, SvtBroadcaster* pBC ) : in ScNoteCell()
|
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 | table2.cxx | 1104 ScPostIt* ScTable::GetNote( SCCOL nCol, SCROW nRow ) in GetNote() 1110 void ScTable::TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote ) in TakeNote() 1127 ScPostIt* ScTable::ReleaseNote( SCCOL nCol, SCROW nRow ) in ReleaseNote() 1145 if( ScPostIt* pNote = GetNote( aIt->first, aIt->second ) ) in InitializeNoteCaptions()
|
H A D | document.cxx | 2963 ScPostIt* ScDocument::GetNote( const ScAddress& rPos ) in GetNote() 2970 void ScDocument::TakeNote( const ScAddress& rPos, ScPostIt*& rpNote ) in TakeNote() 2979 ScPostIt* ScDocument::ReleaseNote( const ScAddress& rPos ) in ReleaseNote() 2986 ScPostIt* ScDocument::GetOrCreateNote( const ScAddress& rPos ) in GetOrCreateNote() 2988 ScPostIt* pNote = GetNote( rPos ); in GetOrCreateNote() 2991 pNote = new ScPostIt( *this, rPos, false ); in GetOrCreateNote()
|
/trunk/main/sc/inc/ |
H A D | postit.hxx | 63 class SC_DLLPUBLIC ScPostIt class 68 explicit ScPostIt( ScDocument& rDoc, const ScAddress& rPos, bool bShown ); 71 explicit ScPostIt( ScDocument& rDoc, const ScAddress& rPos, const ScPostIt& rNote ); 83 explicit ScPostIt( 88 ~ScPostIt(); 98 ScPostIt* Clone( 152 ScPostIt( const ScPostIt& ); 153 ScPostIt& operator=( const ScPostIt& ); 194 static ScPostIt* CreateNoteFromCaption( 229 static ScPostIt* CreateNoteFromObjectData( [all …]
|
H A D | cell.hxx | 54 class ScPostIt; 118 inline const ScPostIt* GetNote() const { return mpNote; } in GetNote() 120 inline ScPostIt* GetNote() { return mpNote; } in GetNote() 122 void TakeNote( ScPostIt* pNote ); 124 ScPostIt* ReleaseNote(); 163 ScPostIt* mpNote; /// The cell note. Cell takes ownership! 184 explicit ScNoteCell( ScPostIt* pNote, SvtBroadcaster* pBC = 0 );
|
H A D | column.hxx | 59 class ScPostIt; 262 ScPostIt* GetNote( SCROW nRow ); 264 void TakeNote( SCROW nRow, ScPostIt* pNote ); 266 ScPostIt* ReleaseNote( SCROW nRow );
|
H A D | notesuno.hxx | 38 class ScPostIt; 116 const ScPostIt* ImplGetNote() const;
|
H A D | table.hxx | 65 class ScPostIt; 350 ScPostIt* GetNote( SCCOL nCol, SCROW nRow ); 352 void TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote ); 354 ScPostIt* ReleaseNote( SCCOL nCol, SCROW nRow );
|
H A D | detfunc.hxx | 36 class ScPostIt;
|
H A D | document.hxx | 844 ScPostIt* GetNote( const ScAddress& rPos ); 846 void TakeNote( const ScAddress& rPos, ScPostIt*& rpNote ); 848 ScPostIt* ReleaseNote( const ScAddress& rPos ); 850 SC_DLLPUBLIC ScPostIt* GetOrCreateNote( const ScAddress& rPos );
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | notesuno.cxx | 205 const ScPostIt* pNote = ImplGetNote(); in getAuthor() 212 const ScPostIt* pNote = ImplGetNote(); in getDate() 219 const ScPostIt* pNote = ImplGetNote(); in getIsVisible() 237 if( const ScPostIt* pNote = ImplGetNote() ) in getAnnotationShape() 255 const ScPostIt* ScAnnotationObj::ImplGetNote() const in ImplGetNote()
|
H A D | editsrc.cxx | 219 ScPostIt* pNote = pDocShell->GetDocument()->GetNote( aCellPos ); in GetCaptionObj() 245 if ( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( aCellPos ) ) in GetTextForwarder()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 882 ScPostIt* pNote = new ScPostIt( rDoc, maPos, rNoteData, false ); in DoInsertNote() 893 if( ScPostIt* pNote = rDoc.ReleaseNote( maPos ) ) in DoRemoveNote() 920 if( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( maPos ) ) in Undo() 928 if( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( maPos ) ) in Redo()
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | futext3.cxx | 75 ScPostIt* pNote = 0; in StopEditMode() 203 ScPostIt* pNote = rDoc.GetNote( rPos ); in StopDragMode()
|
/trunk/main/sc/source/ui/navipi/ |
H A D | content.cxx | 1098 String lcl_NoteString( const ScPostIt& rNote ) in lcl_NoteString() 1121 if( const ScPostIt* pNote = pCell->GetNote() ) in GetNoteStrings() 1174 if( const ScPostIt* pNote = pCell->GetNote() ) in NoteStringsChanged()
|
/trunk/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()
|
H A D | viewfun6.cxx | 166 if( ScPostIt* pNote = pDoc->GetOrCreateNote( aPos ) ) in EditNote()
|
H A D | gridwin5.cxx | 198 const ScPostIt* pNote = pDoc->GetNote( aCellPos ); in ShowNoteMarker()
|
H A D | drawview.cxx | 923 ScPostIt* pNote = pDoc->ReleaseNote( pCaptData->maStart ); in DeleteMarked()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xeescher.hxx | 322 const ScPostIt* pScNote,
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 58 class ScPostIt;
|
/trunk/main/sc/source/ui/Accessibility/ |
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()
|