Home
last modified time | relevance | path

Searched refs:aPropItem (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx117 PropItem aPropItem; in SdPPTImport() local
118 if ( pSection->GetProperty( PID_COMMENTS, aPropItem ) ) in SdPPTImport()
121 aPropItem.Read( aComment ); in SdPPTImport()
272 PropItem aPropItem; in Import() local
285 if ( pSection->GetProperty( PID_SLIDECOUNT, aPropItem ) ) in Import()
287 aPropItem >> nType; in Import()
292 aPropItem >> nSlideCount; in Import()
293 if ( nSlideCount && pSection->GetProperty( PID_HEADINGPAIR, aPropItem ) ) in Import()
302 aPropItem >> nType in Import()
311 if ( !aPropItem.Read( aUString, VT_EMPTY, sal_False ) ) in Import()
[all …]
H A Dpropread.cxx545 PropItem aPropItem; in Read() local
546 if ( GetProperty( 1, aPropItem ) ) in Read()
549 aPropItem >> nPropType; in Read()
552 aPropItem >> nCodePage; in Read()