Home
last modified time | relevance | path

Searched refs:GetPool (Results 51 – 75 of 471) sorted by relevance

12345678910>>...19

/trunk/main/sd/source/ui/func/
H A Dfutransf.cxx84 SfxItemSet aNewAttr( mpDoc->GetPool() ); in DoExecute()
92 const sal_uInt16* pRange = pDlg->GetInputRanges( *aNewAttr.GetPool() ); in DoExecute()
93 SfxItemSet aCombSet( *aNewAttr.GetPool(), pRange ); in DoExecute()
/trunk/main/sw/source/ui/shells/
H A Dgrfsh.cxx125 SfxItemSet aSet(GetPool(), //UUUU sorted by indices in Execute()
168 aFrmSize.SetWhich( GetPool().GetWhich( SID_ATTR_PAGE_SIZE ) ); in Execute()
180 aFrmSize.SetWhich( GetPool().GetWhich(FN_GET_PRINT_AREA) ); in Execute()
287 SfxItemSet aShellSet(GetPool(), RES_FRM_SIZE, RES_FRM_SIZE, in Execute()
536 SfxItemSet aCoreSet( GetPool(), aNoTxtNodeSetRange ); in GetAttrState()
/trunk/main/sw/inc/
H A Dswatrset.hxx209 SwAttrPool* GetPool() const { return (SwAttrPool*)SfxItemSet::GetPool(); } in GetPool() function in SwAttrSet
225 const SwDoc *GetDoc() const { return GetPool()->GetDoc(); } in GetDoc()
226 SwDoc *GetDoc() { return GetPool()->GetDoc(); } in GetDoc()
/trunk/main/sc/source/filter/xml/
H A Dxmlfonte.cxx99 const SfxItemPool* pItemPool(rExportP.GetDocument() ? rExportP.GetDocument()->GetPool() : NULL); in ScXMLFontAutoStylePool_Impl()
124 const SfxItemPool& rPagePool(pStyle->GetPool().GetPool()); in ScXMLFontAutoStylePool_Impl()
/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx753 SfxAllItemSet aInternalSet( SFX_APP()->GetPool() ); in dispatch()
781 eMapUnit = GetCoreMetric( pShell->GetPool(), GetId() ); in dispatch()
782 SfxAllItemSet aSet( pShell->GetPool() ); in dispatch()
793 SfxRequest aReq( GetId(), nCall, pShell->GetPool() ); in dispatch()
810 eMapUnit = GetCoreMetric( SFX_APP()->GetPool(), GetId() ); in dispatch()
812 SfxAllItemSet aSet( SFX_APP()->GetPool() ); in dispatch()
968 eMapUnit = GetCoreMetric( pShell->GetPool(), nSID ); in StateChanged()
/trunk/main/cui/source/tabpages/
H A Dconnect.cxx120 aAttrSet ( *rInAttrs.GetPool() ) in SvxConnectionPage()
126 SfxItemPool* pPool = rOutAttrs.GetPool(); in SvxConnectionPage()
184 const SfxItemPool* pPool = rAttrs.GetPool(); in Reset()
538 const SfxItemPool* pPool = rOutAttrs.GetPool(); in FillTypeLB()
H A Dpage.cxx491 SfxItemPool* pPool = rSet.GetPool(); in Reset()
757 SfxItemPool* pPool = rOldSet.GetPool(); in FillItemSet()
1123 SfxMapUnit eUnit = GetItemSet().GetPool()->GetMetric( nWhich ); in IMPL_LINK()
1304 SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl()
1347 SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl()
1381 SfxItemSet aTempSet(*rSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ResetBackground_Impl()
1453 SfxItemSet aTempSet(*rHeaderSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in InitHeadFoot_Impl()
1515 SfxItemSet aTempSet(*rFooterSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in InitHeadFoot_Impl()
1587 SfxMapUnit eUnit = GetItemSet().GetPool()->GetMetric( nWh ); in DeactivatePage()
H A Dtabstpge.cxx236 SfxItemPool* pPool = rSet.GetPool(); in FillItemSet()
293 SfxItemPool* pPool = rSet.GetPool(); in Reset()
404 MapUnit eUnit = (MapUnit)GetItemSet().GetPool()->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); in InitTabPos_Impl()
515 MapUnit eUnit = (MapUnit)GetItemSet().GetPool()->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); in IMPL_LINK()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmdlg.cxx198 SfxAllItemSet aNewSet(*GetInputSetImpl()->GetPool()); in PageCreated()
222 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); in PageCreated()
236 SfxItemSet aNew(*GetInputSetImpl()->GetPool(), in PageCreated()
H A Dcolex.cxx51 SfxItemPool* pPool = rSet.GetPool(); in UpdateExample()
132 SfxItemSet aTempSet(*rHeaderSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in UpdateExample()
179 SfxItemSet aTempSet(*rFooterSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in UpdateExample()
203 SfxItemSet aTempSet(*rSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in UpdateExample()
/trunk/main/sc/source/ui/view/
H A Dtabvwshc.cxx119 SfxItemSet aArgSet( GetPool(), in CreateRefDialog()
170 SfxItemSet aArgSet( GetPool(), in CreateRefDialog()
195 SfxItemSet aArgSet( GetPool(), in CreateRefDialog()
/trunk/main/sw/source/ui/chrdlg/
H A Dpardlg.cxx126 sal_uInt16 nWhich(rCoreSet.GetPool()->GetWhich(SID_ATTR_LRSPACE)); in SwParaDlg()
191 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); in PageCreated()
286 SfxItemSet aNew(*aSet.GetPool(), in PageCreated()
/trunk/main/sfx2/source/doc/
H A Ddocinsert.cxx126 if ( pMedium && CheckPasswd_Impl( 0, SFX_APP()->GetPool(), pMedium ) == ERRCODE_ABORT ) in CreateMedium()
159 if( pMedium && CheckPasswd_Impl( 0, SFX_APP()->GetPool(), pMedium ) != ERRCODE_ABORT ) in CreateMediumList()
201 m_pItemSet = new SfxAllItemSet( SFX_APP()->GetPool() ); in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx93 CreateOutputItemSet( pSet ? *pSet->GetPool() : SFX_APP()->GetPool() ); in SvxCharacterMap()
153 const SfxItemPool* pPool = pSet->GetPool(); in Execute()
569 SfxAllItemSet aSet( SfxObjectShell::Current()->GetPool() ); in IMPL_LINK()
H A Dzoom.cxx235 const SfxPoolItem& rItem = rSet.Get( rSet.GetPool()->GetWhich( SID_ATTR_ZOOM ) ); in SvxZoomDialog()
432 SvxZoomItem aZoomItem( SVX_ZOOM_PERCENT, 0, rSet.GetPool()->GetWhich( SID_ATTR_ZOOM ) ); in IMPL_LINK()
433 SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) ); in IMPL_LINK()
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx212 : aCmpSet( *rSet.GetPool(), RES_CHRATR_BEGIN, RES_TXTATR_END-1 ) in SwAttrCheckArr()
281 && !CmpAttr( *pFndItem, rSet.GetPool()->GetDefaultItem( nWhich ) )) in SetNewSet()
423 if( !CmpAttr( aCmpSet.GetPool()->GetDefaultItem( nWhch ), in SetAttrFwd()
583 if( !CmpAttr( aCmpSet.GetPool()->GetDefaultItem( nWhch ), in SetAttrBwd()
881 || CmpAttr( *pNdItem, rNdSet.GetPool()->GetDefaultItem( nWhich ) )) in lcl_Search()
1260 SfxItemPool* pPool = pReplSet->GetPool(); in Find()
/trunk/main/svl/inc/svl/
H A Dstyle.hxx135 SfxStyleSheetBasePool& GetPool() { return rPool; } in GetPool() function in SfxStyleSheetBase
233 SfxItemPool& GetPool();
234 const SfxItemPool& GetPool() const;
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx258 sal_uInt16 nWhich = rSet.GetPool()->GetWhich(nSlotId); in TransformParameters()
259 sal_Bool bConvertTwips = ( rSet.GetPool()->GetMetric( nWhich ) == SFX_MAPUNIT_TWIP ); in TransformParameters()
378 sal_uInt16 nWhich = rSet.GetPool()->GetWhich(rArg.nSlotId); in TransformParameters()
379 sal_Bool bConvertTwips = ( rSet.GetPool()->GetMetric( nWhich ) == SFX_MAPUNIT_TWIP ); in TransformParameters()
978 sal_uInt16 nWhich = rSet.GetPool()->GetWhich(nSlotId); in TransformItems()
1014 sal_uInt16 nWhich = rSet.GetPool()->GetWhich( rArg.nSlotId ); in TransformItems()
1168 sal_uInt16 nWhich = rSet.GetPool()->GetWhich( rArg.nSlotId ); in TransformItems()
1303 sal_uInt16 nWhich = rSet.GetPool()->GetWhich(nSlotId); in TransformItems()
1304 sal_Bool bConvertTwips = ( rSet.GetPool()->GetMetric( nWhich ) == SFX_MAPUNIT_TWIP ); in TransformItems()
1354 sal_uInt16 nWhich = rSet.GetPool()->GetWhich( rArg.nSlotId ); in TransformItems()
[all …]
H A Dappserv.cxx241 GetPool(), SID_CONFIG, SID_CONFIG ); in MiscExec_Impl()
315 SfxRequest aReq( SID_SAVEDOC, 0, pObjSh->GetPool() ); in MiscExec_Impl()
943 … SfxRequest aReq( SID_BASICIDE_SHOWWINDOW, SFX_CALLMODE_SYNCHRON, pObjShell->GetPool() ); in OfaExec_Impl()
1097 SfxItemSet aSet(GetPool(), SID_AUTO_CORRECT_DLG, SID_AUTO_CORRECT_DLG); in OfaExec_Impl()
1100 SfxItemPool* pSetPool = pSet ? pSet->GetPool() : NULL; in OfaExec_Impl()
/trunk/main/sd/source/core/
H A Dsdpage.cxx416 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in CreatePresObj()
474 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in CreatePresObj()
539 SfxItemSet aSet( ((SdDrawDocument*) pModel)->GetPool() ); in CreatePresObj()
2126 SfxItemSet aSet(pModel->GetPool(), EE_PARA_LRSPACE, EE_PARA_LRSPACE ); in convertPresentationObjectImpl()
2164 SfxItemSet aSet(pModel->GetPool(), EE_PARA_LRSPACE, EE_PARA_LRSPACE ); in convertPresentationObjectImpl()
2266 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in InsertAutoLayoutShape()
2274 SfxItemSet aAttr( ((SdDrawDocument*) pModel)->GetPool() ); in InsertAutoLayoutShape()
2283 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in InsertAutoLayoutShape()
2291 SfxItemSet aAttr( ((SdDrawDocument*) pModel)->GetPool() ); in InsertAutoLayoutShape()
2390 …SfxItemPool* pPool = ((SdDrawDocument*) GetModel())->GetDrawOutliner().GetEmptyItemSet().GetPool(); in SetObjText()
/trunk/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx124 ScPatternAttr aPatAttr( rCoreAttrs.GetPool() ); in ScHFEditPage()
943 rCoreSet.GetPool()->GetWhich(SID_SCATTR_PAGE_HEADERRIGHT ), true ) in ScRightHeaderEditPage()
963 rCoreSet.GetPool()->GetWhich(SID_SCATTR_PAGE_HEADERLEFT ), true ) in ScLeftHeaderEditPage()
982 rCoreSet.GetPool()->GetWhich(SID_SCATTR_PAGE_FOOTERRIGHT ), false ) in ScRightFooterEditPage()
1001 rCoreSet.GetPool()->GetWhich(SID_SCATTR_PAGE_FOOTERLEFT ), false ) in ScLeftFooterEditPage()
/trunk/main/basctl/source/basicide/
H A Dbasdoc.cxx61 SetPool( &SFX_APP()->GetPool() ); in BasicDocShell()
73 …pPrinter = new SfxPrinter( new SfxItemSet( GetPool(), SID_PRINTER_NOTFOUND_WARN , SID_PRINTER_NOTF… in GetPrinter()
/trunk/main/sw/source/ui/uiview/
H A Dviewcoll.cxx72 SfxRequest aReq(SID_STYLE_APPLY, 0, GetPool()); in ExecColl()
82 SfxRequest aReq(FN_FORMAT_PAGE_DLG, 0, GetPool()); in ExecColl()
/trunk/main/toolkit/workben/layout/
H A Dzoom.cxx343 const SfxPoolItem& rItem = rSet.Get( rSet.GetPool()->GetWhich( SID_ATTR_ZOOM ) ); in SvxZoomDialog()
555 SvxZoomItem aZoomItem( SVX_ZOOM_PERCENT, 0, rSet.GetPool()->GetWhich( SID_ATTR_ZOOM ) ); in IMPL_LINK()
556 … SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) ); in IMPL_LINK()
/trunk/main/sc/source/ui/miscdlgs/
H A Dtextdlgs.cxx68 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); //CHINA001 in PageCreated()
125 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool()));//add CHINA001 in PageCreated()

Completed in 149 milliseconds

12345678910>>...19