Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1132 sal_uInt16 nID2 = pSlideLayout->aPlaceholderId[ 2 ]; in Import() local
1133 if ( nID1 == PPT_PLACEHOLDER_BODY && nID2 == PPT_PLACEHOLDER_GRAPH ) in Import()
1135 else if ( nID1 == PPT_PLACEHOLDER_GRAPH && nID2 == PPT_PLACEHOLDER_BODY ) in Import()
1137 else if ( nID1 == PPT_PLACEHOLDER_BODY && nID2 == PPT_PLACEHOLDER_CLIPART ) in Import()
1139 else if ( nID1 == PPT_PLACEHOLDER_CLIPART && nID2 == PPT_PLACEHOLDER_BODY ) in Import()
1141 … else if ( nID1 == PPT_PLACEHOLDER_CLIPART && nID2 == PPT_PLACEHOLDER_VERTICALTEXTBODY ) in Import()
1144 … && ( ( nID2 == PPT_PLACEHOLDER_OBJECT ) || ( nID2 == PPT_PLACEHOLDER_MEDIACLIP ) ) ) in Import()
1146 else if ( ( nID2 == PPT_PLACEHOLDER_BODY ) in Import()
1149 … else if ( ( nID1 == PPT_PLACEHOLDER_OBJECT ) && ( nID2 == PPT_PLACEHOLDER_OBJECT ) ) in Import()
1158 sal_uInt16 nID2 = pSlideLayout->aPlaceholderId[ 2 ]; in Import() local
[all …]
/trunk/main/automation/source/server/
H A Dsta_list.cxx1104 sal_uLong nID2; in ImplKeyInput() local
1106 nID2 = Application::PostKeyEvent( VCLEVENT_WINDOW_KEYUP, pWin, &aKEvnt ); in ImplKeyInput()
1109 ImplEventWait( nID2 ); in ImplKeyInput()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx302 sal_Int16 nID2 = ((EscherPropSortStruct*)p2)->nPropId &~0xc000; in EscherPropSortFunc() local
304 if( nID1 < nID2 ) in EscherPropSortFunc()
306 else if( nID1 > nID2 ) in EscherPropSortFunc()