Searched refs:aRelations (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/package/qa/ofopxmlstorages/ |
H A D | Test02.java | 58 StringPair[][] aRelations = in test() local 101 aRelations ) ) in test() 108 aRelations ) ) in test() 115 aRelations ) ) in test() 153 …if ( !m_aTestHelper.checkStorageProperties( xResultStorage, true, ElementModes.READ, aRelations ) ) in test() 169 aRelations ) ) in test() 172 … !m_aTestHelper.checkStream( xResultSubStorage, "SubStream1", "MediaType1", pBytes1, aRelations ) ) in test()
|
H A D | TestHelper.java | 52 StringPair[][] aRelations ) in WriteBytesToStream() argument 129 xRelAccess.insertRelationships( aRelations, false ); in WriteBytesToStream() 149 StringPair[][] aRelations ) in WriteBytesToSubstream() argument 175 StringPair[][] aRelations ) in setStorageTypeAndCheckProps() argument 226 xRelAccess.insertRelationships( aRelations, false ); in setStorageTypeAndCheckProps() 341 StringPair[][] aRelations ) in checkStorageProperties() argument 401 if ( !checkRelations( aStorRels, aRelations ) ) in checkStorageProperties() 414 StringPair[][] aRelations ) in InternalCheckStream() argument 520 if ( !checkRelations( aStorRels, aRelations ) ) in InternalCheckStream() 533 StringPair[][] aRelations ) in checkStream() argument [all …]
|
H A D | Test03.java | 57 StringPair[][] aRelations = in test() local 94 aRelations ) ) in test() 105 aRelations ) ) in test() 112 aRelations ) ) in test() 206 aRelations ) ) in test()
|
H A D | Test08.java | 231 private boolean checkSubStorages( XStorage xStorage, byte[] pBytes1, StringPair[][] aRelations ) in checkSubStorages() argument 250 aRelations ) ) in checkSubStorages() 256 aRelations ) ) in checkSubStorages() 263 aRelations ) ) in checkSubStorages() 270 aRelations ) ) in checkSubStorages()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindowAccess.cxx | 276 ::std::vector< Reference<XInterface> > aRelations; in getRelationByType() 277 aRelations.reserve(5); // just guessing in getRelationByType() 279 aRelations.push_back(getParentChild(aIter - pConnectionList->begin())); in getRelationByType() 281 Reference<XInterface> *pRelations = aRelations.empty() ? 0 : &aRelations[0]; in getRelationByType() 282 Sequence< Reference<XInterface> > aSeq(pRelations, aRelations.size()); in getRelationByType()
|
Completed in 19 milliseconds