Home
last modified time | relevance | path

Searched refs:IsInClipboard (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx278 virtual bool IsInClipboard() const { return false; } in IsInClipboard() function in sfx2::MetadatableUndo
303 virtual bool IsInClipboard() const { return true; } in IsInClipboard() function in sfx2::MetadatableClipboard
534 ::boost::bind( &Metadatable::IsInClipboard, _1 ) in LookupElement()
633 if (i_pObject->IsInClipboard()) in removeLink()
1397 OSL_ENSURE(!IsInClipboard(), in RegisterAsCopyOf()
1399 if (!IsInClipboard()) in RegisterAsCopyOf()
1497 if (!IsInClipboard() && !IsInUndo() && m_pReg) in CreateUndo()
1526 OSL_ENSURE(!IsInClipboard(), in RestoreMetadata()
1528 if (IsInClipboard() || IsInUndo()) return; in RestoreMetadata()
1541 OSL_ENSURE(!IsInClipboard(), in JoinMetadatable()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx777 bool Meta::IsInClipboard() const in IsInClipboard() function in sw::Meta
781 return (pTxtNode) ? pTxtNode->IsInClipboard() : false; in IsInClipboard()
H A Dndtxt.cxx5064 bool SwTxtNode::IsInClipboard() const in IsInClipboard() function in SwTxtNode
/trunk/main/sfx2/inc/sfx2/
H A DMetadatable.hxx113 virtual bool IsInClipboard() const = 0;
/trunk/main/sw/inc/
H A Dfmtmeta.hxx169 virtual bool IsInClipboard() const;
H A Dsection.hxx370 virtual bool IsInClipboard() const;
H A Dndtxt.hxx826 virtual bool IsInClipboard() const;
/trunk/main/sw/source/core/inc/
H A Dbookmrk.hxx195 virtual bool IsInClipboard() const;
/trunk/main/sfx2/qa/gtest/
H A Dtest_metadatable.cxx71 virtual bool IsInClipboard() const { return m_bInClipboard; } in IsInClipboard() function in __anon7b27294b0111::MockMetadatable
/trunk/main/sw/source/core/crsr/
H A Dbookmrk.cxx287 bool Bookmark::IsInClipboard() const in IsInClipboard() function in sw::mark::Bookmark
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx1138 bool SwSectionFmt::IsInClipboard() const in IsInClipboard() function in SwSectionFmt

Completed in 84 milliseconds