Searched refs:aCap (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/extensions/source/scanner/ |
H A D | twain.cxx | 273 … TW_CAPABILITY aCap = { CAP_XFERCOUNT, TWON_ONEVALUE, GlobalAlloc( GHND, sizeof( TW_ONEVALUE ) ) }; in ImplOpenSource() 274 TW_ONEVALUE* pVal = (TW_ONEVALUE*) GlobalLock( aCap.hContainer ); in ImplOpenSource() 277 GlobalUnlock( aCap.hContainer ); in ImplOpenSource() 278 PFUNC( &aAppIdent, &aSrcIdent, DG_CONTROL, DAT_CAPABILITY, MSG_SET, &aCap ); in ImplOpenSource() 279 GlobalFree( aCap.hContainer ); in ImplOpenSource()
|
H A D | scanwin.cxx | 317 … TW_CAPABILITY aCap = { CAP_XFERCOUNT, TWON_ONEVALUE, GlobalAlloc( GHND, sizeof( TW_ONEVALUE ) ) }; in ImplOpenSource() local 318 TW_ONEVALUE* pVal = (TW_ONEVALUE*) GlobalLock( aCap.hContainer ); in ImplOpenSource() 321 GlobalUnlock( aCap.hContainer ); in ImplOpenSource() 322 PFUNC( &aAppIdent, &aSrcIdent, DG_CONTROL, DAT_CAPABILITY, MSG_SET, &aCap ); in ImplOpenSource() 323 GlobalFree( aCap.hContainer ); in ImplOpenSource()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | graphictools.cxx | 139 CapType aCap, in SvtGraphicStroke() argument 148 maCapType( aCap ), in SvtGraphicStroke()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | graphictools.hxx | 101 CapType aCap,
|
Completed in 31 milliseconds