Home
last modified time | relevance | path

Searched refs:ReleaseNote (Results 1 – 18 of 18) sorted by relevance

/trunk/main/extensions/source/update/check/
H A Dupdateinfo.hxx41 struct ReleaseNote struct
48 ReleaseNote(sal_uInt8 pos, const rtl::OUString aURL) : Pos(pos), URL(aURL), Pos2(0), URL2() {}; in ReleaseNote() argument
49ReleaseNote(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
52ReleaseNote & 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 Dupdateprotocol.cxx219ReleaseNote aRelNote((sal_uInt8) pos, xRelNote->getAttribute(UNISTRING("src"))); in checkForUpdates()
H A Dupdatecheck.cxx91 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 Dupdatecheckconfig.cxx188 rInfo.ReleaseNotes.push_back(ReleaseNote((sal_Int8) n, aUStr)); in getUpdateEntry()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx93 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 Dcolumn.cxx951 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 Dcolumn2.cxx1025 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveAutoSpellObj()
1095 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveEditAttribs()
H A Dtable2.cxx1127 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 Dcell.cxx192 ScPostIt* ScBaseCell::ReleaseNote() in ReleaseNote() function in ScBaseCell
H A Ddocument.cxx2979 ScPostIt* ScDocument::ReleaseNote( const ScAddress& rPos ) in ReleaseNote() function in ScDocument
2982 return pTable ? pTable->ReleaseNote( rPos.Col(), rPos.Row() ) : 0; in ReleaseNote()
/trunk/main/sc/inc/
H A Dcell.hxx124 ScPostIt* ReleaseNote();
H A Dcolumn.hxx266 ScPostIt* ReleaseNote( SCROW nRow );
H A Dtable.hxx354 ScPostIt* ReleaseNote( SCCOL nCol, SCROW nRow );
H A Ddocument.hxx848 ScPostIt* ReleaseNote( const ScAddress& rPos );
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx923 ScPostIt* pNote = pDoc->ReleaseNote( pCaptData->maStart ); in DeleteMarked()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx893 if( ScPostIt* pNote = rDoc.ReleaseNote( maPos ) ) in DoRemoveNote()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1624 pNote = pVCell ? pVCell->ReleaseNote() : 0; in ScBackSolver()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1139 ScPostIt* pOldNote = rDoc.ReleaseNote( rPos ); in ReplaceNote()

Completed in 179 milliseconds