Home
last modified time | relevance | path

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

/AOO42X/main/editeng/source/rtf/
H A Dsvxrtf.cxx353 SvxRTFStyleType* pStyle = new SvxRTFStyleType( *pAttrPool, aWhichMap.GetData() ); in ReadStyleTable()
415 pStyle = new SvxRTFStyleType( *pAttrPool, aWhichMap.GetData() ); in ReadStyleTable()
881 pNew = new SvxRTFItemStackType( *pAttrPool, aWhichMap.GetData(), in _GetAttrSet()
1206 if( aWhichMap.Count() ) in BuildWhichTbl()
1207 aWhichMap.Remove( 0, aWhichMap.Count() ); in BuildWhichTbl()
1208 aWhichMap.Insert( (sal_uInt16)0, (sal_uInt16)0 ); in BuildWhichTbl()
1213 SvParser::BuildWhichTbl( aWhichMap, (sal_uInt16*)aPardMap.GetData(), aPardMap.Count() ); in BuildWhichTbl()
1214 SvParser::BuildWhichTbl( aWhichMap, (sal_uInt16*)aPlainMap.GetData(), aPlainMap.Count() ); in BuildWhichTbl()
1221 pRTFDefaults = new SfxItemSet( *pAttrPool, aWhichMap.GetData() ); in GetRTFDefaults()
H A Drtfitem.cxx1978 SfxItemSet aTmp( *pAttrPool, aWhichMap.GetData() ); in SetDefault()
/AOO42X/main/sw/source/filter/html/
H A Dsvxcss1.hxx251 SvUShorts aWhichMap; // Which-Map des Parser member in SvxCSS1Parser
321 const sal_uInt16 *GetWhichMap() const { return aWhichMap.GetData(); } in GetWhichMap()
H A Dsvxcss1.cxx822 aWhichMap.Insert( (sal_uInt16)0, (sal_uInt16)0 ); in SvxCSS1Parser()
823 SvParser::BuildWhichTbl( aWhichMap, (sal_uInt16 *)&aItemIds, in SvxCSS1Parser()
826 SvParser::BuildWhichTbl( aWhichMap, pWhichIds, nWhichIds ); in SvxCSS1Parser()
828 pSheetItemSet = new SfxItemSet( rPool, aWhichMap.GetData() ); in SvxCSS1Parser()
830 pSearchEntry = new SvxCSS1MapEntry( rPool, aWhichMap.GetData() ); in SvxCSS1Parser()
H A Dhtmldraw.cxx398 sal_uInt16 aWhichMap[7] = { XATTR_FILL_FIRST, XATTR_FILL_LAST, in NewMarquee() local
402 SfxItemSet aItemSet( pModel->GetItemPool(), aWhichMap ); in NewMarquee()
/AOO42X/main/editeng/inc/editeng/
H A Dsvxrtf.hxx231 SvUShorts aWhichMap; member in SvxRTFParser