Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx1331 sal_uInt16 nSelectType = mpLBTransType->GetSelectEntryPos(); in IMPL_LINK() local
1335 if(!nSelectType) in IMPL_LINK()
1342 else if(1 == nSelectType) in IMPL_LINK()
1355 switch (nSelectType) in IMPL_LINK()
1385 if(nSelectType > 1) in IMPL_LINK()
1387 nSelectType -= 2; in IMPL_LINK()
1392 switch(nSelectType) in IMPL_LINK()
1427 const sal_uInt16 nSelectType = mpLBTransType->GetSelectEntryPos(); in IMPL_LINK() local
1429 if(nTrans && !nSelectType) in IMPL_LINK()
/aoo4110/main/svtools/source/filter/wmf/
H A Demfwr.cxx319 sal_Bool EMFWriter::ImplPrepareHandleSelect( sal_uInt32& rHandle, sal_uLong nSelectType ) in ImplPrepareHandleSelect() argument
325 if( LINE_SELECT == nSelectType ) in ImplPrepareHandleSelect()
327 else if( FILL_SELECT == nSelectType ) in ImplPrepareHandleSelect()
329 else if( TEXT_SELECT == nSelectType ) in ImplPrepareHandleSelect()
H A Demfwr.hxx69 sal_Bool ImplPrepareHandleSelect( sal_uInt32& rHandle, sal_uLong nSelectType );

Completed in 32 milliseconds