/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndhints.cxx | 104 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 D | ndtxt.cxx | 4712 const sal_uInt16 nWhich1, 4738 if ( nWhich2 != 0 && nWhich2 > nWhich1 ) in HandleResetAttrAtTxtNode() 4758 mbUpdateListLevel = ( nWhich1 <= RES_PARATR_LIST_LEVEL && in HandleResetAttrAtTxtNode() 4786 if ( nWhich1 == RES_PARATR_NUMRULE ) in HandleResetAttrAtTxtNode() 4791 else if ( nWhich1 == RES_PARATR_LIST_ID ) in HandleResetAttrAtTxtNode() 4801 else if ( nWhich1 == RES_PARATR_OUTLINELEVEL ) in HandleResetAttrAtTxtNode() 4810 mbUpdateListLevel = nWhich1 == RES_PARATR_LIST_LEVEL && in HandleResetAttrAtTxtNode() 4820 mbUpdateListCount = nWhich1 == RES_PARATR_LIST_ISCOUNTED && in HandleResetAttrAtTxtNode() 4974 sal_Bool SwTxtNode::ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) in ResetAttr() argument 4979 HandleResetAttrAtTxtNode aHandleResetAttr( *this, nWhich1, nWhich2 ); in ResetAttr() [all …]
|
/aoo41x/main/sw/source/core/attr/ |
H A D | format.cxx | 526 sal_Bool SwFmt::ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) in ResetFmtAttr() argument 531 if( !nWhich2 || nWhich2 < nWhich1 ) in ResetFmtAttr() 532 nWhich2 = nWhich1; // dann setze auf 1. Id, nur dieses Item in ResetFmtAttr() 536 for( sal_uInt16 n = nWhich1; n < nWhich2; ++n ) in ResetFmtAttr() 542 return 0 != (( nWhich2 == nWhich1 ) in ResetFmtAttr() 543 ? aSet.ClearItem( nWhich1 ) in ResetFmtAttr() 544 : aSet.ClearItem_BC( nWhich1, nWhich2 )); in ResetFmtAttr() 548 sal_Bool bRet = 0 != aSet.ClearItem_BC( nWhich1, nWhich2, &aOld, &aNew ); in ResetFmtAttr()
|
H A D | swatrset.cxx | 155 sal_uInt16 SwAttrSet::ClearItem_BC( sal_uInt16 nWhich1, sal_uInt16 nWhich2, in ClearItem_BC() argument 158 ASSERT( nWhich1 <= nWhich2, "kein gueltiger Bereich" ); in ClearItem_BC() 162 for( ; nWhich1 <= nWhich2; ++nWhich1 ) in ClearItem_BC() 163 nRet = nRet + SfxItemSet::ClearItem( nWhich1 ); in ClearItem_BC()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | fmtcol.cxx | 396 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()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | node.cxx | 249 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 D | ndtbl.cxx | 4192 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()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | SwAppletImpl.cxx | 123 SwApplet_Impl::SwApplet_Impl( SfxItemPool& rPool, sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) : in SwApplet_Impl() argument 124 aItemSet( rPool, nWhich1, nWhich2 ) in SwApplet_Impl()
|
/aoo41x/main/sw/inc/ |
H A D | swatrset.hxx | 182 SwAttrSet( SwAttrPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 ); 193 sal_uInt16 ClearItem_BC( sal_uInt16 nWhich1, sal_uInt16 nWhich2,
|
H A D | SwAppletImpl.hxx | 59 SwApplet_Impl( SfxItemPool& rPool, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
|
H A D | fmtcol.hxx | 132 virtual sal_Bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
|
H A D | format.hxx | 100 virtual sal_Bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
|
H A D | ndtxt.hxx | 249 virtual sal_Bool ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
|
H A D | node.hxx | 470 virtual sal_Bool ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
|
/aoo41x/main/svl/source/items/ |
H A D | nranges.cxx | 169 SfxNumRanges::SfxNumRanges( NUMTYPE nWhich1, NUMTYPE nWhich2 ) in SfxNumRanges() argument 181 _pRanges[0] = nWhich1; in SfxNumRanges()
|
H A D | itemset.cxx | 161 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()
|
/aoo41x/main/svl/inc/svl/ |
H A D | nranges.hxx | 59 SfxNumRanges( NUMTYPE nWhich1, NUMTYPE nWhich2 );
|
H A D | itemset.hxx | 126 SfxItemSet( SfxItemPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
|