Lines Matching refs:pCtrl
1105 Window *pWin = NULL, *pCtrl = NULL; in Init() local
1110 if( pWin && (pCtrl = mpBorderWindow->GetWindow( WINDOW_CLIENT )) != NULL ) in Init()
1112 switch( pCtrl->GetType() ) in Init()
1115 if( pCtrl->GetStyle() & WB_DROPDOWN ) in Init()
1122 if( pCtrl->GetStyle() & WB_DROPDOWN ) in Init()
1142 aCtrlType = (pCtrl->GetStyle() & WB_SPIN) ? CTRL_SPINBOX : CTRL_EDITBOX; in Init()
1167 pCtrl->SetPaintTransparent( sal_True ); in Init()
1247 Window *pWin = NULL, *pCtrl = NULL; in DrawWindow() local
1254 if( pWin && (pCtrl = mpBorderWindow->GetWindow( WINDOW_CLIENT )) != NULL ) in DrawWindow()
1256 switch( pCtrl->GetType() ) in DrawWindow()
1270 if( pCtrl->GetStyle() & WB_SPIN ) in DrawWindow()
1280 if( pCtrl->GetStyle() & WB_DROPDOWN ) in DrawWindow()
1299 if( pCtrl->GetStyle() & WB_DROPDOWN ) in DrawWindow()
1316 if ( aCtrlType && pCtrl->IsNativeControlSupported(aCtrlType, aCtrlPart) ) in DrawWindow()
1331 if( pCtrl->HasFocus() || pCtrl->HasChildPathFocus() ) in DrawWindow()
1336 Window *pCtrlChild = pCtrl->GetWindow( WINDOW_FIRSTCHILD ); in DrawWindow()
1361 …if ( (aCtrlType == CTRL_SPINBOX) && !pCtrl->IsNativeControlSupported( CTRL_SPINBOX, PART_BUTTON_UP… in DrawWindow()
1363 Edit *pEdit = ((Edit*) pCtrl)->GetSubEdit(); in DrawWindow()
1365 …pCtrl->Paint( Rectangle() ); // make sure the buttons are also drawn as they might overwrite the … in DrawWindow()