Searched refs:aCharStyles (Results 1 – 3 of 3) sorted by relevance
524 Sequence< ::rtl::OUString> aCharStyles; in getCrsrPropertyValue() local541 aCharStyles.realloc(0); in getCrsrPropertyValue()552 aCharStyles.realloc(aCharStyles.getLength() + 1); in getCrsrPropertyValue()554 aCharStyles.getArray()[aCharStyles.getLength() - 1] = in getCrsrPropertyValue()562 aCharStyles.getLength() ? in getCrsrPropertyValue()565 (*pAny) <<= aCharStyles; in getCrsrPropertyValue()
447 uno::Sequence<OUString> aCharStyles; in lcl_setCharFmtSequence() local448 if (!(rValue >>= aCharStyles)) in lcl_setCharFmtSequence()453 for (sal_Int32 nStyle = 0; nStyle < aCharStyles.getLength(); nStyle++) in lcl_setCharFmtSequence()457 aStyle <<= aCharStyles.getConstArray()[nStyle]; in lcl_setCharFmtSequence()
1008 const OUString aCharStyles(RTL_CONSTASCII_USTRINGPARAM("CharacterStyles")); in XMLTextImportHelper() local1009 if( xFamilies->hasByName( aCharStyles ) ) in XMLTextImportHelper()1011 m_pImpl->m_xTextStyles.set(xFamilies->getByName(aCharStyles), in XMLTextImportHelper()
Completed in 43 milliseconds