Searched refs:RES_TXTATR_AUTOFMT (Results 1 – 20 of 20) sorted by relevance
/trunk/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 605 RES_TXTATR_AUTOFMT == rNewHint.Which(), in BuildPortions() 619 RES_TXTATR_AUTOFMT != pOther->Which() ) in BuildPortions() 685 RES_TXTATR_AUTOFMT != pOther->Which() ) in BuildPortions() 1015 else if ( RES_TXTATR_AUTOFMT == rAttr.Which() && in MakeTxtAttr() 1732 else if ( nWhich == RES_TXTATR_AUTOFMT ) in DeleteAttributes() 2001 if ( RES_TXTATR_AUTOFMT == rAttr.Which() ) in lcl_MergeAttr() 2025 RES_TXTATR_AUTOFMT == rAttr.Which() ) in lcl_MergeAttr_ExpandChrFmt() 2711 RES_TXTATR_AUTOFMT != pHt->Which() ) in MergePortions() 2879 case RES_TXTATR_AUTOFMT: in TryInsertHint() 3103 ( RES_TXTATR_AUTOFMT == nWhich || in TryInsertHint() [all …]
|
H A D | ndhints.cxx | 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() 379 && ( (pHtThis->Which() != RES_TXTATR_AUTOFMT) in Check() 380 || (pHtLast->Which() != RES_TXTATR_AUTOFMT) in Check()
|
H A D | txtedt.cxx | 482 if ( bSkipAttr && RES_TXTATR_AUTOFMT == pHt->Which() ) in RstTxtAttr() 494 if ( bSkipAttr && RES_TXTATR_AUTOFMT == pHt->Which() ) in RstTxtAttr()
|
H A D | ndtxt.cxx | 1315 || (nWhich == RES_TXTATR_AUTOFMT) in GetTxtAttrAt() 3213 RES_TXTATR_AUTOFMT == nWhich )) in GetExpandTxt()
|
/trunk/main/sw/source/core/text/ |
H A D | atrstck.cxx | 150 if ( RES_TXTATR_AUTOFMT == rAttr.Which() ) in GetItemSet() 178 RES_TXTATR_AUTOFMT == rAttr.Which() ) in GetItem() 183 bool bInParent = RES_TXTATR_AUTOFMT != rAttr.Which(); in GetItem() 477 RES_TXTATR_AUTOFMT == rAttr.Which() ) in PushAndChg() 485 …l_Bool bRet = SFX_ITEM_SET == pSet->GetItemState( i, rAttr.Which() != RES_TXTATR_AUTOFMT, &pItem ); in PushAndChg() 561 RES_TXTATR_AUTOFMT == rAttr.Which() ) in PopAndChg() 569 …sal_Bool bRet = SFX_ITEM_SET == pSet->GetItemState( i, RES_TXTATR_AUTOFMT != rAttr.Which(), &pItem… in PopAndChg() 624 RES_TXTATR_AUTOFMT == pTopAt->Which() ) in ActivateTop() 628 pSet->GetItemState( nAttr, RES_TXTATR_AUTOFMT != pTopAt->Which(), &pItemNext ); in ActivateTop()
|
H A D | txtfrm.cxx | 1059 if( ! nTmp || RES_TXTATR_CHARFMT == nTmp || RES_TXTATR_AUTOFMT == nTmp || in Modify()
|
/trunk/main/sw/inc/ |
H A D | fmtautofmt.hxx | 39 SwFmtAutoFmt( sal_uInt16 nWhich = RES_TXTATR_AUTOFMT );
|
H A D | txatbase.hxx | 181 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_AUTOFMT, in GetAutoFmt()
|
H A D | hintids.hxx | 131 RES_TXTATR_AUTOFMT, // 47 enumerator
|
/trunk/main/sw/source/core/crsr/ |
H A D | findattr.cxx | 344 if( RES_TXTATR_CHARFMT == nWhch || RES_TXTATR_AUTOFMT == nWhch ) in SetAttrFwd() 506 if( RES_TXTATR_CHARFMT == nWhch || RES_TXTATR_AUTOFMT == nWhch ) in SetAttrBwd()
|
/trunk/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 544 (RES_TXTATR_AUTOFMT == nWhich) || in lcl_InsAttr() 571 RES_TXTATR_AUTOFMT, RES_TXTATR_AUTOFMT, in lcl_InsAttr()
|
H A D | dbgoutsw.cxx | 168 aItemWhichMap[RES_TXTATR_AUTOFMT] = String("TXTATR_AUTOFMT", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/trunk/main/sw/source/core/bastyp/ |
H A D | init.cxx | 539 aAttrTab[ RES_TXTATR_AUTOFMT- POOLATTR_BEGIN ] = new SwFmtAutoFmt; in _InitCore()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 315 : sal::static_int_cast< sal_uInt16 >(RES_TXTATR_AUTOFMT) ); in lcl_setAutoStyle() 565 case RES_TXTATR_AUTOFMT: in SetCursorPropertyValue()
|
H A D | unoportenum.cxx | 993 case RES_TXTATR_AUTOFMT: in lcl_ExportHints()
|
H A D | unomap.cxx | 269 …{ SW_PROP_NMID(UNO_NAME_CHAR_AUTO_STYLE_NAME), RES_TXTATR_AUTOFMT, CPPU_E2T(CPPUTYPE_OUSTRING)… 724 …{ SW_PROP_NMID(UNO_NAME_CHAR_AUTO_STYLE_NAME), RES_TXTATR_AUTOFMT, CPPU_E2T(CPPUTYPE_OUSTRING)… in GetPropertyMapEntries()
|
H A D | unostyle.cxx | 4900 if ( RES_TXTATR_AUTOFMT == pEntry->nWID || RES_AUTO_STYLE == pEntry->nWID ) in GetPropertyValues_Impl()
|
/trunk/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 871 m_Array.Insert( RES_TXTATR_AUTOFMT, m_Array.Count() ); in SwHistoryResetAttrSet()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 500 if (nWhich == RES_TXTATR_AUTOFMT) in OutAttr()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmlatr.cxx | 1507 case RES_TXTATR_AUTOFMT: in GetHTMLItemState()
|
Completed in 232 milliseconds