Home
last modified time | relevance | path

Searched refs:mpStyleSheet (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx1179 if(mpStyleSheet) in ImpRemoveStyleSheet()
1181 EndListening(*mpStyleSheet); in ImpRemoveStyleSheet()
1183 mpStyleSheet = 0; in ImpRemoveStyleSheet()
1189 if(mpStyleSheet != &rNewStyleSheet) in ImpAddStyleSheet()
1192 mpStyleSheet = &rNewStyleSheet; in ImpAddStyleSheet()
1214 mpStyleSheet(0), in SdrPageProperties()
1294 return mpStyleSheet; in GetStyleSheet()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1008mpStyleSheet->mpParaSheet[ nInstance ]->Write( *mpStrm, mpPptEscherEx, nLev, bFirst, bSimpleText, … in ImplCreateMaster()
1009mpStyleSheet->mpCharSheet[ nInstance ]->Write( *mpStrm, mpPptEscherEx, nLev, bFirst, bSimpleText, … in ImplCreateMaster()
H A Deppt.hxx686 PPTExStyleSheet* mpStyleSheet; member in PPTWriter
H A Depptso.cxx741 + mpStyleSheet->SizeOfTxCFStyleAtom(); in ImplCloseDocument()
1014 mpStyleSheet = maStyleSheetList[ nPageNum ]; in ImplSetCurrentStyleSheet()
1283 mpStyleSheet->SetStyleSheet( xPropSet, maFontCollection, nInstance, 0 ); in ImplGetStyleSheets()
1298 mpStyleSheet->SetStyleSheet( xPropertySet, maFontCollection, nInstance, nLevel ); in ImplGetStyleSheets()
1303 mpStyleSheet->SetStyleSheet( xPropSet, maFontCollection, nInstance, nLevel ); in ImplGetStyleSheets()
1395 ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_BiDi, pPara->mnBiDi ) ) ) in ImplWriteParagraphs()
1411 if ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_TextOfs, pPara->nTextOfs ) ) in ImplWriteParagraphs()
1413 … if ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_BulletOfs, pPara->nBulletOfs )) in ImplWriteParagraphs()
1599 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Bold, nCharAttr ) ) ) in ImplWritePortions()
1602 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Italic, nCharAttr ) ) ) in ImplWritePortions()
[all …]
/trunk/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx66 mpStyleSheet = pNewStyleSheet; in ImpAddStyleSheet()
101 if(GetStyleSheet() && HAS_BASE(SfxStyleSheet, mpStyleSheet)) in ImpRemoveStyleSheet()
103 EndListening(*mpStyleSheet); in ImpRemoveStyleSheet()
104 EndListening(mpStyleSheet->GetPool()); in ImpRemoveStyleSheet()
117 mpStyleSheet = 0L; in ImpRemoveStyleSheet()
136 mpStyleSheet(0L) in AttributeProperties()
142 mpStyleSheet(0L) in AttributeProperties()
253 return mpStyleSheet; in GetStyleSheet()
499 EndListening(*mpStyleSheet); in ForceStyleToHardAttributes()
500 EndListening(mpStyleSheet->GetPool()); in ForceStyleToHardAttributes()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx362 SfxStyleSheet* mpStyleSheet; member in SdrPageProperties
/trunk/main/svx/inc/svx/sdr/properties/
H A Dattributeproperties.hxx47 SfxStyleSheet* mpStyleSheet; member in sdr::properties::AttributeProperties
/trunk/main/sd/source/core/
H A Dstlsheet.cxx118 SdStyleSheet* mpStyleSheet; member in ModifyListenerForewarder
122 : mpStyleSheet( pStyleSheet ) in ModifyListenerForewarder()
133 if( mpStyleSheet ) in Notify()
134 mpStyleSheet->notifyModifyListener(); in Notify()
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx440 ScStyleSheet* mpStyleSheet; /// Calc cell style sheet. member in XclImpXF
483 ScStyleSheet* mpStyleSheet; /// Calc cell style sheet. member in XclImpStyle
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx994 mpStyleSheet( 0 ), in XclImpXF()
1125 if( IsCellXF() && !mpStyleSheet ) in CreatePattern()
1127 mpStyleSheet = GetXFBuffer().CreateStyleSheet( mnParent ); in CreatePattern()
1222 if( IsCellXF() && mpStyleSheet ) in ApplyPattern()
1224 rDoc.ApplyStyleAreaTab( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, *mpStyleSheet ); in ApplyPattern()
1304 mpStyleSheet( 0 ) in XclImpStyle()
1345 if( !mpStyleSheet && (maFinalName.Len() > 0) ) in CreateStyleSheet()
1356 mpStyleSheet = static_cast< ScStyleSheet* >( GetStyleSheetPool().Find( in CreateStyleSheet()
1367 if( !mpStyleSheet ) in CreateStyleSheet()
1375 if( bCreatePattern && mpStyleSheet && pXF ) in CreateStyleSheet()
[all …]

Completed in 102 milliseconds