Searched refs:nSlotID (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sfx2/source/statbar/ |
H A D | stbitem.cxx | 167 nSlotId( nSlotID ), in SfxStatusBarControl() 250 sal_uInt16 nSlotID = 0; in statusChanged() local 254 nSlotID = pSlot->GetSlotId(); in statusChanged() 256 if ( nSlotID > 0 ) in statusChanged() 278 pItem = new SfxBoolItem( nSlotID, bTemp ); in statusChanged() 284 pItem = new SfxUInt16Item( nSlotID, nTemp ); in statusChanged() 290 pItem = new SfxUInt32Item( nSlotID, nTemp ); in statusChanged() 296 pItem = new SfxStringItem( nSlotID, sTemp ); in statusChanged() 311 pItem->SetWhich( nSlotID ); in statusChanged() 319 StateChanged( nSlotID, eState, pItem ); in statusChanged() [all …]
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | futext.cxx | 206 sal_uInt16 nSlotID = aSfxRequest.GetSlot(); in MouseButtonDown() local 207 sal_Bool bVertical = ( nSlotID == SID_DRAW_TEXT_VERTICAL ); in MouseButtonDown() 457 sal_uInt16 nSlotID(aSfxRequest.GetSlot()); in MouseButtonUp() local 458 sal_Bool bVertical = (SID_DRAW_TEXT_VERTICAL == nSlotID); in MouseButtonUp() 778 sal_uInt16 nSlotID = aSfxRequest.GetSlot(); in SetInEditMode() local 779 sal_Bool bVertical = ( nSlotID == SID_DRAW_TEXT_VERTICAL ); in SetInEditMode()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | stbitem.hxx | 116 SfxStatusBarControl( sal_uInt16 nSlotID, sal_uInt16 nId, StatusBar& rBar ); 125 …static SfxStatusBarControl* CreateControl( sal_uInt16 nSlotID, sal_uInt16 nId, StatusBar *pBar, Sf…
|
H A D | sfxstatuslistener.hxx | 61 void Bind( sal_uInt16 nSlotID, const rtl::OUString& rNewCommand );
|
H A D | tbxctrl.hxx | 287 …SfxToolBoxControl( sal_uInt16 nSlotID, sal_uInt16 nId, ToolBox& rBox, sal_Bool bShowStrings = sal_…
|
/trunk/main/sc/source/ui/view/ |
H A D | viewutil.cxx | 116 sal_Int32 ScViewUtil::GetTransliterationType( sal_uInt16 nSlotID ) in GetTransliterationType() argument 119 switch ( nSlotID ) in GetTransliterationType()
|
/trunk/main/sfx2/source/doc/ |
H A D | guisaveas.cxx | 967 sal_uInt16 nSlotID = getSlotIDFromMode( nStoreMode ); in OutputFileDialog() local 968 if ( !nSlotID ) in OutputFileDialog() 975 TransformParameters( nSlotID, in OutputFileDialog() 1005 TransformItems( nSlotID, *pDialogParams, aPropsFromDialog, NULL ); in OutputFileDialog()
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewutil.hxx | 65 static sal_Int32 GetTransliterationType( sal_uInt16 nSlotID );
|
/trunk/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 238 sal_uInt16 nSlotID, in SfxToolBoxControl() argument 251 pImpl->nSlotId = nSlotID; in SfxToolBoxControl()
|
Completed in 51 milliseconds