Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx1333 sal_uInt16 nSelectType = mpLBTransType->GetSelectEntryPos(); in IMPL_LINK() local
1337 if(!nSelectType) in IMPL_LINK()
1344 else if(1 == nSelectType) in IMPL_LINK()
1357 switch (nSelectType) in IMPL_LINK()
1387 if(nSelectType > 1) in IMPL_LINK()
1389 nSelectType -= 2; in IMPL_LINK()
1394 switch(nSelectType) in IMPL_LINK()
1429 const sal_uInt16 nSelectType = mpLBTransType->GetSelectEntryPos(); in IMPL_LINK() local
1431 if(nTrans && !nSelectType) in IMPL_LINK()
/aoo42x/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 35 milliseconds