Home
last modified time | relevance | path

Searched refs:nSlotId (Results 76 – 100 of 217) sorted by relevance

123456789

/trunk/main/sd/source/ui/func/
H A Dfuzoom.cxx140 if (nSlotId == SID_ZOOM_PANNING) in MouseMove()
194 if(SID_ZOOM_PANNING != nSlotId) in MouseButtonUp()
237 if (nSlotId == SID_ZOOM_PANNING) in Activate()
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx2123 sal_Bool ScModule::RegisterRefWindow( sal_uInt16 nSlotId, Window *pWnd ) in RegisterRefWindow() argument
2125 std::list<Window*> & rlRefWindow = m_mapRefWindow[nSlotId]; in RegisterRefWindow()
2136 sal_Bool ScModule::UnregisterRefWindow( sal_uInt16 nSlotId, Window *pWnd ) in UnregisterRefWindow() argument
2138 std::map<sal_uInt16, std::list<Window*> >::iterator iSlot = m_mapRefWindow.find( nSlotId ); in UnregisterRefWindow()
2153 m_mapRefWindow.erase( nSlotId ); in UnregisterRefWindow()
2158 sal_Bool ScModule::IsAliveRefDlg( sal_uInt16 nSlotId, Window *pWnd ) in IsAliveRefDlg() argument
2160 std::map<sal_uInt16, std::list<Window*> >::iterator iSlot = m_mapRefWindow.find( nSlotId ); in IsAliveRefDlg()
2170 Window * ScModule::Find1RefWindow( sal_uInt16 nSlotId, Window *pWndAncestor ) in Find1RefWindow() argument
2175 std::map<sal_uInt16, std::list<Window*> >::iterator iSlot = m_mapRefWindow.find( nSlotId ); in Find1RefWindow()
/trunk/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx137 ShapeTypeId nSlotId (GetSlotId (rShapeInfo.mxShape)); in CreateAccessibleObject() local
139 maShapeTypeDescriptorList[nSlotId].maCreateFunction ( in CreateAccessibleObject()
142 maShapeTypeDescriptorList[nSlotId].mnShapeTypeId); in CreateAccessibleObject()
/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx180 void ScScenarioListBox::ExecuteScenarioSlot( sal_uInt16 nSlotId ) in ExecuteScenarioSlot() argument
184 SfxStringItem aStringItem( nSlotId, GetSelectEntry() ); in ExecuteScenarioSlot()
185 …pViewFrm->GetDispatcher()->Execute( nSlotId, SFX_CALLMODE_SLOT | SFX_CALLMODE_RECORD, &aStringItem… in ExecuteScenarioSlot()
/trunk/main/svx/source/form/
H A Dformcontrolling.cxx83 sal_Int32 nSlotId; // the SFX-compatible slot ID member
150 return m_nSlotId == _compare.nSlotId; in operator ()()
181 return ( pos != rDescriptions.end() ) ? pos->nSlotId : -1; in getControllerFeatureSlotIdForURL()
214 return ( pos != rDescriptions.end() ) ? pos->nSlotId : -1; in getSlotIdForFormFeature()
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx239 sal_uInt16 nSlotId;// Slot-Id zur Identifikation des Parameters member
252 sal_uInt16 nSlotId; // in Shell eindeutige Slot-Id member in SfxSlot
309 return nSlotId; in GetSlotId()
H A Dshell.hxx207 …const SfxPoolItem* GetSlotState( sal_uInt16 nSlotId, const SfxInterface *pIF = 0, SfxItem…
237 const SfxPoolItem* GetItem( sal_uInt16 nSlotId ) const;
239 void RemoveItem( sal_uInt16 nSlotId );
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx746 sal_uInt16 nSlotId = 0; in Execute() local
748 nSlotId = SID_VIEWSHELL1; in Execute()
750 nSlotId = bOnly ? SID_VIEWSHELL0 : SID_VIEWSHELL1; in Execute()
752 if( nSlotId ) in Execute()
756 if( ISA(SwWebDocShell) && SID_VIEWSHELL1 == nSlotId ) in Execute()
757 nSlotId = SID_VIEWSHELL2; in Execute()
764 pTmpFrm->GetDispatcher()->Execute( nSlotId, 0, 0, SFX_CALLMODE_ASYNCHRON ); in Execute()
/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx323 void ScViewUtil::HideDisabledSlot( SfxItemSet& rSet, SfxBindings& rBindings, sal_uInt16 nSlotId ) in HideDisabledSlot() argument
329 switch( nSlotId ) in HideDisabledSlot()
355 rBindings.SetVisibleState( nSlotId, bEnabled ); in HideDisabledSlot()
357 rSet.DisableItem( nSlotId ); in HideDisabledSlot()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx277 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecDrawFunc() local
282 if (nSlotId == SID_OBJECT_ALIGN && pArgs) in ExecDrawFunc()
283 nSlotId = SID_OBJECT_ALIGN + ((SfxEnumItem&)pArgs->Get(SID_OBJECT_ALIGN)).GetValue() + 1; in ExecDrawFunc()
285 switch (nSlotId) in ExecDrawFunc()
/trunk/main/sw/source/ui/ribbar/
H A Dtblctrl.cxx50 sal_uInt16 nSlotId, in SwTableOptimizeCtrl() argument
53 SfxToolBoxControl( nSlotId, nId, rTbx ) in SwTableOptimizeCtrl()
H A Ddselect.cxx89 void DrawSelection::Activate(const sal_uInt16 nSlotId) in Activate() argument
93 SwDrawBase::Activate(nSlotId); in Activate()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1172 sal_uInt16 i, nWhich, nSlotId; in OutAttr() local
1189 nSlotId = pSrcPool->GetSlotId(nWhich); in OutAttr()
1191 if (nSlotId && nWhich != nSlotId) in OutAttr()
1193 nWhich = rDstPool.GetWhich(nSlotId); in OutAttr()
1194 if (nWhich && nWhich != nSlotId && in OutAttr()
1296 nSlotId = pSrcPool->GetSlotId( nWhich ); in OutParaAttr() local
1298 if ( nSlotId && nWhich != nSlotId && in OutParaAttr()
1299 0 != ( nWhich = pDstPool->GetWhich( nSlotId ) ) && in OutParaAttr()
1300 nWhich != nSlotId && in OutParaAttr()
H A Dww8graf.cxx514 sal_uInt16 nSlotId = rDoc.GetAttrPool().GetSlotId(nWhich); in InsertTxbxStyAttrs() local
516 nSlotId && nWhich != nSlotId && in InsertTxbxStyAttrs()
517 0 != (nWhich = pEditPool->GetWhich(nSlotId)) && in InsertTxbxStyAttrs()
518 nWhich != nSlotId && in InsertTxbxStyAttrs()
734 sal_uInt16 nSlotId = rDoc.GetAttrPool().GetSlotId(nWhich); in InsertAttrsAsDrawingAttrs() local
736 nSlotId && nWhich != nSlotId && in InsertAttrsAsDrawingAttrs()
737 0 != (nWhich = pEditPool->GetWhich(nSlotId)) && in InsertAttrsAsDrawingAttrs()
738 nWhich != nSlotId in InsertAttrsAsDrawingAttrs()
/trunk/main/svx/source/tbxctrls/
H A Dsubtoolboxcontrol.cxx40 SvxSubToolBoxControl::SvxSubToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) in SvxSubToolBoxControl() argument
41 : SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxSubToolBoxControl()
H A Dformatpaintbrushctrl.cxx48 FormatPaintBrushToolBoxControl::FormatPaintBrushToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId,… in FormatPaintBrushToolBoxControl() argument
49 : SfxToolBoxControl( nSlotId, nId, rTbx ) in FormatPaintBrushToolBoxControl()
H A Dtbxdrctl.cxx54 SvxTbxCtlDraw::SvxTbxCtlDraw( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) : in SvxTbxCtlDraw() argument
56 SfxToolBoxControl( nSlotId, nId, rTbx ), in SvxTbxCtlDraw()
H A Dtbxalign.cxx52 SvxTbxCtlAlign::SvxTbxCtlAlign( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) : in SvxTbxCtlAlign() argument
53 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxTbxCtlAlign()
/trunk/main/svx/inc/svx/
H A Dlayctrl.hxx49 SvxTableToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
65 SvxColumnsToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
H A Dlboxctrl.hxx51 SvxListBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
71 SvxUndoRedoControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
/trunk/main/sd/source/ui/view/
H A DGraphicViewShellBase.cxx89 sal_uInt16 nSlotId = rRequest.GetSlot(); in Execute() local
91 switch (nSlotId) in Execute()
H A DImpressViewShellBase.cxx91 sal_uInt16 nSlotId = rRequest.GetSlot(); in Execute() local
93 switch (nSlotId) in Execute()
H A DViewShellBase.cxx700 sal_uInt16 nSlotId = rRequest.GetSlot(); in Execute() local
702 switch (nSlotId) in Execute()
738 framework::FrameworkHelper::Instance(*this)->HandleModeChangeSlot(nSlotId, rRequest); in Execute()
1356 sal_uInt16 nSlotId = rRequest.GetSlot(); in SetPaneVisibility() local
1359 pArguments->Get(nSlotId)).GetValue(); in SetPaneVisibility()
/trunk/main/sfx2/source/dialog/
H A Dtplcitem.cxx46 sal_uInt16 nSlotId, // ID in SfxTemplateControllerItem() argument
49 SfxControllerItem(nSlotId, rBindings), in SfxTemplateControllerItem()
/trunk/main/sfx2/inc/
H A Dmacro.hxx40 sal_uInt16 nSlotId; // ausgef"uhrte Slot-Id oder 0, wenn manuell member in SfxMacroStatement
90 return nSlotId; in GetSlotId()

Completed in 162 milliseconds

123456789