/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StyleUtilities.java | 124 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 D | OfficeDocumentReportTarget.java | 1531 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 D | xmldlg_impmodels.cxx | 67 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 D | xmldlg_import.cxx | 94 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 D | fillhatchattribute.cxx | 68 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 D | fillgradientattribute.cxx | 72 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 D | OfficeStylesCollection.java | 75 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 D | OfficeStyles.java | 117 public OfficeStyle getStyle(final String family, final String name) in getStyle() method in OfficeStyles
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | helplineprimitive2d.cxx | 54 switch(getStyle()) in create2DDecomposition() 178 && getStyle() == rCompare.getStyle() in operator ==()
|
H A D | fillgradientprimitive2d.cxx | 72 switch(getFillGradient().getStyle()) in generateMatricesAndColors() 258 switch(getFillGradient().getStyle()) in createFill()
|
H A D | fillhatchprimitive2d.cxx | 72 switch(getFillHatch().getStyle()) in create2DDecomposition()
|
/trunk/main/drawinglayer/source/texture/ |
H A D | texture3d.cxx | 350 …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 D | overlaytools.cxx | 366 switch(getStyle()) in create2DDecomposition() 443 && getStyle() == rCompare.getStyle() in operator ==()
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 304 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 D | vbaselection.cxx | 422 SwVbaSelection::getStyle() throw ( uno::RuntimeException ) in getStyle() function in SwVbaSelection 424 return getRange()->getStyle(); in getStyle()
|
/trunk/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | fillhatchattribute.hxx | 85 HatchStyle getStyle() const;
|
H A D | fillgradientattribute.hxx | 90 GradientStyle getStyle() const;
|
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | helplineprimitive2d.hxx | 96 HelplineStyle2D getStyle() const { return meStyle; } in getStyle() function in drawinglayer::primitive2d::HelplinePrimitive2D
|
/trunk/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGSession.java | 86 public CGStyle getStyle() in getStyle() method in CGSession
|
H A D | CGDesign.java | 60 public short[] getStyle() in getStyle() method in CGDesign
|
/trunk/main/wizards/com/sun/star/wizards/web/ |
H A D | WWD_Startup.java | 439 …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 D | ParagraphTextSegment.java | 95 public TextStyle getStyle () { in getStyle() method in ParagraphTextSegment
|
/trunk/main/framework/inc/uielement/ |
H A D | statusbaritem.hxx | 55 virtual ::sal_uInt16 SAL_CALL getStyle() throw (::com::sun::star::uno::RuntimeException);
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbalineformat.hxx | 68 virtual sal_Int16 SAL_CALL getStyle() throw (css::uno::RuntimeException);
|
/trunk/main/framework/source/uielement/ |
H A D | genericstatusbarcontroller.cxx | 67 …m_bOwnerDraw = ( m_xStatusbarItem->getStyle() & ui::ItemStyle::OWNER_DRAW ) == ui::ItemStyle::OWNE… in GenericStatusbarController()
|