Searched refs:Predicate (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/offapi/com/sun/star/rdf/ |
H A D | XNamedGraph.idl | 114 @param Predicate 130 [in] XURI Predicate, 155 @param Predicate 168 [in] XURI Predicate, 192 @param Predicate 213 [in] XURI Predicate,
|
H A D | XDocumentRepository.idl | 72 for every Predicate in the given list of Predicates, 75 <li><code>Subject Predicate 80 for every Predicate in the given list of Predicates, 84 <code>Subject Predicate XLiteral(RDFaContent^^RDFaDatatype)</code> 209 @param Predicate 229 [in] XURI Predicate,
|
H A D | Statement.idl | 48 XURI Predicate;
|
H A D | XRepository.idl | 346 @param Predicate 365 [in] XURI Predicate,
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterFrameworkObserver.hxx | 52 typedef ::boost::function<bool(void)> Predicate; typedef in sdext::presenter::PresenterFrameworkObserver 84 Predicate maPredicate; 101 const Predicate& rPredicate,
|
H A D | PresenterFrameworkObserver.cxx | 44 const Predicate& rPredicate, in PresenterFrameworkObserver() 152 maPredicate = Predicate(); in Shutdown() 188 Predicate aPredicate (maPredicate); in notifyConfigurationChange()
|
H A D | PresenterConfigurationAccess.hxx | 59 const css::uno::Reference<css::beans::XPropertySet>&)> Predicate; typedef in sdext::presenter::PresenterConfigurationAccess 100 bool GoToChild (const Predicate& rPredicate); 179 const Predicate& rPredicate);
|
H A D | PresenterConfigurationAccess.cxx | 159 bool PresenterConfigurationAccess::GoToChild (const Predicate& rPredicate) in GoToChild() 345 const Predicate& rPredicate) in Find()
|
/aoo4110/main/unoxml/qa/complex/unoxml/ |
H A D | RDFRepositoryTest.java | 684 if ((eq = cmp(left.Predicate, right.Predicate)) != 0) in compare() 723 if (!eq(i_Left.Predicate, i_Right.Predicate)) { in eq() 725 i_Left.Predicate.getStringValue() + " != " + in eq() 726 i_Right.Predicate.getStringValue()); in eq()
|
/aoo4110/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 1048 if ((eq = cmp(left.Predicate, right.Predicate)) != 0) return eq; in compare() 1081 if (!eq(i_Left.Predicate, i_Right.Predicate)) { in eq() 1083 i_Left.Predicate.getStringValue() + " != " + in eq() 1084 i_Right.Predicate.getStringValue()); in eq()
|
/aoo4110/main/xmloff/source/core/ |
H A D | RDFaExportHelper.cxx | 206 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa() 211 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa()
|
/aoo4110/main/vigra/ |
H A D | vigra1.6.0.patch | 1411 @@ -115,7 +115,7 @@ assertImpl( void (*)(Predicate), typenam 1417 #define VIGRA_STATIC_ASSERT(Predicate) \
|
/aoo4110/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 3921 && result.First[0].Predicate.getStringValue().equals("uri:bar") in checkLoadXmlId()
|
Completed in 82 milliseconds