Lines Matching refs:pValue

573 …const SpinbuttonValue* pValue = (aValue.getType() == CTRL_SPINBUTTONS) ? static_cast<const Spinbut…  in ImplDrawNativeControl()  local
577 …ImplConvertSpinbuttonValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPar… in ImplDrawNativeControl()
582 …ImplConvertSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPar… in ImplDrawNativeControl()
598 const SpinbuttonValue *pValue = static_cast<const SpinbuttonValue*>(&aValue); in ImplDrawNativeControl() local
602 …ImplConvertSpinbuttonValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPar… in ImplDrawNativeControl()
607 …ImplConvertSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPar… in ImplDrawNativeControl()
807 const TabitemValue *pValue = static_cast<const TabitemValue*>(&aValue); in ImplDrawNativeControl() local
808 if( pValue->isBothAligned() ) in ImplDrawNativeControl()
813 else if( pValue->isLeftAligned() ) in ImplDrawNativeControl()
815 else if( pValue->isRightAligned() ) in ImplDrawNativeControl()
826 if( pValue && !pValue->isBothAligned() ) in ImplDrawNativeControl()
828 if( pValue->isLeftAligned() || pValue->isNotAligned() ) in ImplDrawNativeControl()
830 if( pValue->isRightAligned() ) in ImplDrawNativeControl()
875 const ToolbarValue *pValue = static_cast<const ToolbarValue*>(&aValue); in ImplDrawNativeControl() local
876 if( pValue->mbIsTopDockingArea ) in ImplDrawNativeControl()
889 const MenubarValue *pValue = static_cast<const MenubarValue*>(&aValue); in ImplDrawNativeControl() local
890 …rc.bottom += pValue->maTopDockingAreaHeight; // extend potential gradient to cover docking area… in ImplDrawNativeControl()
1389 const TabitemValue *pValue = static_cast<const TabitemValue*>(&rControlValue); in getNativeControlRegion() local
1390 if ( pValue->isBothAligned() ) in getNativeControlRegion()
1396 if ( pValue && !pValue->isBothAligned() ) in getNativeControlRegion()
1398 if ( pValue->isLeftAligned() || pValue->isNotAligned() ) in getNativeControlRegion()
1400 if ( pValue->isRightAligned() ) in getNativeControlRegion()