Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx415 uno::Reference< container::XNameAccess > xObjectProps; in GetObjectPropsByStringClassID() local
419 …ObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectProps ) && xObjectProps.is() ) in GetObjectPropsByStringClassID()
448 uno::Reference< container::XNameAccess > xObjectProps; in GetObjectPropsByClassID() local
451 …ObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectProps ) && xObjectProps.is() ) in GetObjectPropsByClassID()
500 uno::Reference< container::XNameAccess > xObjectProps; in GetObjectPropsByDocumentName() local
503 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetObjectPropsByDocumentName()
504 && ( xObjectProps->getByName( in GetObjectPropsByDocumentName()
535 uno::Reference< container::XNameAccess > xObjectProps; in GetFactoryNameByStringClassID() local
538 …ObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectProps ) && xObjectProps.is() ) in GetFactoryNameByStringClassID()
570 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetFactoryNameByDocumentName()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx888 Reference< XPropertySet > xObjectProps(pData->xObjectProperties, UNO_QUERY); in transferChangedControlProperty() local
889 …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() local
2720xObjectProps->getPropertyValue(PROPERTY_ESCAPE_PROCESSING) >>= bEscapeProcessing; in implSelect()
2724 xObjectProps->getPropertyValue(PROPERTY_COMMAND) >>= sSql; in implSelect()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx551 Reference< XNameAccess > xObjectProps; in GetDocumentServiceFromMediaType() local
554 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetDocumentServiceFromMediaType()
555 …&& ( xObjectProps->getByName(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ObjectDocumentServiceNam… in GetDocumentServiceFromMediaType()
/trunk/main/comphelper/inc/comphelper/
H A Dmimeconfighelper.hxx77 …const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& xObjectProps );

Completed in 41 milliseconds