Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx70 bool removeAlienAttributes( SfxItemSet& rSet );
71 bool removeAlienAttributes( SfxItemSet& rSet, sal_uInt16 nWhich );
159 removeAlienAttributes( rSet ); in transformStyle()
264 bItemChange |= removeAlienAttributes( aParaSet ); in transformTextShape()
334 bool SdTransformOOo2xDocument::removeAlienAttributes( SfxItemSet& rSet ) in removeAlienAttributes() function in SdTransformOOo2xDocument
336 …return removeAlienAttributes( rSet, EE_PARA_XMLATTRIBS ) | removeAlienAttributes( rSet, SDRATTR_XM… in removeAlienAttributes()
339 bool SdTransformOOo2xDocument::removeAlienAttributes( SfxItemSet& rSet, sal_uInt16 nWhich ) in removeAlienAttributes() function in SdTransformOOo2xDocument

Completed in 19 milliseconds