Home
last modified time | relevance | path

Searched refs:getStyle (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java124 predefCollection.getCommonStyles().getStyle(styleFamily, styleName); in copyStyle()
137 predefCollection.getAutomaticStyles().getStyle(styleFamily, styleName); in copyStyle()
180 stylesCollection.getStyle(styleFamily, styleParent); in copyStyleInternal()
366 stylesCollection.getAutomaticStyles().getStyle(styleFamily, in deriveStyle()
379 stylesCollection.getCommonStyles().getStyle(styleFamily, styleName); in deriveStyle()
404 commonCollection.getCommonStyles().getStyle(styleFamily, styleName); in deriveStyle()
416 predefCollection.getAutomaticStyles().getStyle(styleFamily, in deriveStyle()
429 predefCollection.getCommonStyles().getStyle(styleFamily, styleName); in deriveStyle()
589 final OfficeStyle style = predefCollection.getStyle(styleFamily, styleName); in queryStyle()
H A DOfficeDocumentReportTarget.java1531 final OfficeStyle style = contentStyles.getStyle(OfficeToken.TABLE_ROW, rowStyle); in computeRowHeight()
1552 final OfficeStyle globalStyle = globalStyles.getStyle(OfficeToken.TABLE_ROW, rowStyle); in computeRowHeight()
1572 final OfficeStyle predefStyle = predefStyles.getStyle(OfficeToken.TABLE_ROW, rowStyle); in computeRowHeight()
1597 final OfficeStyle style = contentStyles.getStyle(OfficeToken.TABLE_COLUMN, colStyle); in computeColumnWidth()
1618 final OfficeStyle globalStyle = globalStyles.getStyle(OfficeToken.TABLE_COLUMN, colStyle); in computeColumnWidth()
1638 final OfficeStyle predefStyle = predefStyles.getStyle(OfficeToken.TABLE_COLUMN, colStyle); in computeColumnWidth()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx67 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
122 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
199 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
251 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
323 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
501 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
587 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
675 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
766 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
860 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
[all …]
H A Dxmldlg_import.cxx94 Reference< xml::input::XElement > ControlElement::getStyle( in getStyle() function in xmlscript::ControlElement
103 return _pImport->getStyle( aStyleId ); in getStyle()
1912 Reference< xml::input::XElement > DialogImport::getStyle( in getStyle() function in xmlscript::DialogImport
/trunk/main/drawinglayer/source/attribute/
H A Dfillhatchattribute.cxx68 HatchStyle getStyle() const { return meStyle; } in getStyle() function in drawinglayer::attribute::ImpFillHatchAttribute
77 return (getStyle() == rCandidate.getStyle() in operator ==()
189 HatchStyle FillHatchAttribute::getStyle() const in getStyle() function in drawinglayer::attribute::FillHatchAttribute
191 return mpFillHatchAttribute->getStyle(); in getStyle()
H A Dfillgradientattribute.cxx72 GradientStyle getStyle() const { return meStyle; } in getStyle() function in drawinglayer::attribute::ImpFillGradientAttribute
83 return (getStyle() == rCandidate.getStyle() in operator ==()
222 GradientStyle FillGradientAttribute::getStyle() const in getStyle() function in drawinglayer::attribute::FillGradientAttribute
224 return mpFillGradientAttribute->getStyle(); in getStyle()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStylesCollection.java75 public OfficeStyle getStyle(final String family, final String name) in getStyle() method in OfficeStylesCollection
77 final OfficeStyle commonStyle = commonStyles.getStyle(family, name); in getStyle()
82 final OfficeStyle autoStyle = automaticStyles.getStyle(family, name); in getStyle()
97 return (getStyle(family, name) != null); in containsStyle()
H A DOfficeStyles.java117 public OfficeStyle getStyle(final String family, final String name) in getStyle() method in OfficeStyles
/trunk/main/drawinglayer/source/primitive2d/
H A Dhelplineprimitive2d.cxx54 switch(getStyle()) in create2DDecomposition()
178 && getStyle() == rCompare.getStyle() in operator ==()
H A Dfillgradientprimitive2d.cxx72 switch(getFillGradient().getStyle()) in generateMatricesAndColors()
258 switch(getFillGradient().getStyle()) in createFill()
H A Dfillhatchprimitive2d.cxx72 switch(getFillHatch().getStyle()) in create2DDecomposition()
/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx350 …if(attribute::HATCHSTYLE_DOUBLE == rHatch.getStyle() || attribute::HATCHSTYLE_TRIPLE == rHatch.get… in GeoTexSvxMultiHatch()
359 if(attribute::HATCHSTYLE_TRIPLE == rHatch.getStyle()) in GeoTexSvxMultiHatch()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx366 switch(getStyle()) in create2DDecomposition()
443 && getStyle() == rCompare.getStyle() in operator ==()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx304 switch(rFiGrAtt.getStyle()) in impConvertFillGradientAttributeToVCLGradient()
1492 switch(rFillHatchAttribute.getStyle()) in processBasePrimitive2D()
1547 … attribute::HATCHSTYLE_SINGLE == rFillHatchAttribute.getStyle() ? HATCH_SINGLE : in processBasePrimitive2D()
1548 … attribute::HATCHSTYLE_DOUBLE == rFillHatchAttribute.getStyle() ? HATCH_DOUBLE : in processBasePrimitive2D()
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx422 SwVbaSelection::getStyle() throw ( uno::RuntimeException ) in getStyle() function in SwVbaSelection
424 return getRange()->getStyle(); in getStyle()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillhatchattribute.hxx85 HatchStyle getStyle() const;
H A Dfillgradientattribute.hxx90 GradientStyle getStyle() const;
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dhelplineprimitive2d.hxx96 HelplineStyle2D getStyle() const { return meStyle; } in getStyle() function in drawinglayer::primitive2d::HelplinePrimitive2D
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGSession.java86 public CGStyle getStyle() in getStyle() method in CGSession
H A DCGDesign.java60 public short[] getStyle() in getStyle() method in CGDesign
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Startup.java439 …stylePreview.refresh(settings.cp_DefaultSession.getStyle(), settings.cp_DefaultSession.cp_Design.c… in addStylePreview()
952 …stylePreview.refresh(settings.cp_DefaultSession.getStyle(), settings.cp_DefaultSession.cp_Design.c… in refreshStylePreview()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraphTextSegment.java95 public TextStyle getStyle () { in getStyle() method in ParagraphTextSegment
/trunk/main/framework/inc/uielement/
H A Dstatusbaritem.hxx55 virtual ::sal_uInt16 SAL_CALL getStyle() throw (::com::sun::star::uno::RuntimeException);
/trunk/main/vbahelper/source/vbahelper/
H A Dvbalineformat.hxx68 virtual sal_Int16 SAL_CALL getStyle() throw (css::uno::RuntimeException);
/trunk/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx67 …m_bOwnerDraw = ( m_xStatusbarItem->getStyle() & ui::ItemStyle::OWNER_DRAW ) == ui::ItemStyle::OWNE… in GenericStatusbarController()

Completed in 101 milliseconds

12