Home
last modified time | relevance | path

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

12345

/trunk/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()
H A Dimpedit2.cxx257 if ( aEditDoc[n]->GetStyleSheet() ) in InitDoc()
258 EndListening( *aEditDoc[n]->GetStyleSheet(), sal_False ); in InitDoc()
2327 pLeft->GetStyleSheet(), pRight->GetStyleSheet(), bBackward ) ); in ImpConnectParagraphs()
2333 pLeft->SetStyleSheet( pRight->GetStyleSheet(), sal_True ); in ImpConnectParagraphs()
2597 if ( pNode->GetStyleSheet() ) in ImpRemoveParagraph()
2598 EndListening( *pNode->GetStyleSheet(), sal_False ); in ImpRemoveParagraph()
/trunk/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()
H A Doutlview.cxx1524 SfxStyleSheet* OutlineView::GetStyleSheet() const in GetStyleSheet() function in sd::OutlineView
1528 SfxStyleSheet* pResult = pOlView->GetStyleSheet(); in GetStyleSheet()
2101 SdStyleSheet* pStyleSheet = dynamic_cast< SdStyleSheet* >( mpOutliner->GetStyleSheet( nPara ) ); in OnEndPasteOrDrop()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx344 SfxStyleSheet* Outliner::GetStyleSheet( sal_uLong nPara ) in GetStyleSheet() function in Outliner
347 return pEditEngine->GetStyleSheet( nPara ); in GetStyleSheet()
H A Doutliner.cxx571 SfxStyleSheet* pStyle= pEditEngine->GetStyleSheet( 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()
/trunk/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;
/trunk/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()
/trunk/main/svx/inc/svx/
H A Dsvdtext.hxx74 virtual SfxStyleSheet* GetStyleSheet() const;
H A Dselectioncontroller.hxx63 virtual bool GetStyleSheet( SfxStyleSheet* &rpStyleSheet ) const;
/trunk/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
/trunk/main/svx/source/unodraw/
H A Dunoshtxt.cxx699 if(mpObject->GetStyleSheet()) in GetBackgroundTextForwarder()
700 mpOutliner->SetStyleSheet( 0, mpObject->GetStyleSheet()); in GetBackgroundTextForwarder()
/trunk/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()
/trunk/main/editeng/inc/editeng/
H A Deditobj.hxx110 virtual void GetStyleSheet( sal_uInt32 nPara, XubString& rName, SfxStyleFamily& eFamily ) const;
/trunk/main/sc/inc/
H A Dpatattr.hxx118 const ScStyleSheet* GetStyleSheet() const { return pStyle; } in GetStyleSheet() function in ScPatternAttr

Completed in 178 milliseconds

12345