/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 611 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 612 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 624 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 625 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 673 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 674 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 697 … aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 714 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() 715 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import() 727 … aParagraph.ApplyTo( rItemSet, oStartNumbering, (SdrPowerPointImport&)*this, 0xffffffff, NULL ); in Import() [all …]
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 1031 void ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nInstanceInSheet ); 1032 …void ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nInstanceInSheet, cons… 1069 …void ApplyTo( SfxItemSet& rSet, boost::optional< sal_Int16 >& rStartNumbering, SdrPowerPointIm…
|
/aoo42x/main/svl/inc/svl/ |
H A D | poolcach.hxx | 60 const SfxSetItem& ApplyTo( const SfxSetItem& rSetItem, sal_Bool bNew = sal_False );
|
/aoo42x/main/svl/source/items/ |
H A D | poolcach.cxx | 83 const SfxSetItem& SfxItemPoolCache::ApplyTo( const SfxSetItem &rOrigItem, sal_Bool bNew ) in ApplyTo() function in SfxItemPoolCache
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | toxmgr.hxx | 179 void ApplyTo(SwTOXBase& rTOXBase);
|
/aoo42x/main/sw/source/ui/index/ |
H A D | toxmgr.cxx | 503 void SwTOXDescription::ApplyTo(SwTOXBase& rTOXBase) in ApplyTo() function in SwTOXDescription
|
H A D | cnttab.cxx | 454 rDesc.ApplyTo(aNewDef); in Ok()
|
/aoo42x/main/sc/source/core/data/ |
H A D | column.cxx | 440 ScPatternAttr* pNewPattern = (ScPatternAttr*) &aCache.ApplyTo( *pPattern, sal_True ); in ApplyPattern() 672 ScPatternAttr* pNewPattern = (ScPatternAttr*) &aCache.ApplyTo( *pPattern, sal_True ); in ApplyAttr()
|
H A D | attarray.cxx | 750 …const ScPatternAttr* pNewPattern = (const ScPatternAttr*) &pCache->ApplyTo( *pOldPattern, sal_True… in ApplyCacheArea()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2505 … pPortion->ApplyTo( aPortionAttribs, (SdrPowerPointImport&)*this, nDestinationInstance, pTextObj ); in ApplyTextObj() 2511 …pPara->ApplyTo( aParagraphAttribs, oStartNumbering, (SdrPowerPointImport&)*this, nDestinationInsta… in ApplyTextObj() 5813 void PPTPortionObj::ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nDestinat… in ApplyTo() function in PPTPortionObj 5815 ApplyTo( rSet, rManager, nDestinationInstance, NULL ); in ApplyTo() 5818 void PPTPortionObj::ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nDestinat… in ApplyTo() function in PPTPortionObj 6407 void PPTParagraphObj::ApplyTo( SfxItemSet& rSet, boost::optional< sal_Int16 >& rStartNumbering, Sd… in ApplyTo() function in PPTParagraphObj
|