Home
last modified time | relevance | path

Searched refs:nState (Results 126 – 130 of 130) sorted by relevance

123456

/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1747 sal_Int16 nState = STATE_DONTKNOW; in updateFromModel() local
1748 _rxModel->getPropertyValue( FM_PROP_STATE ) >>= nState; in updateFromModel()
1749 …atic_cast< CheckBoxControl* >( m_pWindow )->GetBox().SetState( static_cast< TriState >( nState ) ); in updateFromModel()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1067 ControlState nState = CTRL_STATE_ENABLED; in DrawNet() local
1069 aCtrlRegion, nState, aControlValue, rtl::OUString() ) ) in DrawNet()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx647 void PostStateChanged( StateChangedType nState );
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx4036 void SfxMedium::SetCachedSignatureState_Impl( sal_uInt16 nState ) in SetCachedSignatureState_Impl() argument
4038 pImp->m_nSignatureState = nState; in SetCachedSignatureState_Impl()
/trunk/main/vcl/source/window/
H A Dwindow.cxx5593 void Window::PostStateChanged( StateChangedType nState ) in PostStateChanged() argument
5597 PostUserEvent( LINK( this, Window, ImplAsyncStateChangedHdl ), (void*)(sal_uLong)nState ); in PostStateChanged()

Completed in 954 milliseconds

123456