Searched refs:nID2 (Results 1 – 3 of 3) sorted by relevance
1134 sal_uInt16 nID2 = pSlideLayout->aPlaceholderId[ 2 ]; in Import() local1135 if ( nID1 == PPT_PLACEHOLDER_BODY && nID2 == PPT_PLACEHOLDER_GRAPH ) in Import()1137 else if ( nID1 == PPT_PLACEHOLDER_GRAPH && nID2 == PPT_PLACEHOLDER_BODY ) in Import()1139 else if ( nID1 == PPT_PLACEHOLDER_BODY && nID2 == PPT_PLACEHOLDER_CLIPART ) in Import()1141 else if ( nID1 == PPT_PLACEHOLDER_CLIPART && nID2 == PPT_PLACEHOLDER_BODY ) in Import()1146 … && ( ( nID2 == PPT_PLACEHOLDER_OBJECT ) || ( nID2 == PPT_PLACEHOLDER_MEDIACLIP ) ) ) in Import()1148 else if ( ( nID2 == PPT_PLACEHOLDER_BODY ) in Import()1151 … else if ( ( nID1 == PPT_PLACEHOLDER_OBJECT ) && ( nID2 == PPT_PLACEHOLDER_OBJECT ) ) in Import()1160 sal_uInt16 nID2 = pSlideLayout->aPlaceholderId[ 2 ]; in Import() local1161 if ( nID1 == PPT_PLACEHOLDER_BODY && nID2 == PPT_PLACEHOLDER_OBJECT ) in Import()[all …]
1104 sal_uLong nID2; in ImplKeyInput() local1106 nID2 = Application::PostKeyEvent( VCLEVENT_WINDOW_KEYUP, pWin, &aKEvnt ); in ImplKeyInput()1109 ImplEventWait( nID2 ); in ImplKeyInput()
302 sal_Int16 nID2 = ((EscherPropSortStruct*)p2)->nPropId &~0xc000; in EscherPropSortFunc() local304 if( nID1 < nID2 ) in EscherPropSortFunc()306 else if( nID1 > nID2 ) in EscherPropSortFunc()
Completed in 142 milliseconds