Home
last modified time | relevance | path

Searched refs:GetItemSet (Results 76 – 100 of 283) sorted by relevance

12345678910>>...12

/aoo42x/main/editeng/source/editeng/
H A Deertfpar.cxx462 ConvertAndPutItems( pStyle->GetItemSet(), pRTFStyle->aAttrSet ); in CreateStyleSheet()
477 pStyle->GetItemSet().SetParent( &pS->GetItemSet() ); in CreateStyleSheet()
/aoo42x/main/sw/source/core/unocore/
H A Dunoevent.cxx289 SfxItemSet& rStyleSet = xStyle->GetItemSet(); in setMacroItem()
310 return (const SvxMacroItem&)xStyle->GetItemSet().Get(RES_FRMMACRO); in getMacroItem()
H A Dunocrsrhelper.cxx866 pMed->GetItemSet()->Put( SfxStringItem( SID_DOC_BASEURL, sBaseURL ) ); in InsertFile()
897 pMed->GetItemSet()->Put( SfxStringItem( SID_FILE_FILTEROPTIONS, sFilterOptions ) ); in InsertFile()
899 pMed->GetItemSet()->Put( SfxStringItem( SID_DOC_BASEURL, sBaseURL ) ); in InsertFile()
913 SfxItemSet* pSet = pMed->GetItemSet(); in InsertFile()
/aoo42x/main/sc/source/ui/view/
H A Dprevwsh.cxx227 const SfxItemSet& rSet = pStyleSheet->GetItemSet(); in GetOptimalSizePixel()
287 const SfxItemSet* pParamSet = &pStyleSheet->GetItemSet(); in UpdateScrollBars()
699 SfxItemSet& rSet = pStyleSheet->GetItemSet(); in Execute()
807 SfxItemSet& rStyleSet = pStyleSheet->GetItemSet(); in GetState()
/aoo42x/main/sc/source/ui/undo/
H A Dundostyl.cxx94 pItems = new SfxItemSet( ((SfxStyleSheetBase*)pSource)->GetItemSet() ); in InitFromStyle()
191 SfxItemSet& rStyleSet = pStyle->GetItemSet(); in DoChange()
H A Dundocell.cxx117 const SfxItemSet& rApplySet = pApplyPattern->GetItemSet(); in DoChange()
271 aPattern.GetItemSet().ClearItem( ATTR_VALUE_FORMAT ); in Undo()
641 SfxItemSet& rSet = pStyleSheet->GetItemSet(); in DoChange()
/aoo42x/main/sw/source/ui/shells/
H A Dtxtattr.cxx253 rWrtSh.GetCurAttr( aSetItem.GetItemSet() ); in ExecCharAttrArgs()
254 SfxItemSet aAttrSet( rPool, aSetItem.GetItemSet().GetRanges() ); in ExecCharAttrArgs()
727 aSetItem.GetItemSet().Put( aCoreSet, sal_False ); in GetAttrState()
/aoo42x/main/sw/source/ui/app/
H A Dapphdl.cxx703 SFX_ITEMSET_ARG( pDocSh->GetMedium()->GetItemSet(), in Notify()
715 …SFX_ITEMSET_ARG( pDocSh->GetMedium()->GetItemSet(), pUpdateDocItem, SfxUInt16Item, SID_UPDATEDOCMO… in Notify()
741 if( SFX_ITEM_SET == ((SfxItemSetHint&)rHint).GetItemSet().GetItemState(SID_ATTR_PATHNAME)) in Notify()
/aoo42x/main/sc/source/filter/excel/
H A Dxehelper.cxx394 …t SfxItemSet& rItemSet = pCellAttr ? pCellAttr->GetItemSet() : rRoot.GetDoc().GetDefPattern()->Get… in lclCreateFormattedString()
611 …t SfxItemSet& rItemSet = pCellAttr ? pCellAttr->GetItemSet() : rRoot.GetDoc().GetDefPattern()->Get… in CreateCellString()
H A Dxeroot.cxx284 …SFX_ITEMSET_ARG( GetMedium().GetItemSet(), pEncryptionDataItem, SfxUnoAnyItem, SID_ENCRYPTIONDATA,… in GetEncryptionData()
290 …SFX_ITEMSET_ARG( GetMedium().GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False ); in GetEncryptionData()
H A Dxestyle.cxx1111 return Insert( rPattern.GetItemSet(), nScript, eColorType, bAppFont ); in Insert()
1917 Init( rPattern.GetItemSet(), nScript, nForceScNumFmt, nForceXclFont, bForceLineBreak, false ); in XclExpXF()
1939 Init( const_cast< SfxStyleSheetBase& >( rStyleSheet ).GetItemSet(), nScript, in XclExpXF()
1966 return IsCellXF() && (mpItemSet == &rPattern.GetItemSet()) && in Equals()
1974 …return IsStyleXF() && (mpItemSet == &const_cast< SfxStyleSheetBase& >( rStyleSheet ).GetItemSet()); in Equals()
2689 const SfxItemSet* pPatternSet = &(rPattern.GetItemSet()); in FindXF()
2723 const SfxItemSet& rItemSet = const_cast< SfxStyleSheetBase& >(rStyleSheet).GetItemSet(); in FindXF()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dwrap.cxx344 const SwFmtSurround& rOldSur = (const SwFmtSurround&)GetItemSet().Get(RES_SURROUND); in FillItemSet()
351 const SvxOpaqueItem& rOpaque = (const SvxOpaqueItem&)GetItemSet().Get(RES_OPAQUE); in FillItemSet()
457 SwFlyFrmAttrMgr aMgr( bNew, pSh, (const SwAttrSet&)GetItemSet() ); in ActivatePage()
/aoo42x/main/svl/inc/svl/
H A Dpoolitem.hxx405 const SfxItemSet& GetItemSet() const in GetItemSet() function in SfxSetItem
407 SfxItemSet& GetItemSet() in GetItemSet() function in SfxSetItem
/aoo42x/main/sw/source/filter/html/
H A Dsvxcss1.hxx184 const SfxItemSet& GetItemSet() const { return aItemSet; } in GetItemSet() function in SvxCSS1MapEntry
185 SfxItemSet& GetItemSet() { return aItemSet; } in GetItemSet() function in SvxCSS1MapEntry
H A Dhtmlplug.cxx621 SfxItemSet& rFrmSet = pAppletImpl->GetItemSet(); in NewObject()
649 &pAppletImpl->GetItemSet(), in EndObject()
755 SfxItemSet& rFrmSet = pAppletImpl->GetItemSet(); in InsertApplet()
782 &pAppletImpl->GetItemSet(), in EndApplet()
/aoo42x/main/sd/source/ui/func/
H A Dfuconstr.cxx407 SfxItemSet& rSet = pSheet->GetItemSet(); in SetStyleSheet()
437 aAttr.Put(pSheet->GetItemSet().Get(XATTR_FILLSTYLE)); in SetStyleSheet()
/aoo42x/main/svl/source/items/
H A Ditemset.cxx547 0 != &((const SfxSetItem*)pItem)->GetItemSet(), in GetItemState()
568 0 != &((const SfxSetItem&)rItem).GetItemSet(), in Put()
1023 0 != &((const SfxSetItem*)pItem)->GetItemSet(), in Get()
1045 0 != &((const SfxSetItem*)pItem)->GetItemSet(), in Get()
/aoo42x/main/sw/source/core/docnode/
H A Dsection.cxx1303 if( ( SFX_ITEM_SET == pMed->GetItemSet()->GetItemState( in lcl_FindDocShell()
1343 pMed->GetItemSet()->Put( SfxInt16Item( SID_VERSION, nVersion )); in lcl_FindDocShell()
1346 pMed->GetItemSet()->Put( SfxStringItem( SID_PASSWORD, rPasswd )); in lcl_FindDocShell()
1486 if( SFX_ITEM_SET == xDocSh->GetMedium()->GetItemSet()-> in DataChanged()
/aoo42x/main/sw/source/core/doc/
H A Ddocsort.cxx673 const SfxItemSet* pSSet = rBox.GetItemSet( i, nS ); in MoveRow()
721 const SfxItemSet* pSSet = rBox.GetItemSet( nS, i ); in MoveCol()
1025 const SfxItemSet* FlatFndBox::GetItemSet(sal_uInt16 n_Col, sal_uInt16 n_Row) const in GetItemSet() function in FlatFndBox
/aoo42x/main/sd/source/ui/dlg/
H A Dsddlgfact.cxx231 SfxItemSet AbstractSdModifyFieldDlg_Impl::GetItemSet() in GetItemSet() function in AbstractSdModifyFieldDlg_Impl
233 return pDlg->GetItemSet(); in GetItemSet()
/aoo42x/main/sfx2/source/bastyp/
H A Dprogress.cxx396 SFX_ITEMSET_ARG( pMedium->GetItemSet(), pHiddenItem, SfxBoolItem, SID_HIDDEN, sal_False ); in SetState()
408 …SFX_ITEMSET_ARG( pMedium->GetItemSet(), pIndicatorItem, SfxUnoAnyItem, SID_PROGRESS_STATUSBAR_CONT… in SetState()
/aoo42x/main/sw/source/filter/xml/
H A Dswxml.cxx676 SfxItemSet* pSet = pDocSh->GetMedium()->GetItemSet(); in Read()
809 if ( pMedDescrMedium && pMedDescrMedium->GetItemSet() ) in Read()
812 pMedDescrMedium->GetItemSet()->GetItem(SID_DOC_HIERARCHICALNAME) ); in Read()
/aoo42x/main/sc/source/filter/inc/
H A Dhtmlpars.hxx303 inline SfxItemSet& GetItemSet() { return aItemSet; } in GetItemSet() function
305 inline const SfxItemSet& GetItemSet() const { return aItemSet; } in GetItemSet() function
/aoo42x/main/svx/source/svdraw/
H A Dsvdpntv.cxx1276 SfxWhichIter aIter(pStyleSheet->GetItemSet()); in SetDefaultStyleSheet()
1279 if (pStyleSheet->GetItemSet().GetItemState(nWhich,sal_True)==SFX_ITEM_SET) { in SetDefaultStyleSheet()
1300 rTargetSet.Put(pDefaultStyleSheet->GetItemSet(), sal_False); in GetAttributes()
/aoo42x/main/sc/source/core/data/
H A Dtable5.cxx88 SfxItemSet* pStyleSet = &pStyle->GetItemSet(); in UpdatePageBreaks()
1095 SfxItemSet& rOldSet = pOldStyle->GetItemSet(); in SetPageStyle()
1096 SfxItemSet& rNewSet = pNewStyle->GetItemSet(); in SetPageStyle()

Completed in 1630 milliseconds

12345678910>>...12