Searched refs:RemoveCharAttribs (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/editeng/source/editeng/ |
H A D | editview.cxx | 528 PIMPEE->RemoveCharAttribs( aSelection, bRemoveParaAttribs, nWID ); in RemoveAttribsKeepLanguages() 542 PIMPEE->RemoveCharAttribs( pImpEditView->GetEditSelection(), bRemoveParaAttribs, nWhich ); in RemoveAttribs() 547 void EditView::RemoveCharAttribs( sal_uInt16 nPara, sal_uInt16 nWhich ) in RemoveCharAttribs() function in EditView 552 PIMPEE->RemoveCharAttribs( nPara, nWhich ); in RemoveCharAttribs()
|
H A D | editundo.cxx | 620 _pImpEE->RemoveCharAttribs( nPara, 0, sal_True ); in Undo() 647 _pImpEE->RemoveCharAttribs( aSel, bRemoveParaAttribs, nRemoveWhich ); in Redo()
|
H A D | impedit5.cxx | 637 void ImpEditEngine::RemoveCharAttribs( EditSelection aSel, sal_Bool bRemoveParaAttribs, sal_uInt16 … in RemoveCharAttribs() function in ImpEditEngine 705 void ImpEditEngine::RemoveCharAttribs( sal_uInt16 nPara, sal_uInt16 nWhich, sal_Bool bRemoveFeature… in RemoveCharAttribs() function in ImpEditEngine
|
H A D | editobj2.hxx | 261 virtual sal_Bool RemoveCharAttribs( sal_uInt16 nWhich = 0 );
|
H A D | editeng.cxx | 1580 pImpEditEngine->RemoveCharAttribs( nPara ); in InsertParagraph() 1601 pImpEditEngine->RemoveCharAttribs( nPara ); in InsertParagraph() 1687 pImpEditEngine->RemoveCharAttribs( aSel, bRemoveParaAttribs, nWhich ); in RemoveAttribs() 2037 pImpEditEngine->RemoveCharAttribs( nPara, nWhich ); in QuickRemoveCharAttribs()
|
H A D | editobj.cxx | 399 sal_Bool EditTextObject::RemoveCharAttribs( sal_uInt16 /*nWhich*/ ) in RemoveCharAttribs() function in EditTextObject 1042 sal_Bool BinTextObject::RemoveCharAttribs( sal_uInt16 _nWhich ) in RemoveCharAttribs() function in BinTextObject
|
H A D | impedit.hxx | 818 void RemoveCharAttribs( EditSelection aSel, sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich = 0 ); 819 …void RemoveCharAttribs( sal_uInt16 nPara, sal_uInt16 nWhich = 0, sal_Bool bRemoveFeatures = sal_…
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | editobj.hxx | 97 virtual sal_Bool RemoveCharAttribs( sal_uInt16 nWhich = 0 );
|
H A D | editview.hxx | 178 void RemoveCharAttribs( sal_uInt16 nPara, sal_uInt16 nWhich = 0 );
|
H A D | outliner.hxx | 342 void RemoveCharAttribs( sal_uLong nPara, sal_uInt16 nWhich = 0 );
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1642 void OutlinerView::RemoveCharAttribs( sal_uLong nPara, sal_uInt16 nWhich) in RemoveCharAttribs() function in OutlinerView 1645 pEditView->RemoveCharAttribs( (sal_uInt16)nPara, nWhich); in RemoveCharAttribs()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 1652 pTableView->RemoveCharAttribs( i, EE_CHAR_WEIGHT ); in UpdateParenthesis()
|
Completed in 326 milliseconds