/trunk/main/odk/examples/java/Inspector/ |
H A D | Introspector.java | 260 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 D | UnoPropertyNode.java | 121 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 D | UnoNode.java | 233 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()
|
/trunk/main/reportdesign/source/core/api/ |
H A D | Tools.cxx | 61 ,const ::rtl::OUString& _sServiceName) in cloneObject() 64 …uno::Reference< report::XReportComponent> xClone(_xFactory->createInstance(_sServiceName),uno::UNO… in cloneObject()
|
H A D | Shape.cxx | 76 ,const ::rtl::OUString& _sServiceName) in OShape() 82 ,m_sServiceName(_sServiceName) in OShape()
|
/trunk/main/wizards/com/sun/star/wizards/document/ |
H A D | Shape.java | 64 public Shape(FormHandler _oFormHandler, String _sServiceName, Point _aPoint, Size _aSize) in Shape() argument 71 Object oShape = oFormHandler.xMSF.createInstance(_sServiceName); in Shape()
|
H A D | DatabaseControl.java | 107 public DatabaseControl(FormHandler _oFormHandler, String _sServiceName, Point _aPoint) in DatabaseControl() argument 109 super(_oFormHandler, _sServiceName, _aPoint); in DatabaseControl()
|
H A D | Control.java | 65 public Control(FormHandler _oFormHandler, String _sServiceName, Point _aPoint) in Control() argument 67 super(_oFormHandler, _sServiceName, _aPoint, null); in Control()
|
/trunk/main/dbaccess/source/filter/xml/ |
H A D | xmlTable.cxx | 82 ,const ::rtl::OUString& _sServiceName in DBG_NAME() 86 ,m_sServiceName(_sServiceName) in DBG_NAME()
|
H A D | xmlTable.hxx | 74 ,const ::rtl::OUString& _sServiceName
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppControllerGen.cxx | 210 void OApplicationController::openDialog( const ::rtl::OUString& _sServiceName ) in openDialog() argument 257 getORB()->createInstanceWithArguments(_sServiceName,aArgs), UNO_QUERY); in openDialog()
|
H A D | AppController.hxx | 311 void openDialog(const ::rtl::OUString& _sServiceName);
|
/trunk/main/reportdesign/source/core/inc/ |
H A D | Tools.hxx | 86 ,const ::rtl::OUString& _sServiceName);
|
H A D | Shape.hxx | 88 ,const ::rtl::OUString& _sServiceName);
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 430 sal_Bool OObjectBase::supportsService( const ::rtl::OUString& _sServiceName ) const in supportsService() 438 bSupports = xServiceInfo->supportsService( _sServiceName ); in supportsService()
|
/trunk/main/reportdesign/inc/ |
H A D | RptObject.hxx | 122 sal_Bool supportsService( const ::rtl::OUString& _sServiceName ) const;
|