Home
last modified time | relevance | path

Searched refs:nSlotID (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/sfx2/source/statbar/
H A Dstbitem.cxx146 sal_uInt16 nSlotID, /* Slot-Id, mit der diese Instanz in SfxStatusBarControl() argument
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()
271 pItem = new SfxVoidItem( nSlotID ); 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()
[all …]
/AOO41X/main/sc/source/ui/drawfunc/
H A Dfutext.cxx206 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()
/AOO41X/main/sfx2/inc/sfx2/
H A Dstbitem.hxx116 SfxStatusBarControl( sal_uInt16 nSlotID, sal_uInt16 nId, StatusBar& rBar );
125 …static SfxStatusBarControl* CreateControl( sal_uInt16 nSlotID, sal_uInt16 nId, StatusBar *pBar, Sf…
H A Dsfxstatuslistener.hxx61 void Bind( sal_uInt16 nSlotID, const rtl::OUString& rNewCommand );
H A Dtbxctrl.hxx287 …SfxToolBoxControl( sal_uInt16 nSlotID, sal_uInt16 nId, ToolBox& rBox, sal_Bool bShowStrings = sal_…
/AOO41X/main/sc/source/ui/view/
H A Dviewutil.cxx116 sal_Int32 ScViewUtil::GetTransliterationType( sal_uInt16 nSlotID ) in GetTransliterationType() argument
119 switch ( nSlotID ) in GetTransliterationType()
/AOO41X/main/sfx2/source/doc/
H A Dguisaveas.cxx967 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()
/AOO41X/main/sc/source/ui/inc/
H A Dviewutil.hxx65 static sal_Int32 GetTransliterationType( sal_uInt16 nSlotID );
/AOO41X/main/sfx2/source/toolbox/
H A Dtbxitem.cxx238 sal_uInt16 nSlotID, in SfxToolBoxControl() argument
251 pImpl->nSlotId = nSlotID; in SfxToolBoxControl()