/trunk/main/sd/source/ui/func/ |
H A D | fuformatpaintbrush.cxx | 190 bool bNoCharacterFormats = false; in MouseButtonUp() local 194 bNoCharacterFormats = true; in MouseButtonUp() 203 Paste( bNoCharacterFormats, bNoParagraphFormats ); in MouseButtonUp() 253 void FuFormatPaintBrush::Paste( bool bNoCharacterFormats, bool bNoParagraphFormats ) in Paste() argument 267 mpView->ApplyFormatPaintBrush( *mpItemSet.get(), bNoCharacterFormats, bNoParagraphFormats ); in Paste()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | formatclipboard.cxx | 100 , bool bNoCharacterFormats = false, bool bNoParagraphFormats = false ) in lcl_CreateEmptyItemSet() argument 135 if( bNoCharacterFormats ) in lcl_CreateEmptyItemSet() 485 , bool bNoCharacterFormats, bool bNoParagraphFormats ) in Paste() argument 503 if(m_aCharStyle.Len() && !bNoCharacterFormats ) in Paste() 542 , bNoCharacterFormats, bNoParagraphFormats ); in Paste()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 2161 …, const SfxItemSet& rSourceSet, const SfxItemSet& rTargetSet, bool bNoCharacterFormats, bool bNoPa… in CreatePaintSet() argument 2170 if( bNoCharacterFormats && (nWhich == EE_CHAR_START) ) in CreatePaintSet() 2190 …SfxItemSet& rFormatSet, SdrTextObj& rTextObj, SdrText* pText, bool bNoCharacterFormats, bool bNoPa… in ApplyFormatPaintBrushToText() argument 2204 if( !bNoCharacterFormats ) in ApplyFormatPaintBrushToText() 2208 …tSet( GetFormatRangeImpl(true), *aSet.GetPool(), rFormatSet, aSet, bNoCharacterFormats, bNoParagra… in ApplyFormatPaintBrushToText() 2220 void SdrObjEditView::ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool … in ApplyFormatPaintBrush() argument 2222 …is() || !mxSelectionController->ApplyFormatPaintBrush( rFormatSet, bNoCharacterFormats, bNoParagra… in ApplyFormatPaintBrush() 2252 …rmatRangeImpl(false), *rShapeSet.GetPool(), rFormatSet, rShapeSet, bNoCharacterFormats, bNoParagra… in ApplyFormatPaintBrush() 2266 …ApplyFormatPaintBrushToText( rFormatSet, *pTextObj, pText, bNoCharacterFormats, bNoParagraphFormat… in ApplyFormatPaintBrush() 2284 …ntSet(GetFormatRangeImpl(true), *aSet.GetPool(), rFormatSet, aSet, bNoCharacterFormats, bNoParagra… in ApplyFormatPaintBrush()
|
/trunk/main/svx/inc/svx/ |
H A D | svdedxv.hxx | 310 …virtual void ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoPara… 313 …SfxItemSet& rFormatSet, SdrTextObj& rTextObj, SdrText* pText, bool bNoCharacterFormats, bool bNoPa…
|
H A D | selectioncontroller.hxx | 76 …virtual bool ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoPara…
|
/trunk/main/sw/source/ui/inc/ |
H A D | formatclipboard.hxx | 50 , bool bNoCharacterFormats=false, bool bNoParagraphFormats=false );
|
/trunk/main/svx/inc/svx/sdr/table/ |
H A D | tablecontroller.hxx | 72 …E virtual bool ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoPa…
|
/trunk/main/svx/source/table/ |
H A D | tablecontroller.cxx | 2517 bool SvxTableController::ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, b… in ApplyFormatPaintBrush() argument 2571 …pView->ApplyFormatPaintBrushToText( rFormatSet, *pTableObj, pText, bNoCharacterFormats, bNoParagra… in ApplyFormatPaintBrush()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 4334 bool bNoCharacterFormats = false; in MouseButtonUp() local 4341 bNoCharacterFormats = true; in MouseButtonUp() 4346 pFormatClipboard->Paste( rWrtShell, pPool, bNoCharacterFormats, bNoParagraphFormats ); in MouseButtonUp()
|