Home
last modified time | relevance | path

Searched refs:GetMetadataReference (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/qa/gtest/
H A Dtest_metadatable.cxx111 ASSERT_TRUE(m1.GetMetadataReference() == id1) << "set failed"; in TEST_F()
117 ASSERT_TRUE(m1.GetMetadataReference() == id1) << "set failed (existing)"; in TEST_F()
119 ASSERT_TRUE(m1.GetMetadataReference() == id1) << "ensure failed (existing)"; in TEST_F()
122 beans::StringPair m2id(m2.GetMetadataReference()); in TEST_F()
125 ASSERT_TRUE(m2.GetMetadataReference() == m2id) << "ensure failed (idempotent)"; in TEST_F()
128 ASSERT_TRUE(!m1.GetMetadataReference().Second.getLength()) << "move to undo failed"; in TEST_F()
131 ASSERT_TRUE(m1.GetMetadataReference() == id1) << "move from undo failed"; in TEST_F()
140 ASSERT_TRUE(!m1.GetMetadataReference().Second.getLength()) << "move from undo: duplicate"; in TEST_F()
143 ASSERT_TRUE(m2.GetMetadataReference() == id1) << "copy: source"; in TEST_F()
144 ASSERT_TRUE(!m3.GetMetadataReference().Second.getLength()) << "copy: duplicate"; in TEST_F()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A DMetadatable.hxx82 ::com::sun::star::beans::StringPair GetMetadataReference() const;
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx1318 Metadatable::GetMetadataReference() const in GetMetadataReference() function in sfx2::Metadatable
1637 return pObject->GetMetadataReference(); in getMetadataReference()