Home
last modified time | relevance | path

Searched refs:nSID (Results 1 – 25 of 142) sorted by path

123456

/trunk/main/avmedia/inc/avmedia/
H A Dmediatoolbox.hxx51 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
/trunk/main/basctl/source/basicide/
H A Dbasicbox.hxx42 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
116 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
H A Dtbxctl.cxx137 void TbxControls::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged() argument
189 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged()
H A Dtbxctl.hxx72 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
/trunk/main/cui/source/dialogs/
H A Dcuihyperdlg.cxx55 void SvxHlinkCtrl::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged() argument
60 switch ( nSID ) in StateChanged()
/trunk/main/cui/source/inc/
H A Dcuihyperdlg.hxx55 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
/trunk/main/sc/source/ui/inc/
H A Dnavcitem.hxx42 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
H A Dtbinsert.hxx48 virtual void StateChanged( sal_uInt16 nSID,
H A Dtbzoomsliderctrl.hxx52 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
/trunk/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx396 sal_uInt16 nSID, in NotifyItemUpdate() argument
403 switch(nSID) in NotifyItemUpdate()
H A DCellAppearancePropertyPanel.cxx468 sal_uInt16 nSID, in NotifyItemUpdate() argument
475 switch(nSID) in NotifyItemUpdate()
H A DNumberFormatPropertyPanel.cxx284 sal_uInt16 nSID, in NotifyItemUpdate() argument
291 switch(nSID) in NotifyItemUpdate()
/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/sd/source/ui/animations/
H A DCustomAnimationPane.cxx2116 sal_uInt16 nSID = 0; in createPath() local
2120 case CURVE: nSID = SID_DRAW_BEZIER_NOFILL; break; in createPath()
2121 case POLYGON: nSID = SID_DRAW_POLYGON_NOFILL; break; in createPath()
2122 case FREEFORM: nSID = SID_DRAW_FREELINE_NOFILL; break; in createPath()
2126 if( nSID ) in createPath()
2141 pViewShell->GetViewFrame()->GetDispatcher()->Execute( nSID, SFX_CALLMODE_ASYNCHRON, &aItem, 0 ); in createPath()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx797 void AnnotationWindow::ExecuteSlot( sal_uInt16 nSID ) in ExecuteSlot() argument
799 if( nSID == SID_COPY ) in ExecuteSlot()
803 else if( nSID == SID_PASTE ) in ExecuteSlot()
813 switch( nSID ) in ExecuteSlot()
H A Dannotationwindow.hxx123 void ExecuteSlot( sal_uInt16 nSID );
/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx272 …bool HasCurrentFunction( sal_uInt16 nSID ) { return mxCurrentFunction.is() && (mxCurrentFunction->… in HasCurrentFunction() argument
H A Ddiactrl.hxx63 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
H A Dtmplctrl.hxx35 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx336 sal_uInt16 nSID = gButtonSlots[nHighlightId]; in MouseButtonDown() local
349 mrView.GetViewShell()->GetViewFrame()->GetDispatcher()->Execute( nSID, SFX_CALLMODE_ASYNCHRON); in MouseButtonDown()
/trunk/main/sfx2/inc/
H A Dinettbc.hxx70 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
/trunk/main/sfx2/inc/sfx2/
H A Dbindings.hxx164 SfxItemState QueryState( sal_uInt16 nSID, SfxPoolItem* &rpState );
H A Dctrlitem.hxx76 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
98 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
H A Ddispatch.hxx155 virtual sal_uInt16 ExecuteFunction( sal_uInt16 nSID, SfxPoolItem** ppArgs=0, sal_uInt16 nMode=0 );
156 …sal_uInt16 ExecuteFunction( sal_uInt16 nSID, const SfxItemSet& rArgs , sal_uInt16 nMo…
214 sal_Bool IsLocked( sal_uInt16 nSID = 0 ) const;
222 SfxItemState QueryState( sal_uInt16 nSID, const SfxPoolItem* &rpState );
223 SfxItemState QueryState( sal_uInt16 nSID, ::com::sun::star::uno::Any& rAny );
242 SAL_DLLPRIVATE sal_Bool IsSlotEnabledByFilter_Impl( sal_uInt16 nSID ) const;
H A Dmnuitem.hxx86 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,

Completed in 175 milliseconds

123456