Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/filter/ppt/
H A Dpptin.cxx2212 PptOEPlaceholderAtom* pPlaceHolder = pTextObj->GetOEPlaceHolderAtom(); in ApplyTextObj() local
2214 if ( pPlaceHolder ) in ApplyTextObj()
2216 switch( pPlaceHolder->nPlaceholderId ) in ApplyTextObj()
2291 … if ( pPlaceHolder && ( ( pPlaceHolder->nPlaceholderId == PPT_PLACEHOLDER_NOTESSLIDEIMAGE ) in ApplyTextObj()
2292 || ( pPlaceHolder->nPlaceholderId == PPT_PLACEHOLDER_MASTERNOTESSLIDEIMAGE ) ) ) in ApplyTextObj()
2326 if ( pPlaceHolder && pPlaceHolder->nPlaceholderId ) in ApplyTextObj()
2388 sal_Int16 nPlaceholderId = pPlaceHolder->nPlaceholderId; in ApplyTextObj()