Home
last modified time | relevance | path

Searched refs:bRemoveParaAttribs (Results 1 – 21 of 21) sorted by path

/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx268 …void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt…
H A Deditview.hxx177 …void RemoveAttribs( sal_Bool bRemoveParaAttribs = sal_False, sal_uInt16 nWhich = 0 …
179 void RemoveAttribsKeepLanguages( sal_Bool bRemoveParaAttribs = sal_False );
H A Doutliner.hxx362 …void RemoveAttribs( sal_Bool bRemoveParaAttribs = sal_False, sal_uInt16 nWhich = 0, sal_Boo…
363 void RemoveAttribsKeepLanguages( sal_Bool bRemoveParaAttribs );
793 …void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt…
H A Dunoedprx.hxx46 …d RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16 …
H A Dunoedsrc.hxx158 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_…
H A Dunofored.hxx48 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_…
H A Dunoforou.hxx66 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_…
H A Dunotext.hxx192 …d RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16 …
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1681 void EditEngine::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt… in RemoveAttribs() argument
1687 pImpEditEngine->RemoveCharAttribs( aSel, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
H A Deditundo.cxx580 bRemoveParaAttribs = sal_False; in EditUndoSetAttribs()
647 _pImpEE->RemoveCharAttribs( aSel, bRemoveParaAttribs, nRemoveWhich ); in Redo()
H A Deditundo.hxx244 sal_Bool bRemoveParaAttribs; member in EditUndoSetAttribs
260 void SetRemoveParaAttribs( sal_Bool b ) { bRemoveParaAttribs = b; } in SetRemoveParaAttribs()
H A Deditview.cxx513 void EditView::RemoveAttribsKeepLanguages( sal_Bool bRemoveParaAttribs ) in RemoveAttribsKeepLanguages() argument
528 PIMPEE->RemoveCharAttribs( aSelection, bRemoveParaAttribs, nWID ); in RemoveAttribsKeepLanguages()
535 void EditView::RemoveAttribs( sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich ) in RemoveAttribs() argument
542 PIMPEE->RemoveCharAttribs( pImpEditView->GetEditSelection(), bRemoveParaAttribs, nWhich ); in RemoveAttribs()
H A Dimpedit.hxx818 void RemoveCharAttribs( EditSelection aSel, sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich = 0 );
H A Dimpedit5.cxx637 void ImpEditEngine::RemoveCharAttribs( EditSelection aSel, sal_Bool bRemoveParaAttribs, sal_uInt16 … in RemoveCharAttribs() argument
644 const SfxItemSet* _pEmptyItemSet = bRemoveParaAttribs ? &GetEmptyItemSet() : 0; in RemoveCharAttribs()
651 pUndo->SetRemoveParaAttribs( bRemoveParaAttribs ); in RemoveCharAttribs()
674 if ( bRemoveParaAttribs ) in RemoveCharAttribs()
695 if ( bChanged && !bRemoveParaAttribs ) in RemoveCharAttribs()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx746 void Outliner::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16… in RemoveAttribs() argument
749 pEditEngine->RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
H A Doutlvw.cxx1514 void OutlinerView::RemoveAttribsKeepLanguages( sal_Bool bRemoveParaAttribs ) in RemoveAttribsKeepLanguages() argument
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() argument
1526 pEditView->RemoveAttribsKeepLanguages( bRemoveParaAttribs ); in RemoveAttribs()
1528 pEditView->RemoveAttribs( bRemoveParaAttribs, nWhich ); in RemoveAttribs()
1529 if ( bRemoveParaAttribs ) in RemoveAttribs()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx123 …neForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16 … in RemoveAttribs() argument
125 rEditEngine.RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
H A Dunoforou.cxx189 void SvxOutlinerForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs in RemoveAttribs() argument
191 rOutliner.RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
/trunk/main/starmath/source/
H A Daccessibility.cxx1098 void SmTextForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal… in RemoveAttribs() argument
1102 pEditEngine->RemoveAttribs( rSelection, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
H A Daccessibility.hxx221 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_…
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx2281 const sal_Bool bRemoveParaAttribs = !bNoParagraphFormats; in ApplyFormatPaintBrush() local
2282 pOLV->RemoveAttribsKeepLanguages( bRemoveParaAttribs ); in ApplyFormatPaintBrush()

Completed in 218 milliseconds