/aoo42x/main/sw/source/ui/shells/ |
H A D | langhelper.cxx | 385 rEditView.RemoveAttribs( true, EE_CHAR_LANGUAGE ); in ResetLanguages() 386 rEditView.RemoveAttribs( true, EE_CHAR_LANGUAGE_CJK ); in ResetLanguages() 387 rEditView.RemoveAttribs( true, EE_CHAR_LANGUAGE_CTL ); in ResetLanguages()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 310 …void RemoveAttribs( sal_uLong nPara, sal_uInt16 nWhich, sal_Bool bIdleFormatAndUpda… 312 void RemoveAttribs( sal_uLong nPara, sal_Bool bIdleFormatAndUpdate = sal_True );
|
/aoo42x/main/editeng/source/uno/ |
H A D | unofored.cxx | 123 void SvxEditEngineForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttri… in RemoveAttribs() function in SvxEditEngineForwarder 125 rEditEngine.RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
|
H A D | unoforou.cxx | 189 void SvxOutlinerForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs… in RemoveAttribs() function in SvxOutlinerForwarder 191 rOutliner.RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 746 void Outliner::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16… in RemoveAttribs() function in Outliner 749 pEditEngine->RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
|
H A D | outlvw.cxx | 1516 RemoveAttribs( bRemoveParaAttribs, 0, sal_True /*keep language attribs*/ ); in RemoveAttribsKeepLanguages() 1519 void OutlinerView::RemoveAttribs( sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich, sal_Bool bKeepLan… in RemoveAttribs() function in OutlinerView 1528 pEditView->RemoveAttribs( bRemoveParaAttribs, nWhich ); in RemoveAttribs()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 1759 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTCOLOR, sal_True ); in MoveErrorMarkTo() 1760 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTWEIGHT, sal_True ); in MoveErrorMarkTo() 2151 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTCOLOR, sal_True ); in SetUndoEditMode() 2152 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTWEIGHT, sal_True ); in SetUndoEditMode()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 1646 RemoveAttribs( pNode, nStart, nEnd, pStartingAttrib, pEndingAttrib, rPoolItem.Which() ); in InsertAttribInSelection() 1671 sal_Bool EditDoc::RemoveAttribs( ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd, sal_uInt16… in RemoveAttribs() function in EditDoc 1675 return RemoveAttribs( pNode, nStart, nEnd, pStarting, pEnding, nWhich ); in RemoveAttribs() 1678 sal_Bool EditDoc::RemoveAttribs( ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd, EditCharAt… in RemoveAttribs() function in EditDoc
|
H A D | editdoc.hxx | 758 …sal_Bool RemoveAttribs( ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd, sal_uInt16 nWhic… 759 …sal_Bool RemoveAttribs( ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd, EditCharAttrib*&…
|
H A D | textconv.cxx | 599 pEditView->RemoveAttribs(); in ChangeText_impl()
|
H A D | impedit5.cxx | 673 sal_Bool bChanged = aEditDoc.RemoveAttribs( pNode, nStartPos, nEndPos, nWhich ); in RemoveCharAttribs()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | unofored.hxx | 48 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_…
|
H A D | unoforou.hxx | 66 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_…
|
H A D | unoedprx.hxx | 46 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, …
|
H A D | unoedsrc.hxx | 158 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_…
|
H A D | editview.hxx | 177 …void RemoveAttribs( sal_Bool bRemoveParaAttribs = sal_False, sal_uInt16 nWhich = 0 …
|
H A D | outliner.hxx | 362 …void RemoveAttribs( sal_Bool bRemoveParaAttribs = sal_False, sal_uInt16 nWhich = 0, sal_Boo… 793 …void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt…
|
H A D | editeng.hxx | 268 …void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt…
|
/aoo42x/main/svtools/source/edit/ |
H A D | editsyntaxhighlighter.cxx | 189 GetTextEngine()->RemoveAttribs( nLine, sal_True ); in UpdateData()
|
/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleEmptyEditSource.cxx | 116 …void RemoveAttribs( const ESelection& /*rSelection*/, sal_Bool /*bRemoveParaAttribs*/, … in RemoveAttribs() function in accessibility::AccessibleEmptyEditSource_Impl
|
/aoo42x/main/sd/source/ui/view/ |
H A D | outlnvs2.cxx | 455 pOutlinerView->RemoveAttribs(sal_True); // sal_True = auch Absatzattribute in FuTemporaryModify()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdotxat.cxx | 426 pOutliner->RemoveAttribs( aSelAll, false, (*aIter++) ); in RemoveOutlinerCharacterAttribs()
|
/aoo42x/main/svx/source/sdr/properties/ |
H A D | textproperties.cxx | 192 rOutliner.RemoveAttribs(aSelection, sal_True, 0); in ItemChange()
|
/aoo42x/main/starmath/source/ |
H A D | accessibility.cxx | 1098 void SmTextForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal… in RemoveAttribs() function in SmTextForwarder 1102 pEditEngine->RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | srcedtw.cxx | 701 pTextEngine->RemoveAttribs( nPara, (sal_Bool)sal_True ); in DoSyntaxHighlight()
|