Home
last modified time | relevance | path

Searched refs:pSet (Results 276 – 284 of 284) sorted by relevance

1...<<1112

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3294 void SwTokenWindow::SetActiveControl(Control* pSet) in SetActiveControl() argument
3296 if( pSet != pActiveCtrl ) in SetActiveControl()
3298 pActiveCtrl = pSet; in SetActiveControl()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx3414 …leMap::GetAccControlShapeFromModel(::com::sun::star::beans::XPropertySet* pSet) throw (::com::sun:… in GetAccControlShapeFromModel() argument
3428 if (pCtlAccShape && pCtlAccShape->GetControlModel() == pSet) in GetAccControlShapeFromModel()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2644 const SwSetExpField *pSet = ( const SwSetExpField* )( pFld ); in WriteField_Impl() local
2645 m_sFieldBkm = pSet->GetPar1( ); in WriteField_Impl()
H A Dww8par2.cxx2543 if (const SfxItemSet* pSet = pNd->GetpSwAttrSet()) in CreateSwTable() local
2547 if (SFX_ITEM_SET == pSet->GetItemState(RES_BREAK, false, &pItem)) in CreateSwTable()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3870 static void lcl_ApplyCropping( const DffPropSet& rPropSet, SfxItemSet* pSet, Graphic& rGraf ) in lcl_ApplyCropping() argument
3884 if ( pSet ) // use crop attributes ? in lcl_ApplyCropping()
3911 if ( pSet ) // use crop attributes ? in lcl_ApplyCropping()
3912 pSet->Put( SdrGrafCropItem( nLeft, nTop, nRight, nBottom ) ); in lcl_ApplyCropping()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4926 const SfxItemSet* pSet = &rAttr.GetItemSet(); in ApplySelectionPattern() local
4930 if (pSet->GetItemState(i) == SFX_ITEM_SET) in ApplySelectionPattern()
4945 SfxItemPoolCache aCache( xPoolHelper->GetDocPool(), pSet ); in ApplySelectionPattern()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx275 …virtual sal_Bool _getOnePropertyStates(const SfxItemSet* pSet, const SfxItemPropertySimpleEntry* p…
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx4600 …SfxItemSet_Pointer_t pSet = pDocShell->GetDoc()->GetIStyleAccess().cacheAutomaticStyle( aSet, eFam… in insertStyle() local
4601 uno::Reference<style::XAutoStyle> xRet = new SwXAutoStyle(pDocShell->GetDoc(), pSet, eFamily); in insertStyle()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2650 SfxItemSet *pSet = m_pData->m_pObjectShell->GetMedium()->GetItemSet(); in Notify() local
2653 TransformItems( SID_SAVEASDOC, *pSet, aArgs ); in Notify()

Completed in 327 milliseconds

1...<<1112