Home
last modified time | relevance | path

Searched refs:aClassIDs (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx497 uno::Sequence< ::rtl::OUString > aClassIDs = xObjConfig->getElementNames(); in GetObjectPropsByDocumentName() local
498 for ( sal_Int32 nInd = 0; nInd < aClassIDs.getLength(); nInd++ ) in GetObjectPropsByDocumentName()
503 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetObjectPropsByDocumentName()
508 … return GetObjPropsFromConfigEntry( GetSequenceClassIDRepresentation( aClassIDs[nInd] ), in GetObjectPropsByDocumentName()
564 uno::Sequence< ::rtl::OUString > aClassIDs = xObjConfig->getElementNames(); in GetFactoryNameByDocumentName() local
565 for ( sal_Int32 nInd = 0; nInd < aClassIDs.getLength(); nInd++ ) in GetFactoryNameByDocumentName()
570 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetFactoryNameByDocumentName()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx548 Sequence< ::rtl::OUString > aClassIDs = xObjConfig->getElementNames(); in GetDocumentServiceFromMediaType() local
549 for ( sal_Int32 nInd = 0; nInd < aClassIDs.getLength(); nInd++ ) in GetDocumentServiceFromMediaType()
554 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetDocumentServiceFromMediaType()
559 _rClassId = aConfigHelper.GetSequenceClassIDRepresentation(aClassIDs[nInd]); in GetDocumentServiceFromMediaType()

Completed in 26 milliseconds