Home
last modified time | relevance | path

Searched refs:nWhich (Results 226 – 250 of 461) sorted by relevance

12345678910>>...19

/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx394 sal_uInt16 nWhich = aIter.GetCurItem()->Which(); in lcl_SetFlyFrmAttr() local
396 switch( nWhich ) in lcl_SetFlyFrmAttr()
406 rSet.ClearItem( nWhich ); in lcl_SetFlyFrmAttr()
414 rFlyFmt.GetAttrSet().GetItemState( nWhich, sal_True, &pItem ) || in lcl_SetFlyFrmAttr()
423 } while( 0 != ( nWhich = aIter.NextItem()->Which() ) ); in lcl_SetFlyFrmAttr()
/trunk/main/sfx2/source/control/
H A Drequest.cxx527 sal_uInt16 nWhich = pArgs->GetPool()->GetWhich(nSlotId); in GetItem() local
532 <= pArgs->GetItemState( nWhich, bDeep, &pItem ) ) in GetItem()
750 sal_uInt16 nWhich = rPool.GetWhich(pImp->pSlot->GetSlotId()); in Done_Impl() local
751 … SfxItemState eState = pSet ? pSet->GetItemState( nWhich, sal_False, &pItem ) : SFX_ITEM_UNKNOWN; in Done_Impl()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx463 for( sal_uInt16 nWhich = XATTR_FILL_FIRST; nWhich <= XATTR_FILL_LAST; nWhich++ ) in ExecuteDialog() local
465 pTempSet->ClearItem( nWhich ); in ExecuteDialog()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx448 void Outliner::QuickRemoveCharAttribs( sal_uInt32 nPara, sal_uInt16 nWhich ) in QuickRemoveCharAttribs() argument
451 pEditEngine->QuickRemoveCharAttribs( nPara, nWhich ); in QuickRemoveCharAttribs()
746 …iner::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich ) in RemoveAttribs() argument
749 pEditEngine->RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx262 sal_Bool HasParaAttrib( sal_uInt32 nPara, sal_uInt16 nWhich ) const;
263 const SfxPoolItem& GetParaAttrib( sal_uInt32 nPara, sal_uInt16 nWhich );
268 … RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich );
332 void QuickRemoveCharAttribs( sal_uInt32 nPara, sal_uInt16 nWhich = 0 );
H A Dfrmdiritem.hxx46 SvxFrameDirectionItem( sal_uInt16 nWhich );
48 sal_uInt16 nWhich );
/trunk/main/sw/source/core/access/
H A Dacctextframe.cxx88 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ; in Modify() local
92 if ( nWhich != RES_NAME_CHANGED || in Modify()
99 switch( nWhich ) in Modify()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1930 sal_uInt16 nSubType = DATEFLD, nWhich = RES_DATEFLD; in NextToken() local
1943 sal_uInt16 nSubType = TIMEFLD, nWhich = RES_TIMEFLD; in NextToken() local
2203 sal_uInt16 nWhich = aIter.GetCurItem()->Which(); in SetAttrInDoc() local
2209 rAttrSet.ClearItem( nWhich ); // loeschen in SetAttrInDoc()
2213 nWhich = aIter.NextItem()->Which(); in SetAttrInDoc()
4001 sal_uInt16 nWhich = aIter.GetCurItem()->Which(); in SetStyleAttr() local
4004 switch( rStyleSet.GetItemState( nWhich, sal_False, &pItem ) ) in SetStyleAttr()
4008 if( RES_FRMATR_END > nWhich ) in SetStyleAttr()
4009 rCollSet.Put( rCollSet.GetPool()->GetDefaultItem( nWhich )); in SetStyleAttr()
4014 rCollSet.ClearItem( nWhich ); // loeschen in SetStyleAttr()
[all …]
/trunk/main/svl/inc/svl/
H A Dmetitem.hxx37 SfxMetricItem( sal_uInt16 nWhich = 0, sal_uInt32 nValue = 0 );
38 SfxMetricItem( sal_uInt16 nWhich, SvStream & );
H A Dimageitm.hxx38 SfxImageItem( sal_uInt16 nWhich = 0, sal_uInt16 nImage = 0 );
39 SfxImageItem( sal_uInt16 nWhich, const String& rURL );
H A Dlckbitem.hxx41 SfxLockBytesItem( sal_uInt16 nWhich,
43 SfxLockBytesItem( sal_uInt16 nWhich, SvStream & );
H A Dszitem.hxx45 SfxSizeItem( sal_uInt16 nWhich, const Size& rVal );
46 SfxSizeItem( sal_uInt16 nWhich, SvStream & );
H A Dflagitem.hxx46 SfxFlagItem( sal_uInt16 nWhich = 0, sal_uInt16 nValue = 0 );
47 SfxFlagItem( sal_uInt16 nWhich, SvStream & );
H A Dptitem.hxx43 SfxPointItem( sal_uInt16 nWhich, const Point& rVal );
44 SfxPointItem( sal_uInt16 nWhich, SvStream & );
H A Drectitem.hxx44 SfxRectangleItem( sal_uInt16 nWhich, const Rectangle& rVal );
45 SfxRectangleItem( sal_uInt16 nWhich, SvStream & );
/trunk/main/dbaccess/source/ui/querydesign/
H A DQTableConnection.hxx51 …AliasName(EConnectionSide nWhich) const { return static_cast<OQueryTableConnectionData*>(GetData()… in GetAliasName()
/trunk/main/sw/inc/
H A Dcharfmt.hxx50 extern const SfxPoolItem* GetItem( const SwTxtAttr& rAttr, sal_uInt16 nWhich );
51 extern sal_Bool IsItemIncluded( const sal_uInt16 nWhich, const SwTxtAttr *pAttr );
/trunk/main/svx/inc/svx/sdr/properties/
H A De3dsceneproperties.hxx39 virtual void PostItemChange(const sal_uInt16 nWhich);
71 virtual void ClearMergedItem(const sal_uInt16 nWhich = 0);
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx222 virtual const SfxPoolItem* HasTextItem( sal_uInt16 nWhich ) const;
223 virtual const SfxPoolItem& GetItem( sal_uInt16 nWhich ) const;
499 sal_uInt16 nWhich = pHt->GetAttr().Which(); in OutAttr() local
500 if (nWhich == RES_TXTATR_AUTOFMT) in OutAttr()
520 aRangeItems[nWhich] = (&(pHt->GetAttr())); in OutAttr()
659 const SfxPoolItem* WW8SwAttrIter::HasTextItem( sal_uInt16 nWhich ) const in HasTextItem()
673 nWhich == pItem->Which() && // in HasTextItem()
693 const SfxPoolItem& WW8SwAttrIter::GetItem(sal_uInt16 nWhich) const in GetItem()
695 const SfxPoolItem* pRet = HasTextItem(nWhich); in GetItem()
696 return pRet ? *pRet : rNd.SwCntntNode::GetAttr(nWhich); in GetItem()
/trunk/main/dbaccess/source/ui/inc/
H A Dpropertysetitem.hxx50 OPropertySetItem(sal_Int16 nWhich);
51 OPropertySetItem(sal_Int16 nWhich,
/trunk/main/svx/source/sdr/properties/
H A Dpageproperties.cxx88 void PageProperties::PostItemChange(const sal_uInt16 nWhich ) in PostItemChange() argument
90 if( (nWhich == XATTR_FILLSTYLE) && (mpEmptyItemSet != NULL) ) in PostItemChange()
/trunk/main/svtools/inc/svtools/
H A Dxwindowitem.hxx48 explicit XWindowItem( sal_uInt16 nWhich, Window * pWin );
49 …XWindowItem( sal_uInt16 nWhich, com::sun::star::uno::Reference< com::sun::star::awt::XWindow > & r…
/trunk/main/svx/source/svdraw/
H A Dsvdpntv.cxx1277 sal_uInt16 nWhich=aIter.FirstWhich(); in SetDefaultStyleSheet() local
1278 while (nWhich!=0) { in SetDefaultStyleSheet()
1279 if (pStyleSheet->GetItemSet().GetItemState(nWhich,sal_True)==SFX_ITEM_SET) { in SetDefaultStyleSheet()
1280 aDefaultAttr.ClearItem(nWhich); in SetDefaultStyleSheet()
1282 nWhich=aIter.NextWhich(); in SetDefaultStyleSheet()
/trunk/main/sc/inc/
H A Ddocpool.hxx57 virtual SfxMapUnit GetMetric( sal_uInt16 nWhich ) const;
59 virtual const SfxPoolItem& Put( const SfxPoolItem&, sal_uInt16 nWhich = 0 );
/trunk/main/svx/inc/svx/
H A De3ditem.hxx43 SvxB3DVectorItem( sal_uInt16 nWhich, const basegfx::B3DVector& rVal );
44 SvxB3DVectorItem( sal_uInt16 nWhich, SvStream & );

Completed in 173 milliseconds

12345678910>>...19