Searched refs:StyleMap (Results 1 – 6 of 6) sorted by relevance
37 StyleMap::StyleMap() in StyleMap() function in StyleMap43 StyleMap::~StyleMap() in ~StyleMap()49 const Sequence< sal_Int8 > & StyleMap::getUnoTunnelId() throw() in getUnoTunnelId()66 StyleMap* StyleMap::getImplementation( Reference< XInterface > xInt ) throw() in getImplementation()70 return reinterpret_cast<StyleMap *>( in getImplementation()71 xUT->getSomething( StyleMap::getUnoTunnelId() ) ); in getImplementation()77 sal_Int64 SAL_CALL StyleMap::getSomething( in getSomething()
69 class StyleMap : class77 StyleMap();78 virtual ~StyleMap();81 static StyleMap* getImplementation(
1027 StyleMap *pSMap = StyleMap::getImplementation( xIfc ); in initialize()1444 mpStyleMap = new StyleMap; in AddStyleDisplayName()1464 StyleMap::key_type aKey( nFamily, rName ); in AddStyleDisplayName()1465 StyleMap::value_type aValue( aKey, rDisplayName ); in AddStyleDisplayName()1466 ::std::pair<StyleMap::iterator,bool> aRes( mpStyleMap->insert( aValue ) ); in AddStyleDisplayName()1477 StyleMap::key_type aKey( nFamily, rName ); in GetStyleDisplayName()1478 StyleMap::const_iterator aIter = mpStyleMap->find( aKey ); in GetStyleDisplayName()
73 class StyleMap;139 StyleMap *mpStyleMap;
226 xmloff/source/style/StyleMap \
19 StyleMap: 0x0040
Completed in 105 milliseconds