Searched refs:aLotusPatternPool (Results 1 – 2 of 2) sorted by relevance
73 extern std::map<sal_uInt16, ScPatternAttr> aLotusPatternPool;572 …aLotusPatternPool.insert( std::map<sal_uInt16, ScPatternAttr>::value_type( nPatternId, aPattern ) … in OP_CreatePattern123()662 … std::map<sal_uInt16, ScPatternAttr>::iterator loc = aLotusPatternPool.find( nData ); in OP_ApplyPatternArea123()664 if ( loc != aLotusPatternPool.end() ) in OP_ApplyPatternArea123()680 aLotusPatternPool.clear(); in OP_ApplyPatternArea123()
78 std::map<sal_uInt16, ScPatternAttr> aLotusPatternPool; variable232 aLotusPatternPool.clear(); in ScImportLotus123old()
Completed in 13 milliseconds