Searched refs:xObjectProps (Results 1 – 4 of 4) sorted by relevance
415 uno::Reference< container::XNameAccess > xObjectProps; in GetObjectPropsByStringClassID() local419 …ObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectProps ) && xObjectProps.is() ) in GetObjectPropsByStringClassID()448 uno::Reference< container::XNameAccess > xObjectProps; in GetObjectPropsByClassID() local451 …ObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectProps ) && xObjectProps.is() ) in GetObjectPropsByClassID()500 uno::Reference< container::XNameAccess > xObjectProps; in GetObjectPropsByDocumentName() local503 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetObjectPropsByDocumentName()504 && ( xObjectProps->getByName( in GetObjectPropsByDocumentName()535 uno::Reference< container::XNameAccess > xObjectProps; in GetFactoryNameByStringClassID() local538 …ObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectProps ) && xObjectProps.is() ) in GetFactoryNameByStringClassID()570 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetFactoryNameByDocumentName()[all …]
888 Reference< XPropertySet > xObjectProps(pData->xObjectProperties, UNO_QUERY); in transferChangedControlProperty() local889 …OSL_ENSURE(xObjectProps.is(),"SbaTableQueryBrowser::transferChangedControlProperty: no table/query… in transferChangedControlProperty()890 if (xObjectProps.is()) in transferChangedControlProperty()891 xObjectProps->setPropertyValue(_rProperty, _rNewValue); in transferChangedControlProperty()2719 Reference<XPropertySet> xObjectProps(xObject,UNO_QUERY); in implSelect() local2720 … xObjectProps->getPropertyValue(PROPERTY_ESCAPE_PROCESSING) >>= bEscapeProcessing; in implSelect()2724 xObjectProps->getPropertyValue(PROPERTY_COMMAND) >>= sSql; in implSelect()
551 Reference< XNameAccess > xObjectProps; in GetDocumentServiceFromMediaType() local554 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetDocumentServiceFromMediaType()555 …&& ( xObjectProps->getByName(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ObjectDocumentServiceNam… in GetDocumentServiceFromMediaType()
77 …const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& xObjectProps );
Completed in 74 milliseconds