Searched refs:_sStyleName (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlColumn.cxx | 137 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 D | xmlHelper.cxx | 272 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 D | xmlColumn.hxx | 38 void fillStyle(const ::rtl::OUString& _sStyleName);
|
H A D | xmlHelper.hxx | 78 …static void copyStyleElements(const bool _bOld,const ::rtl::OUString& _sStyleName,const SvXMLStyle…
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbastyles.cxx | 148 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 D | vbaformatconditions.cxx | 251 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 D | vbastyles.hxx | 41 void Delete(const rtl::OUString _sStyleName) throw ( css::script::BasicErrorException );
|
H A D | vbaformatconditions.hxx | 47 …void removeFormatCondition( const rtl::OUString& _sStyleName, sal_Bool _bRemoveStyle) throw ( css:…
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 281 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 98 milliseconds