Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/qa/complex/sfx2/standalonedocinfo/
H A DTest01.java123 … XPropertySet xPropSet_ = UnoRuntime.queryInterface(XPropertySet.class, oStandaloneDocInfo_); in test() local
124 String sTitle_ = xPropSet_.getPropertyValue ( "Title" ).toString (); in test()