Lines Matching refs:nSID

1047         for ( sal_uInt16 nSID = aIter.FirstWhich(); nSID; nSID = aIter.NextWhich() )  in StateHistory_Impl()  local
1048 pViewSh->GetSlotState( nSID, 0, &rSet ); in StateHistory_Impl()
3367 sal_uInt16 nSID = rReq.GetSlot(); in ChildWindowExecute() local
3369 SFX_REQUEST_ARG(rReq, pShowItem, SfxBoolItem, nSID, sal_False); in ChildWindowExecute()
3370 if ( nSID == SID_VIEW_DATA_SOURCE_BROWSER ) in ChildWindowExecute()
3385 rReq.AppendItem( SfxBoolItem( nSID, bShow ) ); in ChildWindowExecute()
3417 sal_Bool bHasChild = HasChildWindow(nSID); in ChildWindowExecute()
3423 ToggleChildWindow( nSID ); in ChildWindowExecute()
3425 GetBindings().Invalidate( nSID ); in ChildWindowExecute()
3428 if ( nSID == SID_HYPERLINK_DIALOG || nSID == SID_SEARCH_DLG ) in ChildWindowExecute()
3434 rReq.AppendItem( SfxBoolItem( nSID, bShow ) ); in ChildWindowExecute()
3453 for ( sal_uInt16 nSID = aIter.FirstWhich(); nSID; nSID = aIter.NextWhich() ) in ChildWindowState() local
3455 if ( nSID == SID_VIEW_DATA_SOURCE_BROWSER ) in ChildWindowState()
3457 rState.Put( SfxBoolItem( nSID, HasChildWindow( SID_BROWSER ) ) ); in ChildWindowState()
3459 else if ( nSID == SID_HYPERLINK_DIALOG ) in ChildWindowState()
3464 rState.DisableItem(nSID); in ChildWindowState()
3467 if ( KnowsChildWindow(nSID) ) in ChildWindowState()
3468 rState.Put( SfxBoolItem( nSID, HasChildWindow(nSID)) ); in ChildWindowState()
3470 rState.DisableItem(nSID); in ChildWindowState()
3473 else if ( nSID == SID_BROWSER ) in ChildWindowState()
3478 rState.DisableItem( nSID ); in ChildWindowState()
3479 else if ( KnowsChildWindow(nSID) ) in ChildWindowState()
3480 rState.Put( SfxBoolItem( nSID, HasChildWindow(nSID) ) ); in ChildWindowState()
3482 else if ( nSID == SID_TASKPANE ) in ChildWindowState()
3484 if ( !KnowsChildWindow( nSID ) ) in ChildWindowState()
3487 rState.DisableItem( nSID ); in ChildWindowState()
3491 rState.Put( SfxVisibilityItem( nSID, sal_False ) ); in ChildWindowState()
3495 rState.Put( SfxBoolItem( nSID, HasChildWindow( nSID ) ) ); in ChildWindowState()
3498 else if ( nSID == SID_SIDEBAR ) in ChildWindowState()
3500 if ( !KnowsChildWindow( nSID ) ) in ChildWindowState()
3503 rState.DisableItem( nSID ); in ChildWindowState()
3507 rState.Put( SfxBoolItem( nSID, HasChildWindow( nSID ) ) ); in ChildWindowState()
3510 else if ( KnowsChildWindow(nSID) ) in ChildWindowState()
3511 rState.Put( SfxBoolItem( nSID, HasChildWindow(nSID) ) ); in ChildWindowState()
3513 rState.DisableItem(nSID); in ChildWindowState()