Home
last modified time | relevance | path

Searched refs:_sStyleName (Results 1 – 9 of 9) sorted by relevance

/trunk/main/reportdesign/source/filter/xml/
H A DxmlColumn.cxx137 void OXMLRowColumn::fillStyle(const ::rtl::OUString& _sStyleName) in fillStyle() argument
139 if ( _sStyleName.getLength() ) in fillStyle()
153 …XMLPropStyleContext,pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABLE_COLUMN,_sStyleName)); in fillStyle()
163 …ST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABLE_ROW,_sStyleName)); in fillStyle()
H A DxmlHelper.cxx272 void OXMLHelper::copyStyleElements(const bool _bOld,const ::rtl::OUString& _sStyleName,const SvXMLS… in copyStyleElements() argument
274 if ( !_xProp.is() || !_sStyleName.getLength() || !_pAutoStyles ) in copyStyleElements()
276 …(XMLPropStyleContext,_pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABLE_CELL,_sStyleName)); in copyStyleElements()
H A DxmlColumn.hxx38 void fillStyle(const ::rtl::OUString& _sStyleName);
H A DxmlHelper.hxx78 …static void copyStyleElements(const bool _bOld,const ::rtl::OUString& _sStyleName,const SvXMLStyle…
/trunk/main/sc/source/ui/vba/
H A Dvbastyles.cxx148 ScVbaStyles::Delete(const rtl::OUString _sStyleName) throw ( script::BasicErrorException ) in Delete() argument
152 if (mxNameContainerCellStyles->hasByName( _sStyleName ) ) in Delete()
153 mxNameContainerCellStyles->removeByName( _sStyleName ); in Delete()
H A Dvbaformatconditions.cxx251 ScVbaFormatConditions::removeFormatCondition( const rtl::OUString& _sStyleName, sal_Bool _bRemoveSt… in removeFormatCondition() argument
259 if (_sStyleName.equals(xSheetConditionalEntry->getStyleName())) in removeFormatCondition()
267 pStyles->Delete( _sStyleName ); in removeFormatCondition()
H A Dvbastyles.hxx41 void Delete(const rtl::OUString _sStyleName) throw ( css::script::BasicErrorException );
H A Dvbaformatconditions.hxx47 …void removeFormatCondition( const rtl::OUString& _sStyleName, sal_Bool _bRemoveStyle) throw ( css:…
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java281 private XStyle getUsedStyle(String _sStyleName) in getUsedStyle() argument
292 final Object aPageStylesObj = xNameAccess.getByName(_sStyleName); in getUsedStyle()
316 protected int getFromPageStyles(String _sStyleName, int _nDefault) in getFromPageStyles() argument
324 nValue = aHelper.getPropertyValueAsInteger(_sStyleName, nValue); in getFromPageStyles()
329 protected void setToPageStyles(String _sStyleName, Object _aObj) in setToPageStyles() argument
335 aHelper.setPropertyValueDontThrow(_sStyleName, _aObj); in setToPageStyles()

Completed in 42 milliseconds