Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx119 PropItem aPropItem; in SdPPTImport() local
120 if ( pSection->GetProperty( PID_COMMENTS, aPropItem ) ) in SdPPTImport()
123 aPropItem.Read( aComment ); in SdPPTImport()
274 PropItem aPropItem; in Import() local
287 if ( pSection->GetProperty( PID_SLIDECOUNT, aPropItem ) ) in Import()
289 aPropItem >> nType; in Import()
294 aPropItem >> nSlideCount; in Import()
295 if ( nSlideCount && pSection->GetProperty( PID_HEADINGPAIR, aPropItem ) ) in Import()
304 aPropItem >> nType in Import()
313 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()