Searched refs:bCloneCaption (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 788 bool bCloneCaption = (nInsFlag & IDF_NOCAPTIONS) == 0; in CopyFromClip() local 791 … ScPostIt* pNewNote = pSourceNote->Clone( aSourcePos, *pDocument, aDestPos, bCloneCaption ); in CopyFromClip() 914 bool bCloneCaption = (nFlags & IDF_NOCAPTIONS) == 0; in CloneCell() local 917 ScPostIt* pNewNote = pNote->Clone( aOwnPos, rDestDoc, rDestPos, bCloneCaption ); in CloneCell()
|
H A D | postit.cxx | 536 …nst ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rDestPos, bool bCloneCaption ) const in Clone() 539 …return bCloneCaption ? new ScPostIt( rDestDoc, rDestPos, *this ) : new ScPostIt( rDestDoc, rDestPo… in Clone()
|
H A D | cell.cxx | 149 bool bCloneCaption = (nCloneFlags & SC_CLONECELL_NOCAPTION) == 0; in CloneWithNote() local 150 pNewCell->TakeNote( mpNote->Clone( rOwnPos, rDestDoc, rDestPos, bCloneCaption ) ); in CloneWithNote()
|
/aoo41x/main/sc/inc/ |
H A D | postit.hxx | 101 bool bCloneCaption ) const;
|
Completed in 42 milliseconds