Home
last modified time | relevance | path

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

1234

/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx678 sal_uInt32 InsertStyle( const SfxStyleSheetBase* pStyleSheet );
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx2065 SfxStyleSheet* pStyleSheet = (SfxStyleSheet*) in MouseButtonUp() local
2068 if ( pStyleSheet ) in MouseButtonUp()
2070 SfxStyleFamily eFamily = pStyleSheet->GetFamily(); in MouseButtonUp()
2075 pViewData->GetView()->SetStyleSheetToMarked( pStyleSheet ); in MouseButtonUp()
2081 pStyleSheet->GetName() ); in MouseButtonUp()
/trunk/main/sc/inc/
H A Dcolumn.hxx334 …void FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRows, bool…
H A Dtable.hxx579 void StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved,
H A Ddocument.hxx1278 void StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved,
/trunk/main/svx/source/table/
H A Dcell.hxx81 SVX_DLLPRIVATE void SetStyleSheet( SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr );
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx603 void ScColumn::FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRo… in FindStyleSheet() argument
605 pAttrArray->FindStyleSheet( pStyleSheet, rUsedRows, bReset ); in FindStyleSheet()
H A Ddocument.cxx4124 void ScDocument::StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved, in StyleSheetChanged() argument
4132 ( pStyleSheet, bRemoved, pDev, nPPTX, nPPTY, rZoomX, rZoomY ); in StyleSheetChanged()
4134 if ( pStyleSheet && pStyleSheet->GetName() == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in StyleSheetChanged()
H A Dattarray.cxx1744 void ScAttrArray::FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUse… in FindStyleSheet() argument
1751 if (pData[nPos].pPattern->GetStyleSheet() == pStyleSheet) in FindStyleSheet()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx570 pStyleSheet ( NULL ), in PptSlidePersistEntry()
591 delete pStyleSheet; in ~PptSlidePersistEntry()
1735 … pE2->pStyleSheet = new PPTStyleSheet( aSlideHd, rStCtrl, *this, aTxCFStyle, aTxPFStyle, aTxSI ); in SdrPowerPointImport()
1736 pDefaultSheet = pE2->pStyleSheet; in SdrPowerPointImport()
2673 if ( ( pMasterPersist->pStyleSheet == NULL ) && pMasterPersist->aSlideAtom.nMasterId ) in SetPageNum()
2679 pPPTStyleSheet = pMasterPersist->pStyleSheet; in SetPageNum()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx334 …PPTStyleSheet* pStyleSheet; // stylesheet of this page ( only in masterpages ), si… member
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1270 ScStyleSheet* pStyleSheet = (ScStyleSheet*) pDoc->GetStyleSheetPool()->Find( in ApplyStyle() local
1272 if (!pStyleSheet) in ApplyStyle()
1308 pDoc->ApplySelectionStyle( (ScStyleSheet&)*pStyleSheet, rMark ); in ApplyStyle()

Completed in 176 milliseconds

1234