Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A DFillStyleContext.cxx334 uno::Reference< container::XNameContainer > xDashes( GetImport().GetDashHelper() ); in EndElement() local
338 if(xDashes.is()) in EndElement()
340 if( xDashes->hasByName( maStrName ) ) in EndElement()
342 xDashes->replaceByName( maStrName, maAny ); in EndElement()
346 xDashes->insertByName( maStrName, maAny ); in EndElement()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx765 …uno::Reference< container::XNameContainer > xDashes( xModelFactory->createInstance( OUString(RTL_C… in Import() local
766 if( xDashes.is() ) in Import()
767 xDashes->removeByName( aName ); in Import()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1833 …uno::Reference< container::XNameAccess > xDashes( xFact->createInstance( OUString(RTL_CONSTASCII_U… in _ExportStyles() local
1834 if( xDashes.is() ) in _ExportStyles()
1838 if( xDashes->hasElements() ) in _ExportStyles()
1840 uno::Sequence< OUString > aNamesSeq ( xDashes->getElementNames() ); in _ExportStyles()
1848 uno::Any aValue = xDashes->getByName( rStrName ); in _ExportStyles()

Completed in 238 milliseconds