Searched refs:nValueSet (Results 1 – 4 of 4) sorted by relevance
51 ZoomPopup_Impl( sal_uInt16 nZ, sal_uInt16 nValueSet );65 ZoomPopup_Impl::ZoomPopup_Impl( sal_uInt16 nZ, sal_uInt16 nValueSet ) in ZoomPopup_Impl() argument83 if ( ( aTable[nPos] != ( aTable[nPos] & nValueSet ) ) ) in ZoomPopup_Impl()116 nValueSet( SVX_ZOOM_ENABLE_ALL ) in SvxZoomStatusBarControl()128 nValueSet = 0; in StateChanged()140 nValueSet = ((const SvxZoomItem*)pState)->GetValueSet(); in StateChanged()161 nValueSet = SVX_ZOOM_ENABLE_ALL; in StateChanged()179 if ( COMMAND_CONTEXTMENU & rCEvt.GetCommand() && 0 != nValueSet ) in Command()182 ZoomPopup_Impl aPop( nZoom, nValueSet ); in Command()
53 nValueSet( SVX_ZOOM_ENABLE_ALL ), in SvxZoomItem()62 nValueSet( rOrig.GetValueSet() ), in SvxZoomItem()98 << nValueSet in Store()112 nValueSet == rItem.GetValueSet() && in operator ==()128 aSeq[1].Value <<= sal_Int16( nValueSet ); in QueryValue()136 case MID_VALUESET: rVal <<= (sal_Int16) nValueSet; break; in QueryValue()184 nValueSet = nValueSetTmp; in PutValue()212 nValueSet = (sal_Int16) nVal; in PutValue()
48 sal_uInt16 nValueSet; // erlaubte Werte (siehe #defines unten) member in SvxZoomItem59 void SetValueSet( sal_uInt16 nValues ) { nValueSet = nValues; } in SetValueSet()60 sal_uInt16 GetValueSet() const { return nValueSet; } in GetValueSet()62 { return nValue == ( nValue & nValueSet ); } in IsValueAllowed()
38 sal_uInt16 nValueSet; member in SvxZoomStatusBarControl
Completed in 36 milliseconds