Home
last modified time | relevance | path

Searched refs:SetStyleSheet (Results 1 – 25 of 114) sorted by last modified time

12345

/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx616 rOutliner.SetStyleSheet(0, GetStyleSheet()); in UndirtyText()
1186 pPath->SetStyleSheet(pStyleSheet, true); in DoConvertToPolyObj()
1205 pPath->SetStyleSheet(pStyleSheet, true); in DoConvertToPolyObj()
1217 pPath->SetStyleSheet(pStyleSheet, true); in DoConvertToPolyObj()
1237 pPath->SetStyleSheet(pStyleSheet, true); in DoConvertToPolyObj()
1249 pPath->SetStyleSheet(pStyleSheet, true); in DoConvertToPolyObj()
1264 pPath->SetStyleSheet(pStyleSheet, true); in DoConvertToPolyObj()
H A Dsvdotext.cxx313 rOutliner.SetStyleSheet( 0, GetStyleSheet()); in NbcSetText()
342 rOutliner.SetStyleSheet( 0, GetStyleSheet()); in NbcSetText()
H A Dsvdobj.cxx2281 void SdrObject::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() function in SdrObject
2301 GetProperties().SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in NbcSetStyleSheet()
H A Dsvdedxv.cxx1777 sal_Bool SdrObjEditView::SetStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() function in SdrObjEditView
1781 if( mxSelectionController->SetStyleSheet( pStyleSheet, bDontRemoveHardAttr ) ) in SetStyleSheet()
1796 pOutliner->SetStyleSheet( nPara, pStyleSheet ); in SetStyleSheet()
1800 return SdrGlueEditView::SetStyleSheet(pStyleSheet,bDontRemoveHardAttr); in SetStyleSheet()
H A Dsvdograf.cxx1138 SetStyleSheet(pSheet, false); in SetPage()
H A Dsvdoole2.cxx1392 pClone->SetStyleSheet(GetStyleSheet(), false); in createSdrGrafObjReplacement()
1548 SetStyleSheet(pSheet, false); in SetPage()
H A Dsvdotxed.cxx99 rOutl.SetStyleSheet( 0, GetStyleSheet()); in BegTextEdit()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx2333 pLeft->SetStyleSheet( pRight->GetStyleSheet(), sal_True ); in ImpConnectParagraphs()
H A Dimpedit.hxx875 void SetStyleSheet( EditSelection aSel, SfxStyleSheet* pStyle );
876 void SetStyleSheet( sal_uInt32 nPara, SfxStyleSheet* pStyle );
/trunk/main/svx/source/table/
H A Dcell.cxx137 void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
279 … void CellProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() function in sdr::properties::CellProperties
281 TextProperties::SetStyleSheet( pNewStyleSheet, bDontRemoveHardAttr ); in SetStyleSheet()
380 SetStyleSheet( 0, sal_True ); in SetModel()
424 SetStyleSheet( GetStyleSheet(), sal_True ); in mergeContent()
462 SetStyleSheet( 0, sal_True ); in replaceContentAndFormatting()
540 void Cell::SetStyleSheet( SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr ) in SetStyleSheet() function in sdr::table::Cell
548 mpProperties->SetStyleSheet( pStyleSheet, bDontRemoveHardAttr ); in SetStyleSheet()
1021 SetStyleSheet( pStyle, sal_True ); in setPropertyValue()
H A Dcell.hxx81 SVX_DLLPRIVATE void SetStyleSheet( SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr );
H A Dsvdotable.cxx452 xCell->SetStyleSheet( pStyle, sal_True ); in ApplyCellStyles()
/trunk/main/sd/source/core/
H A Dsdpage.cxx231 getSdrPageProperties().SetStyleSheet(pSheetForPresObj); in EnsureMasterPageDefaultBackground()
462 pOutliner->SetStyleSheet( 0, NULL ); in CreatePresObj()
469 pOutliner->SetStyleSheet( 0, NULL ); in CreatePresObj()
516 pSdrObj->SetStyleSheet(pSheetForPresObj, sal_False); in CreatePresObj()
2177 pNewObj->SetStyleSheet(pSheet, sal_True); in convertPresentationObjectImpl()
2410 pOutl->SetStyleSheet(0, pObj->GetStyleSheet()); in SetObjText()
2425 pOutl->SetStyleSheet( 0, GetStyleSheetForPresObj(eObjKind) ); in SetObjText()
H A Ddrawdoc.cxx795 pObj->SetStyleSheet(pTitleSheet, sal_True); in NewOrLoadCompleted()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx865 void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr);
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2419 rOutliner.SetStyleSheet( 0, pSheet ); in ApplyTextObj()
2469 rOutliner.SetStyleSheet( nParaIndex, pS ); in ApplyTextObj()
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx69 … SVX_DLLPRIVATE virtual bool SetStyleSheet( SfxStyleSheet* pStyleSheet, bool bDontRemoveHardAttr );
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx232 void TextProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() function in sdr::properties::TextProperties
237 AttributeProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
289 rOutliner.SetStyleSheet(nPara, pNewStyle); in SetStyleSheet()
294 rOutliner.SetStyleSheet(nPara, GetStyleSheet()); in SetStyleSheet()
300 rOutliner.SetStyleSheet(nPara, 0L); in SetStyleSheet()
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx939 pOutliner->SetStyleSheet( nPara, pStyleSheet ); in IMPL_LINK()
1333 …mpOutliner->SetStyleSheet( mpOutliner->GetAbsPos( pPara ), pPage->GetStyleSheetForPresObj( PRESOBJ… in FillOutliner()
2141 mpOutliner->SetStyleSheet( nPara, pStyle ); in OnEndPasteOrDrop()
H A Dsdview.cxx714 sal_Bool View::SetStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() function in sd::View
717 return FmFormView::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
1325 pOutliner->SetStyleSheet( nPara, pStyle ); in OnEndPasteOrDrop()
1333 pOutliner->SetStyleSheet( nPara, pStyleSheet ); in OnEndPasteOrDrop()
H A Ddrawview.cxx456 sal_Bool DrawView::SetStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() function in sd::DrawView
472 bResult = ::sd::View::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
477 bResult = ::sd::View::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
H A Doutlnvsh.cxx2050 pOutl->SetStyleSheet( nPara, pTitleSheet ); in Read()
2065 pOutl->SetStyleSheet( nPara, pStyle ); in Read()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx729 pDocliner->SetStyleSheet( nTargetPos, pOutlStyle ); in InsTextOrRTFinOlMode()
H A Dfusumry.cxx188 pOutl->SetStyleSheet( 0, pStyle ); in DoExecute()
215 pOutl->SetStyleSheet( nPara, pStyle ); in DoExecute()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1067 void OutlinerView::SetStyleSheet( SfxStyleSheet* pStyle ) in SetStyleSheet() function in OutlinerView
1070 pEditView->SetStyleSheet( pStyle ); in SetStyleSheet()

Completed in 224 milliseconds

12345