Searched refs:aClassIDs (Results 1 – 2 of 2) sorted by relevance
497 uno::Sequence< ::rtl::OUString > aClassIDs = xObjConfig->getElementNames(); in GetObjectPropsByDocumentName() local498 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() local565 for ( sal_Int32 nInd = 0; nInd < aClassIDs.getLength(); nInd++ ) in GetFactoryNameByDocumentName()570 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetFactoryNameByDocumentName()
548 Sequence< ::rtl::OUString > aClassIDs = xObjConfig->getElementNames(); in GetDocumentServiceFromMediaType() local549 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 22 milliseconds