Home
last modified time | relevance | path

Searched refs:xStyle (Results 1 – 25 of 71) sorted by relevance

123

/AOO42X/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx67 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement() local
68 if (xStyle.is()) in endElement()
70 StyleElement * pStyle = static_cast< StyleElement * >( xStyle.get () ); in endElement()
122 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement() local
123 if (xStyle.is()) in endElement()
125 StyleElement * pStyle = static_cast< StyleElement * >( xStyle.get () ); in endElement()
199 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement() local
200 if (xStyle.is()) in endElement()
202 StyleElement * pStyle = static_cast< StyleElement * >( xStyle.get () ); in endElement()
251 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement() local
[all …]
/AOO42X/main/xmloff/source/style/
H A Dstyleexp.cxx286 Reference<XStyle> xStyle( xPropState, UNO_QUERY ); in exportStyle() local
287 while ( xStyle.is() ) in exportStyle()
289 OUString aParentStyle( xStyle->getParentStyle() ); in exportStyle()
309 xStyle = Reference<XStyle>( xPropState, UNO_QUERY ); in exportStyle()
457 Reference< XStyle > xStyle; in exportStyleFamily() local
460 xStyles->getByName( *pIter ) >>= xStyle; in exportStyleFamily()
471 DBG_ASSERT( xStyle.is(), "Style not found for export!" ); in exportStyleFamily()
472 if( xStyle.is() ) in exportStyleFamily()
474 if( !bUsed || xStyle->isInUse() ) in exportStyleFamily()
476 sal_Bool bExported = exportStyle( xStyle, rXMLFamily, rPropMapper, in exportStyleFamily()
[all …]
/AOO42X/main/xmloff/source/text/
H A DXMLTextMasterPageContext.cxx140 aAny >>= xStyle; in XMLTextMasterPageContext()
144 xStyle = Create(); in XMLTextMasterPageContext()
145 if( !xStyle.is() ) in XMLTextMasterPageContext()
148 aAny <<= xStyle; in XMLTextMasterPageContext()
153 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in XMLTextMasterPageContext()
218 if( bInsert && xStyle.is() ) in CreateChildContext()
240 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in CreateHeaderFooterContext()
250 if( xStyle.is() && (IsNew() || bOverwrite) ) in Finish()
252 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in Finish()
277 sDisplayFollow = xStyle->getName(); in Finish()
H A Dtxtstyli.cxx217 Reference < XStyle > xStyle = GetStyle(); in CreateAndInsert() local
218 if( !xStyle.is() || !(bOverwrite || IsNew()) ) in CreateAndInsert()
221 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in CreateAndInsert()
234 sCategoryVal.getLength() && xStyle->isUserDefined() && in CreateAndInsert()
247 Reference<document::XEventsSupplier> xEventsSupplier(xStyle,UNO_QUERY); in CreateAndInsert()
283 Reference < XStyle > xStyle = GetStyle(); in Finish() local
291 !xStyle.is() || in Finish()
296 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in Finish()
H A DXMLTextShapeStyleContext.cxx220 Reference < XStyle > xStyle = GetStyle(); in CreateAndInsert() local
221 if( !xStyle.is() || !(bOverwrite || IsNew()) ) in CreateAndInsert()
224 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in CreateAndInsert()
239 Reference<XEventsSupplier> xEventsSupplier(xStyle, UNO_QUERY); in CreateAndInsert()
H A DXMLTextListItemContext.cxx101 Reference < style::XStyle > xStyle; in XMLTextListItemContext() local
103 aAny >>= xStyle; in XMLTextListItemContext()
105 uno::Reference< beans::XPropertySet > xPropSet( xStyle, UNO_QUERY ); in XMLTextListItemContext()
/AOO42X/main/oox/source/xls/
H A Dworkbookhelper.cxx338 Reference< XStyle > xStyle; in getStyleObject() local
342 xStyle.set( xStylesNC->getByName( rStyleName ), UNO_QUERY ); in getStyleObject()
347 OSL_ENSURE( xStyle.is(), "WorkbookGlobals::getStyleObject - cannot access style object" ); in getStyleObject()
348 return xStyle; in getStyleObject()
401 Reference< XStyle > xStyle; in createStyleObject() local
405xStyle.set( mrBaseFilter.getModelFactory()->createInstance( bPageStyle ? maPageStyleServ : maCellS… in createStyleObject()
406 …orStyleName = ContainerHelper::insertByUnusedName( xStylesNC, orStyleName, ' ', Any( xStyle ), fal… in createStyleObject()
411 OSL_ENSURE( xStyle.is(), "WorkbookGlobals::createStyleObject - cannot create style" ); in createStyleObject()
412 return xStyle; in createStyleObject()
/AOO42X/main/sc/source/ui/vba/
H A Dvbaformatconditions.cxx91 …uno::Reference< excel::XStyle > xStyle( xStyles->Item( uno::makeAny( xSheetConditionalEntry->getSt… in xSheetConditionToFormatCondition() local
92 …w ScVbaFormatCondition( xRangeParent, xContext, xSheetConditionalEntry, xStyle, xFormatConditions… in xSheetConditionToFormatCondition()
143 uno::Reference< excel::XStyle > xStyle( _xStyle ); in Add() local
148 if ( !xStyle.is() ) in Add()
151 xStyle = mxStyles->Add(sStyleName, uno::Any() ); in Add()
155 sStyleName = xStyle->getName(); in Add()
196 …xRangeParent, uno::UNO_QUERY_THROW ), mxContext, xSheetConditionalEntry, xStyle, this, mxParentRan… in Add()
H A Dvbastyles.cxx35 …uno::Reference< excel::XStyle > xStyle( new ScVbaStyle( xParent, xContext, xStyleProps, xModel ) ); in lcl_createAPIStyleToVBAObject() local
36 return uno::makeAny( xStyle ); in lcl_createAPIStyleToVBAObject()
128 …uno::Reference< style::XStyle > xStyle( mxMSF->createInstance( rtl::OUString( RTL_CONSTASCII_USTRI… in Add() local
132 mxNameContainerCellStyles->insertByName(_sName, uno::makeAny( xStyle) ); in Add()
136 xStyle->setParentStyle( sParentCellStyleName ); in Add()
/AOO42X/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx534 void SectionPropertyMap::SetBorderDistance( uno::Reference< beans::XPropertySet > xStyle, in SetBorderDistance() argument
543 uno::Any aMargin = xStyle->getPropertyValue( sMarginName ); in SetBorderDistance()
548 xStyle->setPropertyValue( sMarginName, uno::makeAny( nDistance ) ); in SetBorderDistance()
554 xStyle->setPropertyValue( sBorderDistanceName, uno::makeAny( nDist )); in SetBorderDistance()
672 uno::Reference< beans::XPropertySet > xStyle = GetPageStyle( in CopyLastHeaderFooter() local
692 xStyle->getPropertyValue( sHeaderIsOn ) >>= bHasHeader; in CopyLastHeaderFooter()
696 xStyle->setPropertyValue( sHeaderIsOn, uno::makeAny( sal_True ) ); in CopyLastHeaderFooter()
703 xStyle->getPropertyValue( sFooterIsOn ) >>= bHasFooter; in CopyLastHeaderFooter()
707 xStyle->setPropertyValue( sFooterIsOn, uno::makeAny( sal_True ) ); in CopyLastHeaderFooter()
725 xStyle->getPropertyValue( sName ), uno::UNO_QUERY_THROW ); in CopyLastHeaderFooter()
[all …]
H A DStyleSheetTable.cxx783 uno::Reference< style::XStyle > xStyle; in ApplyStyleSheets() local
786 xStyles->getByName( sConvertedStyleName ) >>= xStyle; in ApplyStyleSheets()
790 xStyle = uno::Reference< style::XStyle >(xDocFactory->createInstance( in ApplyStyleSheets()
803 xStyle->setParentStyle(ConvertStyleName( pParent->sStyleName )); in ApplyStyleSheets()
880 … uno::Reference< beans::XPropertyState >xState( xStyle, uno::UNO_QUERY_THROW ); in ApplyStyleSheets()
886 … uno::Reference< beans::XPropertyState >xState1( xStyle, uno::UNO_QUERY_THROW ); in ApplyStyleSheets()
916 … uno::Reference< beans::XPropertySet > xProp( xStyle, uno::UNO_QUERY ); in ApplyStyleSheets()
963 … uno::Reference< beans::XMultiPropertySet > xMultiPropertySet( xStyle, uno::UNO_QUERY_THROW); in ApplyStyleSheets()
991 xStyles->insertByName( sConvertedStyleName, uno::makeAny( xStyle) ); in ApplyStyleSheets()
1358 uno::Reference< style::XStyle > xStyle( xDocFactory->createInstance( in getOrCreateCharStyle() local
[all …]
/AOO42X/main/sw/source/core/unocore/
H A Dunostyle.cxx762 uno::Reference< style::XStyle > xStyle = _FindStyle(sStyleName); in getByIndex() local
763 if(!xStyle.is()) in getByIndex()
765 xStyle = eFamily == SFX_STYLE_FAMILY_PAGE ? in getByIndex()
771 aRet.setValue(&xStyle, ::getCppuType((uno::Reference<style::XStyle>*)0)); in getByIndex()
803 uno::Reference< style::XStyle > xStyle = _FindStyle(sStyleName); in getByName() local
804 if(!xStyle.is()) in getByName()
806 xStyle = eFamily == SFX_STYLE_FAMILY_PAGE ? in getByName()
812 aRet.setValue(&xStyle, ::getCppuType((uno::Reference<style::XStyle>*)0)); in getByName()
972 uno::Reference< style::XStyle > xStyle = _FindStyle(pBase->GetName()); in replaceByName() local
973 if(xStyle.is()) in replaceByName()
[all …]
H A Dunoevent.cxx288 … rtl::Reference< SwDocStyleSheet > xStyle( new SwDocStyleSheet( *(SwDocStyleSheet*)pBase ) ); in setMacroItem() local
289 SfxItemSet& rStyleSet = xStyle->GetItemSet(); in setMacroItem()
292 xStyle->SetItemSet(aSet); in setMacroItem()
309 … rtl::Reference< SwDocStyleSheet > xStyle( new SwDocStyleSheet( *(SwDocStyleSheet*)pBase) ); in getMacroItem() local
310 return (const SvxMacroItem&)xStyle->GetItemSet().Get(RES_FRMMACRO); in getMacroItem()
/AOO42X/main/xmloff/source/draw/
H A Dximpstyl.cxx1397 uno::Reference< style::XStyle > xStyle; in ImpSetGraphicStyles() local
1400 xPageStyles->getByName(aStyleName) >>= xStyle; in ImpSetGraphicStyles()
1403 uno::Reference< beans::XPropertySet > xPropSet( xStyle, uno::UNO_QUERY ); in ImpSetGraphicStyles()
1408 uno::Reference< beans::XPropertyState > xPropState( xStyle, uno::UNO_QUERY ); in ImpSetGraphicStyles()
1442 xStyle = xNewStyle; in ImpSetGraphicStyles()
1447 xInsertContainer->insertByName(aStyleName, uno::Any( xStyle ) ); in ImpSetGraphicStyles()
1452 if(xStyle.is()) in ImpSetGraphicStyles()
1456 uno::Reference< beans::XPropertySet > xPropSet(xStyle, uno::UNO_QUERY); in ImpSetGraphicStyles()
1461 pPropStyle->SetStyle(xStyle); in ImpSetGraphicStyles()
1490 uno::Reference< style::XStyle > xStyle( xPageStyles->getByName(aStyleName), UNO_QUERY ); in ImpSetGraphicStyles() local
[all …]
/AOO42X/main/svl/source/items/
H A Dstyle.cxx698 rtl::Reference< SfxStyleSheetBase > xStyle( aIter.Find( rName ) ); in Make() local
699 DBG_ASSERT( !xStyle.is(), "svl::SfxStyleSheetBasePool::Make(), StyleSheet already exists" ); in Make()
702 if( !xStyle.is() ) in Make()
704 xStyle = Create( rName, eFam, mask ); in Make()
707 aStyles.push_back( xStyle ); in Make()
712 aStyles.insert( aStyles.begin() + rIter.GetPos(), xStyle ); in Make()
714 Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CREATED, *xStyle.get() ) ); in Make()
716 return *xStyle.get(); in Make()
1349 …tUnoStyleSheet( const ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle >& xStyle ) in getUnoStyleSheet() argument
1351 SfxUnoStyleSheet* pRet = dynamic_cast< SfxUnoStyleSheet* >( xStyle.get() ); in getUnoStyleSheet()
[all …]
/AOO42X/main/svx/source/table/
H A Dtabledesign.cxx633 Reference< XStyle > xStyle( rElement, UNO_QUERY ); in insertByName() local
634 if( !xStyle.is() ) in insertByName()
637 xStyle->setName( rName ); in insertByName()
642 maDesigns.push_back( xStyle ); in insertByName()
672 Reference< XStyle > xStyle( aElement, UNO_QUERY ); in replaceByName() local
673 if( !xStyle.is() ) in replaceByName()
680 (*iter) = xStyle; in replaceByName()
681 xStyle->setName( rName ); in replaceByName()
H A Dsvdotable.cxx386 Reference< XStyle > xStyle; in ApplyCellStyles() local
391 mxTableStyle->getByIndex(first_row_style) >>= xStyle; in ApplyCellStyles()
395 mxTableStyle->getByIndex(last_row_style) >>= xStyle; in ApplyCellStyles()
398 if( !xStyle.is() ) in ApplyCellStyles()
403 mxTableStyle->getByIndex(first_column_style) >>= xStyle; in ApplyCellStyles()
407 mxTableStyle->getByIndex(last_column_style) >>= xStyle; in ApplyCellStyles()
411 if( !xStyle.is() && rStyle.mbUseRowBanding ) in ApplyCellStyles()
415 mxTableStyle->getByIndex(even_rows_style) >>= xStyle; in ApplyCellStyles()
419 mxTableStyle->getByIndex(odd_rows_style) >>= xStyle; in ApplyCellStyles()
423 if( !xStyle.is() && rStyle.mbUseColumnBanding ) in ApplyCellStyles()
[all …]
/AOO42X/main/xmloff/source/table/
H A DXMLTableExport.cxx279 …Reference< XStyle > xStyle( xCellSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Style… in collectTableAutoStyles() local
280 if( xStyle.is() ) in collectTableAutoStyles()
281 sParentStyleName = xStyle->getName(); in collectTableAutoStyles()
564 … Reference< XStyle > xStyle( xStyleNames->getByName( pElements->msStyleName ), UNO_QUERY ); in exportTableTemplates() local
565 if( xStyle.is() ) in exportTableTemplates()
567 …ddAttribute(XML_NAMESPACE_TEXT, XML_STYLE_NAME, GetExport().EncodeStyleName( xStyle->getName() ) ); in exportTableTemplates()
/AOO42X/main/sw/source/ui/vba/
H A Dvbaview.cxx292 uno::Reference< style::XStyle > xStyle; in getHFTextRange() local
317 xStyle = word::getCurrentPageStyle( mxModel ); in getHFTextRange()
322 while( hasNextPage && ( xStyle == word::getCurrentPageStyle( mxModel ) ) ); in getHFTextRange()
335 xStyle = word::getCurrentPageStyle( mxModel ); in getHFTextRange()
336 uno::Reference< beans::XPropertySet > xPageProps( xStyle, uno::UNO_QUERY_THROW ); in getHFTextRange()
/AOO42X/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java301 final XStyle xStyle = UnoRuntime.queryInterface(XStyle.class, aObj); in getUsedStyle() local
302 if (xStyle.isInUse()) in getUsedStyle()
304 aUsedStyle = xStyle; in getUsedStyle()
319 final XStyle xStyle = getUsedStyle("PageStyles"); in getFromPageStyles() local
320 if (xStyle != null) in getFromPageStyles()
323 final PropertySetHelper aHelper = new PropertySetHelper(xStyle); in getFromPageStyles()
331 final XStyle xStyle = getUsedStyle("PageStyles"); in setToPageStyles() local
332 if (xStyle != null) in setToPageStyles()
334 final PropertySetHelper aHelper = new PropertySetHelper(xStyle); in setToPageStyles()
/AOO42X/main/sd/source/core/
H A Dstlfamily.cxx139 Reference< XStyle > xStyle( rElement, UNO_QUERY ); in GetValidNewSheet() local
140 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( xStyle.get() ); in GetValidNewSheet()
266 rtl::Reference< SdStyleSheet > xStyle( (*iter++).second ); in getElementNames() local
267 if( xStyle.is() ) in getElementNames()
269 *pNames++ = xStyle->GetApiName(); in getElementNames()
/AOO42X/main/svx/source/form/
H A Dfmcontrollayout.cxx138 …Reference< XPropertySet > xStyle( ControlLayouter::getDefaultDocumentTextStyle( _rxModel ), UNO_SE… in lcl_initializeControlFont() local
139 … Reference< XPropertySetInfo > xStylePSI( xStyle->getPropertySetInfo(), UNO_SET_THROW ); in lcl_initializeControlFont()
168 … OSL_VERIFY( xStyle->getPropertyValue( sCharLocalePropertyName ) >>= aDocumentCharLocale ); in lcl_initializeControlFont()
176 … OSL_VERIFY( xStyle->getPropertyValue( sCharLocalePropertyName ) >>= aDocumentCharLocale ); in lcl_initializeControlFont()
/AOO42X/test/testuno/source/testlib/uno/
H A DSWUtil.java216 … XStyle xStyle = (XStyle)UnoRuntime.queryInterface(XStyle.class, xFamily.getByName("Default")); in getDefaultPageStyleProperty() local
217 … XPropertySet xStyleProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xStyle); in getDefaultPageStyleProperty()
235 … XStyle xStyle = (XStyle)UnoRuntime.queryInterface(XStyle.class, xFamily.getByName("Default")); in setDefaultPageStyleProperty() local
236 … XPropertySet xStyleProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xStyle); in setDefaultPageStyleProperty()
/AOO42X/main/cui/source/customize/
H A Dcfgutil.cxx166 css::uno::Reference< css::beans::XPropertySet > xStyle; in getLabel4Style() local
168 xStyleSet->getByName(aStyle.sStyle) >>= xStyle; in getLabel4Style()
171 if (xStyle.is()) in getLabel4Style()
172 xStyle->getPropertyValue(STYLEPROP_UINAME) >>= aStyle.sLabel; in getLabel4Style()
264 css::uno::Reference< css::beans::XPropertySet > xStyle; in getStyles() local
265 xStyleSet->getByName(aStyleInfo.sStyle) >>= xStyle; in getStyles()
266 if (!xStyle.is()) in getStyles()
268 xStyle->getPropertyValue(PROP_UINAME) >>= aStyleInfo.sLabel; in getStyles()
/AOO42X/main/sd/source/ui/table/
H A DTableDesignPane.cxx644 explicit CellInfo( const Reference< XStyle >& xStyle );
647 CellInfo::CellInfo( const Reference< XStyle >& xStyle ) in CellInfo() argument
650 SfxStyleSheet* pStyleSheet = SfxUnoStyleSheet::getUnoStyleSheet( xStyle ); in CellInfo()
707 Reference< XStyle > xStyle( xTableStyle->getByIndex( nStyle ), UNO_QUERY ); in FillCellInfoVector() local
708 if( xStyle.is() ) in FillCellInfoVector()
709 rVector[nStyle].reset( new CellInfo( xStyle ) ); in FillCellInfoVector()

123