Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/filter/ppt/
H A Dpptin.cxx1103 sal_uInt16 nID1 = pSlideLayout->aPlaceholderId[ 1 ]; in Import()
1131 sal_uInt16 nID1 = pSlideLayout->aPlaceholderId[ 1 ]; in Import()
1132 sal_uInt16 nID2 = pSlideLayout->aPlaceholderId[ 2 ]; in Import()
1157 sal_uInt16 nID1 = pSlideLayout->aPlaceholderId[ 1 ]; in Import()
1158 sal_uInt16 nID2 = pSlideLayout->aPlaceholderId[ 2 ]; in Import()
2394 if ( pSlideLayout->aPlaceholderId[ i ] == nPlaceholderId ) in ApplyTextObj()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx208 sal_uInt8 aPlaceholderId[ 8 ]; member
/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx361 aPlaceholderId[ i ] = 0; in Clear()
369 rIn.Read( rAtom.aPlaceholderId, 8 ); in operator >>()