Home
last modified time | relevance | path

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

/aoo42x/main/odk/examples/java/Inspector/
H A DIntrospector.java260 protected Property[] getProperties(Object _oUnoObject, String _sServiceName){ in getProperties() argument
265 …pertyTypeDescription[] xPropertyTypeDescriptions = getPropertyDescriptionsOfService(_sServiceName); in getProperties()
267 … if (!hasByName(xPropertyTypeDescriptions, _sServiceName + "." + aProperties[i].Name)){ in getProperties()
278 protected Type[] getInterfaces(Object _oUnoObject, String _sServiceName){ in getInterfaces() argument
283 …aceTypeDescription[] xInterfaceTypeDescriptions = getInterfaceDescriptionsOfService(_sServiceName); in getInterfaces()
397 …private XServiceTypeDescription getServiceTypeDescription(String _sServiceName, TypeClass _eTypeCl… in getServiceTypeDescription() argument
399 if (_sServiceName.length() > 0){ in getServiceTypeDescription()
406 if (xTD.getName().equals(_sServiceName)){ in getServiceTypeDescription()
419 public XPropertyTypeDescription[] getPropertyDescriptionsOfService(String _sServiceName){ in getPropertyDescriptionsOfService() argument
421 …XServiceTypeDescription xServiceTypeDescription = getServiceTypeDescription(_sServiceName, com.sun… in getPropertyDescriptionsOfService()
[all …]
H A DUnoPropertyNode.java121 protected boolean doesServiceSupportProperty(String _sServiceName, String _sPropertyName){ in doesServiceSupportProperty() argument
123 …yTypeDescriptions = Introspector.getIntrospector().getPropertyDescriptionsOfService(_sServiceName); in doesServiceSupportProperty()
125 … if (xPropertyTypeDescriptions[i].getName().equals(_sServiceName + "." + _sPropertyName)){ in doesServiceSupportProperty()
H A DUnoNode.java233 private static String[] getMandatoryServiceNames(String _sServiceName){ in getMandatoryServiceNames() argument
238 …nAccess().createTypeDescriptionEnumeration(Introspector.getModuleName(_sServiceName), eTypeClasses… in getMandatoryServiceNames()
241 if (xTD.getName().equals(_sServiceName)){ in getMandatoryServiceNames()
/aoo42x/main/reportdesign/source/core/api/
H A DTools.cxx61 ,const ::rtl::OUString& _sServiceName) in cloneObject()
64 …uno::Reference< report::XReportComponent> xClone(_xFactory->createInstance(_sServiceName),uno::UNO… in cloneObject()
H A DShape.cxx76 ,const ::rtl::OUString& _sServiceName) in OShape()
82 ,m_sServiceName(_sServiceName) in OShape()
/aoo42x/main/wizards/com/sun/star/wizards/document/
H A DShape.java64 public Shape(FormHandler _oFormHandler, String _sServiceName, Point _aPoint, Size _aSize) in Shape() argument
71 Object oShape = oFormHandler.xMSF.createInstance(_sServiceName); in Shape()
H A DDatabaseControl.java107 public DatabaseControl(FormHandler _oFormHandler, String _sServiceName, Point _aPoint) in DatabaseControl() argument
109 super(_oFormHandler, _sServiceName, _aPoint); in DatabaseControl()
H A DControl.java65 public Control(FormHandler _oFormHandler, String _sServiceName, Point _aPoint) in Control() argument
67 super(_oFormHandler, _sServiceName, _aPoint, null); in Control()
/aoo42x/main/dbaccess/source/filter/xml/
H A DxmlTable.cxx82 ,const ::rtl::OUString& _sServiceName in DBG_NAME()
86 ,m_sServiceName(_sServiceName) in DBG_NAME()
H A DxmlTable.hxx74 ,const ::rtl::OUString& _sServiceName
/aoo42x/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx210 void OApplicationController::openDialog( const ::rtl::OUString& _sServiceName ) in openDialog() argument
257 getORB()->createInstanceWithArguments(_sServiceName,aArgs), UNO_QUERY); in openDialog()
H A DAppController.hxx311 void openDialog(const ::rtl::OUString& _sServiceName);
/aoo42x/main/reportdesign/source/core/inc/
H A DTools.hxx86 ,const ::rtl::OUString& _sServiceName);
H A DShape.hxx88 ,const ::rtl::OUString& _sServiceName);
/aoo42x/main/reportdesign/source/core/sdr/
H A DRptObject.cxx430 sal_Bool OObjectBase::supportsService( const ::rtl::OUString& _sServiceName ) const in supportsService()
438 bSupports = xServiceInfo->supportsService( _sServiceName ); in supportsService()
/aoo42x/main/reportdesign/inc/
H A DRptObject.hxx122 sal_Bool supportsService( const ::rtl::OUString& _sServiceName ) const;

Completed in 90 milliseconds