Home
last modified time | relevance | path

Searched refs:aCharStyles (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx524 Sequence< ::rtl::OUString> aCharStyles; in getCrsrPropertyValue() local
541 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()
H A Dunoobj.cxx447 uno::Sequence<OUString> aCharStyles; in lcl_setCharFmtSequence() local
448 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()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1008 const OUString aCharStyles(RTL_CONSTASCII_USTRINGPARAM("CharacterStyles")); in XMLTextImportHelper() local
1009 if( xFamilies->hasByName( aCharStyles ) ) in XMLTextImportHelper()
1011 m_pImpl->m_xTextStyles.set(xFamilies->getByName(aCharStyles), in XMLTextImportHelper()

Completed in 47 milliseconds