Searched refs:nAccel (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/vcl/source/window/ |
| H A D | dlgctrl.cxx | 1069 …ow* ImplGetLabelFor( Window* pFrameWindow, WindowType nMyType, Window* pLabel, sal_Unicode nAccel ) in ImplGetLabelFor() argument 1088 if( nAccel ) in ImplGetLabelFor() 1093 nAccel, in ImplGetLabelFor() 1155 sal_Unicode nAccel = getAccel( GetText() ); in GetAccessibleRelationLabelFor() local 1157 pWindow = ImplGetLabelFor( pFrameWindow, GetType(), const_cast<Window*>(this), nAccel ); in GetAccessibleRelationLabelFor() 1159 …ndow = ImplGetLabelFor( mpWindowImpl->mpRealParent, GetType(), const_cast<Window*>(this), nAccel ); in GetAccessibleRelationLabelFor() 1317 sal_Unicode nAccel = getAccel( GetText() ); in GetActivationKey() local 1318 if( ! nAccel ) in GetActivationKey() 1322 nAccel = getAccel( pWindow->GetText() ); in GetActivationKey() 1324 if( nAccel ) in GetActivationKey() [all …]
|