Home
last modified time | relevance | path

Searched refs:nWhich2 (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/sw/inc/
H A Dndtxt.hxx253 virtual sal_Bool ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
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 Dnode.hxx476 virtual sal_Bool ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
H A Dformat.hxx106 virtual sal_Bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
H A Dfmtcol.hxx132 virtual sal_Bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
H A DSwAppletImpl.hxx59 SwApplet_Impl( SfxItemPool& rPool, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
/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/source/core/txtnode/
H A Dndtxt.cxx4754 const sal_uInt16 nWhich2 );
4771 const sal_uInt16 nWhich2 ) in HandleResetAttrAtTxtNode() argument
4779 if ( nWhich2 != 0 && nWhich2 > nWhich1 ) in HandleResetAttrAtTxtNode()
4782 if ( nWhich1 <= RES_PARATR_NUMRULE && RES_PARATR_NUMRULE <= nWhich2 ) in HandleResetAttrAtTxtNode()
4787 else if ( nWhich1 <= RES_PARATR_LIST_ID && RES_PARATR_LIST_ID <= nWhich2 ) in HandleResetAttrAtTxtNode()
4800 RES_PARATR_LIST_LEVEL <= nWhich2 && in HandleResetAttrAtTxtNode()
4805 … ( nWhich1 <= RES_PARATR_LIST_ISRESTART && RES_PARATR_LIST_ISRESTART <= nWhich2 && in HandleResetAttrAtTxtNode()
4818 if ( nWhich1 <= RES_PARATR_OUTLINELEVEL && RES_PARATR_OUTLINELEVEL <= nWhich2 ) 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 …]
H A Dndhints.cxx105 const sal_uInt16 nWhich2 = rHt2.Which(); in lcl_IsLessStart() local
106 if ( nWhich1 == nWhich2 ) in lcl_IsLessStart()
120 return ( nWhich1 > nWhich2 ); in lcl_IsLessStart()
141 const sal_uInt16 nWhich2 = rHt2.Which(); in lcl_IsLessEnd() local
142 if ( nWhich1 == nWhich2 ) in lcl_IsLessEnd()
156 return ( nWhich1 < nWhich2 ); in lcl_IsLessEnd()
/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()
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()
/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()
401 RES_PARATR_NUMRULE <= nWhich2 ) in ResetFmtAttr()
408 const sal_Bool bRet = SwFmtColl::ResetFmtAttr( nWhich1, nWhich2 ); in ResetFmtAttr()
/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()
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()
/trunk/main/svx/source/sdr/properties/
H A Dcustomshapeproperties.cxx113 sal_uInt16 nWhich2 = aIter.FirstWhich(); in ClearObjectItem() local
114 while( nWhich2 ) in ClearObjectItem()
116 TextProperties::ClearObjectItemDirect( nWhich2 ); in ClearObjectItem()
117 nWhich2 = aIter.NextWhich(); in ClearObjectItem()
131 sal_uInt16 nWhich2 = aIter.FirstWhich(); in ClearObjectItemDirect() local
132 while( nWhich2 ) in ClearObjectItemDirect()
134 TextProperties::ClearObjectItemDirect( nWhich2 ); in ClearObjectItemDirect()
135 nWhich2 = aIter.NextWhich(); in ClearObjectItemDirect()
/trunk/main/svl/source/items/
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()
H A Dnranges.cxx169 SfxNumRanges::SfxNumRanges( NUMTYPE nWhich1, NUMTYPE nWhich2 ) in SfxNumRanges() argument
182 _pRanges[1] = nWhich2; in SfxNumRanges()
/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 104 milliseconds