Home
last modified time | relevance | path

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

123456

/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx448 sal_uInt16 nSID, in NotifyItemUpdate() argument
456 switch(nSID) in NotifyItemUpdate()
503 if(nSID == SID_ATTR_LINE_STYLE) in NotifyItemUpdate()
524 if(nSID == SID_ATTR_LINE_STYLE) in NotifyItemUpdate()
/trunk/main/starmath/inc/
H A Dview.hxx118 virtual void StateChanged(sal_uInt16 nSID,
136 virtual void StateChanged(sal_uInt16 nSID,
/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/sfx2/source/control/
H A Dunoctitm.cxx918 void SfxDispatchController_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolI… in StateChanged() argument
968 eMapUnit = GetCoreMetric( pShell->GetPool(), nSID ); in StateChanged()
1006 void SfxDispatchController_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolI… in StateChanged() argument
1008 StateChanged( nSID, eState, pState, 0 ); in StateChanged()
H A Ddispatch.cxx2136 sal_Bool SfxDispatcher::IsSlotEnabledByFilter_Impl( sal_uInt16 nSID ) const in IsSlotEnabledByFilter_Impl()
2157 sal_Bool bFound = 0 != bsearch( &nSID, pImp->pFilterSIDs, pImp->nFilterCount, in IsSlotEnabledByFilter_Impl()
2902 SfxItemState SfxDispatcher::QueryState( sal_uInt16 nSID, ::com::sun::star::uno::Any& rAny ) in QueryState() argument
2906 if ( GetShellAndSlot_Impl( nSID, &pShell, &pSlot, sal_False, sal_False ) ) in QueryState()
2910 pItem = pShell->GetSlotState( nSID ); in QueryState()
2920 sal_uInt16 nWhich = rPool.GetWhich( nSID ); in QueryState()
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx284 sal_uInt16 nSID, in NotifyItemUpdate() argument
291 switch(nSID) in NotifyItemUpdate()
H A DAlignmentPropertyPanel.cxx396 sal_uInt16 nSID, in NotifyItemUpdate() argument
403 switch(nSID) in NotifyItemUpdate()
/trunk/main/svl/source/items/
H A Ditempool.cxx1098 sal_uInt16 nSID = pItemInfos[nWhich - nStart]._nSID; in GetSlotId() local
1099 return nSID ? nSID : nWhich; in GetSlotId()
/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx272 …bool HasCurrentFunction( sal_uInt16 nSID ) { return mxCurrentFunction.is() && (mxCurrentFunction->… in HasCurrentFunction() argument
H A Dtmplctrl.hxx35 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx192 …void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState,…
193 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
/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/svx/source/form/
H A Dtabwin.cxx322 void FmFieldWin::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState) in StateChanged() argument
324 if (!pState || SID_FM_FIELDS_CONTROL != nSID) in StateChanged()
H A Dfmexpl.cxx613 …void NavigatorFrame::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState… in StateChanged() argument
615 if( !pState || SID_FM_FMEXPLORER_CONTROL != nSID ) in StateChanged()
H A DfmPropBrw.cxx663 void FmPropBrw::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState) in StateChanged() argument
665 if (!pState || SID_FM_PROPERTY_CONTROL != nSID) in StateChanged()
/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/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx873 const sal_uInt16 nSID, in NotifyItemUpdate() argument
878 switch(nSID) in NotifyItemUpdate()
1174 switch(nSID) in NotifyItemUpdate()
/trunk/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx334 sal_uInt16 nSID, in NotifyItemUpdate() argument
341 switch( nSID ) in NotifyItemUpdate()
/trunk/main/starmath/source/
H A Dview.cxx465 void SmGraphicController::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pSt… in StateChanged() argument
469 SfxControllerItem::StateChanged (nSID, eState, pState); in StateChanged()
492 void SmEditController::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState) in StateChanged() argument
498 SfxControllerItem::StateChanged (nSID, eState, pState); in StateChanged()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx839 sal_uInt16 nSID, in NotifyItemUpdate() argument
847 switch(nSID) in NotifyItemUpdate()
854 if(SID_ATTR_FILL_TRANSPARENCE == nSID) in NotifyItemUpdate()
/trunk/main/sfx2/source/inc/
H A Dappbas.hxx35 const char *pName, sal_uIntPtr nSID, SbxDataType eType=SbxOBJECT,
/trunk/main/sc/source/ui/inc/
H A Dnavcitem.hxx42 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
/trunk/main/sw/source/ui/inc/
H A Dtbxanchr.hxx34 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
H A Dbookctrl.hxx38 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
/trunk/main/svx/inc/svx/
H A Dextrusioncolorcontrol.hxx43 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,

Completed in 158 milliseconds

123456