Searched refs:SwUpdateAttr (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtatr2.cxx | 75 SwUpdateAttr aUpdateAttr( *GetStart(), *GetEnd(), nWhich ); in ModifyNotification() 193 SwUpdateAttr aUpdateAttr( *GetStart(), *GetEnd(), nWhich ); in Modify() 242 SwUpdateAttr aUpdateAttr( *GetStart(), *GetEnd(), nWhich ); in Modify()
|
H A D | thints.cxx | 1682 SwUpdateAttr aHint( in DeleteAttribute() 1758 SwUpdateAttr aHint( nStart, *pEndIdx, nWhich ); in DeleteAttributes() 3051 SwUpdateAttr aHint( nHtStart, nHtStart, nWhich ); in TryInsertHint() 3133 SwUpdateAttr aHint( nHtStart, nHtStart == nHintEnd ? nHintEnd + 1 : nHintEnd, nWhich ); in TryInsertHint()
|
H A D | ndtxt.cxx | 1564 SwUpdateAttr aHint( nOldPos, nOldPos, 0 ); in CopyAttr() 2485 SwUpdateAttr aHint( nMin, nMax, 0 ); in GCAttr()
|
H A D | txtedt.cxx | 656 SwUpdateAttr aHint( nMin, nMax, 0 ); in RstTxtAttr()
|
/aoo41x/main/sw/inc/ |
H A D | hints.hxx | 110 class SwUpdateAttr: public SwMsgPoolItem class 116 SwUpdateAttr( xub_StrLen nS, xub_StrLen nE, sal_uInt16 nW );
|
/aoo41x/main/sw/source/core/attr/ |
H A D | hints.cxx | 67 SwUpdateAttr::SwUpdateAttr( xub_StrLen nS, xub_StrLen nE, sal_uInt16 nW ) in SwUpdateAttr() function in SwUpdateAttr
|
/aoo41x/main/sw/source/core/doc/ |
H A D | visiturl.cxx | 88 SwUpdateAttr aUpdateAttr( *pAttr->GetStart(), in Notify()
|
H A D | docedt.cxx | 847 SwUpdateAttr aHint( 0, 0, 0 ); in Overwrite()
|
H A D | docredln.cxx | 3278 SwUpdateAttr aHt( 0, 0, RES_FMT_CHG ); in InvalidateRange()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 1043 nPos = ((SwUpdateAttr*)pNew)->nStart; in Modify() 1044 nLen = ((SwUpdateAttr*)pNew)->nEnd - nPos; in Modify() 1057 MSHORT nTmp = ((SwUpdateAttr*)pNew)->nWhichAttr; in Modify()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1122 const sal_uInt16 nTmp = ((SwUpdateAttr*)pNewValue)->nWhichAttr; in Modify()
|
Completed in 110 milliseconds