Home
last modified time | relevance | path

Searched refs:mxStyle (Results 1 – 8 of 8) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dprstylei.cxx361 aAny >>= mxStyle; in CreateAndInsert()
365 mxStyle = Create(); in CreateAndInsert()
366 if( !mxStyle.is() ) in CreateAndInsert()
370 aAny <<= mxStyle; in CreateAndInsert()
434 if (mxStyle.is()) in CreateAndInsert()
435 mxStyle->setParentStyle(OUString()); in CreateAndInsert()
448 if( mxStyle.is() && (IsNew() || bOverwrite) ) in Finish()
464 if( sParent != mxStyle->getParentStyle() ) in Finish()
471 mxStyle->setParentStyle( sParent ); in Finish()
486 aSequence[0] = mxStyle->getName(); in Finish()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaformatcondition.cxx38 …css::uno::UNO_QUERY_THROW ) ), moFormatConditions( _xFormatConditions ), mxStyle( _xStyle ), mxPar… in ScVbaFormatCondition()
43 msStyleName = mxStyle->getName(); in ScVbaFormatCondition()
62 pFormatConditions->Add(_nType, _aOperator, _aFormula1, _aFormula2, mxStyle); in Modify()
73 return mxStyle->Interior(); in Interior()
79 return mxStyle->Font(); in Font()
83 { return mxStyle->Borders( Index ); in Borders()
H A Dvbastyle.cxx60 mxStyle.set( mxPropertySet, uno::UNO_QUERY_THROW ); in initialise()
95 return !mxStyle->isUserDefined(); in BuiltIn()
101 mxStyle->setName(Name); in setName()
107 return mxStyle->getName(); in getName()
143 mxStyleFamilyNameContainer->removeByName(mxStyle->getName()); in Delete()
H A Dvbastyle.hxx37 css::uno::Reference< css::style::XStyle > mxStyle; member in ScVbaStyle
H A Dvbaformatcondition.hxx43 css::uno::Reference< ov::excel::XStyle > mxStyle; member in ScVbaFormatCondition
/trunk/main/sw/source/ui/vba/
H A Dvbastyle.cxx37 mxStyle.set( _xPropertySet, uno::UNO_QUERY_THROW ); in SwVbaStyle()
43 mxStyle->setName(Name); in setName()
49 return mxStyle->getName(); in getName()
78 uno::Reference< lang::XServiceInfo > xServiceInfo( mxStyle, uno::UNO_QUERY_THROW ); in getType()
H A Dvbastyle.hxx40 css::uno::Reference< css::style::XStyle > mxStyle; member in SwVbaStyle
/trunk/main/xmloff/inc/xmloff/
H A Dprstylei.hxx52 ::com::sun::star::uno::Reference < ::com::sun::star::style::XStyle > mxStyle;
127 GetStyle() const { return mxStyle; } in GetStyle()
130 ::com::sun::star::style::XStyle >& xStl) { mxStyle = xStl; } in SetStyle()

Completed in 31 milliseconds