Searched refs:xHatch (Results 1 – 3 of 3) sorted by relevance
116 uno::Reference< container::XNameContainer > xHatch( GetImport().GetHatchHelper() ); in EndElement() local120 if(xHatch.is()) in EndElement()122 if( xHatch->hasByName( maStrName ) ) in EndElement()124 xHatch->replaceByName( maStrName, maAny ); in EndElement()128 xHatch->insertByName( maStrName, maAny ); in EndElement()
749 …uno::Reference< container::XNameContainer > xHatch( xModelFactory->createInstance( OUString(RTL_CO… in Import() local750 if( xHatch.is() ) in Import()751 xHatch->removeByName( aName ); in Import()
1707 …uno::Reference< container::XNameAccess > xHatch( xFact->createInstance( OUString(RTL_CONSTASCII_US… in _ExportStyles() local1708 if( xHatch.is() ) in _ExportStyles()1712 if( xHatch->hasElements() ) in _ExportStyles()1714 uno::Sequence< OUString > aNamesSeq ( xHatch->getElementNames() ); in _ExportStyles()1722 uno::Any aValue = xHatch->getByName( rStrName ); in _ExportStyles()