Searched refs:mxStyle (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/xmloff/source/style/ |
H A D | prstylei.cxx | 361 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 …]
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaformatcondition.cxx | 38 …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 D | vbastyle.cxx | 60 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 D | vbastyle.hxx | 37 css::uno::Reference< css::style::XStyle > mxStyle; member in ScVbaStyle
|
H A D | vbaformatcondition.hxx | 43 css::uno::Reference< ov::excel::XStyle > mxStyle; member in ScVbaFormatCondition
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbastyle.cxx | 37 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 D | vbastyle.hxx | 40 css::uno::Reference< css::style::XStyle > mxStyle; member in SwVbaStyle
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | prstylei.hxx | 52 ::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 30 milliseconds