| /trunk/main/sw/source/ui/shells/ |
| H A D | txtattr.cxx | 199 sal_uInt16 nSlot = rReq.GetSlot(); in ExecCharAttrArgs() local 214 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecCharAttrArgs() 215 switch (nSlot) in ExecCharAttrArgs() 374 sal_uInt16 nSlot = rReq.GetSlot(); in ExecParaAttr() local 375 switch (nSlot) in ExecParaAttr() 400 rReq.AppendItem( SfxBoolItem( GetPool().GetWhich(nSlot), sal_True ) ); in ExecParaAttr() 405 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState( GetPool().GetWhich(nSlot) )) in ExecParaAttr() 408 GetPool().GetWhich(nSlot)); in ExecParaAttr() 433 int eState = pArgs ? pArgs->GetItemState(nSlot) : SFX_ITEM_DISABLED; in ExecParaAttr() 435 bSet = ((const SfxBoolItem&)pArgs->Get(nSlot)).GetValue(); in ExecParaAttr() [all …]
|
| H A D | txtcrsr.cxx | 93 sal_uInt16 nSlot = rReq.GetSlot(); in ExecBasicMove() local 99 switch(nSlot) in ExecBasicMove() 119 sal_uInt16 nSlot = rReq.GetSlot(); in ExecMove() local 121 switch ( nSlot ) in ExecMove() 124 … case FN_START_OF_LINE: bRet = rSh.LeftMargin ( FN_START_OF_LINE_SEL == nSlot, sal_False ); in ExecMove() 128 … case FN_END_OF_LINE: bRet = rSh.RightMargin( FN_END_OF_LINE_SEL == nSlot, sal_False ); in ExecMove() 132 case FN_START_OF_DOCUMENT: bRet = rSh.SttDoc ( FN_START_OF_DOCUMENT_SEL == nSlot); in ExecMove() 136 case FN_END_OF_DOCUMENT: bRet = rSh.EndDoc( FN_END_OF_DOCUMENT_SEL == nSlot ); in ExecMove() 159 sal_uInt16 nSlot = rReq.GetSlot(); in ExecMovePage() local 160 switch( nSlot ) in ExecMovePage() [all …]
|
| H A D | tabsh.cxx | 510 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local 512 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute() 514 switch ( nSlot ) in Execute() 792 rReq.SetReturnValue( SfxBoolItem( nSlot, in Execute() 798 rReq.SetReturnValue( SfxBoolItem( nSlot, rSh.GoPrevCell() ) ); in Execute() 827 sal_Bool bBalance = (FN_TABLE_BALANCE_CELLS == nSlot); in Execute() 955 nSlot = bColumn ? FN_TABLE_INSERT_COL_DLG : FN_TABLE_INSERT_ROW_DLG; in Execute() 961 const SfxSlot* pSlot = GetStaticInterface()->GetSlot(nSlot); in Execute() 962 if ( FN_TABLE_INSERT_ROW_DLG != nSlot || !rSh.IsInRepeatedHeadline()) in Execute() 965 …olDlg> pDlg( pFact ? pFact->CreateSvxInsRowColDlg( GetView().GetWindow(), nSlot == FN_TABLE_INSERT… in Execute() [all …]
|
| H A D | basesh.cxx | 618 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local 619 switch(nSlot) in Execute() 676 rReq.SetReturnValue(SfxBoolItem( nSlot, rSh.GoPrevBookmark())); in Execute() 679 rReq.SetReturnValue(SfxBoolItem( nSlot, rSh.GoNextBookmark())); in Execute() 704 sal_Bool bRet = rSh.MoveFldType( pFldType, nSlot == FN_GOTO_NEXT_MARK ); in Execute() 708 rReq.SetReturnValue(SfxBoolItem( nSlot, bRet)); in Execute() 722 nSlot == FN_START_DOC_DIRECT ? in Execute() 731 nSlot == FN_GOTO_NEXT_OBJ ? sal_True : sal_False); in Execute() 732 rReq.SetReturnValue(SfxBoolItem(nSlot, bSuccess)); in Execute() 809 if(SFX_ITEM_SET == pArgs->GetItemState(nSlot)) in Execute() [all …]
|
| H A D | textsh1.cxx | 130 void lcl_CharDialog( SwWrtShell &rWrtSh, sal_Bool bUseDialog, sal_uInt16 nSlot,const SfxItemSet *pA… in lcl_CharDialog() argument 183 if( FN_INSERT_HYPERLINK == nSlot ) in lcl_CharDialog() 186 if (nSlot == SID_CHAR_DLG_EFFECT) in lcl_CharDialog() 294 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local 296 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute() 297 switch( nSlot ) in Execute() 402 pViewFrame->GetBindings().Invalidate( nSlot ); in Execute() 436 SFX_REQUEST_ARG( rReq, pNameItem, SfxStringItem, nSlot , sal_False ); in Execute() 441 rWrtSh.InsertFootnote( aStr, nSlot == FN_INSERT_ENDNOTE, !bFont ); in Execute() 467 pDlg->SetHelpId(GetStaticInterface()->GetSlot(nSlot)->GetCommand()); in Execute() [all …]
|
| H A D | drwtxtex.cxx | 148 const sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local 150 const sal_uInt16 nWhich = GetPool().GetWhich(nSlot); in Execute() 157 switch (nSlot) in Execute() 191 SvxScriptSetItem aSetItem( nSlot, *pPool2 ); in Execute() 195 if (nSlot == SID_ATTR_CHAR_FONT) in Execute() 209 …= static_cast< const SvxTextLineItem& >( pNewAttrs->Get( pNewAttrs->GetPool()->GetWhich(nSlot) ) ); in Execute() 252 GetArgs()->Get(nSlot)); in Execute() 261 GetPool().GetWhich(nSlot)); in Execute() 270 GetPool().GetWhich(nSlot)); in Execute() 335 if (nSlot == SID_CHAR_DLG_FOR_PARAGRAPH) in Execute() [all …]
|
| H A D | annotsh.cxx | 187 sal_uInt16 nSlot = rReq.GetSlot(); in Exec() local 188 sal_uInt16 nWhich = GetPool().GetWhich(nSlot); in Exec() 191 switch (nSlot) in Exec() 196 GetArgs()->Get(nSlot)); in Exec() 206 GetPool().GetWhich(nSlot)); in Exec() 216 GetPool().GetWhich(nSlot)); in Exec() 230 SvxScriptSetItem aSetItem( nSlot, *pSecondPool ); in Exec() 351 pNewAttrs->GetItemState(nSlot, sal_False, &pItem); in Exec() 406 pNewAttrs->GetItemState(nSlot, sal_False, &pItem ); in Exec() 498 if (nSlot == SID_CHAR_DLG_EFFECT) in Exec() [all …]
|
| /trunk/main/sd/source/ui/view/ |
| H A D | drtxtob1.cxx | 93 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local 108 switch (nSlot) in Execute() 168 if( nSlot == SID_PARASPACE_INCREASE ) in Execute() 178 if( nSlot == SID_PARASPACE_INCREASE ) in Execute() 209 if( nSlot == SID_PARASPACE_INCREASE ) in Execute() 219 if( nSlot == SID_PARASPACE_INCREASE ) in Execute() 275 sal_uInt16 nSlot = SID_ATTR_PARA_LRSPACE; in Execute() local 277 GetPool().GetWhich(nSlot)); in Execute() 321 nSlot == SID_TEXTDIRECTION_LEFT_TO_RIGHT ? in Execute() 343 FuText::ChangeFontSize( nSlot == SID_GROW_FONT_SIZE, pOLV, pFontList, mpView ); in Execute() [all …]
|
| /trunk/main/sfx2/source/control/ |
| H A D | dispatch.cxx | 919 sal_uInt16 nSlot, // die zu suchende Slot-Id in GetShellAndSlot_Impl() argument 950 if ( _FindServer(nSlot, aSvr, bModal) ) in GetShellAndSlot_Impl() 964 ByteString aMsg( nSlot ); in GetShellAndSlot_Impl() 974 ByteString aMsg( nSlot ); in GetShellAndSlot_Impl() 1077 sal_uInt16 SfxDispatcher::ExecuteFunction( sal_uInt16 nSlot, SfxPoolItem **pArgs, in ExecuteFunction() argument 1087 return GetBindings()->Execute( nSlot, (const SfxPoolItem **) pArgs, nMode ) in ExecuteFunction() 1092 if ( IsLocked(nSlot) ) in ExecuteFunction() 1098 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction() 1117 SfxRequest aReq( nSlot, eCall, aSet ); in ExecuteFunction() 1123 SfxRequest aReq( nSlot, eCall, pShell->GetPool() ); in ExecuteFunction() [all …]
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | itemconnect.hxx | 260 explicit ItemControlConnection( sal_uInt16 nSlot, ControlWrpT* pNewCtrlWrp, 266 explicit ItemControlConnection( sal_uInt16 nSlot, ControlType& rControl, 298 explicit DummyItemConnection( sal_uInt16 nSlot, Window& rWindow, 332 explicit NumericConnection( sal_uInt16 nSlot, NumericField& rField, 363 explicit MetricConnection( sal_uInt16 nSlot, MetricField& rField, 395 explicit ListBoxConnection( sal_uInt16 nSlot, ListBox& rListBox, 427 explicit ValueSetConnection( sal_uInt16 nSlot, ValueSet& rValueSet, 482 sal_uInt16 nSlot, ControlWrpT* pNewCtrlWrp, ItemConnFlags nFlags ) : in ItemControlConnection() argument 484 maItemWrp( nSlot ), in ItemControlConnection() 491 sal_uInt16 nSlot, ControlType& rControl, ItemConnFlags nFlags ) : in ItemControlConnection() argument [all …]
|
| H A D | itemwrapper.hxx | 46 static sal_uInt16 GetWhichId( const SfxItemSet& rItemSet, sal_uInt16 nSlot ); 49 static bool IsKnownItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ); 53 static const SfxPoolItem* GetUniqueItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ); 56 static const SfxPoolItem& GetDefaultItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ); 59 …oid RemoveDefaultItem( SfxItemSet& rDestSet, const SfxItemSet& rOldSet, sal_uInt16 nSlot ); 101 inline explicit SingleItemWrapper( sal_uInt16 nSlot ) : mnSlot( nSlot ) {} in SingleItemWrapper() argument 141 inline explicit ValueItemWrapper( sal_uInt16 nSlot ) : in ValueItemWrapper() argument 142 SingleItemWrapper< ItemT, ValueT >( nSlot ) {} in ValueItemWrapper() 166 inline explicit IdentItemWrapper( sal_uInt16 nSlot ) : in IdentItemWrapper() argument 167 SingleItemWrapper< ItemT, const ItemT& >( nSlot ) {} in IdentItemWrapper()
|
| H A D | dispatch.hxx | 81 sal_uInt16 nSlot; member in SfxExecuteItem 85 sal_uInt16 GetSlot() const { return nSlot; } in GetSlot() 94 sal_uInt16 nWhich, sal_uInt16 nSlot, SfxCallMode eMode, 97 sal_uInt16 nWhich, sal_uInt16 nSlot, SfxCallMode eMode ); 139 const SfxPoolItem* _Execute( sal_uInt16 nSlot, SfxCallMode eCall, 160 const SfxPoolItem* Execute( sal_uInt16 nSlot, 166 const SfxPoolItem* Execute( sal_uInt16 nSlot, 172 const SfxPoolItem* Execute( sal_uInt16 nSlot, 176 const SfxPoolItem* Execute( sal_uInt16 nSlot, 180 const SfxPoolItem* Execute( sal_uInt16 nSlot, [all …]
|
| /trunk/main/sc/source/ui/view/ |
| H A D | formatsh.cxx | 108 SvxCellHorJustify lclConvertSlotToHAlign( sal_uInt16 nSlot ) in lclConvertSlotToHAlign() argument 111 switch( nSlot ) in lclConvertSlotToHAlign() 123 SvxCellVerJustify lclConvertSlotToVAlign( sal_uInt16 nSlot ) in lclConvertSlotToVAlign() argument 126 switch( nSlot ) in lclConvertSlotToVAlign() 920 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteNumFormat() local 927 switch ( nSlot ) in ExecuteNumFormat() 953 switch ( nSlot ) in ExecuteNumFormat() 1039 if(SFX_ITEM_SET == pReqArgs->GetItemState(nSlot, true, &pItem) && eType != -1) in ExecuteNumFormat() 1111 if ( pReqArgs->GetItemState( nSlot, sal_True, &pItem ) == SFX_ITEM_SET ) in ExecuteNumFormat() 1184 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteAlignment() local [all …]
|
| H A D | tabvwsh3.cxx | 120 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local 122 if (nSlot != SID_CURRENTCELL) // der kommt beim MouseButtonUp in Execute() 125 switch ( nSlot ) in Execute() 193 sal_Bool bAdd = ( nSlot == SID_ADD_PRINTAREA ); in Execute() 246 if ( pReqArgs->GetItemState( nSlot, sal_True, &pItem ) == SFX_ITEM_SET ) in Execute() 248 else if ( nSlot == SID_JUMPTOMARK && pReqArgs->GetItemState( in Execute() 256 sal_Bool bUnmark = ( nSlot == SID_CURRENTCELL ); in Execute() 260 if ( nSlot == SID_JUMPTOMARK ) in Execute() 274 sal_uInt16 nResult = lcl_ParseRange(aScRange, aAddress, pDoc, nSlot); in Execute() 293 … else if ( (nResult = lcl_ParseAddress(aScAddress, aAddress, pDoc, nSlot)) & SCA_VALID ) in Execute() [all …]
|
| H A D | editsh.cxx | 177 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local 202 switch ( nSlot ) in Execute() 215 bIsInsertMode = ((const SfxBoolItem&)pReqArgs->Get(nSlot)).GetValue(); in Execute() 268 pReqArgs->GetItemState(nSlot, sal_True, &pItem) == SFX_ITEM_SET && in Execute() 483 if (nSlot == SID_CHAR_DLG_EFFECT) in Execute() 834 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteAttr() local 836 switch ( nSlot ) in ExecuteAttr() 845 if (nSlot == SID_ATTR_CHAR_FONT) in ExecuteAttr() 852 SvxScriptSetItem aSetItem( nSlot, rPool ); in ExecuteAttr() 853 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecuteAttr() [all …]
|
| H A D | tabvwshf.cxx | 76 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteTable() local 81 switch ( nSlot ) in ExecuteTable() 224 IS_AVAILABLE( nSlot, &pNameItem ) ) in ExecuteTable() 247 … nTabSelCount, nSlot == FID_INS_TABLE_EXT, in ExecuteTable() 358 if ( nSlot == FID_TAB_MENU_RENAME ) in ExecuteTable() 359 nSlot = FID_TAB_RENAME; // Execute ist gleich in ExecuteTable() 368 if ( nSlot != FID_TAB_APPEND && in ExecuteTable() 395 if( IS_AVAILABLE( nSlot, &pItem ) ) in ExecuteTable() 398 switch ( nSlot ) in ExecuteTable() 422 switch ( nSlot ) in ExecuteTable() [all …]
|
| H A D | cellsh3.cxx | 73 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local 75 if (nSlot != SID_CURRENTCELL) // der kommt beim MouseButtonUp in Execute() 80 switch ( nSlot ) in Execute() 110 switch ( nSlot ) in Execute() 125 sal_uInt16 nMode = ((const SfxUInt16Item&)pReqArgs->Get( nSlot )).GetValue(); in Execute() 241 if (nSlot == FID_INPUTLINE_BLOCK) in Execute() 256 if (nSlot == FID_INPUTLINE_ENTER) in Execute() 281 else if (nSlot == FID_INPUTLINE_BLOCK) in Execute() 780 switch( nSlot ) in Execute() 791 if( rBindings.QueryState( nSlot, pItem ) >= SFX_ITEM_DEFAULT ) in Execute() [all …]
|
| /trunk/main/sc/source/ui/drawfunc/ |
| H A D | drtxtob.cxx | 175 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local 176 switch ( nSlot ) in Execute() 195 pReqArgs->GetItemState(nSlot, sal_True, &pItem) == SFX_ITEM_SET && in Execute() 592 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteToggle() local 603 switch (nSlot) in ExecuteToggle() 705 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteAttr() local 715 switch ( nSlot ) in ExecuteAttr() 743 bDone = ExecuteCharDlg( aEditAttr, aNewAttr , nSlot); in ExecuteAttr() 879 ( nSlot == SID_ATTR_CHAR_FONT || nSlot == SID_ATTR_CHAR_FONTHEIGHT || in ExecuteAttr() 880 nSlot == SID_ATTR_CHAR_WEIGHT || nSlot == SID_ATTR_CHAR_POSTURE ) ) in ExecuteAttr() [all …]
|
| /trunk/main/svx/source/form/ |
| H A D | fmtextcontrolshell.cxx | 841 SfxSlotId nSlot = _rReq.GetSlot(); in ExecuteTextAttribute() local 843 ControlFeatures::const_iterator aFeaturePos = m_aControlFeatures.find( nSlot ); in ExecuteTextAttribute() 847 switch ( nSlot ) in ExecuteTextAttribute() 864 executeClipboardSlot( nSlot ); in ExecuteTextAttribute() 876 switch ( nSlot ) in ExecuteTextAttribute() 884 … lcl_translateUnoStateToItem( nSlot, aFeaturePos->second->getFeatureState(), aToggled ); in ExecuteTextAttribute() 885 WhichId nWhich = aToggled.GetPool()->GetWhich( nSlot ); in ExecuteTextAttribute() 887 if ( ( SID_ATTR_CHAR_UNDERLINE == nSlot ) || ( SID_ATTR_CHAR_OVERLINE == nSlot ) ) in ExecuteTextAttribute() 894 if ( SID_ATTR_CHAR_UNDERLINE == nSlot ) { in ExecuteTextAttribute() 913 TransformItems( nSlot, aToggled, aArguments ); in ExecuteTextAttribute() [all …]
|
| /trunk/main/cui/source/dialogs/ |
| H A D | srchxtra.cxx | 166 sal_uInt16 nSlot = rPool.GetSlotId( nWhich ); in SvxSearchAttributeDialog() local 167 if ( nSlot >= SID_SVX_START ) in SvxSearchAttributeDialog() 172 if ( nSlot == rList[i].nSlot ) in SvxSearchAttributeDialog() 181 sal_uInt32 nId = aAttrNames.FindIndex( nSlot ); in SvxSearchAttributeDialog() 188 sError += ByteString::CreateFromInt32( nSlot ); in SvxSearchAttributeDialog() 195 pEntry->SetUserData( (void*)(sal_uLong)nSlot ); in SvxSearchAttributeDialog() 214 sal_uInt16 nSlot = (sal_uInt16)(sal_uLong)aAttrLB.GetEntryData(i); in IMPL_LINK() local 221 if( rItem.nSlot == nSlot ) in IMPL_LINK() 238 aInvalidItem.nSlot = nSlot; in IMPL_LINK()
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | itemconnect.cxx | 51 sal_uInt16 ItemWrapperHelper::GetWhichId( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in GetWhichId() argument 53 return rItemSet.GetPool()->GetWhich( nSlot ); in GetWhichId() 56 bool ItemWrapperHelper::IsKnownItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in IsKnownItem() argument 58 return rItemSet.GetItemState( GetWhichId( rItemSet, nSlot ), sal_True ) != SFX_ITEM_UNKNOWN; in IsKnownItem() 61 const SfxPoolItem* ItemWrapperHelper::GetUniqueItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in GetUniqueItem() argument 63 sal_uInt16 nWhich = GetWhichId( rItemSet, nSlot ); in GetUniqueItem() 67 const SfxPoolItem& ItemWrapperHelper::GetDefaultItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in GetDefaultItem() argument 69 return rItemSet.GetPool()->GetDefaultItem( GetWhichId( rItemSet, nSlot ) ); in GetDefaultItem() 72 …apperHelper::RemoveDefaultItem( SfxItemSet& rDestSet, const SfxItemSet& rOldSet, sal_uInt16 nSlot ) in RemoveDefaultItem() argument 74 sal_uInt16 nWhich = GetWhichId( rDestSet, nSlot ); in RemoveDefaultItem() [all …]
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | view2.cxx | 502 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local 506 switch( nSlot ) in Execute() 537 if ( FN_PAGEUP == nSlot || FN_PAGEUP_SEL == nSlot ) in Execute() 538 PageUpCrsr(FN_PAGEUP_SEL == nSlot); in Execute() 540 PageDownCrsr(FN_PAGEDOWN_SEL == nSlot); in Execute() 542 rReq.SetReturnValue(SfxBoolItem(nSlot, in Execute() 551 SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem )) in Execute() 590 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem ) in Execute() 633 SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem)) in Execute() 645 GetViewFrame()->ToggleChildWindow(nSlot); in Execute() [all …]
|
| H A D | viewsrch.cxx | 113 sal_uInt16 nSlot = rReq.GetSlot(); in ExecSearch() local 114 if (nSlot == FN_REPEAT_SEARCH && !pSrchItem) in ExecSearch() 118 rReq.SetReturnValue(SfxBoolItem(nSlot, sal_False)); in ExecSearch() 119 nSlot = 0; in ExecSearch() 124 switch (nSlot) in ExecSearch() 168 if(FID_SEARCH_NOW == nSlot && !rReq.IsAPI()) in ExecSearch() 192 if (nSlot == FN_REPEAT_SEARCH) in ExecSearch() 215 rReq.SetReturnValue(SfxBoolItem(nSlot, bRet)); in ExecSearch() 241 rReq.SetReturnValue(SfxBoolItem(nSlot, bRet)); in ExecSearch() 303 rReq.SetReturnValue(SfxBoolItem(nSlot, bRet)); in ExecSearch() [all …]
|
| /trunk/main/cui/source/tabpages/ |
| H A D | backgrnd.cxx | 502 sal_uInt16 nSlot = SID_ATTR_BRUSH; in Reset() local 515 nSlot = SID_ATTR_BRUSH; in Reset() 518 nSlot = SID_ATTR_BRUSH_ROW; in Reset() 521 nSlot = SID_ATTR_BRUSH_TABLE; in Reset() 541 nSlot = SID_ATTR_BRUSH; in Reset() 544 nSlot = SID_ATTR_BRUSH_CHAR; in Reset() 551 sal_uInt16 nWhich = GetWhich( nSlot ); in Reset() 683 sal_uInt16 nSlot = SID_VIEW_FLD_PIC; in ResetFromWallpaperItem() local 684 sal_uInt16 nWhich = GetWhich( nSlot ); in ResetFromWallpaperItem() 770 sal_uInt16 nSlot = SID_ATTR_BRUSH; in FillItemSet() local [all …]
|
| /trunk/main/sw/source/ui/sidebar/ |
| H A D | WrapPropertyPanel.cxx | 178 sal_uInt16 nSlot = 0; in IMPL_LINK() local 181 nSlot = FN_FRAME_WRAP_LEFT; in IMPL_LINK() 185 nSlot = FN_FRAME_WRAP_RIGHT; in IMPL_LINK() 189 nSlot = FN_FRAME_WRAP; in IMPL_LINK() 193 nSlot = FN_FRAME_WRAPTHRU; in IMPL_LINK() 197 nSlot = FN_FRAME_WRAP_IDEAL; in IMPL_LINK() 201 nSlot = FN_FRAME_NOWRAP; in IMPL_LINK() 203 SfxBoolItem bStateItem( nSlot, sal_True ); in IMPL_LINK() 204 mpBindings->GetDispatcher()->Execute( nSlot, SFX_CALLMODE_RECORD, &bStateItem, 0L ); in IMPL_LINK()
|