Home
last modified time | relevance | path

Searched refs:GetWhich (Results 51 – 75 of 132) sorted by relevance

123456

/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx770 pArgs->GetItemState(GetPool().GetWhich(SID_CHARMAP), sal_False, &pItem); in InsertSymbol()
778 pArgs->GetItemState( GetPool().GetWhich(SID_ATTR_SPECIALCHAR), sal_False, &pFtItem); in InsertSymbol()
888 rReq.AppendItem( SfxStringItem( GetPool().GetWhich(SID_CHARMAP), sSym ) ); in InsertSymbol()
H A Dtextsh1.cxx296 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
681 rReq.AppendItem( SfxBoolItem( GetPool().GetWhich(nSlot), bSet ) ); in Execute()
842 sal_uInt16 nWhich = GetPool().GetWhich( nSlot ); in Execute()
875 sal_uInt16 nWhich = GetPool().GetWhich( nSlot ); in Execute()
H A Dgrfsh.cxx168 aFrmSize.SetWhich( GetPool().GetWhich( SID_ATTR_PAGE_SIZE ) ); in Execute()
180 aFrmSize.SetWhich( GetPool().GetWhich(FN_GET_PRINT_AREA) ); in Execute()
H A Dbasesh.cxx1212 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
2044 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecTxtCtrl()
2297 rSet.Put(aBrushItem,GetPool().GetWhich(nWhich)); in GetBckColState()
2371 … const SvxBrushItem& rNewBrushItem = (const SvxBrushItem&)pArgs->Get(GetPool().GetWhich(nSlot)); in ExecBckCol()
2481 pArgs->GetItemState( GetPool().GetWhich(nSlot), sal_False, &pItem ); in ExecDlg()
/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx171 pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_CHARMAP), sal_False, &pItem); in InsertSpecialCharacter()
179 pArgs->GetItemState( mpDoc->GetPool().GetWhich(SID_ATTR_SPECIALCHAR), sal_False, &pFtItem); in InsertSpecialCharacter()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1209 … if( pSet->GetItemState(GetPool().GetWhich(nSlot), sal_True, &pItem ) == SFX_ITEM_SET ) in ExecuteAlignment()
1605 pTabViewShell->ApplyAttr( pNewAttrs->Get( pNewAttrs->GetPool()->GetWhich( nSlot ) ) ); in ExecuteAttr()
1620 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecuteAttr()
1820 pNewAttrs->Get( GetPool().GetWhich(nSlot) ); in ExecuteAttr()
2057 rSet.Put( rBrushItem, GetPool().GetWhich(nWhich) ); in GetAttrState()
2645 …bool bState = ((const SfxBoolItem &)pNewAttrs->Get( pNewAttrs->GetPool()->GetWhich( nSlot ) )).Get… in ExecViewOptions()
/trunk/main/sfx2/source/doc/
H A Dprinthelper.cxx793 || pPrintHint->GetWhich() == SFX_PRINTABLESTATE_CANCELJOB ) in Notify()
796 if ( pPrintHint->GetWhich() == com::sun::star::view::PrintableState_JOB_STARTED ) in Notify()
810 aEvent.State = (com::sun::star::view::PrintableState) pPrintHint->GetWhich(); in Notify()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx258 sal_uInt16 nWhich = rSet.GetPool()->GetWhich(nSlotId); in TransformParameters()
378 sal_uInt16 nWhich = rSet.GetPool()->GetWhich(rArg.nSlotId); in TransformParameters()
978 sal_uInt16 nWhich = rSet.GetPool()->GetWhich(nSlotId); in TransformItems()
1014 sal_uInt16 nWhich = rSet.GetPool()->GetWhich( rArg.nSlotId ); in TransformItems()
1159 … if ( !pSlot->IsMode(SFX_SLOT_METHOD) && nId == rSet.GetPool()->GetWhich( pSlot->GetSlotId() ) ) in TransformItems()
1168 sal_uInt16 nWhich = rSet.GetPool()->GetWhich( rArg.nSlotId ); in TransformItems()
1303 sal_uInt16 nWhich = rSet.GetPool()->GetWhich(nSlotId); in TransformItems()
1354 sal_uInt16 nWhich = rSet.GetPool()->GetWhich( rArg.nSlotId ); in TransformItems()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx374 nNumItemId = rSet.GetPool()->GetWhich(SID_ATTR_NUMBERING_RULE); in Reset()
571 nNumItemId = rSet.GetPool()->GetWhich(SID_ATTR_NUMBERING_RULE); in Reset()
811 nNumItemId = rSet.GetPool()->GetWhich(SID_ATTR_NUMBERING_RULE); in Reset()
967 eCoreUnit = rSet.GetPool()->GetMetric(rSet.GetPool()->GetWhich(SID_ATTR_NUMBERING_RULE)); in SvxBitmapPickTabPage()
1106 nNumItemId = rSet.GetPool()->GetWhich(SID_ATTR_NUMBERING_RULE); in Reset()
1370 eCoreUnit = rSet.GetPool()->GetMetric(rSet.GetPool()->GetWhich(SID_ATTR_NUMBERING_RULE)); in SvxNumOptionsTabPage()
1551 nNumItemId = rSet.GetPool()->GetWhich(SID_ATTR_NUMBERING_RULE); in Reset()
3071 eCoreUnit = rSet.GetPool()->GetMetric(rSet.GetPool()->GetWhich(SID_ATTR_NUMBERING_RULE)); in SvxNumPositionTabPage()
3458 nNumItemId = rSet.GetPool()->GetWhich(SID_ATTR_NUMBERING_RULE); in Reset()
H A Dmacroass.cxx214 SvxMacroItem aItem( GetWhich( aPageRg[0] ) ); in FillItemSet()
245 if( SFX_ITEM_SET == rSet.GetItemState( GetWhich( aPageRg[0] ), sal_True, &pItem )) in Reset()
H A Dtphatch.cxx428 if( SFX_ITEM_SET == rOutAttrs.GetItemState( GetWhich( XATTR_FILLSTYLE ), sal_True, &pPoolItem ) ) in IMPL_LINK()
431 … ( SFX_ITEM_SET == rOutAttrs.GetItemState( GetWhich( XATTR_FILLHATCH ), sal_True, &pPoolItem ) ) ) in IMPL_LINK()
/trunk/main/svx/source/dialog/
H A Doptgrid.cxx280 rCoreSet.GetPool()->GetMetric( GetWhich( SID_ATTR_GRID_OPTIONS ) ); in FillItemSet()
309 rSet.GetPool()->GetMetric( GetWhich( SID_ATTR_GRID_OPTIONS ) ); in Reset()
H A Dsrchdlg.cxx256 rSet.InvalidateItem( pPool->GetWhich( _pData->nSlot ) ); in Get()
2157 sal_uInt16 nBrushWhich = pSh->GetPool().GetWhich(SID_ATTR_BRUSH); in IMPL_LINK()
2182 aSet.DisableItem(rPool.GetWhich(SID_ATTR_PARA_PAGEBREAK)); in IMPL_LINK()
2183 aSet.DisableItem(rPool.GetWhich(SID_ATTR_PARA_KEEP)); in IMPL_LINK()
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx385 WhichId nWhich = _rSet.GetPool()->GetWhich( _nSlot ); in lcl_translateUnoStateToItem()
636 WhichId nWhich = rPool.GetWhich( nSlotId ); in transferFeatureStatesToItemSet()
885 WhichId nWhich = aToggled.GetPool()->GetWhich( nSlot ); in ExecuteTextAttribute()
/trunk/main/sc/source/ui/dbgui/
H A Dconsdlg.cxx120 GetWhich( SID_CONSOLIDATE ) ) in ScConsolidateDlg()
129 nWhichCons ( rArgSet.GetPool()->GetWhich( SID_CONSOLIDATE ) ), in ScConsolidateDlg()
H A Dtpsubt.cxx72 nWhichSubTotals ( rArgSet.GetPool()->GetWhich( SID_SUBTOTALS ) ), in ScTpSubTotalGroup()
514 nWhichSubTotals ( rArgSet.GetPool()->GetWhich( SID_SUBTOTALS ) ), in ScTpSubTotalOptions()
/trunk/main/svl/source/items/
H A Dpoolio.cxx829 sal_uInt16 nMappedWhich = GetWhich(nSlot, sal_False); in Load1_Impl()
978 sal_uInt16 nMappedWhich = GetWhich(nSlot, sal_False); in Load1_Impl()
1096 sal_uInt16 nMappedWhich = nSlotId ? GetWhich(nSlotId, sal_True) : 0; in LoadSurrogate()
H A Ditempool.cxx1058 sal_uInt16 SfxItemPool::GetWhich( sal_uInt16 nSlotId, sal_Bool bDeep ) const in GetWhich() function in SfxItemPool
1078 return pSecondary->GetWhich(nSlotId); in GetWhich()
/trunk/main/sfx2/source/control/
H A Drequest.cxx527 sal_uInt16 nWhich = pArgs->GetPool()->GetWhich(nSlotId); in GetItem()
750 sal_uInt16 nWhich = rPool.GetWhich(pImp->pSlot->GetSlotId()); in Done_Impl()
H A Dshell.cxx868 const sal_uInt16 nId = rSlot.GetWhich( rPool ); in CanExecuteSlot_Impl()
1022 nSlotId = pSlot->GetWhich( rPool ); in GetSlotState()
H A Dbindings.cxx1269 aReq.AppendItem( SfxAllEnumItem( rPool.GetWhich(nSlotId), pSlot->GetValue() ) ); in Execute_Impl()
1280 sal_uInt16 nWhich = pSlot->GetWhich(rPool); in Execute_Impl()
1462 pRealSlot->GetSlotId(), pRealSlot->GetWhich(rPool), pRealSlot, pCache ); in CreateSet_Impl()
1530 pSibling->GetSlotId(), pSibling->GetWhich(rPool), in CreateSet_Impl()
/trunk/main/cui/source/options/
H A Doptlingu.cxx1214 eItemState = rSet.GetItemState( GetWhich( SID_ATTR_SPELL ), in SvxLinguTabPage()
1219 pItem = (const SfxSpellCheckItem*)&(rSet.Get( GetWhich( SID_ATTR_SPELL ) ) ); in SvxLinguTabPage()
1425 SfxHyphenRegionItem aHyp( GetWhich( SID_ATTR_HYPHENREGION ) ); in FillItemSet()
1438 rCoreSet.Put( SfxBoolItem( GetWhich( SID_AUTOSPELL_CHECK ), in FillItemSet()
1617 sal_uInt16 nWhich = GetWhich( SID_ATTR_HYPHENREGION ); in Reset()
/trunk/main/sw/source/ui/uiview/
H A Dviewdlg.cxx56 pArgs->GetItemState( GetPool().GetWhich(nSlot), sal_False, &pItem ); in ExecDlg()
/trunk/main/forms/source/richtext/
H A Dparametrizedattributedispatcher.cxx116 WhichId nAttributeWhich = aParameterSet.GetPool()->GetWhich( nSlotId ); in convertDispatchArgsToItem()
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx472 sal_uInt16 nWhich = pDocOptions->GetPool()->GetWhich(SID_PRINTER_NOTFOUND_WARN); in UseStandardPrinter_Impl()
508 sal_uInt16 nWhich = GetPool().GetWhich(SID_PRINTER_CHANGESTODOC); in SetPrinter_Impl()

Completed in 246 milliseconds

123456