Searched refs:aWhichMap (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 354 SvxRTFStyleType* pStyle = new SvxRTFStyleType( *pAttrPool, aWhichMap.GetData() ); in ReadStyleTable() 416 pStyle = new SvxRTFStyleType( *pAttrPool, aWhichMap.GetData() ); in ReadStyleTable() 882 pNew = new SvxRTFItemStackType( *pAttrPool, aWhichMap.GetData(), in _GetAttrSet() 1207 if( aWhichMap.Count() ) in BuildWhichTbl() 1208 aWhichMap.Remove( 0, aWhichMap.Count() ); in BuildWhichTbl() 1209 aWhichMap.Insert( (sal_uInt16)0, (sal_uInt16)0 ); in BuildWhichTbl() 1214 SvParser::BuildWhichTbl( aWhichMap, (sal_uInt16*)aPardMap.GetData(), aPardMap.Count() ); in BuildWhichTbl() 1215 SvParser::BuildWhichTbl( aWhichMap, (sal_uInt16*)aPlainMap.GetData(), aPlainMap.Count() ); in BuildWhichTbl() 1222 pRTFDefaults = new SfxItemSet( *pAttrPool, aWhichMap.GetData() ); in GetRTFDefaults()
|
H A D | rtfitem.cxx | 1979 SfxItemSet aTmp( *pAttrPool, aWhichMap.GetData() ); in SetDefault()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | svxcss1.hxx | 251 SvUShorts aWhichMap; // Which-Map des Parser member in SvxCSS1Parser 321 const sal_uInt16 *GetWhichMap() const { return aWhichMap.GetData(); } in GetWhichMap()
|
H A D | svxcss1.cxx | 822 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 D | htmldraw.cxx | 398 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 D | svxrtf.hxx | 231 SvUShorts aWhichMap; member in SvxRTFParser
|
Completed in 53 milliseconds