Home
last modified time | relevance | path

Searched refs:pStyle (Results 51 – 75 of 169) sorted by relevance

1234567

/trunk/main/sd/source/ui/func/
H A Dfuhhconv.cxx187 SfxStyleSheetBase* pStyle = pStyleSheetPool->First(); in ConvertStyles() local
188 while( pStyle ) in ConvertStyles()
190 SfxItemSet& rSet = pStyle->GetItemSet(); in ConvertStyles()
192 const bool bHasParent = pStyle->GetParent().Len() != 0; in ConvertStyles()
210 pStyle = pStyleSheetPool->Next(); in ConvertStyles()
H A Dfusumry.cxx108 SfxStyleSheet* pStyle = NULL; in DoExecute() local
187 pStyle = pSummaryPage->GetStyleSheetForPresObj( PRESOBJ_OUTLINE ); in DoExecute()
188 pOutl->SetStyleSheet( 0, pStyle ); in DoExecute()
215 pOutl->SetStyleSheet( nPara, pStyle ); in DoExecute()
/trunk/main/svgio/source/svgreader/
H A Dsvggnode.cxx110 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode() local
112 if(pStyle) in decomposeSvgNode()
114 const double fOpacity(pStyle->getOpacity().getNumber()); in decomposeSvgNode()
125 pStyle->add_postProcess(rTarget, aContent, getTransform()); in decomposeSvgNode()
H A Dsvgpathnode.cxx117 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode() local
119 if(pStyle && getPath()) in decomposeSvgNode()
123 pStyle->add_path(*getPath(), aNewTarget, &maHelpPointIndices); in decomposeSvgNode()
127 pStyle->add_postProcess(rTarget, aNewTarget, getTransform()); in decomposeSvgNode()
H A Dsvgpolynode.cxx115 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode() local
117 if(pStyle && getPolygon()) in decomposeSvgNode()
121 pStyle->add_path(basegfx::B2DPolyPolygon(*getPolygon()), aNewTarget, 0); in decomposeSvgNode()
125 pStyle->add_postProcess(rTarget, aNewTarget, getTransform()); in decomposeSvgNode()
H A Dsvgcirclenode.cxx127 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode() local
129 if(pStyle && getR().isSet()) in decomposeSvgNode()
144 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0); in decomposeSvgNode()
148 pStyle->add_postProcess(rTarget, aNewTarget, getTransform()); in decomposeSvgNode()
H A Dsvgellipsenode.cxx141 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode() local
143 if(pStyle && getRx().isSet() && getRy().isSet()) in decomposeSvgNode()
159 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0); in decomposeSvgNode()
163 pStyle->add_postProcess(rTarget, aNewTarget, getTransform()); in decomposeSvgNode()
H A Dsvglinenode.cxx135 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode() local
137 if(pStyle) in decomposeSvgNode()
155 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0); in decomposeSvgNode()
159 pStyle->add_postProcess(rTarget, aNewTarget, getTransform()); in decomposeSvgNode()
H A Dsvgrectnode.cxx170 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode() local
172 if(pStyle && getWidth().isSet() && getHeight().isSet()) in decomposeSvgNode()
216 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0); in decomposeSvgNode()
220 pStyle->add_postProcess(rTarget, aNewTarget, getTransform()); in decomposeSvgNode()
H A Dsvgtextnode.cxx237 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode() local
239 if(pStyle && !getChildren().empty()) in decomposeSvgNode()
241 const double fOpacity(pStyle->getOpacity().getNumber()); in decomposeSvgNode()
267 pStyle->add_postProcess(rTarget, aNewTarget, getTransform()); in decomposeSvgNode()
H A Dsvggradientnode.cxx279 const SvgStyleAttributes* pStyle = pCandidate->getSvgStyleAttributes(); in collectGradientEntries() local
281 if(pStyle) in collectGradientEntries()
310 pStyle->getStopColor(), in collectGradientEntries()
311 pStyle->getStopOpacity().solve(*this))); in collectGradientEntries()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx446 …SfxStyleSheet* pStyle = (SfxStyleSheet*)pImpEditEngine->GetStyleSheetPool()->Find( pRTFStyle->sNam… in CreateStyleSheet() local
447 if ( pStyle ) in CreateStyleSheet()
448 return pStyle; in CreateStyleSheet()
459pStyle = (SfxStyleSheet*) &pImpEditEngine->GetStyleSheetPool()->Make( aName, SFX_STYLE_FAMILY_PARA… in CreateStyleSheet()
462 ConvertAndPutItems( pStyle->GetItemSet(), pRTFStyle->aAttrSet ); in CreateStyleSheet()
477 pStyle->GetItemSet().SetParent( &pS->GetItemSet() ); in CreateStyleSheet()
479 return pStyle; in CreateStyleSheet()
/trunk/main/sc/source/filter/xml/
H A Dxmlcoli.cxx163 … XMLTableStyleContext* pStyle = (XMLTableStyleContext *)pStyles->FindStyleChildContext( in EndElement() local
165 if (pStyle) in EndElement()
167 pStyle->FillPropertySet(xColumnProperties); in EndElement()
169 if ( nSheet != pStyle->GetLastSheet() ) in EndElement()
173 pStyle->SetLastSheet(nSheet); in EndElement()
H A Dxmlrowi.cxx192 … XMLTableStyleContext* pStyle((XMLTableStyleContext *)pStyles->FindStyleChildContext( in EndElement() local
194 if (pStyle) in EndElement()
196 pStyle->FillPropertySet(xRowProperties); in EndElement()
198 if ( nSheet != pStyle->GetLastSheet() ) in EndElement()
202 pStyle->SetLastSheet(nSheet); in EndElement()
/trunk/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx250 const SvXMLStyleContext* pStyle = pStylesCtxt->FindStyleChildContext( in CreateGrid() local
253 if( pStyle && pStyle->ISA( XMLPropStyleContext )) in CreateGrid()
254 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xGridProp ); in CreateGrid()
498 const SvXMLStyleContext* pStyle = pStylesCtxt->FindStyleChildContext( in CreateAxis() local
501 if( pStyle && pStyle->ISA( XMLPropStyleContext )) in CreateAxis()
504 …text = const_cast< XMLPropStyleContext * >( dynamic_cast< const XMLPropStyleContext * >( pStyle )); in CreateAxis()
529 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xXAxisProp ); in CreateAxis()
H A DSchXMLLegendContext.cxx215 const SvXMLStyleContext* pStyle = pStylesCtxt->FindStyleChildContext( in StartElement() local
218 if( pStyle && pStyle->ISA( XMLPropStyleContext )) in StartElement()
219 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xLegendProps ); in StartElement()
/trunk/main/editeng/source/uno/
H A Dunoforou.cxx138 SfxStyleSheet* pStyle = rEditEngine.GetStyleSheet( rSel.nStartPara ); in GetAttribs() local
139 if( pStyle ) in GetAttribs()
140 aSet.SetParent( &(pStyle->GetItemSet() ) ); in GetAttribs()
168 SfxStyleSheet* pStyle = rEditEngine.GetStyleSheet( nPara ); in GetParaAttribs() local
169 if( pStyle ) in GetParaAttribs()
170 mpParaAttribsCache->SetParent( &(pStyle->GetItemSet() ) ); in GetParaAttribs()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx216 SfxStyleSheetBase* pStyle = rPool.Find(rParentName, nFamily); in SetParent() local
217 if (pStyle) in SetParent()
220 SfxItemSet& rParentSet = pStyle->GetItemSet(); in SetParent()
1065 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in setParentStyle() local
1066 if( pStyle && (pStyle->nFamily == nFamily) && (pStyle->msApiName == rParentName) ) in setParentStyle()
1068 if( pStyle != this ) in setParentStyle()
1069 SetParent( pStyle->GetName() ); in setParentStyle()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx571 SfxStyleSheet* pStyle= pEditEngine->GetStyleSheet( nPara ); in ImpConvertEdtToOut() local
572 if( pStyle ) in ImpConvertEdtToOut()
574 aName = pStyle->GetName(); in ImpConvertEdtToOut()
776 pEditEngine->SetStyleSheet( nPara, pStyle ); in SetStyleSheet()
808 SfxStyleSheet* pStyle = pLevelStyle; in ImplSetLevelDependendStyleSheet() local
809 if ( !pStyle ) in ImplSetLevelDependendStyleSheet()
810 pStyle = GetStyleSheet( nPara ); in ImplSetLevelDependendStyleSheet()
812 if ( pStyle ) in ImplSetLevelDependendStyleSheet()
818 String aNewStyleSheetName( pStyle->GetName() ); in ImplSetLevelDependendStyleSheet()
1639 void Outliner::StyleSheetChanged( SfxStyleSheet* pStyle ) in StyleSheetChanged() argument
[all …]
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java85 private ParaStyle pStyle = null; field in Paragraph
110 pStyle = style; in Paragraph()
532 if (pStyle != null && pStyle.isAttributeSet(ParaStyle.TEXT_ALIGN)) { in getParagraphData()
533 switch (pStyle.getAttribute(ParaStyle.TEXT_ALIGN)) { in getParagraphData()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx641 XMLPropStyleContext *pStyle = 0; in Create() local
644 pStyle = xTextImportHelper->FindAutoFrameStyle( sStyleName ); in Create()
645 if( pStyle ) in Create()
646 sStyleName = pStyle->GetParentName(); in Create()
671 if( pStyle ) in Create()
672 pStyle->FillPropertySet( xPropSet ); in Create()
1447 XMLPropStyleContext* pStyle( 0L ); in XMLTextFrameContext() local
1448 pStyle = xTxtImport->FindAutoFrameStyle( aStyleName ); in XMLTextFrameContext()
1449 if ( pStyle && !pStyle->GetParentName().getLength() ) in XMLTextFrameContext()
H A DXMLIndexTOCContext.cxx148 XMLPropStyleContext* pStyle(NULL); in StartElement() local
159 pStyle = GetImport().GetTextImport()->FindSectionStyle( in StartElement()
251 if (pStyle != NULL) in StartElement()
253 pStyle->FillPropertySet( xTOCPropertySet ); in StartElement()
/trunk/main/sfx2/inc/sfx2/
H A Dstyledlg.hxx36 SfxStyleSheetBase* pStyle; member in SfxStyleDialog
50 SfxStyleSheetBase& GetStyleSheet() { return *pStyle; } in GetStyleSheet()
51 const SfxStyleSheetBase& GetStyleSheet() const { return *pStyle; } in GetStyleSheet()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3284 void printStyleColors( GtkStyle* pStyle ) in printStyleColors() argument
3291 printColor( "bg ", pStyle->bg[i] ); in printStyleColors()
3292 printColor( "fg ", pStyle->fg[i] ); in printStyleColors()
3293 printColor( "light ", pStyle->light[i] ); in printStyleColors()
3294 printColor( "dark ", pStyle->dark[i] ); in printStyleColors()
3295 printColor( "mid ", pStyle->mid[i] ); in printStyleColors()
3296 printColor( "text ", pStyle->text[i] ); in printStyleColors()
3297 printColor( "base ", pStyle->base[i] ); in printStyleColors()
3298 printColor( "text_aa", pStyle->text_aa[i] ); in printStyleColors()
3318 printStyleColors( pStyle ); in updateSettings()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx102 const SwXStyle* pStyle = 0; in exportStyleContent() local
106 pStyle = reinterpret_cast< SwXStyle * >( in exportStyleContent()
109 if( pStyle && SFX_STYLE_FAMILY_PARA == pStyle->GetFamily() ) in exportStyleContent()
111 const SwDoc *pDoc = pStyle->GetDoc(); in exportStyleContent()
113 pDoc->FindTxtFmtCollByName( pStyle->GetStyleName() ); in exportStyleContent()

Completed in 535 milliseconds

1234567