Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/filter/ppt/
H A Dpptin.cxx1134 sal_uInt16 nID2 = pSlideLayout->aPlaceholderId[ 2 ]; in Import() local
1135 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() local
1161 if ( nID1 == PPT_PLACEHOLDER_BODY && nID2 == PPT_PLACEHOLDER_OBJECT ) in Import()
[all …]
/aoo41x/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()
/aoo41x/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()

Completed in 115 milliseconds