Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1105 sal_uInt16 nID1 = pSlideLayout->aPlaceholderId[ 1 ]; in Import() local
1106 switch ( nID1 ) in Import()
1133 sal_uInt16 nID1 = pSlideLayout->aPlaceholderId[ 1 ]; 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()
1145 else if ( ( nID1 == PPT_PLACEHOLDER_BODY ) in Import()
1149 … && ( ( nID1 == PPT_PLACEHOLDER_OBJECT ) || ( nID1 == PPT_PLACEHOLDER_MEDIACLIP ) ) ) in Import()
1159 sal_uInt16 nID1 = pSlideLayout->aPlaceholderId[ 1 ]; in Import() local
1161 if ( nID1 == PPT_PLACEHOLDER_BODY && nID2 == PPT_PLACEHOLDER_OBJECT ) in Import()
[all …]
/trunk/main/automation/source/server/
H A Dsta_list.cxx1103 sal_uLong nID1; in ImplKeyInput() local
1105 nID1 = Application::PostKeyEvent( VCLEVENT_WINDOW_KEYINPUT, pWin, &aKEvnt ); in ImplKeyInput()
1108 ImplEventWait( nID1 ); in ImplKeyInput()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx301 sal_Int16 nID1 = ((EscherPropSortStruct*)p1)->nPropId &~0xc000; in EscherPropSortFunc() local
304 if( nID1 < nID2 ) in EscherPropSortFunc()
306 else if( nID1 > nID2 ) in EscherPropSortFunc()

Completed in 58 milliseconds