Home
last modified time | relevance | path

Searched refs:GetStyleSheet (Results 26 – 50 of 113) sorted by relevance

12345

/aoo41x/main/sd/source/ui/view/
H A Dsdview4.cxx634 SfxStyleSheet* View::GetStyleSheet() const in GetStyleSheet() function in sd::View
636 return SdrView::GetStyleSheet(); in GetStyleSheet()
H A Ddrviewsc.cxx567 SfxStyleSheet* pStyleSheet = mpDrawView->GetStyleSheet(); in FuTemp03()
575 pStyleSheet = mpDrawView->GetStyleSheet(); in FuTemp03()
H A Ddrviewsf.cxx464 SfxStyleSheet* pStyleSheet = mpDrawView->GetStyleSheet(); in GetAttrState()
507 ( !mpDrawView->IsTextEdit() && !mpDrawView->GetStyleSheet() ) in GetAttrState()
/aoo41x/main/svx/inc/svx/sdr/properties/
H A Dpageproperties.hxx65 virtual SfxStyleSheet* GetStyleSheet() const;
H A De3dsceneproperties.hxx77 virtual SfxStyleSheet* GetStyleSheet() const;
H A Dattributeproperties.hxx75 virtual SfxStyleSheet* GetStyleSheet() const;
H A Demptyproperties.hxx93 virtual SfxStyleSheet* GetStyleSheet() const;
H A Ddefaultproperties.hxx93 virtual SfxStyleSheet* GetStyleSheet() const;
H A Dgroupproperties.hxx105 virtual SfxStyleSheet* GetStyleSheet() const;
H A Dproperties.hxx149 virtual SfxStyleSheet* GetStyleSheet() const = 0;
/aoo41x/main/editeng/source/outliner/
H A Doutlin2.cxx344 SfxStyleSheet* Outliner::GetStyleSheet( sal_uLong nPara ) in GetStyleSheet() function in Outliner
347 return pEditEngine->GetStyleSheet( (sal_uInt16)nPara ); in GetStyleSheet()
H A Doutliner.cxx571 SfxStyleSheet* pStyle= pEditEngine->GetStyleSheet( (sal_uInt16)nPara ); in ImpConvertEdtToOut()
810 pStyle = GetStyleSheet( nPara ); in ImplSetLevelDependendStyleSheet()
823 if ( pNewStyle && ( pNewStyle != GetStyleSheet( nPara ) ) ) in ImplSetLevelDependendStyleSheet()
1651 if ( pEditEngine->GetStyleSheet( nPara ) == pStyle ) in StyleSheetChanged()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit4.cxx588 if ( pNode->GetStyleSheet() ) in WriteRTF()
592 …nNumber = (sal_uInt16) getStylePos( GetStyleSheetPool()->GetStyles(), pNode->GetStyleSheet() ) + 1; in WriteRTF()
599 if ( pNode->GetStyleSheet()->GetItemSet().GetItemState( nParAttr ) == SFX_ITEM_ON ) in WriteRTF()
601 const SfxPoolItem& rItem = pNode->GetStyleSheet()->GetItemSet().Get( nParAttr ); in WriteRTF()
1105 if ( pNode->GetStyleSheet() ) in CreateBinTextObject()
1107 pC->GetStyle() = pNode->GetStyleSheet()->GetName(); in CreateBinTextObject()
1108 pC->GetFamily() = pNode->GetStyleSheet()->GetFamily(); in CreateBinTextObject()
/aoo41x/main/svx/source/svdraw/
H A Dselectioncontroller.cxx80 bool SelectionController::GetStyleSheet( SfxStyleSheet* &/*rpStyleSheet*/ ) const in GetStyleSheet() function in sdr::SelectionController
H A Dsdrmasterpagedescriptor.cxx124 if(pCorrectPage->IsMasterPage() && !pCorrectProperties->GetStyleSheet()) in getCorrectSdrPageProperties()
/aoo41x/main/svx/inc/svx/
H A Dsvdtext.hxx74 virtual SfxStyleSheet* GetStyleSheet() const;
H A Dselectioncontroller.hxx63 virtual bool GetStyleSheet( SfxStyleSheet* &rpStyleSheet ) const;
/aoo41x/main/svx/source/sdr/properties/
H A Dpageproperties.cxx82 SfxStyleSheet* PageProperties::GetStyleSheet() const in GetStyleSheet() function in sdr::properties::PageProperties
H A Demptyproperties.cxx140 SfxStyleSheet* EmptyProperties::GetStyleSheet() const in GetStyleSheet() function in sdr::properties::EmptyProperties
H A Ddefaultproperties.cxx214 SfxStyleSheet* DefaultProperties::GetStyleSheet() const in GetStyleSheet() function in sdr::properties::DefaultProperties
/aoo41x/main/svx/source/unodraw/
H A Dunoshtxt.cxx699 if(mpObject->GetStyleSheet()) in GetBackgroundTextForwarder()
700 mpOutliner->SetStyleSheet( 0, mpObject->GetStyleSheet()); in GetBackgroundTextForwarder()
/aoo41x/main/editeng/inc/editeng/
H A Deditobj.hxx110 virtual void GetStyleSheet( sal_uInt16 nPara, XubString& rName, SfxStyleFamily& eFamily ) const;
/aoo41x/main/sc/inc/
H A Dpatattr.hxx118 const ScStyleSheet* GetStyleSheet() const { return pStyle; } in GetStyleSheet() function in ScPatternAttr
/aoo41x/main/sc/source/core/data/
H A Dcolumn.cxx537 return pAttrArray->GetPattern( nRow )->GetStyleSheet(); in GetStyle()
566 pNewStyle = pPattern->GetStyleSheet(); in GetSelectionStyle()
593 pNewStyle = pPattern->GetStyleSheet(); in GetAreaStyle()
1301 rColumn.pAttrArray->GetPattern( nRow )->GetStyleSheet(); in CopyToColumn()
/aoo41x/main/sd/source/ui/inc/
H A DOutlineView.hxx132 SfxStyleSheet* GetStyleSheet() const;

Completed in 170 milliseconds

12345