/aoo42x/main/svx/source/sdr/properties/ |
H A D | customshapeproperties.cxx | 113 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()
|
/aoo42x/main/sw/source/core/attr/ |
H A D | format.cxx | 682 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 D | swatrset.cxx | 235 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()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | ndhints.cxx | 105 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()
|
H A D | ndtxt.cxx | 4754 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 …]
|
/aoo42x/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() 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()
|
/aoo42x/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() 401 RES_PARATR_NUMRULE <= nWhich2 ) in ResetFmtAttr() 408 const sal_Bool bRet = SwFmtColl::ResetFmtAttr( nWhich1, nWhich2 ); in ResetFmtAttr()
|
/aoo42x/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()
|
/aoo42x/main/svl/source/items/ |
H A D | nranges.cxx | 169 SfxNumRanges::SfxNumRanges( NUMTYPE nWhich1, NUMTYPE nWhich2 ) in SfxNumRanges() argument 182 _pRanges[1] = nWhich2; 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()
|
/aoo42x/main/sw/inc/ |
H A D | swatrset.hxx | 190 SwAttrSet( SwAttrPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 ); 201 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 | 106 virtual sal_Bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
|
H A D | node.hxx | 476 virtual sal_Bool ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
|
H A D | ndtxt.hxx | 253 virtual sal_Bool ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
|
/aoo42x/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 );
|