Searched refs:ReleaseNote (Results 1 – 18 of 18) sorted by relevance
/aoo41x/main/extensions/source/update/check/ |
H A D | updateinfo.hxx | 41 struct ReleaseNote struct 48 ReleaseNote(sal_uInt8 pos, const rtl::OUString aURL) : Pos(pos), URL(aURL), Pos2(0), URL2() {}; in ReleaseNote() argument 49 …ReleaseNote(sal_uInt8 pos, const rtl::OUString aURL, sal_uInt8 pos2, const rtl::OUString aURL2) : … in ReleaseNote() function 51 ReleaseNote(const ReleaseNote& rn) :Pos(rn.Pos), URL(rn.URL), Pos2(rn.Pos2), URL2(rn.URL2) {}; in ReleaseNote() function 52 …ReleaseNote & operator=( const ReleaseNote& rn) { Pos=rn.Pos; URL=rn.URL; Pos2=rn.Pos2; URL2=rn.UR… in operator =() argument 61 std::vector< ReleaseNote > ReleaseNotes;
|
H A D | updateprotocol.cxx | 219 … ReleaseNote aRelNote((sal_uInt8) pos, xRelNote->getAttribute(UNISTRING("src"))); in checkForUpdates()
|
H A D | updatecheck.cxx | 91 std::vector< ReleaseNote >::const_iterator iter = rInfo.ReleaseNotes.begin(); in getReleaseNote() 1339 std::vector< ReleaseNote >::iterator iter2 = m_aUpdateInfo.ReleaseNotes.begin(); in setUpdateInfo()
|
H A D | updatecheckconfig.cxx | 188 rInfo.ReleaseNotes.push_back(ReleaseNote((sal_Int8) n, aUStr)); in getUpdateEntry()
|
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 93 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in Insert() 473 ScPostIt* pNote = bDeleteNote ? 0 : pOldCell->ReleaseNote(); in DeleteRange() 1438 ScPostIt* pNote = pOldCell->ReleaseNote(); in SetString() 1938 ScPostIt* ScColumn::ReleaseNote( SCROW nRow ) in ReleaseNote() function in ScColumn 1945 pNote = pCell->ReleaseNote(); in ReleaseNote() 1955 delete ReleaseNote( nRow ); in DeleteNote()
|
H A D | column.cxx | 951 ScPostIt* pNote1 = pCell1->ReleaseNote(); in SwapRow() 952 pCell1->TakeNote( pCell2->ReleaseNote() ); in SwapRow() 966 pNew2->TakeNote( pCell1->ReleaseNote() ); in SwapRow() 974 pNew1->TakeNote( pCell2->ReleaseNote() ); in SwapRow()
|
H A D | column2.cxx | 1025 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveAutoSpellObj() 1095 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveEditAttribs()
|
H A D | table2.cxx | 1127 ScPostIt* ScTable::ReleaseNote( SCCOL nCol, SCROW nRow ) in ReleaseNote() function in ScTable 1129 return ValidColRow( nCol, nRow ) ? aCol[ nCol ].ReleaseNote( nRow ) : 0; in ReleaseNote()
|
H A D | cell.cxx | 192 ScPostIt* ScBaseCell::ReleaseNote() in ReleaseNote() function in ScBaseCell
|
H A D | document.cxx | 2979 ScPostIt* ScDocument::ReleaseNote( const ScAddress& rPos ) in ReleaseNote() function in ScDocument 2982 return pTable ? pTable->ReleaseNote( rPos.Col(), rPos.Row() ) : 0; in ReleaseNote()
|
/aoo41x/main/sc/inc/ |
H A D | cell.hxx | 124 ScPostIt* ReleaseNote();
|
H A D | column.hxx | 266 ScPostIt* ReleaseNote( SCROW nRow );
|
H A D | table.hxx | 354 ScPostIt* ReleaseNote( SCCOL nCol, SCROW nRow );
|
H A D | document.hxx | 848 ScPostIt* ReleaseNote( const ScAddress& rPos );
|
/aoo41x/main/sc/source/ui/view/ |
H A D | drawview.cxx | 923 ScPostIt* pNote = pDoc->ReleaseNote( pCaptData->maStart ); in DeleteMarked()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 893 if( ScPostIt* pNote = rDoc.ReleaseNote( maPos ) ) in DoRemoveNote()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 1624 pNote = pVCell ? pVCell->ReleaseNote() : 0; in ScBackSolver()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1139 ScPostIt* pOldNote = rDoc.ReleaseNote( rPos ); in ReplaceNote()
|
Completed in 336 milliseconds