Home
last modified time | relevance | path

Searched refs:nWhich1 (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dndhints.cxx104 const sal_uInt16 nWhich1 = rHt1.Which(); in lcl_IsLessStart() local
106 if ( nWhich1 == nWhich2 ) in lcl_IsLessStart()
108 if ( RES_TXTATR_CHARFMT == nWhich1 ) in lcl_IsLessStart()
120 return ( nWhich1 > nWhich2 ); in lcl_IsLessStart()
140 const sal_uInt16 nWhich1 = rHt1.Which(); in lcl_IsLessEnd() local
142 if ( nWhich1 == nWhich2 ) in lcl_IsLessEnd()
144 if ( RES_TXTATR_CHARFMT == nWhich1 ) in lcl_IsLessEnd()
156 return ( nWhich1 < nWhich2 ); in lcl_IsLessEnd()
H A Dndtxt.cxx4753 const sal_uInt16 nWhich1,
4779 if ( nWhich2 != 0 && nWhich2 > nWhich1 ) in HandleResetAttrAtTxtNode()
4799 mbUpdateListLevel = ( nWhich1 <= RES_PARATR_LIST_LEVEL && in HandleResetAttrAtTxtNode()
4827 if ( nWhich1 == RES_PARATR_NUMRULE ) in HandleResetAttrAtTxtNode()
4832 else if ( nWhich1 == RES_PARATR_LIST_ID ) in HandleResetAttrAtTxtNode()
4842 else if ( nWhich1 == RES_PARATR_OUTLINELEVEL ) in HandleResetAttrAtTxtNode()
4851 mbUpdateListLevel = nWhich1 == RES_PARATR_LIST_LEVEL && in HandleResetAttrAtTxtNode()
4861 mbUpdateListCount = nWhich1 == RES_PARATR_LIST_ISCOUNTED && in HandleResetAttrAtTxtNode()
5015 sal_Bool SwTxtNode::ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) in ResetAttr() argument
5020 HandleResetAttrAtTxtNode aHandleResetAttr( *this, nWhich1, nWhich2 ); in ResetAttr()
[all …]
/trunk/main/sw/source/core/attr/
H A Dformat.cxx682 sal_Bool SwFmt::ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) in ResetFmtAttr() argument
687 if( !nWhich2 || nWhich2 < nWhich1 ) in ResetFmtAttr()
688 nWhich2 = nWhich1; // dann setze auf 1. Id, nur dieses Item in ResetFmtAttr()
692 for( sal_uInt16 n = nWhich1; n < nWhich2; ++n ) in ResetFmtAttr()
698 return 0 != (( nWhich2 == nWhich1 ) in ResetFmtAttr()
699 ? aSet.ClearItem( nWhich1 ) in ResetFmtAttr()
700 : aSet.ClearItem_BC( nWhich1, nWhich2 )); in ResetFmtAttr()
704 sal_Bool bRet = 0 != aSet.ClearItem_BC( nWhich1, nWhich2, &aOld, &aNew ); in ResetFmtAttr()
H A Dswatrset.cxx235 sal_uInt16 SwAttrSet::ClearItem_BC( sal_uInt16 nWhich1, sal_uInt16 nWhich2, in ClearItem_BC() argument
238 ASSERT( nWhich1 <= nWhich2, "kein gueltiger Bereich" ); in ClearItem_BC()
242 for( ; nWhich1 <= nWhich2; ++nWhich1 ) in ClearItem_BC()
243 nRet = nRet + SfxItemSet::ClearItem( nWhich1 ); in ClearItem_BC()
/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx396 sal_Bool SwTxtFmtColl::ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) in ResetFmtAttr() argument
399 ( nWhich2 != 0 && nWhich2 > nWhich1 ) in ResetFmtAttr()
400 ? ( nWhich1 <= RES_PARATR_NUMRULE && in ResetFmtAttr()
402 : nWhich1 == RES_PARATR_NUMRULE; in ResetFmtAttr()
408 const sal_Bool bRet = SwFmtColl::ResetFmtAttr( nWhich1, nWhich2 ); in ResetFmtAttr()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx249 sal_uInt16 nWhich1, sal_uInt16 nWhich2, in ClearItem_BC() argument
255 const sal_uInt16 nRet = aNewSet.ClearItem_BC( nWhich1, nWhich2, pOld, pNew ); in ClearItem_BC()
1631 sal_Bool SwCntntNode::ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) in ResetAttr() argument
1646 if ( !nWhich2 || nWhich2 < nWhich1 ) in ResetAttr()
1649 aClearWhichIds.push_back( nWhich1 ); in ResetAttr()
1653 nDel = AttrSetHandleHelper::ClearItem_BC( mpAttrSet, *this, nWhich1, nWhich2, 0, 0 ); in ResetAttr()
1661 if( !nWhich2 || nWhich2 < nWhich1 ) in ResetAttr()
1662 nWhich2 = nWhich1; // dann setze auf 1. Id, nur dieses Item in ResetAttr()
1666 …sal_Bool bRet = 0 != AttrSetHandleHelper::ClearItem_BC( mpAttrSet, *this, nWhich1, nWhich2, &aOld,… in ResetAttr()
H A Dndtbl.cxx4192 sal_uInt16 nWhich1 = RES_BOXATR_FORMULA; in ChkBoxNumFmt() local
4198 nWhich1 = RES_BOXATR_FORMAT; in ChkBoxNumFmt()
4203 pBoxFmt->SetFmtAttr( *GetDfltAttr( nWhich1 )); in ChkBoxNumFmt()
4205 pBoxFmt->ResetFmtAttr( nWhich1, RES_BOXATR_VALUE ); in ChkBoxNumFmt()
4283 sal_uInt16 nWhich1 = RES_BOXATR_FORMAT; in ClearBoxNumAttrs() local
4286 nWhich1 = RES_BOXATR_FORMULA; in ClearBoxNumAttrs()
4293 pBoxFmt->ResetFmtAttr( nWhich1, RES_BOXATR_VALUE ); in ClearBoxNumAttrs()
/trunk/main/sw/source/filter/html/
H A DSwAppletImpl.cxx123 SwApplet_Impl::SwApplet_Impl( SfxItemPool& rPool, sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) : in SwApplet_Impl() argument
124 aItemSet( rPool, nWhich1, nWhich2 ) in SwApplet_Impl()
/trunk/main/sw/inc/
H A Dswatrset.hxx190 SwAttrSet( SwAttrPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
201 sal_uInt16 ClearItem_BC( sal_uInt16 nWhich1, sal_uInt16 nWhich2,
H A DSwAppletImpl.hxx59 SwApplet_Impl( SfxItemPool& rPool, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
H A Dfmtcol.hxx132 virtual sal_Bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
H A Dformat.hxx106 virtual sal_Bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
H A Dnode.hxx476 virtual sal_Bool ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
H A Dndtxt.hxx253 virtual sal_Bool ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
/trunk/main/svl/source/items/
H A Dnranges.cxx169 SfxNumRanges::SfxNumRanges( NUMTYPE nWhich1, NUMTYPE nWhich2 ) in SfxNumRanges() argument
181 _pRanges[0] = nWhich1; in SfxNumRanges()
H A Ditemset.cxx161 SfxItemSet::SfxItemSet( SfxItemPool& rPool, sal_uInt16 nWhich1, sal_uInt16 nWhich2 ): in SfxItemSet() argument
168 DBG_ASSERT( nWhich1 <= nWhich2, "Ungueltiger Bereich" ); in SfxItemSet()
172 InitRanges_Impl(nWhich1, nWhich2); in SfxItemSet()
/trunk/main/svl/inc/svl/
H A Dnranges.hxx59 SfxNumRanges( NUMTYPE nWhich1, NUMTYPE nWhich2 );
H A Ditemset.hxx126 SfxItemSet( SfxItemPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );

Completed in 112 milliseconds