Searched refs:bNoParagraphFormats (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sd/source/ui/func/ |
H A D | fuformatpaintbrush.cxx | 191 bool bNoParagraphFormats = false; in MouseButtonUp() local 196 bNoParagraphFormats = 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 139 else if( bNoParagraphFormats ) in lcl_CreateEmptyItemSet() 485 , bool bNoCharacterFormats, bool bNoParagraphFormats ) in Paste() argument 515 if(m_aParaStyle.Len() && !bNoParagraphFormats ) in Paste() 542 , bNoCharacterFormats, bNoParagraphFormats ); in Paste()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 2161 …Set& rSourceSet, const SfxItemSet& rTargetSet, bool bNoCharacterFormats, bool bNoParagraphFormats ) in CreatePaintSet() argument 2173 if( bNoParagraphFormats && (nWhich == EE_PARA_START ) ) in CreatePaintSet() 2190 …, SdrTextObj& rTextObj, SdrText* pText, bool bNoCharacterFormats, bool bNoParagraphFormats ) in ApplyFormatPaintBrushToText() argument 2208 …atRangeImpl(true), *aSet.GetPool(), rFormatSet, aSet, bNoCharacterFormats, bNoParagraphFormats ) ); in ApplyFormatPaintBrushToText() 2220 …ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoParagraphFormats ) in ApplyFormatPaintBrush() argument 2222 …electionController->ApplyFormatPaintBrush( rFormatSet, bNoCharacterFormats, bNoParagraphFormats ) ) in ApplyFormatPaintBrush() 2252 …(false), *rShapeSet.GetPool(), rFormatSet, rShapeSet, bNoCharacterFormats, bNoParagraphFormats ) ); in ApplyFormatPaintBrush() 2266 …lyFormatPaintBrushToText( rFormatSet, *pTextObj, pText, bNoCharacterFormats, bNoParagraphFormats ); in ApplyFormatPaintBrush() 2281 const sal_Bool bRemoveParaAttribs = !bNoParagraphFormats; in ApplyFormatPaintBrush() 2284 …atRangeImpl(true), *aSet.GetPool(), rFormatSet, aSet, bNoCharacterFormats, bNoParagraphFormats ) ); in ApplyFormatPaintBrush()
|
/trunk/main/svx/inc/svx/ |
H A D | svdedxv.hxx | 310 …plyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoParagraphFormats ); 313 …et, SdrTextObj& rTextObj, SdrText* pText, bool bNoCharacterFormats, bool bNoParagraphFormats );
|
H A D | selectioncontroller.hxx | 76 …plyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoParagraphFormats );
|
/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 …plyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoParagraphFormats );
|
/trunk/main/svx/source/table/ |
H A D | tablecontroller.cxx | 2517 …ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, bool bNoParagraphFormats ) in ApplyFormatPaintBrush() argument 2571 …yFormatPaintBrushToText( rFormatSet, *pTableObj, pText, bNoCharacterFormats, bNoParagraphFormats ); in ApplyFormatPaintBrush()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 4335 bool bNoParagraphFormats = false; in MouseButtonUp() local 4343 bNoParagraphFormats = true; in MouseButtonUp() 4346 pFormatClipboard->Paste( rWrtShell, pPool, bNoCharacterFormats, bNoParagraphFormats ); in MouseButtonUp()
|
Completed in 78 milliseconds