Home
last modified time | relevance | path

Searched refs:TSS_TYPE_BODY (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx1113 case TSS_TYPE_BODY : in ProcessObj()
1117 nDestinationInstance = TSS_TYPE_BODY; in ProcessObj()
1127 case TSS_TYPE_BODY : in ProcessObj()
2810 case TSS_TYPE_BODY : in SeekToShape()
2811 nShapePos = pPersist->pPresentationObjects[ TSS_TYPE_BODY ]; in SeekToShape()
4080 case TSS_TYPE_BODY : in PPTCharSheet()
4170 case TSS_TYPE_BODY : in PPTParaSheet()
4366 mpCharSheet[ TSS_TYPE_BODY ] = new PPTCharSheet( TSS_TYPE_BODY ); in PPTStyleSheet()
4371 mpParaSheet[ TSS_TYPE_BODY ] = new PPTParaSheet( TSS_TYPE_BODY ); in PPTStyleSheet()
4465 … mpCharSheet[ TSS_TYPE_SUBTITLE ] = new PPTCharSheet( *( mpCharSheet[ TSS_TYPE_BODY ] ) ); in PPTStyleSheet()
[all …]
/AOO42X/main/sd/source/filter/ppt/
H A Dpptin.cxx653 sal_uInt32 nOutlinerInstance = TSS_TYPE_BODY; in Import()
2269 case TSS_TYPE_BODY : in ApplyTextObj()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx164 #define TSS_TYPE_BODY (1) macro