Home
last modified time | relevance | path

Searched refs:pStyleSheet (Results 26 – 50 of 87) sorted by relevance

1234

/trunk/main/sd/source/core/
H A Dstlsheet.cxx113 ModifyListenerForewarder( SdStyleSheet* pStyleSheet );
121 ModifyListenerForewarder::ModifyListenerForewarder( SdStyleSheet* pStyleSheet ) in ModifyListenerForewarder() argument
122 : mpStyleSheet( pStyleSheet ) in ModifyListenerForewarder()
124 if( pStyleSheet ) in ModifyListenerForewarder()
126 SfxBroadcaster& rBC = static_cast< SfxBroadcaster& >( *pStyleSheet ); in ModifyListenerForewarder()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob.cxx251 SfxStyleSheet* pStyleSheet = mpView->GetStyleSheetFromMarked(); in GetAttrState() local
252 if( pStyleSheet ) in GetAttrState()
253 rSet.Put( SfxTemplateItem( nWhich, pStyleSheet->GetName() ) ); in GetAttrState()
H A Ddrawview.cxx456 sal_Bool DrawView::SetStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
472 bResult = ::sd::View::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
477 bResult = ::sd::View::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx1461 …for( SfxStyleSheetBase* pStyleSheet = aStyleIter.First(); pStyleSheet; pStyleSheet = aStyleIter.Ne… in CreateUserStyles() local
1462 … if( (pStyleSheet->GetName() != aStandardName) && (bReserveAll || !pStyleSheet->IsUserDefined()) ) in CreateUserStyles()
1463 if( aCellStyles.count( pStyleSheet->GetName() ) == 0 ) in CreateUserStyles()
1464 aCellStyles[ pStyleSheet->GetName() ] = 0; in CreateUserStyles()
H A Dxestyle.cxx2403 sal_uInt32 XclExpXFBuffer::InsertStyle( const SfxStyleSheetBase* pStyleSheet ) in InsertStyle() argument
2405 return pStyleSheet ? InsertStyleXF( *pStyleSheet ) : GetXFIdFromIndex( EXC_XF_DEFAULTSTYLE ); in InsertStyle()
2874 …for( SfxStyleSheetBase* pStyleSheet = aStyleIter.First(); pStyleSheet; pStyleSheet = aStyleIter.Ne… in InsertUserStyles() local
2875 if( pStyleSheet->IsUserDefined() && !lclIsBuiltInStyle( pStyleSheet->GetName() ) ) in InsertUserStyles()
2876 InsertStyleXF( *pStyleSheet ); in InsertUserStyles()
/trunk/main/svx/source/table/
H A Dcelleditsource.cxx570 SfxStyleSheet* pStyleSheet = mxCell->GetStyleSheet(); in GetBackgroundTextForwarder() local
571 if( pStyleSheet ) in GetBackgroundTextForwarder()
572 mpOutliner->SetStyleSheet( 0, pStyleSheet ); in GetBackgroundTextForwarder()
H A Dcell.cxx540 void Cell::SetStyleSheet( SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr ) in SetStyleSheet() argument
543 if( pStyleSheet && pStyleSheet->GetFamily() != SFX_STYLE_FAMILY_FRAME ) in SetStyleSheet()
546 if( mpProperties && (mpProperties->GetStyleSheet() != pStyleSheet) ) in SetStyleSheet()
548 mpProperties->SetStyleSheet( pStyleSheet, bDontRemoveHardAttr ); in SetStyleSheet()
/trunk/main/sc/source/core/data/
H A Dstlpool.cxx166 SfxStyleSheetBase* pStyleSheet = pSrcPool->Find( rName, eFamily ); in CopyStyleFrom() local
167 if (pStyleSheet) in CopyStyleFrom()
169 const SfxItemSet& rSourceSet = pStyleSheet->GetItemSet(); in CopyStyleFrom()
H A Dtable4.cxx589 const ScStyleSheet* pStyleSheet = NULL; in FillAuto() local
605 pStyleSheet = pSrcPattern->GetStyleSheet(); in FillAuto()
628 if ( pStyleSheet ) in FillAuto()
629 aCol[nCol].ApplyStyleArea( nY1, nY2, *pStyleSheet ); in FillAuto()
648 if ( pStyleSheet ) in FillAuto()
649 aCol[nCol].ApplyStyle( static_cast<SCROW>(nRow), *pStyleSheet ); in FillAuto()
H A Dpatattr.cxx92 ScPatternAttr::ScPatternAttr( SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet ) in ScPatternAttr() argument
95 pStyle ( pStyleSheet ) in ScPatternAttr()
97 if ( pStyleSheet ) in ScPatternAttr()
98 GetItemSet().SetParent( &pStyleSheet->GetItemSet() ); in ScPatternAttr()
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx183 void SetStyleSheetToMarked( SfxStyleSheet* pStyleSheet,
185 void RemoveStyleSheetInUse( const SfxStyleSheetBase* pStyleSheet );
186 void UpdateStyleSheetInUse( const SfxStyleSheetBase* pStyleSheet );
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx637 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aStyleName, SFX_STYLE_FAMILY_PAGE ); in DoChange() local
638 DBG_ASSERT( pStyleSheet, "PageStyle not found" ); in DoChange()
639 if ( pStyleSheet ) in DoChange()
641 SfxItemSet& rSet = pStyleSheet->GetItemSet(); in DoChange()
H A Dundoblk.cxx1620 ScStyleSheet* pStyleSheet = in DoChange() local
1622 if (!pStyleSheet) in DoChange()
1627 pDoc->ApplySelectionStyle( *pStyleSheet, aMarkData ); in DoChange()
1659 ScStyleSheet* pStyleSheet = (ScStyleSheet*) pStlPool-> in Repeat() local
1661 if (!pStyleSheet) in Repeat()
1668 rViewShell.SetStyleSheetToMarked( pStyleSheet, sal_True ); in Repeat()
/trunk/main/svx/inc/svx/
H A Dsvdview.hxx237 …tyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr=sal_False) { return SdrCreateVi… in SetStyleSheet() argument
H A Dsvdedtv.hxx348 void SetStyleSheetToMarked(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr);
355 sal_Bool SetStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr);
H A Dsvdpntv.hxx479 void SetDefaultStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr);
522 sal_Bool SetStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr);
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx1214 void SdrEditView::SetStyleSheetToMarked(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheetToMarked() argument
1223 if (pStyleSheet!=NULL) in SetStyleSheetToMarked()
1239 pM->GetMarkedSdrObj()->SetStyleSheet(pStyleSheet,bDontRemoveHardAttr); in SetStyleSheetToMarked()
1283 sal_Bool SdrEditView::SetStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
1286 SetStyleSheetToMarked(pStyleSheet,bDontRemoveHardAttr); in SetStyleSheet()
1289 return SdrMarkView::SetStyleSheet(pStyleSheet,bDontRemoveHardAttr); in SetStyleSheet()
H A Dsvdcrtv.cxx951 sal_Bool SdrCreateView::SetStyleSheet(SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet() argument
955 pAktCreate->SetStyleSheet(pStyleSheet,bDontRemoveHardAttr); in SetStyleSheet()
960 return SdrDragView::SetStyleSheet(pStyleSheet,bDontRemoveHardAttr); in SetStyleSheet()
/trunk/main/svx/source/unodraw/
H A Dunoshtxt.cxx680 SfxStyleSheet* pStyleSheet = mpObject->GetPage()->GetTextStyleSheetForObject( mpObject ); in GetBackgroundTextForwarder() local
681 if( pStyleSheet ) in GetBackgroundTextForwarder()
682 mpOutliner->SetStyleSheet( 0, pStyleSheet ); in GetBackgroundTextForwarder()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx712 SfxStyleSheet* pStyleSheet = pPage->GetStyleSheetForPresObj( PRESOBJ_OUTLINE ); in InsTextOrRTFinOlMode() local
724 String aStyleSheetName( pStyleSheet->GetName() ); in InsTextOrRTFinOlMode()
728 …SfxStyleSheet* pOutlStyle = (SfxStyleSheet*) pStylePool->Find( aStyleSheetName, pStyleSheet->GetFa… in InsTextOrRTFinOlMode()
/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx240 while( SfxStyleSheetBase* pStyleSheet = rPool.Find( aNewName, eFamily ) ) in lclMakeStyleSheet() local
243 pOldStyleSheet = pStyleSheet; in lclMakeStyleSheet()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx669 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aStyleName, SFX_STYLE_FAMILY_PAGE ); in InitDocShell() local
670 if (pStyleSheet) in InitDocShell()
672 const SfxItemSet& rSourceSet = pStyleSheet->GetItemSet(); in InitDocShell()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx650 SfxStyleSheet* pStyleSheet = SfxUnoStyleSheet::getUnoStyleSheet( xStyle ); in CellInfo() local
651 if( pStyleSheet ) in CellInfo()
653 SfxItemSet& rSet = pStyleSheet->GetItemSet(); in CellInfo()
/trunk/main/sc/source/ui/view/
H A Dtabview2.cxx779 SfxStyleSheetBase* pStyleSheet = in CalcZoom() local
783 DBG_ASSERT( pStyleSheet, "PageStyle not found :-/" ); in CalcZoom()
785 if ( pStyleSheet ) in CalcZoom()
H A Dtabvwsh4.cxx336 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( in GetOptimalSizePixel() local
340 DBG_ASSERT( pStyleSheet, "PageStyle not found :-/" ); in GetOptimalSizePixel()
342 if ( pStyleSheet ) in GetOptimalSizePixel()
344 const SfxItemSet& rSet = pStyleSheet->GetItemSet(); in GetOptimalSizePixel()

Completed in 200 milliseconds

1234