Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/qa/cppunit/
H A Dtest_metadatable.cxx119 CPPUNIT_ASSERT_MESSAGE("set failed", m1.GetMetadataReference() == id1); in test()
126 m1.GetMetadataReference() == id1); in test()
129 m1.GetMetadataReference() == id1); in test()
132 beans::StringPair m2id(m2.GetMetadataReference()); in test()
136 m2.GetMetadataReference() == m2id); in test()
140 !m1.GetMetadataReference().Second.getLength()); in test()
144 m1.GetMetadataReference() == id1); in test()
154 !m1.GetMetadataReference().Second.getLength()); in test()
157 CPPUNIT_ASSERT_MESSAGE("copy: source", m2.GetMetadataReference() == id1); in test()
159 !m3.GetMetadataReference().Second.getLength()); in test()
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A DMetadatable.hxx82 ::com::sun::star::beans::StringPair GetMetadataReference() const;
/AOO41X/main/sfx2/source/doc/
H A DMetadatable.cxx1318 Metadatable::GetMetadataReference() const in GetMetadataReference() function in sfx2::Metadatable
1637 return pObject->GetMetadataReference(); in getMetadataReference()