Home
last modified time | relevance | path

Searched refs:nSID (Results 126 – 142 of 142) sorted by relevance

123456

/trunk/main/sfx2/inc/sfx2/
H A Dstbitem.hxx103 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
H A Dbindings.hxx164 SfxItemState QueryState( sal_uInt16 nSID, SfxPoolItem* &rpState );
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx377 void SvxBmpMaskSelectItem::StateChanged( sal_uInt16 nSID, SfxItemState /*eState*/, in StateChanged() argument
380 if ( ( nSID == SID_BMPMASK_EXEC ) && pItem ) in StateChanged()
H A Dsvxruler.cxx793 sal_uInt16 nSID //Slot Id to identify NULL items in Update() argument
814 else if(pColumnItem && pColumnItem->Which() == nSID) in Update()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx766 sal_uInt16 nSID, in NotifyItemUpdate() argument
802 switch (nSID) in NotifyItemUpdate()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx1054 void SwNavigationPI::StateChanged( sal_uInt16 nSID, SfxItemState /*eState*/, in StateChanged() argument
1057 if(nSID == SID_DOCFULLNAME) in StateChanged()
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx126 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
/trunk/main/svx/source/inc/
H A Dfiltnav.hxx346 void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
H A Ddatanavi.hxx298 void StateChanged( sal_uInt16 nSID, SfxItemState eState,
H A Dfmexpl.hxx590 void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
H A Dfmshimp.hxx601 …SVX_DLLPRIVATE virtual void StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* …
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1979 void FmFilterNavigatorWin::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* p… in StateChanged() argument
1981 if( !pState || SID_FM_FILTER_NAVIGATOR_CONTROL != nSID ) in StateChanged()
H A Ddatanavi.cxx2408 void DataNavigator::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
2410 if ( !pState || SID_FM_DATANAVIGATOR_CONTROL != nSID ) in StateChanged()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3561 sal_uInt16 nSID = 0; in End() local
3566 nSID = SID_CURSORBLKDOWN; in End()
3569 nSID = SID_CURSORBLKUP; in End()
3572 nSID = SID_CURSORBLKLEFT; in End()
3575 nSID = SID_CURSORBLKRIGHT; in End()
3582 pDispatcher->Execute( nSID, (SfxCallMode)SFX_CALLMODE_SYNCHRON, aArgs ); in End()
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx2976 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* ) in StateChanged() argument
2978 pWorkwin->DisableChildWindow_Impl( nSID, eState == SFX_ITEM_DISABLED ); in StateChanged()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx189 static void lcl_SelectMetricLB(ListBox& rMetric, sal_uInt16 nSID, const SfxItemSet& rSet) in lcl_SelectMetricLB() argument
192 if( rSet.GetItemState( nSID, sal_False, &pItem ) >= SFX_ITEM_AVAILABLE ) in lcl_SelectMetricLB()
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx143 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );

Completed in 254 milliseconds

123456