Home
last modified time | relevance | path

Searched refs:TriState (Results 1 – 25 of 64) sorted by relevance

123

/aoo41x/main/qadevOOo/runner/convwatch/
H A DTriState.java26 public class TriState class
28 public static final TriState TRUE = new TriState(1);
29 public static final TriState FALSE = new TriState(0);
30 public static final TriState UNSET = new TriState(-1);
40 public TriState(int value) in TriState() method in TriState
66 (obj instanceof TriState)) in equals()
68 return m_nValue == ((TriState)obj).intValue(); in equals()
H A DPRNCompare.java138 TriState m_tUseBorderMove;
153 public void setBorderMove(TriState _b) {m_tUseBorderMove = _b;} in setBorderMove()
154 public TriState getBorderMove() {return m_tUseBorderMove;} in getBorderMove()
290 …sSourceFile1, String _sSourcePath2, String _sSourceFile2, int _nMaxDiffs, TriState _tUseBorderMove) in createDiffs()
350 ((_tUseBorderMove == TriState.TRUE ) || in createDiffs()
351 ((_tUseBorderMove == TriState.UNSET) && in createDiffs()
354 setBorderMove(TriState.TRUE); in createDiffs()
414 …ring _sOutputPath, String[] _aRefList, String[] _aPSList, int _nMaxDiffs, TriState _tUseBorderMove) in createDiffs()
465 ((_tUseBorderMove == TriState.TRUE ) || in createDiffs()
466 ((_tUseBorderMove == TriState.UNSET) && in createDiffs()
[all …]
H A DGraphicalTestArguments.java237 m_tWithBorderMove = TriState.FALSE; in GraphicalTestArguments()
242 m_tWithBorderMove = TriState.TRUE; in GraphicalTestArguments()
247 m_tWithBorderMove = TriState.FALSE; in GraphicalTestArguments()
251 m_tWithBorderMove = TriState.FALSE; in GraphicalTestArguments()
632 TriState m_tWithBorderMove = TriState.UNSET;
637 public TriState getBorderMove() in getBorderMove()
641 public void setBorderMove(TriState _tBorderMove) in setBorderMove()
H A Dmakefile.mk37 TriState.java \
/aoo41x/main/svx/source/dialog/
H A Dorienthelper.cxx42 typedef std::pair< Window*, TriState > WindowPair;
53 void AddDependentWindow( Window& rWindow, TriState eDisableIfStacked );
56 void EnableWindow( Window& rWindow, TriState eDisableIfStacked );
76 void OrientationHelper_Impl::AddDependentWindow( Window& rWindow, TriState eDisableIfStacked ) in AddDependentWindow()
88 void OrientationHelper_Impl::EnableWindow( Window& rWindow, TriState eDisableIfStacked ) in EnableWindow()
135 void OrientationHelper::AddDependentWindow( Window& rWindow, TriState eDisableIfStacked ) in AddDependentWindow()
152 void OrientationHelper::SetStackedState( TriState eState ) in SetStackedState()
161 TriState OrientationHelper::GetStackedState() const in GetStackedState()
/aoo41x/main/vcl/inc/vcl/
H A Dbutton.hxx119 TriState meState;
120 TriState meSaveValue;
188 void SetState( TriState eState );
189 TriState GetState() const { return meState; } in GetState()
200 TriState GetSavedValue() const { return meSaveValue; } in GetSavedValue()
414 TriState meState;
415 TriState meSaveValue;
469 void SetState( TriState eState );
470 TriState GetState() const { return meState; } in GetState()
479 TriState GetSavedValue() const { return meSaveValue; } in GetSavedValue()
H A Dtoolbox.hxx484 void SetItemState( sal_uInt16 nItemId, TriState eState );
485 TriState GetItemState( sal_uInt16 nItemId ) const;
/aoo41x/main/sfx2/inc/sfx2/
H A Dcontrolwrapper.hxx163 virtual void ModifyControl( TriState eEnable, TriState eShow ) = 0;
210 virtual void ModifyControl( TriState eEnable, TriState eShow );
467 virtual void ModifyControl( TriState eEnable, TriState eShow );
567 inline void SingleControlWrapper< ControlT, ValueT >::ModifyControl( TriState eEnable, TriState eSh… in ModifyControl()
H A Ditemconnect.hxx221 TriState GetEnableState( bool bKnown ) const;
223 TriState GetShowState( bool bKnown ) const;
/aoo41x/main/sfx2/source/dialog/
H A Ditemconnect.cxx42 TriState lclConvertToTriState( bool bKnown, bool bIsKnownFlag, bool bIsUnknownFlag ) in lclConvertToTriState()
227 void MultiControlWrapperHelper::ModifyControl( TriState eEnable, TriState eShow ) in ModifyControl()
287 TriState ItemConnectionBase::GetEnableState( bool bKnown ) const in GetEnableState()
292 TriState ItemConnectionBase::GetShowState( bool bKnown ) const in GetShowState()
/aoo41x/main/svx/inc/svx/
H A Dorienthelper.hxx79 …void AddDependentWindow( Window& rWindow, TriState eDisableIfStacked = STATE_DONTKN…
92 void SetStackedState( TriState eState );
94 TriState GetStackedState() const;
/aoo41x/main/accessibility/source/extended/
H A Daccessibletablistboxtable.cxx137 TriState eState = STATE_DONTKNOW; in ProcessWindowEvent()
182 TriState eState = STATE_DONTKNOW; in ProcessWindowEvent()
227 TriState eState = STATE_DONTKNOW; in ProcessWindowEvent()
258 TriState eState = STATE_DONTKNOW; in ProcessWindowEvent()
H A DAccessibleBrowseBoxCheckBoxCell.cxx42 ,const TriState& _eState, in AccessibleCheckBoxCell()
/aoo41x/main/offapi/com/sun/star/rendering/
H A DFontInfo.idl27 #include <com/sun/star/util/TriState.idl>
104 ::com::sun::star::util::TriState IsSymbolFont;
115 ::com::sun::star::util::TriState IsVertical;
/aoo41x/main/cui/source/tabpages/
H A Dtextanim.cxx390 TriState eState; in FillItemSet()
636 TriState eState = aTsbEndless.GetState(); in IMPL_LINK()
659 TriState eState = aTsbAuto.GetState(); in IMPL_LINK()
682 TriState eState = aTsbPixel.GetState(); in IMPL_LINK()
H A Dtparea.cxx1163 TriState eState = aTsbStepCount.GetState(); in FillItemSet()
1194 TriState eState = aTsbTile.GetState(); in FillItemSet()
1210 TriState eState = aTsbStretch.GetState(); in FillItemSet()
1229 TriState eState = aTsbScale.GetState(); in FillItemSet()
1257 TriState eScaleState = aTsbScale.GetState(); in FillItemSet()
1294 TriState eScaleState = aTsbScale.GetState(); in FillItemSet()
1606 TriState eOriginal = STATE_NOCHECK; in Reset()
2325 TriState eState = aTsbTile.GetState(); in IMPL_LINK()
2450 TriState eScaleState = aTsbScale.GetState(); in IMPL_LINK()
2471 TriState eScaleState = aTsbScale.GetState(); in IMPL_LINK()
H A Dmeasure.cxx447 TriState eState; in FillItemSet()
745 TriState eState = aTsbBelowRefEdge.GetState(); in IMPL_LINK()
759 TriState eState = aTsbParallel.GetState(); in IMPL_LINK()
766 TriState eState = aTsbShowUnit.GetState(); in IMPL_LINK()
/aoo41x/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBoxCheckBoxCell.hxx46 TriState m_eState;
61 const TriState& _eState,
/aoo41x/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx597 …void PaintTristate(OutputDevice& rDev, const Rectangle& rRect,const TriState& eState,sal_Bool _bEn…
663 …> CreateAccessibleCheckBoxCell(long _nRow, sal_uInt16 _nColumnPos,const TriState& eState,sal_Bool …
/aoo41x/main/accessibility/source/helper/
H A Dacc_factory.cxx209 const TriState& _eState,
501 const TriState& _eState, sal_Bool _bEnabled, sal_Bool _bIsTriState ) const in createAccessibleCheckBoxCell()
/aoo41x/main/vcl/inc/
H A Dtoolbox.h74 TriState meState;
/aoo41x/main/offapi/com/sun/star/util/
H A DTriState.idl38 published enum TriState
H A Dmakefile.mk70 TriState.idl\
/aoo41x/main/offapi/com/sun/star/form/component/
H A DDatabaseCheckBox.idl46 @see ::com::sun::star::awt::UnoControlCheckBoxModel::TriState
/aoo41x/main/vcl/source/control/
H A Dbutton.cxx1787 void PushButton::SetState( TriState eState ) in SetState()
3519 TriState eNewState; in ImplCheck()
3938 void CheckBox::SetState( TriState eState ) in SetState()
4174 SetState( (TriState)ReadLongRes() ); in ImageButton()
4244 if ( (TriState)nTriState != STATE_NOCHECK ) in TriStateBox()
4245 SetState( (TriState)nTriState ); in TriStateBox()

Completed in 118 milliseconds

123