Searched refs:_xNameAccess (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/stoc/source/invocation/ |
H A D | invocation.cxx | 199 { return _xNameAccess->getByName( Name ); } in getByName() 202 { return _xNameAccess->getElementNames(); } in getElementNames() 256 Reference<XNameAccess> _xNameAccess; member in stoc_inv::Invocation_Impl 327 if( _xNameAccess.is() ) in queryInterface() 459 if (_xNameAccess.is()) in setMaterial() 527 if( _xNameAccess.is() ) in hasProperty() 528 return _xNameAccess->hasByName( Name ); in hasProperty() 548 if( _xNameAccess.is() && _xNameAccess->hasByName( PropertyName ) ) in getValue() 785 if( _xNameAccess.is() ) in getInfoSequenceImpl() 942 else if( _xNameAccess.is() && _xNameAccess->hasByName( aExactName ) ) in getInfoForName() [all …]
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | OpenOfficeDatabaseReportExtractor.java | 123 private void showElements(XNameAccess _xNameAccess) in showElements() argument 125 if (_xNameAccess != null) in showElements() 127 String[] sElementNames = _xNameAccess.getElementNames(); in showElements() 360 …private ArrayList<String> loadAndStoreReports(XNameAccess _xNameAccess, ArrayList<PropertyValue> _… in loadAndStoreReports() argument 363 if (_xNameAccess != null) in loadAndStoreReports() 365 String[] sElementNames = _xNameAccess.getElementNames(); in loadAndStoreReports() 369 XComponent xDoc = loadComponent(sReportName, _xNameAccess, _aPropertyList); in loadAndStoreReports()
|
/aoo41x/main/reportdesign/qa/complex/reportdesign/ |
H A D | ReportDesignerTest.java | 229 private void showElements(XNameAccess _xNameAccess) in showElements() argument 231 if (_xNameAccess != null) in showElements() 233 String[] sElementNames = _xNameAccess.getElementNames(); in showElements() 465 private void loadAndStoreReports(XNameAccess _xNameAccess, ArrayList _aPropertyList, int _nType) in loadAndStoreReports() argument 467 if (_xNameAccess != null) in loadAndStoreReports() 469 String[] sElementNames = _xNameAccess.getElementNames(); in loadAndStoreReports() 473 XComponent xDoc = loadComponent(sReportName, _xNameAccess, _aPropertyList); in loadAndStoreReports()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | ReportDesignerTest.java | 218 private void showElements(XNameAccess _xNameAccess) in showElements() argument 220 if (_xNameAccess != null) in showElements() 222 String[] sElementNames = _xNameAccess.getElementNames(); in showElements() 502 …private void loadAndStoreReports(XNameAccess _xNameAccess, ArrayList _aPropertyList /*, int _nType… in loadAndStoreReports() argument 504 if (_xNameAccess != null) in loadAndStoreReports() 506 String[] sElementNames = _xNameAccess.getElementNames(); in loadAndStoreReports() 510 XComponent xDoc = loadComponent(sReportName, _xNameAccess, _aPropertyList); in loadAndStoreReports()
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | Configuration.java | 362 public static XNameAccess getChildNodebyIndex(XNameAccess _xNameAccess, int _index) in getChildNodebyIndex() argument 366 String[] snames = _xNameAccess.getElementNames(); in getChildNodebyIndex() 367 Object oNode = _xNameAccess.getByName(snames[_index]); in getChildNodebyIndex()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 2176 void SbaTableQueryBrowser::populateTree(const Reference<XNameAccess>& _xNameAccess, in populateTree() argument 2182 pData->xContainer = _xNameAccess; in populateTree() 2186 Sequence< ::rtl::OUString > aNames = _xNameAccess->getElementNames(); in populateTree() 2197 Reference<XNameAccess> xChild(_xNameAccess->getByName(*pIter),UNO_QUERY); in populateTree()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | unodatbr.hxx | 371 …sun::star::uno::Reference< ::com::sun::star::container::XNameAccess>& _xNameAccess, SvLBoxEntry* _…
|
Completed in 73 milliseconds