| /trunk/main/editeng/source/editeng/ |
| H A D | editattr.cxx | 83 …DBG_ASSERT( ( rAttr.Which() >= EE_ITEMS_START ) && ( rAttr.Which() <= EE_ITEMS_END ), "EditCharAtt… in EditCharAttrib() 84 …DBG_ASSERT( ( rAttr.Which() < EE_FEATURE_START ) || ( rAttr.Which() > EE_FEATURE_END ) || ( nE == … in EditCharAttrib() 98 …DBG_ASSERT( rAttr.Which() == EE_CHAR_FONTINFO || rAttr.Which() == EE_CHAR_FONTINFO_CJK || rAttr.Wh… in EditCharAttribFont() 117 …DBG_ASSERT( rAttr.Which() == EE_CHAR_ITALIC || rAttr.Which() == EE_CHAR_ITALIC_CJK || rAttr.Which(… in EditCharAttribItalic() 131 …DBG_ASSERT( rAttr.Which() == EE_CHAR_WEIGHT || rAttr.Which() == EE_CHAR_WEIGHT_CJK || rAttr.Which(… in EditCharAttribWeight() 145 DBG_ASSERT( rAttr.Which() == EE_CHAR_UNDERLINE, "Kein Underlineattribut!" ); in EditCharAttribUnderline() 161 DBG_ASSERT( rAttr.Which() == EE_CHAR_OVERLINE, "Kein Overlineattribut!" ); in EditCharAttribOverline() 177 …DBG_ASSERT( rAttr.Which() == EE_CHAR_FONTHEIGHT || rAttr.Which() == EE_CHAR_FONTHEIGHT_CJK || rAtt… in EditCharAttribFontHeight() 192 DBG_ASSERT( rAttr.Which() == EE_CHAR_FONTWIDTH, "Kein Widthattribut!" ); in EditCharAttribFontWidth() 206 DBG_ASSERT( rAttr.Which() == EE_CHAR_STRIKEOUT, "Kein Sizeattribut!" ); in EditCharAttribStrikeout() [all …]
|
| H A D | editdoc.cxx | 268 switch( rNew.Which() ) in MakeCharAttrib() 770 … if ( !pAttrib->IsFeature() && !aCharAttribList.FindEmptyAttrib( pAttrib->Which(), nIndex ) ) in ExpandAttribs() 801 sal_uInt16 nW = pAttrib->GetItem()->Which(); in ExpandAttribs() 805 if ( ( pA->GetStart() == 0 ) && ( pA->GetItem()->Which() == nW ) ) in ExpandAttribs() 971 …Attribs && !pAttrib->IsFeature() && !aCharAttribList.FindAttrib( pAttrib->GetItem()->Which(), 0 ) ) in CopyAndCutAttribs() 1030 if ( ( pTmpAttrib->Which() == pAttrib->Which() ) && in AppendAttribs() 1199 while ( pItem && ( pItem->Which() != nWhich ) ) in FindAttrib() 1424 switch ( pNextFeature->GetItem()->Which() ) in GetParaAsString() 1454 if ( pAttr->Which() == EE_FEATURE_FIELD ) in GetTextLen() 1646 RemoveAttribs( pNode, nStart, nEnd, pStartingAttrib, pEndingAttrib, rPoolItem.Which() ); in InsertAttribInSelection() [all …]
|
| /trunk/main/sw/source/core/txtnode/ |
| H A D | thints.cxx | 112 if (RES_TXTATR_META == pAttr->Which() || in operator ()() 113 RES_TXTATR_METAFIELD == pAttr->Which()) in operator ()() 243 switch (pNew->Which()) in MakeTxtAttrNesting() 367 const sal_uInt16 nNewWhich( rNewHint.Which() ); in TryInsertNesting() 392 const sal_uInt16 nOtherWhich( pOther->Which() ); in TryInsertNesting() 471 !bNewSelfNestable && (nNewWhich == (*itOther)->Which()) ); in TryInsertNesting() 595 const sal_uInt16 nWhich = rNewHint.Which(); in BuildPortions() 604 ASSERT( RES_TXTATR_CHARFMT == rNewHint.Which() || in BuildPortions() 605 RES_TXTATR_AUTOFMT == rNewHint.Which(), in BuildPortions() 618 if ( RES_TXTATR_CHARFMT != pOther->Which() && in BuildPortions() [all …]
|
| H A D | atrfld.cxx | 73 if ( GetField()->GetTyp()->Which() == RES_INPUTFLD ) in SwFmtFld() 79 else if ( GetField()->GetTyp()->Which() == RES_POSTITFLD ) in SwFmtFld() 101 if ( GetField()->GetTyp()->Which() == RES_INPUTFLD ) in SwFmtFld() 107 else if ( GetField()->GetTyp()->Which() == RES_POSTITFLD ) in SwFmtFld() 119 if (pType && pType->Which() == RES_DBFLD) in ~SwFmtFld() 129 switch( pType->Which() ) in ~SwFmtFld() 166 if ( GetField()->GetTyp()->Which() == RES_INPUTFLD ) in SetField() 226 && pNew->Which() == RES_OBJECTDYING ) in Modify() 236 switch (pNew->Which()) in Modify() 246 if ( RES_GETREFFLD == GetField()->GetTyp()->Which() ) in Modify() [all …]
|
| H A D | ndhints.cxx | 52 ((((aDbstream << '\t').WriteNumber( i )<< " [").WriteNumber( pHt->Which() ) in _SV_IMPL_SORTAR_ALG() 63 (((aDbstream << '\t').WriteNumber( i )<< " [").WriteNumber( pHt->Which() ) in _SV_IMPL_SORTAR_ALG() 104 const sal_uInt16 nWhich1 = rHt1.Which(); in lcl_IsLessStart() 105 const sal_uInt16 nWhich2 = rHt2.Which(); in lcl_IsLessStart() 140 const sal_uInt16 nWhich1 = rHt1.Which(); in lcl_IsLessEnd() 141 const sal_uInt16 nWhich2 = rHt2.Which(); in lcl_IsLessEnd() 357 sal_uInt16 nWhich = pHt->Which(); in Check() 362 nWhich = pHtEnd->Which(); in Check() 371 … ( RES_TXTATR_CHARFMT != pHtLast->Which() && RES_TXTATR_AUTOFMT != pHtLast->Which() ) || in Check() 372 … ( RES_TXTATR_CHARFMT != pHtThis->Which() && RES_TXTATR_AUTOFMT != pHtThis->Which() ) || in Check() [all …]
|
| H A D | txtatr2.cxx | 68 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in ModifyNotification() 86 if ( RES_AUTOFMT_DOCNODE != rInfo.Which() || !m_pTxtNode || in GetInfo() 190 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify() 209 if ( RES_AUTOFMT_DOCNODE != rInfo.Which() || !m_pTxtNode || in GetInfo() 243 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify() 261 if( RES_AUTOFMT_DOCNODE != rInfo.Which() || !m_pTxtNode || in GetInfo()
|
| /trunk/main/sw/source/core/text/ |
| H A D | atrstck.cxx | 150 if ( RES_TXTATR_AUTOFMT == rAttr.Which() ) in GetItemSet() 157 SwCharFmt* pFmt = RES_TXTATR_INETFMT == rAttr.Which() ? in GetItemSet() 176 if ( RES_TXTATR_INETFMT == rAttr.Which() || in GetItem() 177 RES_TXTATR_CHARFMT == rAttr.Which() || in GetItem() 178 RES_TXTATR_AUTOFMT == rAttr.Which() ) in GetItem() 183 bool bInParent = RES_TXTATR_AUTOFMT != rAttr.Which(); in GetItem() 190 return ( nWhich == rAttr.Which() ) ? &rAttr.GetAttr() : 0; in GetItem() 226 RES_TXTATR_INETFMT != rAttr.Which() || in lcl_ChgHyperLinkColor() 227 RES_CHRATR_COLOR != rItem.Which() ) in lcl_ChgHyperLinkColor() 441 nWhich = pItem->Which(); in Init() [all …]
|
| /trunk/main/sw/inc/ |
| H A D | txatbase.hxx | 108 inline sal_uInt16 Which() const { return GetAttr().Which(); } in Which() function in SwTxtAttr 174 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_CHARFMT, in GetCharFmt() 181 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_AUTOFMT, in GetAutoFmt() 189 && ( m_pAttr->Which() == RES_TXTATR_FIELD in GetFmtFld() 190 || m_pAttr->Which() == RES_TXTATR_ANNOTATION in GetFmtFld() 191 || m_pAttr->Which() == RES_TXTATR_INPUTFIELD ), in GetFmtFld() 198 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_FTN, "Wrong attribute" ); in GetFtn() 204 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_FLYCNT, in GetFlyCnt() 211 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_TOXMARK, in GetTOXMark() 218 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_REFMARK, in GetRefMark() [all …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdattr.cxx | 383 sal_uInt16 nWhich=rItem.Which(); in GetPresentation() 670 SdrItemPool::TakeItemName(Which(), aStr); in GetPresentation() 680 return new SdrFractionItem(Which(),rIn); in Create() 692 return new SdrFractionItem(Which(),GetValue()); in Clone() 698 sal_uInt16 nId=Which(); in IsPoolable() 731 SdrItemPool::TakeItemName(Which(), aStr); in GetPresentation() 741 return new SdrScaleItem(Which(),rIn); in Create() 746 return new SdrScaleItem(Which(),GetValue()); in Clone() 757 return new SdrOnOffItem(Which(),GetValue()); in Clone() 762 return new SdrOnOffItem(Which(),rIn); in Create() [all …]
|
| /trunk/main/sw/source/core/attr/ |
| H A D | format.cxx | 289 sal_uInt16 nWhich = pOldValue ? pOldValue->Which() : in Modify() 290 pNewValue ? pNewValue->Which() : 0 ; in Modify() 413 ASSERT( Which()==pDerFrom->Which() in SetDerivedFrom() 414 || ( Which()==RES_CONDTXTFMTCOLL && pDerFrom->Which()==RES_TXTFMTCOLL) in SetDerivedFrom() 415 || ( Which()==RES_TXTFMTCOLL && pDerFrom->Which()==RES_CONDTXTFMTCOLL) in SetDerivedFrom() 416 || ( Which()==RES_FLYFRMFMT && pDerFrom->Which()==RES_FRMFMT ), in SetDerivedFrom() 496 const sal_uInt16 nWhich = rAttr.Which(); in SetFmtAttr() 503 if(RES_BACKGROUND == rAttr.Which() && supportsFullDrawingLayerFillAttributeSet()) in SetFmtAttr() 544 const sal_uInt16 nFmtWhich = Which(); in SetFmtAttr() 551 if ( nFmtWhich == RES_TXTFMTCOLL && rAttr.Which() == RES_PARATR_NUMRULE ) in SetFmtAttr() [all …]
|
| /trunk/main/sw/source/core/undo/ |
| H A D | rolbck.cxx | 82 switch ( m_pAttr->Which() ) in SwHistorySetFmt() 121 sal_uInt16 nWhich = m_pAttr->Which(); in GetDescription() 192 , m_nWhich( pFmtHt->Which() ) in SwHistoryResetFmt() 224 sal_uInt16 nWhich = pTxtHt->Which(); in SwHistorySetTxt() 246 if ( RES_TXTATR_CHARFMT == m_pAttr->Which() ) in SetInDoc() 274 m_nFldWhich = m_pFld->GetField()->GetTyp()->Which(); in SwHistorySetTxtFld() 729 if( !rSetArr.Seek_Entry( pOrigItem->Which() )) in SwHistorySetAttrSet() 731 m_ResetArray.Insert( pOrigItem->Which(), m_ResetArray.Count() ); in SwHistorySetAttrSet() 732 m_OldSet.ClearItem( pOrigItem->Which() ); in SwHistorySetAttrSet() 736 switch ( pItem->Which() ) in SwHistorySetAttrSet() [all …]
|
| H A D | unattr.cxx | 75 if ( pOld->Which() == RES_OBJECTDYING ) in Modify() 81 if( POOLATTR_END >= pOld->Which() ) in Modify() 93 else if ( RES_ATTRSET_CHG == pOld->Which() ) in Modify() 130 , m_nFmtWhich( rChgFmt.Which() ) in SwUndoFmtAttr() 142 , m_nFmtWhich( rChgFmt.Which() ) in SwUndoFmtAttr() 414 if ( RES_ANCHOR == rItem.Which() ) in PutAttr() 425 if ( RES_DRAWFRMFMT == m_pFmt->Which() ) in SaveFlyAnchor() 511 if( RES_DRAWFRMFMT == pFrmFmt->Which() ) in RestoreFlyAnchor() 547 ASSERT( pHnt && pHnt->Which() == RES_TXTATR_FLYCNT, in RestoreFlyAnchor() 574 if ( RES_DRAWFRMFMT == pFrmFmt->Which() ) in RestoreFlyAnchor() [all …]
|
| H A D | undobj1.cxx | 74 if ( RES_DRAWFRMFMT == pFrmFmt->Which() ) in InsFly() 108 if( RES_DRAWFRMFMT != pFrmFmt->Which() ) in InsFly() 173 if ( RES_DRAWFRMFMT != pFrmFmt->Which() ) in DelFly() 183 else if ( RES_DRAWFRMFMT == pFrmFmt->Which() ) in DelFly() 239 : SwUndoFlyBase( pFormat, RES_DRAWFRMFMT == pFormat->Which() ? in SwUndoInsLayFmt() 394 if (RES_DRAWFRMFMT != pFrmFmt->Which()) in lcl_GetSwUndoId() 599 ASSERT( pHnt && pHnt->Which() == RES_TXTATR_FLYCNT, in UndoImpl() 705 sal_uInt16 nWhich = pOld->Which(); in Modify() 715 PutAttr( pItem->Which(), pItem ); in Modify()
|
| /trunk/main/svl/source/items/ |
| H A D | itemset.cxx | 88 pItem->Which() == 0 || pItem->Which() == nWh, in DBG_NAME() 90 DBG_ASSERT( IsInvalidItem(pItem) || !pItem->Which() || in DBG_NAME() 91 !SfxItemPool::IsWhich(pItem->Which()) || in DBG_NAME() 309 else if ( !(*ppSrc)->Which() ) in SfxItemSet() 338 if( !(*ppFnd)->Which() ) in ~SfxItemSet() 404 if ( pItemToClear->Which() ) in ClearItem() 587 if ( rItem.Which() && ( IsInvalidItem(*ppFnd) || !(*ppFnd)->Which() ) ) in Put() 595 if( !rItem.Which() ) in Put() 619 if( !rItem.Which() ) in Put() 854 if ( pItem && !IsInvalidItem(pItem) && pItem->Which() ) in SetRanges() [all …]
|
| H A D | itempool.cxx | 296 SFX_ASSERT( (*( ppStaticDefaults + n ))->Which() == n + nStart, in SetDefaults() 531 ePresent, GetMetric(rItem.Which()), eMetric, rText, pIntlWrapper ); in GetPresentation() 693 if ( IsInRange(rItem.Which()) ) in SetPoolDefaultItem() 696 ppPoolDefaults + GetIndex_Impl(rItem.Which()); in SetPoolDefaultItem() 710 SFX_ASSERT( 0, rItem.Which(), "unknown Which-Id - cannot set pool default" ); in SetPoolDefaultItem() 749 nWhich = rItem.Which(); in Put() 765 SFX_ASSERT( USHRT_MAX != nIndex || rItem.Which() != nWhich || in Put() 878 SFX_ASSERT( !IsPoolDefaultItem(&rItem), rItem.Which(), in Remove() 882 const sal_uInt16 nWhich = rItem.Which(); in Remove() 899 !IsDefaultItem(&rItem), rItem.Which(), in Remove() [all …]
|
| H A D | poolio.cxx | 224 sal_uInt16 nSlotId = GetSlotId( (*ppDefItem)->Which(), sal_False ); in Store() 226 rStream << (*ppDefItem)->Which(); in Store() 261 sal_uInt16 nWh = pItem->Which(); in Store() 293 sal_uInt16 nSlotId = GetSlotId( pDefaultItem->Which(), sal_False ); in Store() 295 rStream << pDefaultItem->Which(); in Store() 1202 if ( !IsInRange(pItem->Which()) ) in GetSurrogate() 1206 SFX_ASSERT( 0, pItem->Which(), "unknown Which-Id - dont ask me for surrogates" ); in GetSurrogate() 1213 SfxPoolItemArray_Impl* pItemArr = *(pImp->ppPoolItems + GetIndex_Impl(pItem->Which())); in GetSurrogate() 1222 SFX_ASSERT( 0, pItem->Which(), "Item not in the pool"); in GetSurrogate() 1583 if ( IsSlot( rItem.Which() ) ) in StoreItem() [all …]
|
| /trunk/main/sw/source/core/doc/ |
| H A D | docfld.cxx | 94 nFldWhich = rFldTyp.Which(); in SV_IMPL_OP_PTRARR_SORT() 116 if( nFldWhich == (*pFldTypes)[i]->Which() && in SV_IMPL_OP_PTRARR_SORT() 124 if( nFldWhich == (*pFldTypes)[i]->Which() ) in SV_IMPL_OP_PTRARR_SORT() 130 if( nFldWhich == (*pFldTypes)[i]->Which() ) in SV_IMPL_OP_PTRARR_SORT() 173 sal_uInt16 nSize = pFldTypes->Count(), nFldWhich = rFldTyp.Which(); in InsDeletedFldType() 185 if( nFldWhich == (pFnd = (*pFldTypes)[i])->Which() && in InsDeletedFldType() 194 if( nFldWhich == (pFnd = (*pFldTypes)[i])->Which() && in InsDeletedFldType() 240 sal_uInt16 nWhich = pTmp->Which(); in RemoveFldType() 318 if( nResId == pFldType->Which() && in GetFldType() 344 switch( (*pFldTypes)[i]->Which() ) in UpdateFlds() [all …]
|
| /trunk/main/editeng/source/items/ |
| H A D | textitem.cxx | 461 (FontPitch)eFontPitch, (rtl_TextEncoding)eFontTextEncoding, Which() ); in Create() 530 return new SvxPostureItem( (const FontItalic)nPosture, Which() ); in Create() 706 return new SvxWeightItem( (FontWeight)nWeight, Which() ); in Create() 848 SvxFontHeightItem* pItem = new SvxFontHeightItem( nsize, 100, Which() ); in Create() 1246 SvxFontWidthItem* pItem = new SvxFontWidthItem( 0, nP, Which() ); in Create() 1395 return new SvxTextLineItem( (FontUnderline)nState, Which() ); in Create() 1532 return new SvxUnderlineItem( (FontUnderline)nState, Which() ); in Create() 1565 return new SvxOverlineItem( (FontUnderline)nState, Which() ); in Create() 1632 return new SvxCrossedOutItem( (FontStrikeout)eCross, Which() ); in Create() 1736 return new SvxShadowedItem( nState, Which() ); in Create() [all …]
|
| H A D | paraitem.cxx | 294 SvxLineSpacingItem* pAttr = new SvxLineSpacingItem( nHeight, Which() ); in Create() 521 SvxAdjustItem *pRet = new SvxAdjustItem( (SvxAdjust)eAdjustment, Which() ); in Create() 572 return new SvxWidowsItem( nLines, Which() ); in Create() 644 return new SvxOrphansItem( nLines, Which() ); in Create() 850 SvxHyphenZoneItem* pAttr = new SvxHyphenZoneItem( sal_False, Which() ); in Create() 959 SfxPoolItem( rTSI.Which() ), in SvxTabStopItem() 1218 new SvxTabStopItem( 0, 0, SVX_TAB_ADJUST_DEFAULT, Which() ); in Create() 1340 return new SvxFmtSplitItem( sal_Bool( bIsSplit != 0 ), Which() ); in Create() 1455 return new SvxScriptSpaceItem( GetValue(), Which() ); in Clone() 1462 return new SvxScriptSpaceItem( bFlag, Which() ); in Create() [all …]
|
| /trunk/main/sw/source/core/edit/ |
| H A D | edfld.cxx | 77 if(rFldType.Which() == nResId) in GetFldTypeCount() 116 if(pFldType->Which() == nResId) in GetFldType() 153 if( (*pFldTypes)[i]->Which() == nResId && in RemoveFldType() 176 if( pFldType->Which() == nResId ) in RemoveFldType() 252 if( RES_INPUTFLD == rFld.Which() ) in lcl_FindInputFld() 265 else if( RES_SETEXPFLD == rFld.Which() in lcl_FindInputFld() 293 sal_uInt16 nFldWhich = rFld.GetTyp()->Which(); in UpdateFlds() 355 if( pCurFld->GetTyp()->Which() != in UpdateFlds() 356 rFld.GetTyp()->Which() ) in UpdateFlds() 494 sal_uInt16 nWhich = rFldType.Which(); in IsAnyDatabaseFieldInDoc()
|
| /trunk/main/sw/source/core/fields/ |
| H A D | fldbas.cxx | 207 sal_uInt16 SwField::Which() const in Which() function in SwField 210 return pType->Which(); in Which() 222 switch( pType->Which() ) in GetTypeId() 258 nRet = aTypeTab[ pType->Which() ]; in GetTypeId() 271 if (RES_DATETIMEFLD == GetTyp()->Which()) in GetFieldName() 362 ASSERT( pNewType && pNewType->Which() == pType->Which(), in ChgTyp() 374 switch( pType->Which() ) in HasClickHdl() 405 switch( pType->Which() ) in IsFixed() 485 : SwFieldType(rTyp.Which()), in SwValueFieldType() 672 !(Which() == RES_USERFLD && (GetSubType()&nsSwExtendedSubType::SUB_CMD) ) ) in SetLanguage()
|
| /trunk/main/sc/source/core/data/ |
| H A D | attrib.cxx | 154 DBG_ASSERT( Which() != rItem.Which() || Type() == rItem.Type(), "which ==, type !=" ); in operator ==() 155 return (Which() == rItem.Which()) in operator ==() 377 DBG_ASSERT( Which() != rItem.Which() || Type() == rItem.Type(), "which ==, type !=" ); in operator ==() 378 return (Which() == rItem.Which()) in operator ==() 502 : SfxPoolItem ( rCpy.Which() ), in ScTableListItem() 920 ScPageHFItem* pItem = new ScPageHFItem( Which() ); in Create() 1061 switch( Which() ) in GetPresentation() 1136 return new ScViewObjectModeItem( Which() ); in Create() 1146 return new ScViewObjectModeItem( Which(), (ScVObjMode)nVal); in Create() 1199 ScDoubleItem* pItem = new ScDoubleItem( Which(), nTmp ); in Create()
|
| /trunk/main/cui/source/dialogs/ |
| H A D | SpellAttrib.cxx | 77 return Which() == rAttr.Which() && in operator ==() 121 return Which() == rAttr.Which() && in operator ==() 165 return Which() == rAttr.Which() && in operator ==()
|
| /trunk/main/svx/source/items/ |
| H A D | chrtitem.cxx | 87 return new SvxChartStyleItem(rIn, Which()); in Create() 120 return new SvxChartDataDescrItem(rIn, Which()); in Create() 153 return new SvxChartTextOrderItem(rIn, Which()); in Create() 247 return new SvxChartTextOrientItem(rIn, Which()); in Create() 324 return new SvxDoubleItem(_fVal, Which()); in Create() 404 return new SvxChartKindErrorItem(rIn, Which()); in Create() 446 return new SvxChartIndicateItem(rIn, Which()); in Create() 488 return new SvxChartRegressItem(rIn, Which()); in Create()
|
| /trunk/main/sw/source/filter/html/ |
| H A D | htmlatr.cxx | 363 sal_Bool bTxtColl = pFmt->Which() == RES_TXTFMTCOLL || in SV_IMPL_OP_PTRARR_SORT() 364 pFmt->Which() == RES_CONDTXTFMTCOLL; in SV_IMPL_OP_PTRARR_SORT() 570 ASSERT( RES_CONDTXTFMTCOLL==rFmt.Which() || RES_TXTFMTCOLL==rFmt.Which(), in OutHTML_SwFmt() 1386 switch( rItem.Which() ) in GetHTMLItemState() 1549 if( pItem->Which() == nWhich && in ExistsOnTagItem() 1586 sal_uInt16 nTstWhich = pItem->Which() ; in ExistsOffTagItem() 1692 sal_uInt16 nWhich = rItem.Which(); in SplitItem() 1714 if( pItem->Which() == nWhich && in SplitItem() 1818 if( !ExistsOnTagItem( rItem.Which(), nStart ) ) in InsertNoScript() 1827 if( ExistsOnTagItem( rItem.Which(), nStart ) ) in InsertNoScript() [all …]
|